aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
2008-04-12- some refactoring for Kyra3Johannes Schickel
2008-04-11Silence MSVC8+ warning C4800 about forcing an int value to bool that got turn...Kari Salminen
2008-04-10towns music file name fixFlorian Kagerer
2008-04-10Load all needed package files for kyra3 on startup.Johannes Schickel
2008-04-10Small bug fix.Johannes Schickel
2008-04-10Improved searchpath support. (Should again detect everything Common::File is ...Johannes Schickel
2008-04-10- Reverted r31454 changes to detection.cppJohannes Schickel
2008-04-10Fixed regression in Kyra1.Johannes Schickel
2008-04-10- fixed valgrind warningJohannes Schickel
2008-04-10Fixed track unloading for MIDI.Johannes Schickel
2008-04-10Lock mutex in playSoundEffect, should help threading safeness of the code.Johannes Schickel
2008-04-10Small fix related to all notes off event.Johannes Schickel
2008-04-10Made KyraEngine::startup just loading soundfile instead of also playing track 0.Johannes Schickel
2008-04-10- Updated debug output for KyraEngine::snd_playThemeJohannes Schickel
2008-04-10- Fixed missing static data for kyra1 demoJohannes Schickel
2008-04-09fix drawShape glitch (Brandon's feet got mutilated and one vertical line was ...Florian Kagerer
2008-04-08Oops removed leftover.Johannes Schickel
2008-04-08- Set language to Common::UNK_LANG for multilanguage games (kyra2cd and kyra3...Johannes Schickel
2008-04-07Some MIDI related cleanup.Johannes Schickel
2008-04-06implement missing Screen::drawShapePlotType11_15()Florian Kagerer
2008-04-06fix label for first save slot (towns/floppy)Florian Kagerer
2008-04-06Implemented support for Towns (and hopefully DOS floppy too) menus.Johannes Schickel
2008-04-06Fixed memory leaks.Johannes Schickel
2008-04-06Fixed mouse input handling when entering savefile description.Johannes Schickel
2008-04-06Fixed walkspeed on save loading.Johannes Schickel
2008-04-06Silenced MSVC warningFilippos Karapetis
2008-04-06Oops. that shouldn't have been reverted by last committ.Johannes Schickel
2008-04-06Fixed potentional crash.Johannes Schickel
2008-04-06svn-id: r31431Florian Kagerer
2008-04-06Fixed crash on startup when running japanese versions of Kyrandia.Johannes Schickel
2008-04-06Set opcode 31 (o2_limitMouseRrange) to o2_dummy for now.Johannes Schickel
2008-04-06Cleanup.Johannes Schickel
2008-04-06Implemented opcode 33 o2_loadSoundfile.Johannes Schickel
2008-04-06Implemented fadeout waiting in KyraEngine_v2::enterNewScene for AdLib.Johannes Schickel
2008-04-06- Fixed HACKs in o2_getMusicDriver and o2_getSfxDriverJohannes Schickel
2008-04-06Fixed various bugs in GUI_v2::processButtonList.Johannes Schickel
2008-04-05Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, kAD...Max Horn
2008-04-05Fixed regression causing a crash when the user had less than 5 savefiles.Johannes Schickel
2008-04-05Fixed crash when supplying illegal savefile names.Johannes Schickel
2008-04-05Don't rename quicksave filenames when deleting files.Johannes Schickel
2008-04-05- Changed quicksaves to use slots 990-998.Johannes Schickel
2008-04-05Small fix in processButtonList.Johannes Schickel
2008-04-05- cleanupJohannes Schickel
2008-04-05Cleanup.Johannes Schickel
2008-04-05- Implemented delete savegame menuJohannes Schickel
2008-04-05Added simple hack to work around drawing of scroll button after loading game ...Johannes Schickel
2008-04-05Fixed crash when opening menu after starting kyra1 with -x/--save-slot.Johannes Schickel
2008-04-05Implemented proper savefile listing, this fixes bug #1479872 "KYRA1: a small ...Johannes Schickel
2008-04-04Remove temporary savefile after it was loaded.Johannes Schickel
2008-04-04Disable buttons properly for non CD version.Johannes Schickel