Commit graph

62 commits

Author SHA1 Message Date
Strangerke
c9432b8467 AVALANCHE: more work on variables 2013-10-01 23:23:07 +02:00
Strangerke
199ba0ddf4 AVALANCHE: Remove verbosity related to the use of Magics enum 2013-10-01 23:15:53 +02:00
Strangerke
ae45671973 AVALANCHE: More work on variables 2013-10-01 22:52:30 +02:00
Strangerke
6c11712373 AVALANCHE: More refactoring 2013-10-01 06:50:27 +02:00
Strangerke
ec41600795 AVALANCHE: Rename getFlag(), change _roomTime to uint32 2013-09-30 07:04:24 +02:00
Strangerke
24bca9d927 AVALANCHE: Silent warnings reported by wjp 2013-09-29 23:33:48 +02:00
Strangerke
ffbe4646c1 AVALANCHE: move some more functions to Graphics 2013-09-29 12:13:06 +02:00
Strangerke
1af03774cc AVALANCHE: Add some more graphic functions 2013-09-29 11:26:21 +02:00
Strangerke
6a7326ec26 AVALANCHE: More rework on Graphic code 2013-09-28 15:08:41 +02:00
Strangerke
fdbcb5f785 AVALANCHE: Move some more functions to Graphics 2013-09-28 10:41:52 +02:00
Strangerke
64f799773e AVALANCHE: Misc minor polishing 2013-09-27 08:21:04 +02:00
Strangerke
08883a807f AVALANCHE: Merge Avalot and AvalancheEngine 2013-09-27 01:34:38 +02:00
Strangerke
df3fe7b0ec AVALANCHE: Objectify Sequence. This commit breaks savegames. 2013-09-26 20:16:33 +02:00
Strangerke
90c6e6a689 AVALANCHE: Janitorial - Use ++ and -- when possible 2013-09-25 23:57:08 +02:00
Strangerke
1b1655d0c8 AVALANCHE: use nullptr for empty pointers 2013-09-25 07:46:09 +02:00
Strangerke
929dcd42f5 AVALANCHE: Reduce verbosity in Background, remove a useless variable 2013-09-25 07:18:08 +02:00
Strangerke
b4a81fc2ac AVALANCHE: Use enum for verbs 2013-09-24 22:36:57 +02:00
Strangerke
b3f6ce975f AVALANCHE: Use People enum as a type for several variables, modify functions accordingly 2013-09-24 21:24:52 +02:00
Strangerke
0b7de38dc1 AVALANCHE: Use Room enum instead of byte in misc place 2013-09-24 08:15:28 +02:00
Strangerke
f4e37939c7 AVALANCHE: Move 2 enums out of Avalot classes, set private some parser variables 2013-09-24 07:31:43 +02:00
Strangerke
cbe9c151aa AVALANCHE: Refactor some variables. This breaks savegame compatibility 2013-09-23 23:16:57 +02:00
Strangerke
061c06c128 AVALANCHE: (hopefully) fix a GCC warning 2013-09-22 20:20:51 +02:00
Strangerke
863709ca57 AVALANCHE: Move some variables 2013-09-22 17:45:48 +02:00
uruk
03f6a56e20 AVALANCHE: Remove comment, replace character. 2013-09-22 00:19:20 +02:00
Strangerke
79a961c89d AVALANCHE: Move some variables, fix savegame counter increment when saving 2013-09-21 23:34:21 +02:00
Strangerke
4b4f07a7f6 AVALANCHE: Merge Gyro, Lucerna and Avalot 2013-09-21 22:28:48 +02:00
Strangerke
a80af5326e AVALANCHE: Merge Acci and Parser 2013-09-21 18:37:52 +02:00
uruk
897a0d0a61 AVALANCHE: Silence more GCC warnings. 2013-09-21 14:36:23 +02:00
Strangerke
23b225ca0d AVALANCHE: Add sound class, blip(), playNote() and click() 2013-09-18 23:59:26 +02:00
Strangerke
8be433b960 AVALANCHE: Rename DropDown into Menu, add some access functions 2013-09-18 07:47:52 +02:00
Strangerke
7790b4cc5b AVALANCHE: Janitorial - Clean up misc style glitches 2013-09-18 00:05:14 +02:00
Strangerke
6e08f55160 AVALANCHE: Review all for statements 2013-09-16 22:57:38 +02:00
Strangerke
9d259d0a07 AVALANCHE: fix index in loadMouse, misc cleanup 2013-09-16 01:15:47 +02:00
Strangerke
1cb0c0ec5e AVALANCHE: harmonize the use of constants for kDir, kDirection, kVerbs 2013-09-09 23:48:36 +02:00
uruk
aafaaef37f AVALANCHE: Some renaming in Animation. 2013-09-08 11:34:21 +02:00
Strangerke
d96555406e AVALANCHE: Rename trip into animation, some more renaming 2013-09-07 19:11:34 +02:00
uruk
00a963b840 AVALANCHE: Do renaming/refactoring in Parser. 2013-09-07 18:03:36 +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
Strangerke
95a4ccac51 AVALANCHE: Some renaming in lucerna2 2013-09-06 07:52:02 +02:00
uruk
c1bc8eee64 AVALANCHE: Rename/refactor Colors. 2013-09-05 23:07:08 +02:00
uruk
390ecc6a6b AVALANCHE: Do renaming/refactoring in Graphics. 2013-09-05 13:20:03 +02:00
Strangerke
b690c9ad31 AVALANCHE: Finish replacing C-style comments by C++-style 2013-09-05 07:47:40 +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
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
84ae6db893 AVALANCHE: Get rid of Basher. Move everything needed from it to Parser::init(). 2013-09-03 17:45:11 +02:00