uruk
|
9a9bc35a93
|
AVALANCHE: Fix Timer::afterTheShootemup().
|
2014-04-21 23:09:29 +02:00 |
|
uruk
|
647679b925
|
AVALANCHE: Remove some leftovers of the mini-games.
|
2014-04-06 19:42:46 +02:00 |
|
uruk
|
da157fbccc
|
AVALANCHE: Rework use of ShootEmUp.
|
2014-03-07 09:04:27 +01:00 |
|
uruk
|
b19dbace42
|
AVALANCHE: Rename Menu to DropDownMenu.
|
2014-03-03 22:38:39 +01:00 |
|
Johannes Schickel
|
854de79c23
|
AVALANCHE: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:32 +01:00 |
|
uruk
|
6d38d25af3
|
AVALANCHE: Add ShootEmUp's skeleton.
|
2014-02-14 13:31:08 +01:00 |
|
uruk
|
3f6d71dd25
|
AVALANCHE: Implement 'winning_pic'.
|
2014-02-10 10:49:39 +01:00 |
|
uruk
|
3df5f2ad41
|
AVALANCHE: Remove Pingo.
|
2014-02-09 15:25:10 +01:00 |
|
uruk
|
de4ec97f6d
|
AVALANCHE: Implement wobble, move it to Animation.
|
2014-01-15 20:03:06 +01:00 |
|
Strangerke
|
1a7bcd72cf
|
AVALANCHE: Make the call of displayScrollChain() a bit more consistent
|
2013-11-23 10:42:15 +01:00 |
|
Strangerke
|
93e5d415c6
|
AVALANCHE: Janitorial - Removing trailing spaces and tabs
|
2013-11-22 21:31:39 +01:00 |
|
urukgit
|
27d302cdb1
|
AVALANCHE: Fix timer.
|
2013-11-19 18:25:51 +01:00 |
|
urukgit
|
6244b6afe2
|
AVALANCHE: Repair the timer.
|
2013-11-18 15:50:42 +01:00 |
|
Willem Jan Palenstijn
|
660381de1b
|
AVALANCHE: Fix whitespace
|
2013-11-05 21:57:50 +01:00 |
|
urukgit
|
b041e322a4
|
AVALANCHE: Repair display of playtime.
|
2013-11-05 21:12:50 +01:00 |
|
Strangerke
|
91e70ce2a8
|
AVALANCHE: Modifiy AnimationType initialization, add private Animation pointer
|
2013-10-14 19:10:23 +02:00 |
|
Strangerke
|
b0255c9406
|
AVALANCHE: Implement fadeIn and fadeOut (dusk and dawn)
|
2013-10-09 06:45:51 +02:00 |
|
Strangerke
|
a357dc4d0c
|
AVALANCHE: Cleaning includes - remove useless includes in cpp files
|
2013-10-05 01:55:41 +02:00 |
|
Strangerke
|
8652224e58
|
AVALANCHE: Move ControlCharacter enum to enums
|
2013-10-02 07:49:32 +02:00 |
|
Strangerke
|
199ba0ddf4
|
AVALANCHE: Remove verbosity related to the use of Magics enum
|
2013-10-01 23:15:53 +02:00 |
|
Strangerke
|
fdbcb5f785
|
AVALANCHE: Move some more functions to Graphics
|
2013-09-28 10:41:52 +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
|
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 |
|