Commit graph

40 commits

Author SHA1 Message Date
Strangerke
df3fe7b0ec AVALANCHE: Objectify Sequence. This commit breaks savegames. 2013-09-26 20:16:33 +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
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
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
Strangerke
350d622324 AVALANCHE: rename scrolls to dialogs 2013-09-21 18:06:37 +02:00
uruk
628c5bb515 AVALANCHE: Remove comment. (Answer: It is.) 2013-09-21 16:20:57 +02:00
Strangerke
d82975fc38 AVALANCHE: Add an assert in flipRoom(), fix an issue in post-STU functions 2013-09-21 16:09:33 +02:00
uruk
31637f1983 AVALANCHE: Cosmetic modifications. 2013-09-19 21:21:53 +02:00
uruk
21a9de5df2 AVALANCHE: Rename Celer to Background. 2013-09-19 20:53:47 +02:00
Strangerke
23b225ca0d AVALANCHE: Add sound class, blip(), playNote() and click() 2013-09-18 23:59:26 +02:00
Strangerke
9ba81f6097 AVALANCHE: move some engine init instructions to Gyro 2013-09-18 08:00:30 +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
68533445a0 AVALANCHE: Index conversion related to drawBackgroundSprite() 2013-09-16 20:20:37 +02:00
Strangerke
23ba373c91 AVALANCHE: More index conversion in inField() 2013-09-16 00:26:36 +02:00
Strangerke
d6be9ed7db AVALANCHE: More index conversion in appearPed 2013-09-16 00:05:35 +02:00
uruk
98cb1cd52b Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche
Conflicts:
	engines/avalanche/lucerna.cpp
	engines/avalanche/timer.cpp
2013-09-15 16:54:56 +02:00
uruk
d70b856da9 AVALANCHE: Rename room number constans. Repair Lucerna::enterRoom(). 2013-09-15 16:50:12 +02:00
Strangerke
ddd7a95737 AVALANCHE: Convert index use from Pascal to C in appearPed() 2013-09-15 16:01:05 +02:00
Strangerke
ecbd87353e AVALANCHE: Convert index use from Pascal to C in walkTo() 2013-09-15 15:50:05 +02:00
uruk
a81b499062 AVALANCHE: Get rid of Enid. 2013-09-15 13:21:03 +02:00
uruk
7ee6e8699f AVALANCHE: Remove the '2' from the source files' names. 2013-09-15 13:03:21 +02:00
uruk
ba05f95bb4 AVALANCHE: Get rid of Visa. Move everything from it to Scrolls. 2013-09-15 12:25:07 +02:00
Strangerke
5be2d50e14 AVALANCHE: Reduce verbosity related to animation sprites 2013-09-14 19:39:49 +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
1cb0c0ec5e AVALANCHE: harmonize the use of constants for kDir, kDirection, kVerbs 2013-09-09 23:48: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
1ca62e51b9 AVALANCHE: refactor the way ControlCharacter enum is accessed 2013-09-09 23:16:48 +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
f7bce3bede AVALANCHE: Rework some more strings 2013-09-08 23:13:58 +02:00
Strangerke
7df4c94aeb AVALANCHE: Some renaming in Timer and Acci2, add some doxygen comments 2013-09-08 14:11:32 +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
uruk
f7de651560 Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche
Conflicts:
	engines/avalanche/acci2.cpp
	engines/avalanche/lucerna2.cpp
	engines/avalanche/timer.cpp
2013-09-08 11:35:26 +02:00
Strangerke
f42f29d8f8 AVALANCHE: Rename Timeout into Timer 2013-09-08 11:30:23 +02:00
Renamed from engines/avalanche/timeout2.cpp (Browse further)