Commit Graph

797 Commits

Author SHA1 Message Date
Strangerke
b3f6ce975f AVALANCHE: Use People enum as a type for several variables, modify functions accordingly 2013-09-24 21:24:52 +02:00
uruk
3ae30372bc AVALANCHE: Repair bug regarding uninitialized direction in Avalot. Some renaming in Animation. 2013-09-24 18:25:53 +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
uruk
02caaa5735 AVALANCHE: Optimize Animation::updateSpeed(). 2013-09-22 23:36:25 +02:00
Strangerke
61eb94e5c8 AVALANCHE: Use struct for consistency in Avalot 2013-09-22 22:47:12 +02:00
Strangerke
061c06c128 AVALANCHE: (hopefully) fix a GCC warning 2013-09-22 20:20:51 +02:00
Strangerke
863709ca57 AVALANCHE: Move some variables 2013-09-22 17:45:48 +02:00
Strangerke
302e74cac1 AVALANCHE: Fix GCC warning 2013-09-22 17:44:46 +02:00
uruk
03f6a56e20 AVALANCHE: Remove comment, replace character. 2013-09-22 00:19:20 +02:00
uruk
2ffcd492be AVALANCHE: Implement Avalot::zoomOut(). 2013-09-22 00:06:52 +02:00
uruk
9450faf150 AVALANCHE: Implement Clock::chime(). 2013-09-21 23:38:08 +02:00
Strangerke
79a961c89d AVALANCHE: Move some variables, fix savegame counter increment when saving 2013-09-21 23:34:21 +02:00
uruk
66fe0b2ebc AVALANCHE: Remove useless comments. 2013-09-21 22:48:39 +02:00
Strangerke
45ad88b73b AVALANCHE: uncomment some sound code, code cleanup 2013-09-21 22:39:56 +02:00
Strangerke
4b4f07a7f6 AVALANCHE: Merge Gyro, Lucerna and Avalot 2013-09-21 22:28:48 +02:00
uruk
89471e76d1 AVALANCHE: More revision in Sequence. 2013-09-21 19:30:37 +02:00
uruk
ed7e71d226 AVALANCHE: Some revision in Sequence. 2013-09-21 19:22:21 +02:00
uruk
183f10e4a0 AVALANCHE: Simplify Sequence::firstShow(). 2013-09-21 19:12:44 +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
Strangerke
ba103fd5dd AVALANCHE: Some polishing in Animation 2013-09-21 15:36:13 +02:00
uruk
e0b4280a94 AVALANCHE: Change byte to unsigned int in for loops. 2013-09-21 14:49:35 +02:00
uruk
897a0d0a61 AVALANCHE: Silence more GCC warnings. 2013-09-21 14:36:23 +02:00
uruk
3b57efaf99 AVALANCHE: Revise Graphics::drawPicture(). 2013-09-21 14:25:54 +02:00
uruk
2dcdca5711 AVALANCHE: Silence GCC warnings and repair Scrolls::scrollModeNormal(). 2013-09-21 14:16:32 +02:00
uruk
2df1aa6287 AVALANCHE: More clean up, removement of dead code, some rearranging. 2013-09-21 13:33:43 +02:00
uruk
3650f5d6a7 AVALANCHE: More clean up, removement of dead code. 2013-09-21 13:10:14 +02:00
uruk
8d5ce97ca4 AVALANCHE: Mostly cosmetic modifications in avalot.cpp. 2013-09-21 12:39:03 +02:00
uruk
c34bc12af2 AVALANCHE: Remove useless code. 2013-09-21 12:36:19 +02:00
uruk
39b4d8b71c AVALANCHE: Some cleanup and comment modifications. 2013-09-21 12:10:16 +02:00
Strangerke
c7f888de7c AVALANCHE: Remove remaining off and on calls in commented code 2013-09-20 23:19:30 +02:00
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
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
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
Strangerke
7fdb5c439e AVALANCHE: Fix bug in scrollModeNormal() 2013-09-13 01:08:37 +02:00
Strangerke
65f39c14c9 AVALANCHE: Remove some verbosity related to excessive use of Common::String in Acci2 2013-09-13 00:18:14 +02:00
Strangerke
b936611e03 AVALANCHE: Fix various warnings reported by GCC and/or wjp 2013-09-12 21:44:36 +02:00
Strangerke
11c496c31b AVALANCHE: Complete 2 comments, get rid of Scrolls::kControlToBuffer in one function (for further discussions) 2013-09-12 07:43:15 +02:00
Strangerke
4c12daf55a AVALANCHE: Polish some more strings 2013-09-12 00:32:45 +02:00
Strangerke
2f42e9ce46 AVALANCHE: Identify useless variables and function in Closing2 2013-09-11 22:49:16 +02:00
Strangerke
49dbac6a2a AVALANCHE: Some polishing in Acci2 2013-09-11 08:43:13 +02:00
Strangerke
94b98ac5f6 AVALANCHE: Various cleanup 2013-09-10 08:12:06 +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
524edfcbc3 AVALANCHE: Rework more strings (still WIP) 2013-09-09 07:20:25 +02:00
Strangerke
2d2ce624a9 AVALANCHE: Rework some more strings 2013-09-08 23:37:13 +02:00
Strangerke
f7bce3bede AVALANCHE: Rework some more strings 2013-09-08 23:13:58 +02:00
Strangerke
e77db05208 AVALANCHE: Rework some more string uses 2013-09-08 22:23:58 +02:00
Strangerke
cb66911ed2 AVALANCHE: Rework more strings in Scroll2 2013-09-08 20:24:09 +02:00
Strangerke
f33ba71924 AVALANCHE: Fix bug in Visa2 2013-09-08 18:52:40 +02:00
Strangerke
78417de0d1 AVALANCHE: Start simplifying String use 2013-09-08 18:50:47 +02:00
Strangerke
b60767fce8 AVALANCHE: Do not set pixels directly 2013-09-08 15:20:41 +02:00
Strangerke
7df4c94aeb AVALANCHE: Some renaming in Timer and Acci2, add some doxygen comments 2013-09-08 14:11:32 +02:00
uruk
3950c871f2 AVALANCHE: Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche
Conflicts:
	engines/avalanche/animation.cpp
2013-09-08 12:57:34 +02:00
uruk
48f2a79ed2 AVALANCHE: Rename _tr to _anim. 2013-09-08 12:53:19 +02:00
Strangerke
e6956a994b AVALANCHE: Change type of kSpriteNumbMax to byte 2013-09-08 12:47:04 +02:00
uruk
c6183993f2 AVALANCHE: Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche
Conflicts:
	engines/avalanche/animation.h
2013-09-08 12:39:33 +02:00
Strangerke
2eb4002e36 AVALANCHE: Check function scope in Animation, set a function private 2013-09-08 12:23:48 +02:00
uruk
0f20e7fe37 Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche 2013-09-08 12:21:27 +02:00
uruk
b7844c3548 AVALANCHE: More renaming/refactoring in Animation. 2013-09-08 12:21:02 +02:00
Strangerke
55d64e1ed1 AVALANCHE: Add some doxygen comments in Lucerna 2013-09-08 12:11:20 +02:00
uruk
b8d16e894c AVALANCHE: Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche
Conflicts:
	engines/avalanche/visa2.cpp
2013-09-08 12:06:43 +02:00
uruk
c0243036a2 AVALANCHE: Renaming/refactoring in Animation. 2013-09-08 12:06:08 +02:00
Strangerke
3cc438171a AVALANCHE: Review variable scope in Visa2, add some doxygen comments 2013-09-08 11:47:00 +02:00
uruk
8f152c0833 AVALANCHE: Renaming/refactoring in Animation. 2013-09-08 11:40:35 +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
uruk
aafaaef37f AVALANCHE: Some renaming in Animation. 2013-09-08 11:34:21 +02:00
Strangerke
f42f29d8f8 AVALANCHE: Rename Timeout into Timer 2013-09-08 11:30:23 +02:00
uruk
1b25defe34 AVALANCHE: Missing files from last commit... 2013-09-08 11:20:37 +02:00
Strangerke
b9c14ccb08 AVALANCHE: Some more renaming in Timeout. Add some Doxygen comments 2013-09-08 11:14:00 +02:00
uruk
26099360a9 AVALANCHE: Renaming/refactoring in Visa. 2013-09-08 10:57:44 +02:00
Strangerke
21ff074fda AVALANCHE: Fix uninitialized variable in TimeOut 2013-09-08 10:53:33 +02:00
uruk
db6fcd5e9b Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche 2013-09-08 10:49:01 +02:00
uruk
8a4a5b3c56 AVALANCHE: Renaming in timeout2.h 2013-09-08 10:48:22 +02:00
Strangerke
f783f2c28a AVALANCHE: Silent some CppCheck warnings, rename some loop variables 2013-09-08 10:31:54 +02:00
uruk
3f2ed1c803 AVALANCHE: Everything that is missing from the last commit... 2013-09-08 00:26:16 +02:00
uruk
1847a0ddbf AVALANCHE: Start renaming in Timeout. 2013-09-08 00:24:59 +02:00
uruk
93013b5c76 AVALANCHE: Do renaming in Sequence. 2013-09-08 00:02:20 +02:00
uruk
e5d014d29d Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche 2013-09-07 23:49:19 +02:00
uruk
d2b554ab41 AVALANCHE: More renaming in Lucerna. Fix accidentally modified strings in Acci. 2013-09-07 23:48:48 +02:00
Strangerke
f59892b45e AVALANCHE: More renaming in animation 2013-09-07 23:42:34 +02:00
Strangerke
5c00d5fe34 AVALANCHE: More renaming, use int16 for loops based on kSpriteNumbMax 2013-09-07 23:03:27 +02:00
Strangerke
6383c7397d AVALANCHE: Fix one more Clang warning 2013-09-07 21:51:00 +02:00
Strangerke
fcd32da865 AVALANCHE: Missing file from previous commit 2013-09-07 21:50:37 +02:00
Strangerke
c158abc313 AVALANCHE: Add some missing brackets in Lucerna 2013-09-07 21:46:01 +02:00
Strangerke
f1e699199b AVALANCHE: Some more renaming in Animation 2013-09-07 21:38:25 +02:00
Strangerke
347d970634 AVALANCHE: Fix Clang warnings 2013-09-07 21:37:54 +02:00
uruk
c087998a8a AVALANCHE: Do renaming in scrolls2.h. 2013-09-07 20:37:42 +02:00
Strangerke
9198b166f7 AVALANCHE: Some more renaming in Animation 2013-09-07 20:02:14 +02:00
Strangerke
d96555406e AVALANCHE: Rename trip into animation, some more renaming 2013-09-07 19:11:34 +02:00
uruk
9097e80153 AVALANCHE: Minor cosmetic fixes in Lucerna. 2013-09-07 18:40:15 +02:00
Strangerke
0ad51df7d9 AVALANCHE: Remove 2 variables from Visa2 2013-09-07 18:23:50 +02:00
uruk
0fa45b0fd2 AVALANCHE: Do renaming in Pingo. 2013-09-07 18:18:25 +02:00
uruk
00a963b840 AVALANCHE: Do renaming/refactoring in Parser. 2013-09-07 18:03:36 +02:00
uruk
467a7b1cce AVALANCHE: Introduce a new class: Clock. 2013-09-07 18:00:00 +02:00
uruk
2bed64b447 AVALANCHE: Do renaming/refactoring in Lucerna. 2013-09-07 15:58:02 +02:00
uruk
cfd7d06539 AVALANCHE: Fix bug due to unsaved changes. 2013-09-07 12:48:15 +02:00
uruk
cb05ea9bc6 AVALANCHE: Finish renaming/refactoring in Gyro. 2013-09-07 12:35:44 +02:00
Strangerke
5d2547c8f0 AVALANCHE: Rename some constants in trip6 2013-09-07 09:14:14 +02:00
Strangerke
e859e17e3b AVALANCHE: Janitorial - Remove trailing spaces, fix define names 2013-09-07 09:00:34 +02:00
Strangerke
7be84e9d52 AVALANCHE: Fix some more Clang warnings 2013-09-07 01:26:28 +02:00
Strangerke
73afd0d8e1 AVALANCHE: Fix some more warnings 2013-09-07 00:41:39 +02:00
Strangerke
c537d2f1e5 AVALANCHE: Comment out some dead code 2013-09-07 00:34:38 +02:00
Strangerke
e340767395 AVALANCHE: Move some static arrays to function bodies 2013-09-07 00:32:08 +02:00
Strangerke
f1bac0f193 AVALANCHE: (Hopefully) fix some warnings reported by GCC and Clang 2013-09-07 00:03:59 +02:00
uruk
200670d327 AVALANCHE: More renaming in gyro2.h. 2013-09-06 16:23:57 +02:00
Strangerke
95a4ccac51 AVALANCHE: Some renaming in lucerna2 2013-09-06 07:52:02 +02:00
Strangerke
56ce2398d8 AVALANCHE: Remove 2 high-ascii characters 2013-09-06 00:22:05 +02:00
Strangerke
dd897be038 AVALANCHE: Identify currently dead code in enid2 2013-09-06 00:17:13 +02:00
uruk
82484b139a AVALANCHE: More renaming in Gyro. 2013-09-05 23:58:32 +02:00
uruk
b6306976cf AVALANCHE: Start renaming in Gyro. 2013-09-05 23:57:58 +02:00
uruk
c1bc8eee64 AVALANCHE: Rename/refactor Colors. 2013-09-05 23:07:08 +02:00
uruk
77607ab6ed Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche 2013-09-05 21:45:47 +02:00
uruk
3f822be0ab AVALANCHE: Silence Valgrind warnings. 2013-09-05 21:45:07 +02:00
Strangerke
f3377c67e0 AVALANCHE: Fix initialization of kEdnaId 2013-09-05 19:47:55 +02:00
uruk
3b10b079f7 AVALANCHE: Silence Valgrind warnings. 2013-09-05 15:48:30 +02:00
uruk
63d1d289a5 AVALANCHE: Silence more Valgrind warnings. 2013-09-05 15:09:13 +02:00
uruk
2d99f5bfc6 AVALANCHE: Repair some initialization to silence Valgrind warnings. 2013-09-05 14:44:55 +02:00
uruk
3de1b45b62 AVALANCHE: Repair memory leaks in Dropdown. 2013-09-05 13:29:16 +02:00
uruk
390ecc6a6b AVALANCHE: Do renaming/refactoring in Graphics. 2013-09-05 13:20:03 +02:00
uruk
ce95f738be AVALANCHE: Do renaming in Enid. (Keep the refactoring for the implementation of it.) 2013-09-05 12:59:01 +02:00
uruk
a698a2a2f9 AVALANCHE: Repair another bunch of memory leaks. 2013-09-05 12:31:29 +02:00
uruk
9740287721 AVALANCHE: Fix some memory leak problems. 2013-09-05 11:05:03 +02:00
uruk
0c47dc858a AVALANCHE: Fix GCC warning. 2013-09-05 10:51:47 +02:00
Strangerke
c0d9677979 AVALANCHE: Fix one more GCC warning 2013-09-05 08:11:27 +02:00
Strangerke
8011d24ee2 AVALANCHE: Fix warnings reported by GCC 2013-09-05 08:07:59 +02:00
Strangerke
31bd1369d9 AVALANCHE: Add some brackets to improve readability 2013-09-05 08:02:25 +02:00
Strangerke
b690c9ad31 AVALANCHE: Finish replacing C-style comments by C++-style 2013-09-05 07:47:40 +02:00
Strangerke
dab2988947 AVALANCHE: Start replacing C-style comments by C++-style 2013-09-05 02:29:09 +02:00
Strangerke
e5cc0fa495 AVALANCHE: Fix more warnings reported by CppCheck 2013-09-05 01:55:08 +02:00
Strangerke
71af29e979 AVALANCHE: Remove dead code reported by CppCheck 2013-09-05 01:48:16 +02:00
Strangerke
d52c410118 AVALANCHE: Fix systematic typo in comments 2013-09-05 01:36:10 +02:00
Strangerke
17033bdc2d AVALANCHE: Fix uninitialized variable 2013-09-05 01:30:56 +02:00
Strangerke
b52c873c5b AVALANCHE: Fix GCC warnings 2013-09-05 01:27:51 +02:00
Strangerke
c7e78ec6b7 AVALANCHE: Fix some more GCC warnings 2013-09-04 21:12:03 +02:00
uruk
15947cec7d AVALANCHE: Get rid of Enhanced. Further renamings and refactoring in Avalanche and Avalot. 2013-09-04 21:10:29 +02:00
uruk
90494e01fd AVALANCHE: Do renaming/refactoring in Acci, Avalanche and Dropdown. Unify drawing of menus' text in Dropdown in a single function: drawMenuText(). 2013-09-04 20:57:25 +02:00
Strangerke
247bf3ca26 AVALANCHE: Fix very verbose source of warning 2013-09-04 19:17:32 +02:00
Strangerke
a952ae3f87 AVALANCHE: Fix some more GCC warnings 2013-09-04 18:55:02 +02:00
Strangerke
08e8e92e3a AVALANCHE: Fix even more GCC warnings 2013-09-04 18:34:58 +02:00
uruk
97843d9e94 AVALANCHE: Repair regression in Acci::inventory(). 2013-09-04 18:26:57 +02:00
uruk
8cb9c3825f Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche
Conflicts:
	engines/avalanche/dropdown2.cpp
	engines/avalanche/dropdown2.h
2013-09-04 18:22:55 +02:00
uruk
d77eafb0db AVALANCHE: Partially do the renaming in Dropdown. 2013-09-04 18:12:06 +02:00
Strangerke
ad5529b5d2 AVALANCHE: Fix more GCC warnings 2013-09-04 17:54:08 +02:00
Strangerke
6818dd2eb4 AVALANCHE: Fix some more GCC warnings 2013-09-04 17:15:33 +02:00
Strangerke
70aa840f0b AVALANCHE: Fix GCC warnings reported by GCC 2013-09-04 16:52:44 +02:00
Strangerke
41416f0c05 AVALANCHE: Clean up celer2 2013-09-04 16:10:48 +02:00
Strangerke
316e84a4d4 AVALANCHE: cleanup acci2.h 2013-09-04 14:56:05 +02:00
Strangerke
bbaa645b6c AVALANCHE: Fix error reported by GCC: extra coma in enum declaraction in acci2 2013-09-04 14:10:15 +02:00
Strangerke
3f3757e03f AVALANCHE: Use a class-key when declaring a friend class 2013-09-04 14:08:00 +02:00
Strangerke
93a5fadcb8 AVALANCHE: Fix error reported by GCC: extra coma in enum declaraction 2013-09-04 13:58:12 +02:00
Strangerke
d2312e626b AVALANCHE: Review use of brackets in acci2 2013-09-04 13:55:31 +02:00
Strangerke
fe8e5c7325 AVALANCHE: Fix coding style: ++ and -- 2013-09-04 13:34:58 +02:00
Strangerke
ff31d8e521 AVALANCHE: Replace a STUB by a call to updateBackgroundSprites() 2013-09-04 13:29:18 +02:00
Strangerke
e4b3fc8064 AVALANCHE: Add default value to Direction in updateBackgroundSprites() 2013-09-04 13:28:15 +02:00
Strangerke
9c5cc7bba4 AVALANCHE: Add a default value to color in state(), remove dead code 2013-09-04 13:16:27 +02:00
Strangerke
8e7921d19d AVALANCHE: USe the default return value in giveToSpludwick() 2013-09-04 13:07:09 +02:00
Strangerke
3820462448 AVALANCHE: Fix bugs in winSequence() and doThat() 2013-09-04 13:06:12 +02:00
Strangerke
caeb46f3ce AVALANCHE: Fix bugs in getProc() and giveGeidaTheLute(), add doxygen comment 2013-09-04 12:51:29 +02:00
Strangerke
c781727a03 AVALANCHE: Fix bug in giveToSpludwick, add doxygen comment 2013-09-04 12:42:27 +02:00
Strangerke
53d9848f66 AVALANCHE: Fix bug in openDoor() 2013-09-04 12:38:19 +02:00
Strangerke
8c8990368e AVALANCHE: Fix bug in lookAround() 2013-09-04 12:36:48 +02:00
Strangerke
8e14821306 AVALANCHE: Fix bug in verbOpt() 2013-09-04 12:35:26 +02:00
Strangerke
fce3fe8381 AVALANCHE: Fix MSVC warnings in acci2 2013-09-04 12:32:10 +02:00
Strangerke
c3ce7d4840 AVALANCHE: Fix MSVC warnings in trip6 2013-09-04 12:02:01 +02:00
Strangerke
cd808484af AVALANCHE: Fix some more MSVC warnings 2013-09-04 11:43:02 +02:00
Strangerke
d418b2c50c AVALANCHE: Fix MSVC warnings in lucerna2 2013-09-04 11:18:09 +02:00
Strangerke
543c4f59da AVALANCHE: Remove logger 2013-09-04 10:43:51 +02:00
Strangerke
666d3eecfc AVALANCHE: Replace some British terms by American ones 2013-09-04 10:14:56 +02:00
uruk
d148d08683 Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche 2013-09-04 10:09:56 +02:00
uruk
b38fd85d70 AVALANCHE: Do renaming/refactoring in Closing. 2013-09-04 10:09:07 +02:00
Strangerke
a8d9978de8 AVALANCHE: Silent a sign mismatch warning, improve loop condition 2013-09-04 10:03:47 +02:00
Strangerke
ccba9863eb AVALANCHE: Silent a warning 2013-09-04 10:02:53 +02:00
Strangerke
458dd5d0cc AVALANCHE: Fix link error using MSVC9 2013-09-04 09:45:53 +02:00
Willem Jan Palenstijn
a2c42df2b2 AVALANCHE: Fix compile errors
Signed-off-by: uruk <koppirnyo@gmail.com>
2013-09-04 09:25:45 +02:00
uruk
4cf40bc87a AVALANCHE: Rename refreshBackgroundSprites() to updateBackgroundSprites() in Celer. 2013-09-04 09:25:11 +02:00
uruk
4ae897e3a9 AVALANCHE: Repair comments in Celer. 2013-09-03 23:56:37 +02:00
uruk
212391f337 AVALANCHE: Refactor Celer. 2013-09-03 23:41:15 +02:00