aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui_v2.cpp
AgeCommit message (Expand)Author
2014-02-18KYRA: Make GPL headers consistent in themselves.Johannes Schickel
2012-06-13KYRA: Reduce amount of updateScreen calls.Johannes Schickel
2012-03-13JANITORIAL: Simply use *x instead of *x.get() on smart pointers.Christoph Mallon
2011-12-27KYRA: Some formatting fixes.Johannes Schickel
2011-12-26KYRA: (EOB) - Start implementing EOB1 party transfer (not working yet)athrxx
2011-12-26KYRA: (EOB) - extend save/load dialogue to support 990 slotsathrxx
2011-12-26KYRA: (EOB) - more work on ingame menusathrxx
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-07-04KYRA: cleanup last commitathrxx
2011-07-04KYRA: fix ingame menu save slotsathrxx
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28KYRA: Clean up of header includes.Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-10-28KYRA: Rename KyraEngine::saveGameState to KyraEngine::saveGameStateIntern.Johannes Schickel
2010-07-16In the help of making the new C++ standard a better one, we will now no longe...Johannes Schickel
2010-05-05Replace KYRA's strncpy and strncat usages by strlcpy/strlcat.Johannes Schickel
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-10-11Revert commits r44912 and r44905, seems like the original FM-Towns/PC98 games...Johannes Schickel
2009-10-11Fix FM-Towns/PC98 menu code.Johannes Schickel
2009-10-06KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when t...Florian Kagerer
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-08-07show VK in gui_v2 games of kyraKostas Nakos
2009-06-21Enable proper umlaut handling in kyra 1-3.Johannes Schickel
2009-06-15KYRA: fixed regression (broken menu slide bars in HOF/MR)Florian Kagerer
2009-06-15LOL: - started on the ingame menu code (death menu, load menu and main menu)Florian Kagerer
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-29More formatting.Johannes Schickel
2009-05-29Formatting.Johannes Schickel
2009-05-23Cleanup.Johannes Schickel
2009-02-15LOL: - implemented proper button processing (works exactly as in Kyra 2 and 3...Florian Kagerer
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-16Switched kyra1 to use the same input functionality as kyra2 and kyra3.Johannes Schickel
2008-11-09- Implemented Engine::saveGameState for KYRAJohannes Schickel
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-01Merging more of the GSoC 2008 RTL branch: KYRAMax Horn
2008-08-25Implemented continous screen updating while waiting for text input in v2 GUI....Johannes Schickel
2008-08-25Added short delay(Millis) call while waiting for text input, should reduce CP...Johannes Schickel
2008-08-20Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". (Withou...Johannes Schickel
2008-08-04Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Christopher Page
2008-08-02Proper fix for bug #2035459 "KYRA1: long savegame names cause garbage".Johannes Schickel
2008-07-08Updated KYRA to work with the new GMM implementationChristopher Page
2008-07-08KYRA works with the new GMM implementationChristopher Page
2008-06-25Kyra and Lure are now using the new _quit flagChristopher 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-10Implemented opcode 106: o2_playFireflyScore.Johannes Schickel
2008-05-10- Added small delay to GUI_v2::getInputJohannes Schickel
2008-05-06- Fixed some memory leaks in kyra3Johannes Schickel
2008-05-05- Implemented Kyra3 audio options menu, Helium mode still missing.Johannes Schickel