Commit Graph

58930 Commits

Author SHA1 Message Date
Strangerke
2b63646740 AVALANCHE: Remove some useless/dead code 2013-09-20 23:09:43 +02:00
Strangerke
6943fcfb03 AVALANCHE: Janitorial - leftover Bristish -> American English 2013-09-20 07:55:10 +02:00
Strangerke
a7bb292cba AVALANCHE: Remove color.h 2013-09-20 07:52:18 +02:00
Strangerke
b11bf988f4 AVALANCHE: Remove roomnums.h 2013-09-20 07:46:39 +02:00
Strangerke
f88ca9dc81 AVALANCHE: Remove misc dead or useless code: useless arguments, stubbed ini file reading, etc 2013-09-20 07:35:50 +02:00
Strangerke
bb58813eee AVALANCHE: Remove code used for Demo 2013-09-20 07:09:31 +02:00
Strangerke
f78de9b382 AVALANCHE: Add check on shouldQuit() in Harp mini-game 2013-09-20 07:02:18 +02:00
uruk
95b2e27243 AVALANCHE: A little revision of the harp minigame. 2013-09-20 01:50:18 +02:00
uruk
4b84999a30 AVALANCHE: Another addition regarding the harp game. 2013-09-20 01:20:31 +02:00
uruk
207335d0f2 AVALANCHE: Repair minigame: Harp. 2013-09-20 00:56:41 +02:00
uruk
5ccff749a5 AVALANCHE: Add minigame: playing the harp. 2013-09-20 00:23:20 +02:00
uruk
16f5f32376 AVALANCHE: Repair Scrolls::musicalScroll() and Scrolls::store(). 2013-09-19 22:45:03 +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
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