aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui_lol.h
AgeCommit message (Collapse)Author
2014-02-18KYRA: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-09KYRA: Make all hex constants use uppercase letters.Johannes Schickel
Done with: git ls-files "*.cpp" *".h" | xargs sed -i -e 's/0x\([0-9a-f]*\)/0x\U\1/g'
2011-12-26KYRA: (EOB) - some refactoringathrxx
2011-12-26KYRA: (EOB) - more work on ingame menusathrxx
2011-12-26KYRA: (EOB) - initial code base commitathrxx
2011-11-14KYRA: Cleanup _saveSlots array sorting.Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-01-24LOL: save/load menu speed upFlorian Kagerer
svn-id: r47501
2009-12-01Removed unnecessary semi-colons.Torbjörn Andersson
svn-id: r46232
2009-10-11Cleanup.Johannes Schickel
svn-id: r44906
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
2009-09-26LOL/PC-98: fix menu colorsFlorian Kagerer
svn-id: r44381
2009-06-21LOL: - implemented audio menuFlorian Kagerer
- menu settings now get saved - remove white spaces svn-id: r41729
2009-06-20LOL: implemented save menuFlorian Kagerer
svn-id: r41713
2009-06-19LOL: - implemented delete menuFlorian Kagerer
- fixed some bugs in the menu code svn-id: r41683
2009-06-16LOL: implemented options menu (settings aren't saved yet)Florian Kagerer
svn-id: r41596
2009-06-15LOL: implemented quit menuFlorian Kagerer
svn-id: r41560
2009-06-15LOL: - started on the ingame menu code (death menu, load menu and main menu)Florian Kagerer
- fixed regression in kyra gui code (broken menu highlighting) - fixed minor bug in animation code svn-id: r41557
2009-05-28LOL: - fix valgrind warningFlorian Kagerer
- fix more input code issues - add workround for another script bug (some invalid monster sound index in urbish mine level 2) svn-id: r40974
2009-05-23Cleanup.Johannes Schickel
svn-id: r40799
2009-03-04Ease conditional LoL compiling with build systems not based on the default one.Johannes Schickel
svn-id: r39125
2009-02-16LOL: - more work on the user interfaceFlorian Kagerer
- fixed non interactive demo svn-id: r38374
2009-02-15LOL: - implemented proper button processing (works exactly as in Kyra 2 and ↵Florian Kagerer
3, so we do have some code duplication atm, I just fixed right mouse button support for LOL) - keyboard control now works svn-id: r38190
2009-02-02KYRA: cleanupFlorian Kagerer
svn-id: r36207
2009-02-01svn-id: r36178Florian Kagerer