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
/
composer
/
graphics.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
COMPOSER: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-03
COMPOSER: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
COMPOSER: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
2012-10-20
COMPOSER: Change screen surface variable naming for clarity.
D G Turner
2011-11-05
COMPOSER: Don't delete pipe streams too early.
Alyssa Milburn
2011-11-05
COMPOSER: Fix non-pipe audio buffers.
Alyssa Milburn
2011-11-05
COMPOSER: Play V1 pipe audio.
Alyssa Milburn
2011-11-04
COMPOSER: Handle V1 pipes properly.
Alyssa Milburn
2011-11-04
COMPOSER: Add support for V1 pipes.
Alyssa Milburn
2011-11-04
COMPOSER: Improve check for invalid CTBLs.
Alyssa Milburn
2011-09-12
COMPOSER: Silence a false positive warning in MSVC
Filippos Karapetis
2011-08-11
COMPOSER: Stop kBitmapSpp32 writing off the end of the buffer.
Alyssa Milburn
2011-08-04
COMPOSER: Fix a warning and an uninitialized value.
Alyssa Milburn
2011-07-20
COMPOSER: Remove svn keywords.
Alyssa Milburn
2011-07-20
COMPOSER: Add dirty rectangles.
Alyssa Milburn
2011-07-19
COMPOSER: Use enum values for events, rather than numeric cosntants.
Alyssa Milburn
2011-07-19
COMPOSER: Implement kFuncChangeBackground.
Alyssa Milburn
2011-07-19
COMPOSER: Implement kFuncClearSprites.
Alyssa Milburn
2011-07-18
COMPOSER: Move graphics-related code into graphics.cpp.
Alyssa Milburn