aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/text_lok.cpp
AgeCommit message (Collapse)Author
2010-01-23Paranoia change: add some explicit terminating 0 after some strncpy uses.Johannes Schickel
svn-id: r47479
2009-10-09Remove some unused variablesMax Horn
svn-id: r44853
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
2009-08-19Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, ↵Johannes Schickel
when the screen really changed OR the palette changed. svn-id: r43537
2009-08-10Cleanup.Johannes Schickel
svn-id: r43198
2009-08-10Enable interface text fading in Kyra1 amiga again.Johannes Schickel
svn-id: r43196
2009-08-10Fix inventory background color.Johannes Schickel
svn-id: r43193
2009-08-10Disable menu text fading in kyra1 amiga for now.Johannes Schickel
svn-id: r43191
2009-08-09Unbreak basic Kyra1 amiga in game support, by disabling some palette code ↵Johannes Schickel
for the amiga version. svn-id: r43188
2009-06-29Removed more obsolete TODO messages.Johannes Schickel
svn-id: r41956
2009-06-22- Changed the following Screen functions to take a reference to a Palette ↵Johannes Schickel
object: -> setScreenPalette -> fadePalette -> getFadeParams -> fadePalStep - Fixed initialization of 256 color palettes svn-id: r41743
2009-06-22Changed Screen::getPalette to return a reference to a Palette object.Johannes Schickel
svn-id: r41741
2009-06-22Got rid of Screen::_currentPalette.Johannes Schickel
svn-id: r41740
2009-06-21Cleanup.Johannes Schickel
svn-id: r41733
2009-05-19Remov lots of superfluous debug output.Johannes Schickel
svn-id: r40715
2008-12-16Switched kyra1 to use the same input functionality as kyra2 and kyra3.Johannes Schickel
svn-id: r35393
2008-07-16Quit and RTL code is more modular now. EVENT_RTL no longer sets ↵Christopher Page
_shouldQuit, shouldQuit is only set if there's an EVENT_QUIT. EVENT_RTL and EVENT_QUIT are completely separate from each other. Engine::quit() method now checks both _shouldQuit and _shouldRTL to determine if the engine should exit. There is no longer a need for resetQuit(), so it's removed svn-id: r33082
2008-07-08KYRA works with the new GMM implementationChristopher Page
svn-id: r32957
2008-05-24Committed my fix for bug #1497437 "KYRA1: Subtitles glitch during 'Speech of ↵Johannes Schickel
the Land'". svn-id: r32260
2008-05-11Consisteny fixes:Johannes Schickel
- Renamed classes *_v1 -> *_LoK - Renamed files *_v1.* -> *_lok.* - Renamed WSAMovieV1 -> WSAMovie_v1 - Renamed WSAMovieV2 -> WSAMovie_v2 svn-id: r32042