index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
kyra
/
text_lok.cpp
Age
Commit message (
Expand
)
Author
2010-08-05
KYRA: Add support for subtitle options changes via GMM.
Johannes Schickel
2010-07-22
KYRA: Implement missing dialog code.
Johannes Schickel
2010-05-05
Replace KYRA's strncpy and strncat usages by strlcpy/strlcat.
Johannes Schickel
2010-01-23
Paranoia change: add some explicit terminating 0 after some strncpy uses.
Johannes Schickel
2009-10-09
Remove some unused variables
Max Horn
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-08-19
Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, w...
Johannes Schickel
2009-08-10
Cleanup.
Johannes Schickel
2009-08-10
Enable interface text fading in Kyra1 amiga again.
Johannes Schickel
2009-08-10
Fix inventory background color.
Johannes Schickel
2009-08-10
Disable menu text fading in kyra1 amiga for now.
Johannes Schickel
2009-08-09
Unbreak basic Kyra1 amiga in game support, by disabling some palette code for...
Johannes Schickel
2009-06-29
Removed 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-22
Changed Screen::getPalette to return a reference to a Palette object.
Johannes Schickel
2009-06-22
Got rid of Screen::_currentPalette.
Johannes Schickel
2009-06-21
Cleanup.
Johannes Schickel
2009-05-19
Remov lots of superfluous debug output.
Johannes Schickel
2008-12-16
Switched kyra1 to use the same input functionality as kyra2 and kyra3.
Johannes Schickel
2008-07-16
Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,...
Christopher Page
2008-07-08
KYRA works with the new GMM implementation
Christopher Page
2008-05-24
Committed my fix for bug #1497437 "KYRA1: Subtitles glitch during 'Speech of ...
Johannes Schickel
2008-05-11
Consisteny fixes:
Johannes Schickel