aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui_v2.cpp
AgeCommit message (Collapse)Author
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-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-04Disabled some more options settings for non talkie versions.Johannes Schickel
svn-id: r31386
2008-04-04Implemented audio menu, slider bars not moveable via mouse yet though.Johannes Schickel
svn-id: r31384
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-02Implemented death menu. This also fixes bug #1926892 "HoF: Odd behaviour ↵Johannes Schickel
when Zanthia gets killed(?)". svn-id: r31360
2008-04-01Fixed spellbook graphics in German CD version.Johannes Schickel
svn-id: r31354
2008-03-30Implement quit flag handling in Kyra2 GUI code.Johannes Schickel
svn-id: r31336
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-28Changed HoF GUI code to use common GUI code now.Johannes Schickel
svn-id: r31295
2008-03-28- Clear input queue after loading game via hotkeys.Johannes Schickel
- Fixed bug which caused the need for clicking twice to change pages in spellbook. svn-id: r31282
2008-03-20- made Screen_v2::applyOverlay support dirty rect handlingJohannes Schickel
- fixed copyRegion flags in KyraEngine_v2::scrollInventoryWheel svn-id: r31206
2008-03-20Fixed bug #1920869 "HoF: palette artifacts in inventory".Johannes Schickel
svn-id: r31204
2008-03-20Supply correct flags to copyRegion when displaying spellbook pages.Johannes Schickel
svn-id: r31200
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, which caused displaying wrong string to be shown then combining ↵Johannes Schickel
items in HoF. svn-id: r31180
2008-03-17Cleanup.Johannes Schickel
svn-id: r31162
2008-03-17Probably fixing string issues in menu.Johannes Schickel
svn-id: r31161
2008-03-15Implemented opcodes:Johannes Schickel
- 36: o2_removeItemFromInventory - 64: o2_disableAnimObject - 65: o2_enableAnimObject - 101: o2_showLetter - 115: o2_setSceneAnimPosAndUpdate svn-id: r31131
2008-03-09sjis bug fixFlorian Kagerer
svn-id: r31091
2008-03-09floppy/fm-towns implementation for spell bookFlorian Kagerer
svn-id: r31089
2008-03-09- fixed little glitch when putting items in cauldronJohannes Schickel
- implemented listing of items in cauldron svn-id: r31088
2008-03-09- implemented cauldron handling for HoF (needs some more testing though)Johannes Schickel
- fixed bug in updateCharFacing - added 'give' command to HoF debugger, which allows setting the hand item to a specified item svn-id: r31087
2008-03-09Fixed warning.Torbjörn Andersson
svn-id: r31086
2008-03-09Implemented spellbook in HoF.Johannes Schickel
svn-id: r31084
2008-03-09Fixed access of inventory in HoF while cursor is not visible. Johannes Schickel
svn-id: r31081
2008-03-05Implement inventory scrolling for HoF.Johannes Schickel
svn-id: r31043
2008-03-03Fixed crash when clicking on empty inventory slot.Johannes Schickel
svn-id: r31039
2008-03-03Started to implement GUI code for HoF.Johannes Schickel
Currently working: - _basic_ inventory, this doesn't include scrolling through the inventory svn-id: r31038
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-10Commit slighty modified patch #1865509 "KYRA: kyradat support for hof".Johannes Schickel
svn-id: r30394
2007-10-19Committing [ 1816080 ] KYRA: Intro Patch for HoF, from Florian, with some ↵Oystein Eftevaag
cleanup and a minor fix svn-id: r29233
2007-07-29- Kyrandia 1 works againJohannes Schickel
- Added timer class for timer handling - Little bit more resturcturing - A little bit (almost nothing but a start!) Kyrandia 2 support svn-id: r28297
2007-07-29Restructure Kyrandia sourcecode (part 2, compiling works again)Johannes Schickel
svn-id: r28296