aboutsummaryrefslogtreecommitdiff
path: root/engines/composer/graphics.cpp
AgeCommit message (Collapse)Author
2016-10-18COMPOSER: Saving/loading code deduplicationupthorn
2016-10-18COMPOSER: Completely removed unnecessary #ifdefsupthorn
2016-10-18COMPOSER: failed attempt to correct audio sync issueupthorn
2016-10-18COMPOSER: Continued work on saving/loading functionality.upthorn
2014-02-18COMPOSER: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-03COMPOSER: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03COMPOSER: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2012-10-20COMPOSER: Change screen surface variable naming for clarity.D G Turner
This makes it easier to read the code where sprite surfaces are blitted to the screen.
2011-11-05COMPOSER: Don't delete pipe streams too early.Alyssa Milburn
2011-11-05COMPOSER: Fix non-pipe audio buffers.Alyssa Milburn
2011-11-05COMPOSER: Play V1 pipe audio.Alyssa Milburn
2011-11-04COMPOSER: Handle V1 pipes properly.Alyssa Milburn
2011-11-04COMPOSER: Add support for V1 pipes.Alyssa Milburn
2011-11-04COMPOSER: Improve check for invalid CTBLs.Alyssa Milburn
2011-09-12COMPOSER: Silence a false positive warning in MSVCFilippos Karapetis
2011-08-11COMPOSER: Stop kBitmapSpp32 writing off the end of the buffer.Alyssa Milburn
This fixes corruption when there's only one pixel left to decompress, but two pixels available in the compressed data. Also, improve error checking in the bitmap decompression code.
2011-08-04COMPOSER: Fix a warning and an uninitialized value.Alyssa Milburn
2011-07-20COMPOSER: Remove svn keywords.Alyssa Milburn
2011-07-20COMPOSER: Add dirty rectangles.Alyssa Milburn
2011-07-19COMPOSER: Use enum values for events, rather than numeric cosntants.Alyssa Milburn
2011-07-19COMPOSER: Implement kFuncChangeBackground.Alyssa Milburn
2011-07-19COMPOSER: Implement kFuncClearSprites.Alyssa Milburn
2011-07-18COMPOSER: Move graphics-related code into graphics.cpp.Alyssa Milburn