Commit Graph

80 Commits

Author SHA1 Message Date
Strangerke
65f8a72b16 GNAP: REfactor scene 2 2016-05-10 09:54:21 +02:00
Strangerke
a176945b60 GNAP: Refactor scene 0 2016-05-10 09:54:21 +02:00
Strangerke
145b375119 GNAP: Refactor Scene01 (WIP) 2016-05-10 09:54:21 +02:00
Strangerke
70fec4db2c GNAP: More renaming of 'beaver' variables 2016-05-10 09:54:21 +02:00
Strangerke
90c7e1db01 GNAP: Rename members of GnapEngine from beaver to platypus for consistency 2016-05-10 09:54:21 +02:00
Strangerke
ff7f8aa26d GNAP: Refactor getBeaverSequenceId 2016-05-10 09:54:21 +02:00
Strangerke
de17d92199 GNAP: Remove unused variable in fatUpdateFrame 2016-05-10 09:54:21 +02:00
Strangerke
0f58e9481d GNAP: Rename hotspots in scene 53 2016-05-10 09:54:21 +02:00
Strangerke
82db01550a GNAP: Fix hotspots in scene 30 2016-05-10 09:54:21 +02:00
Strangerke
be10dd378c GNAP: Remove useless return after an error 2016-05-10 09:54:21 +02:00
Strangerke
ba20d63573 GNAP: Fix a crash after disco ball animation 2016-05-10 09:54:21 +02:00
Strangerke
c144b884c3 GNAP: Fix phone keys hotspots 2016-05-10 09:54:21 +02:00
Strangerke
08ba28db7f GNAP: Cosmetic changes 2016-05-10 09:54:21 +02:00
Strangerke
63a13bc2c0 GNAP: Add some code to fix the transition from intro to game 2016-05-10 09:54:21 +02:00
Strangerke
d6e4b67dca GNAP: Add load from launcher 2016-05-10 09:54:21 +02:00
Strangerke
d90b948b22 GNAP: Some renaming in scene 52 2016-05-10 09:54:21 +02:00
Strangerke
e340538f5c GNAP: Rename variables in toyUfoFlyTo 2016-05-10 09:54:21 +02:00
Strangerke
bd72968ccb GNAP: Rename members of GridStruct 2016-05-10 09:54:21 +02:00
Eugene Sandulenko
f4fc5e251a GNAP: Add missing newlines at the end 2016-05-10 09:54:21 +02:00
Eugene Sandulenko
7762c49432 GNAP: Fix another warning and adding a catching condition 2016-05-10 09:54:21 +02:00
Eugene Sandulenko
5c072b859e GNAP: Fix warning 2016-05-10 09:54:21 +02:00
Eugene Sandulenko
0577aae277 GNAP: Fix compilation 2016-05-10 09:54:21 +02:00
Strangerke
43c65df526 GNAP: Use debug channels 2016-05-10 09:54:21 +02:00
Strangerke
52f0712b66 GNAP: Add debugger 2016-05-10 09:54:21 +02:00
Strangerke
03027be392 GNAP: Fix hasFeature 2016-05-10 09:54:21 +02:00
Strangerke
558ab62fd7 GNAP: Enforce the use of a boolean when calling playSound() 2016-05-10 09:54:21 +02:00
Strangerke
192bc34935 GNAP: Fix savegames 2016-05-10 09:54:21 +02:00
Strangerke
ff43147ee3 GNAP: Fix some remaining flags 2016-05-10 09:54:21 +02:00
Strangerke
efa9466c81 GNAP: Replace more flags values by enums 2016-05-10 09:54:21 +02:00
Strangerke
11c0fa8fed GNAP: Replace more flags values by enums (WIP) 2016-05-10 09:54:21 +02:00
Strangerke
6dfa316b24 GNAP: Replace more flags values by enums (WIP) 2016-05-10 09:54:21 +02:00
Strangerke
6a55da1504 GNAP: Replace flags values by enums (WIP) 2016-05-10 09:54:21 +02:00
Strangerke
e11ec6a9c1 GNAP: Some rework of hotspot initialization code 2016-05-10 09:54:21 +02:00
Strangerke
f1738f457f GNAP: Add savegames (not fully working yet) 2016-05-10 09:54:21 +02:00
Strangerke
66f5610c74 GNAP: Implement intro, currently disabled. Remove some Debug code. 2016-05-10 09:54:21 +02:00
Strangerke
9d0caa4bdb GNAP: fix use of _sceneDone 2016-05-10 09:54:21 +02:00
Strangerke
cd29ffb1c6 GNAP: Use constants for some more flag values 2016-05-10 09:54:21 +02:00
Strangerke
16051780e0 GNAP: Some more enum changes 2016-05-10 09:54:21 +02:00
Strangerke
2d63d769eb GNAP: Refactoring - Use enum for beaver facing 2016-05-10 09:54:21 +02:00
Strangerke
c0369a421b GNAP: Refactoring - Use an enum for Facing (Alien) 2016-05-10 09:54:21 +02:00
Strangerke
158726abf5 GNAP: Fix crash in DCL decompression 2016-05-10 09:54:21 +02:00
Strangerke
29d989ac0e GNAP: Change the initial values of backGroundImageValue2&4, change transparent to boolean, use nullptr in several places 2016-05-10 09:54:21 +02:00
Strangerke
dca374efcd GNAP: Change another variable to boolean 2016-05-10 09:54:21 +02:00
Strangerke
f3a164342b GNAP: Remove a global variable used for randomization 2016-05-10 09:54:21 +02:00
Strangerke
ecc3e2a786 GNAP: Change the type of some variables to boolean 2016-05-10 09:54:21 +02:00
Strangerke
bec37164f8 GNAP: Change a couple of variables to boolean, soft refactoring 2016-05-10 09:54:21 +02:00
Strangerke
5ecf008260 GNAP: Use nullptr instead of 0 for some pointers 2016-05-10 09:54:21 +02:00
Strangerke
c4f5dd0209 GNAP: Fix compilation 2016-05-10 09:54:21 +02:00
Strangerke
cb69189a50 GNAP: Renaming in cutscenes 2016-05-10 09:54:21 +02:00
Strangerke
b357844bde GNAP: Renaming in scene 46 2016-05-10 09:54:21 +02:00