aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui.cpp
AgeCommit message (Expand)Author
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
2007-01-31Fix for bug #Fix for bug #1523200 ("KYRA1: Voice-only mode has no lips animat...Johannes Schickel
2007-01-26Some adjustments to the menu code to better suit longer strings in some langu...Oystein Eftevaag
2006-09-17- removes the kyra specific language flag system, and uses the language enum ...Johannes Schickel
2006-08-26Adds some framework for the Kyra2 intro, expands it a little bit and adds som...Oystein Eftevaag
2006-07-14More whitespace changes.Torbjörn Andersson
2006-06-18Makes sure updateScreen() is called once in a while in the menu polling loop,...Oystein Eftevaag
2006-06-02Fix for bug # 1497961 ("KYRA1: in-game "Music" option not working").Johannes Schickel
2006-06-01Call setWalkspeed() after reading config settings, and after loading savegames,Torbjörn Andersson
2006-05-28Another couple of fixes for the spanish floppy version (menu strings specific...Oystein Eftevaag
2006-05-28The Kyra settings are now stored in the config file instead of the savegames.Torbjörn Andersson
2006-05-28Added speechEnabled() and textEnabled() to simplify the text/speech config ch...Oystein Eftevaag
2006-05-28Added checks for sound/text config in Brandons responses to using the amuletOystein Eftevaag
2006-05-28Fixes bug [ 1480746 ] KYRA1: menu triggers assertion, and sets the text/speec...Oystein Eftevaag
2006-05-21- reworks quit handling (no _system->quit() anymore)Johannes Schickel
2006-05-08Cleanup: Use ScummVM indentation style for switch() cases. In some cases, ITorbjörn Andersson
2006-04-25Fixes some coordinate initialization in the menus, and makes sure the initial...Oystein Eftevaag
2006-04-25Adds some code to dynamically resize and readjust the menus if the text strin...Oystein Eftevaag
2006-04-23Uses kyra.dat for GUI strings instead of hardcoding them, which means localiz...Oystein Eftevaag
2006-04-04Removed extra exclamation marks in warning() calls as well.Eugene Sandulenko
2006-03-20Initialise _haveScrollButtons, since Valgrind complained about it.Torbjörn Andersson
2006-03-19Makes sure Brandon actually dies when he turns to stone in the kyragem roomOystein Eftevaag
2006-03-19Adds button press animations to the menu, and resets the cursor when the Dial...Oystein Eftevaag
2006-03-18Fixes the color of the quitting dialog text after drinking a potionOystein Eftevaag
2006-03-15Added mouse wheel scrolling to save/restore dialogs.Torbjörn Andersson
2006-03-08Implemented the last menu (the settings screen). Walking speed, text speed,Oystein Eftevaag
2006-03-07Added the proper death dialog, changed the sequence skipping code a bit to avoidOystein Eftevaag
2006-02-14Made the kyra debug extensions more generic, i.e. scumm engine could replaceJohannes Schickel
2006-02-14Reworked kyra debug output system. Now he have special kyra intern debug leve...Johannes Schickel
2006-02-11Moved engines to the new engines/ directoryMax Horn