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
/
sci
/
graphics
/
gui32.cpp
Age
Commit message (
Expand
)
Author
2010-02-01
Added an initial implementation of kGetHighPlanePri
Filippos Karapetis
2010-02-01
SCI: fixing scaling for sci32
Martin Kiewitz
2010-01-31
SCI: syncWithFramebuffer() is now called directly w/o SciGui/SciGui32
Martin Kiewitz
2010-01-31
SCI: renamed Text class to GfxText16
Martin Kiewitz
2010-01-31
SCI: display object name when addScreenItem is called
Martin Kiewitz
2010-01-31
SCI: GfxCache is now also called directly w/o SciGui nor SciGui32
Martin Kiewitz
2010-01-31
SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...
Martin Kiewitz
2010-01-31
SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, gfxc...
Martin Kiewitz
2010-01-30
Added a sanity check to baseSetter() - Torin's demo progresses a bit further now
Filippos Karapetis
2010-01-29
SCI: adding shakeScreen() for gui32 for lsl6
Martin Kiewitz
2010-01-29
Silence gcc warnings, have gui32.cpp only build when ENABLE_SCI32 is defined.
Matthew Hoops
2010-01-29
SCI: added new SciGui32 class, Gfx class needs some work though and hopefully...
Martin Kiewitz