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
/
screen_lok.cpp
Age
Commit message (
Expand
)
Author
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
KYRA: Clean up of header includes.
Johannes Schickel
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-14
KYRA: Adapt to setPalette/grabPalette RGBA->RGB changes.
Johannes Schickel
2011-02-07
COMMON: OSystem now has a PaletteManager
Max Horn
2009-10-31
Fix missing inventory in Kyrandia 1 PC98 16 color version, when loading a sav...
Johannes Schickel
2009-10-26
- Fix some missing initialization warnings from cppcheck
Johannes Schickel
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-09-24
Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an...
Filippos Karapetis
2009-09-24
Fixed some more warnings about unreachable code
Filippos Karapetis
2009-08-11
Disable "Screen_LoK::fadeSpecialPalette" for Kyrandia 1 Amiga, like the origi...
Johannes Schickel
2009-08-10
Fix bug when setting up mouse cursor with inventory palette.
Johannes Schickel
2009-08-10
Use interface palette for mouse cursor in Kyra1 amiga, when it's enabled.
Johannes Schickel
2009-06-29
- Get rid of code duplication for mouse cursor setup
Johannes Schickel
2009-06-25
Cleanup.
Johannes Schickel
2009-06-25
Fix japanese font colors in Kyra 1 PC98 16 color.
Johannes Schickel
2009-06-25
Implement palette fading for 16 color version of Kyrandia 1.
Johannes Schickel
2009-06-25
Implement properly colored mouse cursors in 16 color version of Kyrandia 1.
Johannes Schickel
2009-06-25
Initial support for Kyrandia 1 PC-9801 Japanese 16 color.
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-05-19
Formatting.
Johannes Schickel
2009-05-19
Remov lots of superfluous debug output.
Johannes Schickel
2009-04-11
Cleanup.
Johannes Schickel
2009-04-11
KYRA: Replaced Rect class by Common::Rect; replaced dirty rect handling code ...
Max Horn
2008-08-20
Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". (Withou...
Johannes Schickel
2008-05-11
Consisteny fixes:
Johannes Schickel