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
/
paint32.cpp
Age
Commit message (
Expand
)
Author
2011-01-22
SCI: Added stub for playing robot audio from the console
Lars Skovlund
2011-01-22
SCI21: Allow the game scripts to sync robot videos, like in SSCI. Also, refer...
Filippos Karapetis
2011-01-21
SCI: Partial robot support, currently disabled since it does not run
Lars Skovlund
2010-06-15
SCI: SciGui/SciGui32 gone for good...
Martin Kiewitz
2010-05-15
SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX...
Martin Kiewitz
2010-02-06
SCI: added plane coordinate adjustment code for sci32 when drawing pictures, ...
Martin Kiewitz
2010-02-05
SCI: renamed SciGuiPicture to GfxPicture
Martin Kiewitz
2010-02-04
SCI: renaming class View to GfxView
Martin Kiewitz
2010-02-04
SCI: making pathfinding debug support also work in sci32 (though it just show...
Martin Kiewitz
2010-02-04
SCI: putting kDrawCel info GfxPaint class, debug is using GfxPaint class as w...
Martin Kiewitz
2010-02-04
SCI: adding GfxPaint class, implementing kernelDrawPicture for GfxPaint16 and...
Martin Kiewitz
2010-02-04
SCI: adding GfxPaint32 class, adding back support for planes, minor change in...
Martin Kiewitz