Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-11 | COMPOSER: 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-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 | |