aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2008-03-24Correct background color when displaying saved game list in Amiga versions ↵Travis Howell
of Simon the Sorcerer 1. svn-id: r31230
2008-03-23Fix name locking in Waxworks, and cleanup.Travis Howell
svn-id: r31229
2008-03-23Respect text/voice settings in Kyrandia 1 Intro/Outro.Johannes Schickel
svn-id: r31228
2008-03-23Remove left over debug code.Travis Howell
svn-id: r31225
2008-03-23Add comments about unknown cases and remove unused cases in parseNextEvent().Travis Howell
svn-id: r31224
2008-03-23Added the MD5 for a non-interactive demo of Lost in TimeSven Hesse
svn-id: r31223
2008-03-22- fixed bug in Sound::voiceIsPlayingJohannes Schickel
- fixed speech animation duration in Kyra1 svn-id: r31221
2008-03-22Fix for bug #1922514 "HoF: palette artifacts when abom. snowman".Johannes Schickel
svn-id: r31220
2008-03-22Add support for room states in Waxworks (DOS).Travis Howell
svn-id: r31218
2008-03-22Fix for bug #1922521 "HoF: mountaineer sprite vanishes".Johannes Schickel
svn-id: r31217
2008-03-21Oops removing debug output.Johannes Schickel
svn-id: r31216
2008-03-21- improved timer information output in debuggerJohannes Schickel
- fixed timer data loading svn-id: r31215
2008-03-21Removed some unneeded waiting for voice to finish.Johannes Schickel
svn-id: r31212
2008-03-21- disabled some old warningsJohannes Schickel
- removed waiting for voice to finish in o1_restoreCustomPrintBackground svn-id: r31211
2008-03-21Cleanup.Johannes Schickel
svn-id: r31210
2008-03-21- Implemented opcode 97: o2_isAnySoundPlayingJohannes Schickel
- reworked sound channel handling in HoF => fixed some voice related bugs svn-id: r31209
2008-03-21Proper fix for bug #1920869 "HoF: palette artifacts in inventory".Johannes Schickel
svn-id: r31208
2008-03-20- fix skip flags for non-playable demoFlorian Kagerer
svn-id: r31207
2008-03-20- made Screen_v2::applyOverlay support dirty rect handlingJohannes Schickel
- fixed copyRegion flags in KyraEngine_v2::scrollInventoryWheel svn-id: r31206
2008-03-20Add HoF CD demo.Travis Howell
svn-id: r31205
2008-03-20Fixed bug #1920869 "HoF: palette artifacts in inventory".Johannes Schickel
svn-id: r31204
2008-03-20Fixed compilation.Torbjörn Andersson
svn-id: r31203
2008-03-20Fixed loading of 'filedata.fdt' in HoF demo from Malcolm's Revenge CD.Johannes Schickel
svn-id: r31202
2008-03-20Enabled some cursor related commented out code.Johannes Schickel
svn-id: r31201
2008-03-20Supply correct flags to copyRegion when displaying spellbook pages.Johannes Schickel
svn-id: r31200
2008-03-20Possible fix for graphics glitches when showing letters.Johannes Schickel
svn-id: r31199
2008-03-20Made sure mouse is visible after savegame loading.Johannes Schickel
svn-id: r31198
2008-03-20Fixed cauldron/spellbook graphics on savegame load.Johannes Schickel
svn-id: r31197
2008-03-19- fixed numerous graphics glitchesJohannes Schickel
-> fixed bug in o2_stopSceneAnimation -> fixed bug in KyraEngine_v2::freeSceneAnims svn-id: r31196
2008-03-19Commit of Hans de Goede's patches to the sound handling codePaul Gilbert
svn-id: r31194
2008-03-19Removed some unportable and unused code ;-)Max Horn
svn-id: r31193
2008-03-19cleanupMax Horn
svn-id: r31192
2008-03-19Correct extra field for Amiga floppy versions of Simon the Sorcerer 1.Travis Howell
svn-id: r31190
2008-03-18Bugfix for dropping items off scene.Johannes Schickel
svn-id: r31189
2008-03-18Fixed some warnings, so that I too may bask in the glory of Kyrandia 2.Torbjörn Andersson
svn-id: r31188
2008-03-18- started to add debugC calls to methodsJohannes Schickel
- implemented some missing bits in itemDropDown svn-id: r31187
2008-03-18Implemented showing of credits after completing game.Johannes Schickel
svn-id: r31186
2008-03-18Renamed opcode 95 to o2_showItemString.Johannes Schickel
svn-id: r31185
2008-03-18- Impelemented opcodes:Johannes Schickel
-> 95: o2_showPickUpString -> 107: o2_waitForConfirmationClick -> 161: o2_getRainbowRoomData -> 162: o2_drawSceneShapeEx - Did I mention that HoF is completable now? svn-id: r31184
2008-03-18- Implemented opcodes:Johannes Schickel
-> 12: o2_setCharacterFacing -> 14: o2_moveCharacter -> 61: o2_loadZShapes -> 83: o2_setPathfinderFlag -> 90: o2_setSceneAnimPos -> 160: o2_updateTwoSceneAnims - Implemented dino riding sequence - Fixed bug in KyraEngine_v2::initSceneScreen which caused some gfx glitches svn-id: r31183
2008-03-18- Implemented opcodes:Johannes Schickel
-> 21: o2_backUpScreen -> 22: o2_restoreScreen -> 28: o2_addItemToInventory -> 50: o2_wipeDownMouseItem -> 67: o2_loadPalette384 -> 68: o2_setPalette384 -> 165: o2_disableTimer -> 166: o2_enableTimer -> 167: o2_setTimerCountdown - renamed some timer functions svn-id: r31182
2008-03-18Fixed bug in o2_setupSceneAnimation. (should fix some lockups)Johannes Schickel
svn-id: r31181
2008-03-18Fixed bug, which caused displaying wrong string to be shown then combining ↵Johannes Schickel
items in HoF. svn-id: r31180
2008-03-18Fixed pathfinder post processing in HoF, this should smooth walk paths a lot.Johannes Schickel
svn-id: r31179
2008-03-18Completed implementation of KyraEngine_v2::inputSceneChange.Johannes Schickel
svn-id: r31178
2008-03-18Fixed input bug causing Zanthia not to move sometimes.Johannes Schickel
svn-id: r31177
2008-03-18List CUP videos as previews, rather than demos.Travis Howell
svn-id: r31175
2008-03-18Fixed bug preventing movement.Johannes Schickel
svn-id: r31172
2008-03-17-missed animator_v2.cpp in last commitFlorian Kagerer
svn-id: r31171
2008-03-17- implement opcode 29: o2_drawShapeFlorian Kagerer
svn-id: r31170