aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui_lol.cpp
AgeCommit message (Expand)Author
2014-02-18KYRA: Make GPL headers consistent in themselves.Johannes Schickel
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2013-04-18KYRA: (LOL) - add comment in gui_lol.cppathrxx
2013-01-09KYRA: (LOL/FM-TOWNS) - adjust sjis font settings, spacing, etc.athrxx
2013-01-09KYRA: (LOL/FM-TOWNS) - adapt static resourcesathrxx
2013-01-09KYRA: Make all hex constants use uppercase letters.Johannes Schickel
2012-03-13JANITORIAL: Simply use *x instead of *x.get() on smart pointers.Christoph Mallon
2012-01-07KYRA: Fix LoL/EoB savegame typing issue with keymapperTarek Soliman
2011-12-31KYRA: Slight 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) - some refactoringathrxx
2011-12-26KYRA: (EOB) - more work on ingame menusathrxx
2011-12-26KYRA: (EOB) - initial code base commitathrxx
2011-11-16KYRA: Make message about missing save file a warning and no error.Johannes Schickel
2011-11-14KYRA: Cleanup _saveSlots array sorting.Johannes Schickel
2011-11-14KYRA: Whitespace fixes.Johannes Schickel
2011-11-14KYRA: Fix bug #3437647 "LOL: Unexpected missing save file".Johannes Schickel
2011-11-04KYRA: Use "0xFF" instead of "0xFFFF" as memset's second parameter.Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-07-24LOL: add support for Russian floppy versionathrxx
2011-07-04KYRA: cleanup last commitathrxx
2011-07-04KYRA: fix ingame menu save slotsathrxx
2011-06-09KYRA: Add a default case to a switch statement.Johannes Schickel
2011-06-09KYRA: Get rid of most snprintf usages.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28KYRA: Fix compilation when LoL is disabled.Johannes Schickel
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-17Some more enforcement of our formatting conventions in KYRA too.Johannes Schickel
2010-05-05Replace KYRA's strncpy and strncat usages by strlcpy/strlcat.Johannes Schickel
2010-02-17Use Common::KeyCode instead of int as key type for KeyMap.Johannes Schickel
2010-02-07LOL: fixed handling of invalid monster attack sfx in the Urbish mines (should...Florian Kagerer
2010-01-29Fix yet another use of possibly undefined behavior reported by syke.Johannes Schickel
2010-01-29Fix use of undefined behavior. (Thanks to syke for reporting)Johannes Schickel
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-24Fixed warning.Torbjörn Andersson
2010-01-24LOL: save/load menu speed upFlorian Kagerer
2010-01-22Silenced some more cppcheck warnings. Some of these may seem silly, but the wayTorbjörn Andersson
2009-12-26LOL: - added workaround for portrait speech animations which would sometimes ...Florian Kagerer
2009-10-23LOL: fixed minor regressionFlorian Kagerer
2009-10-11Revert commits r44912 and r44905, seems like the original FM-Towns/PC98 games...Johannes Schickel
2009-10-11Fix text input font for LoL PC98.Johannes Schickel
2009-10-11Cleanup.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-10-04LoL PC98: Fix thumbnail generation via ingame menu.Johannes Schickel
2009-10-04LOL/PC-98: fixed save menuFlorian Kagerer