aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui.cpp
AgeCommit message (Expand)Author
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-19Remov lots of superfluous debug output.Johannes Schickel
2009-05-10LOL: - added some spell casting (spark, heal, swarm)Florian Kagerer
2009-02-15LOL: - implemented proper button processing (works exactly as in Kyra 2 and 3...Florian Kagerer
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-29- CleanupJohannes Schickel
2008-12-29Cleanup.Johannes Schickel
2008-12-28LOL: - fixed some bugs in the main menu code (premature pak file unloading et...Florian Kagerer
2008-12-26Implemented (some) main menu code for LoL.Johannes Schickel
2008-12-16Switched kyra1 to use the same input functionality as kyra2 and kyra3.Johannes Schickel
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-14Added autosave support in Kyra.Johannes Schickel
2008-07-08KYRA works with the new GMM implementationChristopher Page
2008-05-11- Renamed KyraEngine to KyraEngine_v1Johannes Schickel
2008-05-11Committed slightly modified patch #1961830 "KYRA: Scroll wheel support for Ky...Johannes Schickel
2008-05-10- Cleaned up main menu quit handlingJohannes Schickel
2008-05-10Set _quitFlag when receiving quit event in kyra2/kyra3 main menu.Johannes Schickel
2008-05-05- Added support for Kyra3 GUI (audio and game options not working yet)Johannes Schickel
2008-05-01fix broken save file listFlorian Kagerer
2008-04-29Various cleanup.Johannes Schickel
2008-04-14Implemented some kyra3 code.Johannes Schickel
2008-04-12- some refactoring for Kyra3Johannes Schickel
2008-04-05Fixed crash when supplying illegal savefile names.Johannes Schickel
2008-04-05- Changed quicksaves to use slots 990-998.Johannes Schickel
2008-04-05- cleanupJohannes 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-05Implemented proper savefile listing, this fixes bug #1479872 "KYRA1: a small ...Johannes Schickel
2008-04-04Implemented audio menu, slider bars not moveable via mouse yet though.Johannes Schickel
2008-04-04Added partial support for main menu. Only load, save and resume buttons are w...Johannes Schickel
2008-03-30- fixed savegame description loading in kyra1Johannes Schickel
2008-03-28Refactored Kyrandia GUI code a bit.Johannes Schickel
2007-07-29- Restructure Kyrandia sourcecode (part 1, breaks compiling)Johannes Schickel
2007-07-11Should fix gui strings in Italian fan translation.Johannes Schickel
2007-07-08Little renaming.Johannes Schickel
2007-06-22Slightly updated key handling in BS2, Kyra, and ToucheMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-27Cleanup.Johannes Schickel
2007-04-15Formatting/Cleanup.Johannes Schickel
2007-04-01added the instance of EventManager returned by OSystem::getEventManager as a ...Gregory Montoir
2007-03-24Commit of patch #1686414 ("Kyra: FM-Towns music").Johannes Schickel
2007-03-23Implemented some palette code differences for Amiga version.Johannes Schickel
2007-03-18KYRA: Changed to use EventManager::getMousePos (should improve some things: t...Max Horn
2007-03-18Fixed various gui strings in German floppy.Johannes Schickel
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), withTorbjörn Andersson
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-02-12Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, ...Johannes Schickel
2007-02-08Fixed GUI strings in FM-Towns version.Johannes Schickel
2007-01-31oops.Johannes Schickel