aboutsummaryrefslogtreecommitdiff
path: root/engines/composer/graphics.cpp
AgeCommit message (Expand)Author
2019-07-20COMPOSER: Don't crash when skipping invalid animationsangstsmurf
2019-03-10COMPOSER: Always check resources before loading themFilippos Karapetis
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
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
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