Strangerke
45dc123b84
AVALANCHE: Rework exampers()
2013-09-15 19:19:38 +02:00
uruk
5de5c3900d
AVALANCHE: Repair Acci::exampers().
2013-09-15 18:53:09 +02:00
uruk
b3c1a64aa1
AVALANCHE: Fix multiple bugs.
2013-09-15 18:37:45 +02:00
Strangerke
ca59642380
AVALANCHE: for consistency, replace fv and ff loop variables by i and j. Remove some commented dead code
2013-09-15 18:27:40 +02:00
Strangerke
18a992856e
AVALANCHE: Get rid of some more magic values
2013-09-15 18:16:46 +02:00
Strangerke
982e8c6523
AVALANCHE: Remove hardcoded room number from the initialization of kQuadipeds
2013-09-15 17:49:22 +02:00
Strangerke
34acc80d73
AVALANCHE: Get rid of several magic values
2013-09-15 17:42:32 +02:00
Strangerke
ac49e6d09b
AVALANCHE: Get rid of a magic value in kQuasipeds initialization
2013-09-15 17:29:53 +02:00
Strangerke
eaf6ecb7cd
AVALANCHE: Fix indexes used by kQuasipeds (Pascal -> C)
2013-09-15 17:29:52 +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
83ee99a381
AVALANCHE: Convert index use from Pascal to C in putGeidaAt()
2013-09-15 16:26:25 +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
Strangerke
cccc126d15
AVALANCHE: Convert index use from Pascal to C in Bearing()
2013-09-15 15:17:37 +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
4979cc5f69
AVALANCHE: Rename Gyro::_dogFoodPos. Add comments to clarify it's function.
2013-09-15 12:44:49 +02:00
uruk
ba05f95bb4
AVALANCHE: Get rid of Visa. Move everything from it to Scrolls.
2013-09-15 12:25:07 +02:00
Strangerke
f7ee139501
AVALANCHE: Reduce verbosity some more
2013-09-15 10:51:24 +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
a506b0b3e4
AVALANCHE: Reduce some more verbosity
2013-09-15 01:10:10 +02:00
Eugene Sandulenko
fcdaa86831
FULLPIPE: Initialize 'selector'. CID 1063200
2013-09-15 02:01:20 +03:00
Eugene Sandulenko
127261ac74
FULLPIPE: Initialize class variable. CID 1063187
2013-09-15 01:59:13 +03:00
Eugene Sandulenko
d09cccd7f2
FULLPIPE: Added few destructors.
2013-09-15 01:53:44 +03:00
Strangerke
fb86c6db0d
AVALANCHE: Janitorial: remove extra space after ! in boolean operations
2013-09-15 00:36:23 +02:00
Strangerke
d7c2f49595
AVALANCHE: reduce the verbosity of a forgotten animation sprite
2013-09-15 00:35:40 +02:00
Paul Gilbert
31d26440bd
TSAGE: Further renaming for R2R balloon scene
2013-09-14 17:39:34 -04:00
Paul Gilbert
a76389c1d7
TSAGE: Bugfix for parameter type change in BackgroundSceneObject
2013-09-14 17:39:17 -04:00
Paul Gilbert
dfe38b6976
TSAGE: Initial bugfixes and renaming for R2R balloon scene
2013-09-14 16:54:41 -04:00
Strangerke
5be2d50e14
AVALANCHE: Reduce verbosity related to animation sprites
2013-09-14 19:39:49 +02:00
Filippos Karapetis
1f7780bef5
NEVERHOOD: Rename the "room" command to "scene" and enhance it
...
The naming has been changed from "room" to "scene", in order to keep it
consistent with the rest of the engine. The scene command now also
displays resource information about the current scene when invoked
without parameters
2013-09-14 12:39:58 +03:00
Filippos Karapetis
cdeb55777d
NEVERHOOD: Add console commands to handle resources
2013-09-14 12:39:58 +03:00
Filippos Karapetis
7625ae6718
NEVERHOOD: Move StaticScene into scene.h/.cpp
2013-09-14 12:39:57 +03:00
Paul Gilbert
9c5d133e94
TSAGE: Initial implementation of R2R balloon cutscene code
2013-09-13 21:41:09 -04:00
uruk
b710844971
AVALANCHE: Repair regression introduced when removing DNA.
2013-09-14 01:52:18 +02:00
uruk
7d7e9ef7e6
Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche
2013-09-14 01:44:39 +02:00
uruk
ef219d5c99
AVALANCHE: Silence clang warning.
2013-09-14 01:44:13 +02:00
Strangerke
c288b09ca0
AVALANCHE: Simplify the use of string for displayQuestion()
2013-09-13 23:30:08 +02:00
Strangerke
a773f0eb2b
AVALANCHE: Remove some dead/useless code
2013-09-13 23:18:53 +02:00
Eugene Sandulenko
763eedd0df
FULLPIPE: Fix condition. CID 1063217
2013-09-14 00:17:43 +03:00
Eugene Sandulenko
4db215a511
FULLPIPE: Move PreloadItem methods where they belong
2013-09-14 00:14:49 +03:00
Eugene Sandulenko
1e72640cba
FULLPIPE: Fix leaked resource. CID 1063205
2013-09-14 00:08:50 +03: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
uruk
44ff5eeafb
AVALANCHE: Remove unnecessary error() call.
2013-09-13 17:27:24 +02:00
uruk
59532fd567
AVALANCHE: Fix crash.
2013-09-13 17:07:26 +02:00
Strangerke
5e59ade554
AVALANCHE: Fix compilation
2013-09-13 08:31:57 +02:00
Strangerke
f7c34949db
AVALANCHE: Error out when critical files are missing
2013-09-13 08:29:19 +02:00
Strangerke
8a59c9c1b2
AVALANCHE: undo previous commit, add comments about kControlNegative and a missing stub
2013-09-13 01:27:20 +02:00