aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Collapse)Author
2008-04-06Fixed crash on startup when running japanese versions of Kyrandia.Johannes Schickel
svn-id: r31428
2008-04-06Set opcode 31 (o2_limitMouseRrange) to o2_dummy for now.Johannes Schickel
Also added a comment about that. svn-id: r31427
2008-04-06Cleanup.Johannes Schickel
svn-id: r31426
2008-04-06Implemented opcode 33 o2_loadSoundfile.Johannes Schickel
svn-id: r31425
2008-04-06Implemented fadeout waiting in KyraEngine_v2::enterNewScene for AdLib.Johannes Schickel
svn-id: r31424
2008-04-06- Fixed HACKs in o2_getMusicDriver and o2_getSfxDriverJohannes Schickel
- Implemented missing bits in KyraEngine_v2::enterNewScene for MIDI (AdLib code still missing) - Added music/sfx type to Sound class svn-id: r31423
2008-04-06Fixed various bugs in GUI_v2::processButtonList.Johannes Schickel
This fixes bugs: - #1935827 "HoF: Buttons pressed state not available" - #1935219 "HoF: artefact after loading game" svn-id: r31422
2008-04-05Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, ↵Max Horn
kADFlagDontAugmentPreferredTarget (since all AdvDetector engines except Kyra used kADFlagAugmentPreferredTarget, it seems reasonable to assume that as default) svn-id: r31413
2008-04-05Fixed regression causing a crash when the user had less than 5 savefiles.Johannes Schickel
svn-id: r31412
2008-04-05Fixed crash when supplying illegal savefile names.Johannes Schickel
svn-id: r31402
2008-04-05Don't rename quicksave filenames when deleting files.Johannes Schickel
svn-id: r31401
2008-04-05- Changed quicksaves to use slots 990-998.Johannes Schickel
- Made slots 990-999 not writeable for savegames via menu. - Temporary save in HoF now uses slot 999. svn-id: r31400
2008-04-05Small fix in processButtonList.Johannes Schickel
svn-id: r31399
2008-04-05- cleanupJohannes Schickel
- sort savefiles in kyra from newest -> oldest svn-id: r31397
2008-04-05Cleanup.Johannes Schickel
svn-id: r31396
2008-04-05- Implemented delete savegame menuJohannes Schickel
- Reverted hack introduced with last commit svn-id: r31395
2008-04-05Added simple hack to work around drawing of scroll button after loading game ↵Johannes Schickel
in HoF. svn-id: r31394
2008-04-05Fixed crash when opening menu after starting kyra1 with -x/--save-slot.Johannes Schickel
svn-id: r31393
2008-04-05Implemented proper savefile listing, this fixes bug #1479872 "KYRA1: a small ↵Johannes Schickel
menu issue". svn-id: r31392
2008-04-04Remove temporary savefile after it was loaded.Johannes Schickel
svn-id: r31390
2008-04-04Disable buttons properly for non CD version.Johannes Schickel
svn-id: r31388
2008-04-04Made sliders working.Johannes Schickel
svn-id: r31387
2008-04-04Disabled some more options settings for non talkie versions.Johannes Schickel
svn-id: r31386
2008-04-04Cleaned up volume settings managment.Johannes Schickel
svn-id: r31385
2008-04-04Implemented audio menu, slider bars not moveable via mouse yet though.Johannes Schickel
svn-id: r31384
2008-04-04Little less waste of memory.Johannes Schickel
svn-id: r31383
2008-04-04Also hooked the death menu quit button to the game quit code implemented in ↵Filippos Karapetis
rev #31376 svn-id: r31382
2008-04-04Fixed nameclash.Johannes Schickel
svn-id: r31379
2008-04-04Implemented game options menu.Johannes Schickel
svn-id: r31378
2008-04-04Added support for quit game button.Johannes Schickel
svn-id: r31376
2008-04-04Added partial support for main menu. Only load, save and resume buttons are ↵Johannes Schickel
working currently svn-id: r31375
2008-04-04cleanupFlorian Kagerer
svn-id: r31374
2008-04-04This fixes the menus for fm-towns and floppy versions (only load and death ↵Florian Kagerer
menu atm). svn-id: r31373
2008-04-03Cleanup.Johannes Schickel
-This line, and those below, will be ignored-- M kyra/resource.cpp svn-id: r31370
2008-04-03Replaced unloadAllPakFiles with a simple _map.clear on resource class ↵Johannes Schickel
destruction. (Should save a little file i/o need on shutdown) svn-id: r31369
2008-04-03- Added support for filename length > 64 in static resource code.Johannes Schickel
- Updated warning when 'INDEX' is not found - Added filesize check for 'INDEX' file svn-id: r31368
2008-04-02Implemented death menu. This also fixes bug #1926892 "HoF: Odd behaviour ↵Johannes Schickel
when Zanthia gets killed(?)". svn-id: r31360
2008-04-02Fixed warnings with gcc 3.3.Johannes Schickel
svn-id: r31359
2008-04-01Fixed bug in GUI code, should hopefully fix white boxes appearing around ↵Johannes Schickel
inventory. svn-id: r31355
2008-04-01Fixed spellbook graphics in German CD version.Johannes Schickel
svn-id: r31354
2008-03-30Don't enter run loop when quit flag is set.Johannes Schickel
svn-id: r31337
2008-03-30Implement quit flag handling in Kyra2 GUI code.Johannes Schickel
svn-id: r31336
2008-03-30Fixed bug which caused sometimes garbage text to be displayed.Johannes Schickel
svn-id: r31335
2008-03-30Cleanup.Johannes Schickel
svn-id: r31332
2008-03-30- fixed savegame description loading in kyra1Johannes Schickel
- added Kyra2 load menu, currently just accessable from startup menu though svn-id: r31331
2008-03-30Cleanup.Johannes Schickel
svn-id: r31319
2008-03-30Always clip rect to copy in Screen::copyRegion now, like the original does.Johannes Schickel
This fixes bug #1537373 "KYRA1: Crash when meeting Zanthia". svn-id: r31318
2008-03-30- get rid of const_castFlorian Kagerer
svn-id: r31317
2008-03-30Cleanup.Johannes Schickel
svn-id: r31313
2008-03-30Renamed some functions according to our coding guidelines.Johannes Schickel
svn-id: r31310