Commit graph

74 commits

Author SHA1 Message Date
Strangerke
e859e17e3b AVALANCHE: Janitorial - Remove trailing spaces, fix define names 2013-09-07 09:00:34 +02:00
Strangerke
f1bac0f193 AVALANCHE: (Hopefully) fix some warnings reported by GCC and Clang 2013-09-07 00:03:59 +02:00
uruk
200670d327 AVALANCHE: More renaming in gyro2.h. 2013-09-06 16:23:57 +02:00
uruk
82484b139a AVALANCHE: More renaming in Gyro. 2013-09-05 23:58:32 +02:00
uruk
c1bc8eee64 AVALANCHE: Rename/refactor Colors. 2013-09-05 23:07:08 +02:00
uruk
3b10b079f7 AVALANCHE: Silence Valgrind warnings. 2013-09-05 15:48:30 +02:00
uruk
390ecc6a6b AVALANCHE: Do renaming/refactoring in Graphics. 2013-09-05 13:20:03 +02:00
uruk
9740287721 AVALANCHE: Fix some memory leak problems. 2013-09-05 11:05:03 +02:00
Strangerke
8011d24ee2 AVALANCHE: Fix warnings reported by GCC 2013-09-05 08:07:59 +02:00
Strangerke
31bd1369d9 AVALANCHE: Add some brackets to improve readability 2013-09-05 08:02:25 +02:00
Strangerke
dab2988947 AVALANCHE: Start replacing C-style comments by C++-style 2013-09-05 02:29:09 +02:00
Strangerke
e5cc0fa495 AVALANCHE: Fix more warnings reported by CppCheck 2013-09-05 01:55:08 +02:00
Strangerke
c7e78ec6b7 AVALANCHE: Fix some more GCC warnings 2013-09-04 21:12:03 +02:00
uruk
15947cec7d AVALANCHE: Get rid of Enhanced. Further renamings and refactoring in Avalanche and Avalot. 2013-09-04 21:10:29 +02:00
Strangerke
a952ae3f87 AVALANCHE: Fix some more GCC warnings 2013-09-04 18:55:02 +02:00
Strangerke
ad5529b5d2 AVALANCHE: Fix more GCC warnings 2013-09-04 17:54:08 +02:00
Strangerke
fe8e5c7325 AVALANCHE: Fix coding style: ++ and -- 2013-09-04 13:34:58 +02:00
Strangerke
9c5cc7bba4 AVALANCHE: Add a default value to color in state(), remove dead code 2013-09-04 13:16:27 +02:00
Strangerke
cd808484af AVALANCHE: Fix some more MSVC warnings 2013-09-04 11:43:02 +02:00
Strangerke
543c4f59da AVALANCHE: Remove logger 2013-09-04 10:43:51 +02:00
Strangerke
666d3eecfc AVALANCHE: Replace some British terms by American ones 2013-09-04 10:14:56 +02:00
Willem Jan Palenstijn
a2c42df2b2 AVALANCHE: Fix compile errors
Signed-off-by: uruk <koppirnyo@gmail.com>
2013-09-04 09:25:45 +02:00
uruk
09ee31e4ce AVALANCHE: Get rid of the rest of Basher. 2013-09-03 17:51:30 +02:00
uruk
74979869ff AVALANCHE: Rename/refactor Acci. Implement Acci::peopleInRoom(). 2013-09-03 15:35:09 +02:00
uruk
f7d17fd7b7 AVALANCHE: Partially implement the music room. (Without music.) 2013-08-27 19:41:54 +02:00
uruk
6555d7d5db AVALANCHE: Repair Scrolls::drawscroll(). 2013-08-17 16:54:23 +02:00
uruk
87159b9639 AVALANCHE: Implement the rest of Lucerna::checkclick() and everything connected to it. (Except sounds.) 2013-08-17 15:07:02 +02:00
uruk
05f3838b16 AVALANCHE: Partially implement Lucerna::checkclick(), upgrade other parts of the code during the process. Repair Gyro::load_a_mouse(). 2013-08-16 23:02:53 +02:00
uruk
4430e435d8 AVALANCHE: Upgrade Scrolls::normscroll(). 2013-08-16 19:24:40 +02:00
uruk
dc1e9022b1 AVALANCHE: Add AvalancheEngine::getMousePos(), remove Gyro::hopto(), implement Scrolls::dodgem() and Scrolls::undodgem(). 2013-08-16 17:29:22 +02:00
uruk
d860bc5925 AVALANCHE: Remove Gyro::on_virtual(), Gyro::off_virtual(), Gyro::super_off(), Gyro::super_on(). Replace their calls with CursorMan.showMouse(). 2013-08-16 13:40:58 +02:00
uruk
24312c45f8 AVALANCHE: Repair Scrolls::say(). 2013-08-12 14:50:05 +02:00
uruk
2bbf25e948 AVALANCHE: Repair Scrolls::bubble(). 2013-08-12 14:27:36 +02:00
uruk
670c7c4863 AVALANCHE: Repair Scrolls::bubble() and Visa::talkto(). 2013-08-12 14:17:42 +02:00
uruk
20c2a756b2 AVALANCHE: Add typecasts to Acci::parse(), repair Scrolls::calldrivers() and Acci::personshere(). 2013-08-12 13:53:18 +02:00
uruk
d8798e978a AVALANCHE: Repair Graphics::drawText() and Scrolls::say(). 2013-08-12 12:52:17 +02:00
uruk
960c8b2630 AVALANCHE: Improve comments in Scrolls::bubble(). 2013-08-11 15:06:57 +02:00
uruk
6a187a04ee AVALANCHE: Finish implementation of Scrolls::bubble(). 2013-08-11 14:59:53 +02:00
uruk
698dae201a AVALANCHE: Introduce Graphics::drawText(). Rename raw to fontType, move it from Gyro to Graphics. Update the rest of the code using these two. Simplifying underlining of characters in Parser and Dropdown. 2013-08-11 14:06:15 +02:00
uruk
a41736e698 AVALANCHE: Introduce Graphics::drawTriangle(), use it in Scrolls::bubble(). Modify Graphics::drawPieSlice(), update functions using it accordingly. 2013-08-11 00:21:15 +02:00
uruk
288abffafa AVALANCHE: Repair Visa::unskrimble() and Scrolls::calldrivers(). 2013-08-09 15:42:10 +02:00
uruk
44ec5b68b5 AVALANCHE: Repair Graphics::drawArc(), update Scrolls::drawscroll() accordingly. 2013-08-08 04:05:27 +02:00
uruk
c182d28b02 AVALANCHE: Introduce Graphics::drawPieSlice(), use it in Scrolls::drawscroll(). 2013-08-08 00:57:10 +02:00
uruk
84bf0984b0 AVALANCHE: Introduce Graphics::drawArc(), use it in Scrolls::drawscroll(). 2013-08-07 23:51:12 +02:00
uruk
84aac3e49b AVALANCHE: Rework Scrolls::normscroll(). 2013-08-07 10:37:59 +02:00
uruk
26b7333137 AVALANCHE: Repair parts of the scrolls system, implement the death of Avalot and almost everything connected to it. 2013-08-07 10:30:44 +02:00
uruk
bd516f4244 AVALANCHE: Implement Scrolls::say(). Introduce Graphics::_scrolls, implement Scrolls::normscroll() and update Scrolls::drawscroll() using it. 2013-08-06 01:17:44 +02:00
uruk
a971cf3a39 AVALANCHE: Implement Scrolls::say(). 2013-08-05 17:35:17 +02:00
uruk
ba00b2a7d9 AVALANCHE: Mostly cosmetic modifications in Visa, stub Timeout::arkata_shouts() until dixi() works, partially implement Scrolls::say(). 2013-08-05 15:25:44 +02:00
uruk
471933a3fd AVALANCHE: Remove comment from Graphics, partially implement Scrolls::drawscroll(), repair Scrolls::solidify(), broaden scrolls2.h. 2013-08-04 12:54:11 +02:00