aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-06improved static res handling (sequence data, shape animation data)Florian 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-06Fixed warning. (The 'anim' variable shadowed the anim() function.)Torbjörn Andersson
2008-04-06Replaced ManagedList with Common::SharedPtr in the rest of the lure engineFilippos Karapetis
2008-04-06Replaced ManagedList with Common::SharedPtr in lure's sound systemFilippos Karapetis
2008-04-06Fixed codepage of parallaction project files (MSVC has a bad habit of changin...Filippos Karapetis
2008-04-06Updated parallaction MSVC project files for commit #31415Filippos Karapetis
2008-04-06Add very basic support for Amiga version of BRA.Travis Howell
2008-04-06Replaced custom ManagedList with Common::SharedPtr.Nicola Mettifogo
2008-04-05Code cleanup.Marcus Comstedt
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 warning. (You shouldn't have to use floor() to simulate integer mathTorbjörn Andersson
2008-04-05Fixed regression from previous commitFilippos Karapetis
2008-04-05Simplify codeEugene Sandulenko
2008-04-05Added code to load (but NOT play) the external music files in the Macintosh v...Filippos Karapetis
2008-04-05Updated NEWS with the new supported games in the SVN versionFilippos Karapetis
2008-04-05Speech is now played correctly in the Macintosh version of IHNMFilippos Karapetis
2008-04-05Sound effects in the Macintosh version of IHNM are now workingFilippos Karapetis
2008-04-05Added detection for IHNM Mac. Gampe plays, but sound and music is a big TODOEugene Sandulenko
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-04cleanupMax Horn
2008-04-04Remove temporary savefile after it was loaded.Johannes Schickel
2008-04-04Disable buttons properly for non CD version.Johannes Schickel
2008-04-04Made sliders working.Johannes Schickel
2008-04-04Disabled some more options settings for non talkie versions.Johannes Schickel
2008-04-04Cleaned up volume settings managment.Johannes Schickel
2008-04-04Implemented audio menu, slider bars not moveable via mouse yet though.Johannes Schickel
2008-04-04Little less waste of memory.Johannes Schickel
2008-04-04Also hooked the death menu quit button to the game quit code implemented in r...Filippos Karapetis
2008-04-04Properly *init* the _fmtownsBuf variable, and properly release the memory it ...Max Horn
2008-04-04Revert revision 31256, since _textSurfaceMultiplier isn't set at that point.Travis Howell
2008-04-04Fixed nameclash.Johannes Schickel
2008-04-04Implemented game options menu.Johannes Schickel
2008-04-04Fixed incorrect return type of currently unused function (just in case it eve...Paul Gilbert