aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/text_lok.cpp
AgeCommit message (Expand)Author
2010-05-05Replace KYRA's strncpy and strncat usages by strlcpy/strlcat.Johannes Schickel
2010-01-23Paranoia change: add some explicit terminating 0 after some strncpy uses.Johannes Schickel
2009-10-09Remove some unused variablesMax Horn
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-08-19Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, w...Johannes Schickel
2009-08-10Cleanup.Johannes Schickel
2009-08-10Enable interface text fading in Kyra1 amiga again.Johannes Schickel
2009-08-10Fix inventory background color.Johannes Schickel
2009-08-10Disable menu text fading in kyra1 amiga for now.Johannes Schickel
2009-08-09Unbreak basic Kyra1 amiga in game support, by disabling some palette code for...Johannes Schickel
2009-06-29Removed more obsolete TODO messages.Johannes Schickel
2009-06-22- Changed the following Screen functions to take a reference to a Palette obj...Johannes Schickel
2009-06-22Changed Screen::getPalette to return a reference to a Palette object.Johannes Schickel
2009-06-22Got rid of Screen::_currentPalette.Johannes Schickel
2009-06-21Cleanup.Johannes Schickel
2009-05-19Remov lots of superfluous debug output.Johannes Schickel
2008-12-16Switched kyra1 to use the same input functionality as kyra2 and kyra3.Johannes Schickel
2008-07-16Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,...Christopher Page
2008-07-08KYRA works with the new GMM implementationChristopher Page
2008-05-24Committed my fix for bug #1497437 "KYRA1: Subtitles glitch during 'Speech of ...Johannes Schickel
2008-05-11Consisteny fixes:Johannes Schickel