Commit graph

106 commits

Author SHA1 Message Date
uruk
ba05f95bb4 AVALANCHE: Get rid of Visa. Move everything from it to Scrolls. 2013-09-15 12:25:07 +02:00
uruk
010d9f854e AVALANCHE: Remove comment from AvalancheEngine::expandDate. It works as intended, no need to repair. 2013-09-15 02:36:55 +02:00
Strangerke
5be2d50e14 AVALANCHE: Reduce verbosity related to animation sprites 2013-09-14 19:39:49 +02:00
Strangerke
b083878dbe AVALANCHE: Remove duplicated direction enum, move direction to animation class 2013-09-13 22:58:24 +02:00
Strangerke
82e76e7b53 AVALANCHE: Remove DNA structure which was essentially a savegame structure unused in ScummVM 2013-09-13 21:30:03 +02:00
Strangerke
b936611e03 AVALANCHE: Fix various warnings reported by GCC and/or wjp 2013-09-12 21:44:36 +02:00
Strangerke
bc64dcf276 AVALANCHE: harmonize the use of constants for kMagic, kProc, kObject, kPeople 2013-09-09 23:34:12 +02:00
Strangerke
e12e0eb2ff AVALANCHE: Rework some more strings, identify some dead code in avalanche.cpp 2013-09-09 23:00:24 +02:00
Strangerke
e6956a994b AVALANCHE: Change type of kSpriteNumbMax to byte 2013-09-08 12:47:04 +02:00
Strangerke
2eb4002e36 AVALANCHE: Check function scope in Animation, set a function private 2013-09-08 12:23:48 +02:00
uruk
c0243036a2 AVALANCHE: Renaming/refactoring in Animation. 2013-09-08 12:06:08 +02:00
Strangerke
f42f29d8f8 AVALANCHE: Rename Timeout into Timer 2013-09-08 11:30:23 +02:00
Strangerke
b9c14ccb08 AVALANCHE: Some more renaming in Timeout. Add some Doxygen comments 2013-09-08 11:14:00 +02:00
uruk
8a4a5b3c56 AVALANCHE: Renaming in timeout2.h 2013-09-08 10:48:22 +02:00
uruk
93013b5c76 AVALANCHE: Do renaming in Sequence. 2013-09-08 00:02:20 +02:00
Strangerke
f59892b45e AVALANCHE: More renaming in animation 2013-09-07 23:42:34 +02:00
Strangerke
5c00d5fe34 AVALANCHE: More renaming, use int16 for loops based on kSpriteNumbMax 2013-09-07 23:03:27 +02:00
Strangerke
f1e699199b AVALANCHE: Some more renaming in Animation 2013-09-07 21:38:25 +02:00
uruk
c087998a8a AVALANCHE: Do renaming in scrolls2.h. 2013-09-07 20:37:42 +02:00
Strangerke
9198b166f7 AVALANCHE: Some more renaming in Animation 2013-09-07 20:02:14 +02:00
Strangerke
d96555406e AVALANCHE: Rename trip into animation, some more renaming 2013-09-07 19:11:34 +02:00
uruk
467a7b1cce AVALANCHE: Introduce a new class: Clock. 2013-09-07 18:00:00 +02:00
uruk
2bed64b447 AVALANCHE: Do renaming/refactoring in Lucerna. 2013-09-07 15:58:02 +02:00
Strangerke
5d2547c8f0 AVALANCHE: Rename some constants in trip6 2013-09-07 09:14:14 +02:00
Strangerke
e859e17e3b AVALANCHE: Janitorial - Remove trailing spaces, fix define names 2013-09-07 09:00:34 +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
3f822be0ab AVALANCHE: Silence Valgrind warnings. 2013-09-05 21:45:07 +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
Strangerke
dab2988947 AVALANCHE: Start replacing C-style comments by C++-style 2013-09-05 02:29:09 +02:00
Strangerke
71af29e979 AVALANCHE: Remove dead code reported by CppCheck 2013-09-05 01:48:16 +02:00
Strangerke
d52c410118 AVALANCHE: Fix systematic typo in comments 2013-09-05 01:36:10 +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
uruk
90494e01fd AVALANCHE: Do renaming/refactoring in Acci, Avalanche and Dropdown. Unify drawing of menus' text in Dropdown in a single function: drawMenuText(). 2013-09-04 20:57:25 +02:00
uruk
8cb9c3825f Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche
Conflicts:
	engines/avalanche/dropdown2.cpp
	engines/avalanche/dropdown2.h
2013-09-04 18:22:55 +02:00
uruk
d77eafb0db AVALANCHE: Partially do the renaming in Dropdown. 2013-09-04 18:12:06 +02:00
Strangerke
70aa840f0b AVALANCHE: Fix GCC warnings reported by GCC 2013-09-04 16:52:44 +02:00
Strangerke
fe8e5c7325 AVALANCHE: Fix coding style: ++ and -- 2013-09-04 13:34:58 +02:00
Strangerke
543c4f59da AVALANCHE: Remove logger 2013-09-04 10:43:51 +02:00
uruk
d148d08683 Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche 2013-09-04 10:09:56 +02:00
uruk
b38fd85d70 AVALANCHE: Do renaming/refactoring in Closing. 2013-09-04 10:09:07 +02:00
Strangerke
ccba9863eb AVALANCHE: Silent a warning 2013-09-04 10:02:53 +02:00
uruk
4cf40bc87a AVALANCHE: Rename refreshBackgroundSprites() to updateBackgroundSprites() in Celer. 2013-09-04 09:25:11 +02:00
uruk
38ceb705f2 AVALANCHE: Do renaming in Celer. 2013-09-03 22:22:42 +02:00
uruk
09ee31e4ce AVALANCHE: Get rid of the rest of Basher. 2013-09-03 17:51:30 +02:00
uruk
84ae6db893 AVALANCHE: Get rid of Basher. Move everything needed from it to Parser::init(). 2013-09-03 17:45:11 +02:00
uruk
74979869ff AVALANCHE: Rename/refactor Acci. Implement Acci::peopleInRoom(). 2013-09-03 15:35:09 +02:00
uruk
0afbcf1cf0 AVALANCHE: Rename/refactor avalanche.h/.cpp. 2013-09-03 12:09:29 +02:00
uruk
9e848e8e64 AVALANCHE: Upgrade drop-down menu. (Now it's complete.) Fix Trip::neardoor(). 2013-09-02 15:44:55 +02:00