Commit Graph

550 Commits

Author SHA1 Message Date
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
0356040910 AVALANCHE: Remove some STUBs, add calls to stopSound() 2013-09-19 19:04:01 +02:00
Strangerke
2238db712c AVALANCHE: Remove useless function, add _soundFl 2013-09-19 00:23:59 +02:00
Strangerke
d26a06a970 AVALANCHE: Remove useless includes 2013-09-19 00:11:50 +02:00
Strangerke
23b225ca0d AVALANCHE: Add sound class, blip(), playNote() and click() 2013-09-18 23:59:26 +02:00
Strangerke
edc1477741 AVALANCHE: Remove index hack used for mouse pointer (Pascal to C conversion) 2013-09-18 08:07:20 +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
7f26871be1 AVALANCHE: Remove dead code 2013-09-16 20:20:34 +02:00
uruk
fe72db6c85 AVALANCHE: Make Graphics::drawPicture more safe. Fix an index-bug regarding Gyro::_objectList. 2013-09-16 16:18:02 +02:00
uruk
5f6fc0de6b AVALANCHE: Remove unnecessary error() call. 2013-09-16 14:36:30 +02:00
uruk
3f19e7a0fb AVALANCHE: Repair exit condition of the main loop. 2013-09-16 14:10:31 +02:00
Strangerke
9d259d0a07 AVALANCHE: fix index in loadMouse, misc cleanup 2013-09-16 01:15:47 +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
c877ddf411 AVALANCHE: Rework Acci:exampers(). 2013-09-15 20:12:30 +02:00
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
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
Strangerke
5be2d50e14 AVALANCHE: Reduce verbosity related to animation sprites 2013-09-14 19:39:49 +02: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