aboutsummaryrefslogtreecommitdiff
path: root/engines/composer
AgeCommit message (Expand)Author
2011-07-27COMPOSER: Fix clang warnings.Johannes Schickel
2011-07-27COMPOSER: Correct module.mk for Dynamic Plugins.D G Turner
2011-07-20COMPOSER: Use AD_ENTRY1, fix copyright.Alyssa Milburn
2011-07-20COMPOSER: Remove svn keywords.Alyssa Milburn
2011-07-20COMPOSER: Add dirty rectangles.Alyssa Milburn
2011-07-20COMPOSER: Use singleid, and extras field for demo descriptions.Alyssa Milburn
2011-07-20COMPOSER: Minor whitespace/comment tweaks.Alyssa Milburn
2011-07-19COMPOSER: Clip palette fade percentage.Alyssa Milburn
2011-07-19COMPOSER: Buttons belong to libraries.Alyssa Milburn
2011-07-19COMPOSER: Run kEventUnload when appropriate.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 kFuncGetMousePos.Alyssa Milburn
2011-07-19COMPOSER: Implement kFuncClearSprites.Alyssa Milburn
2011-07-19COMPOSER: Implement kFuncQuit.Alyssa Milburn
2011-07-18COMPOSER: Move Button code around.Alyssa Milburn
2011-07-18COMPOSER: Move scripting code into scripting.cpp.Alyssa Milburn
2011-07-18COMPOSER: Move Pipe code into resource.cpp.Alyssa Milburn
2011-07-18COMPOSER: Move graphics-related code into graphics.cpp.Alyssa Milburn
2011-07-18COMPOSER: Remove outdated comments.Alyssa Milburn
2011-07-18COMPOSER: Only allow invalid-sized sprites if RLE.Alyssa Milburn
2011-07-18COMPOSER: Obey sound priorities.Alyssa Milburn
2011-07-18COMPOSER: Better field names/values.Alyssa Milburn
2011-07-18COMPOSER: Fix the search direction in getButtonFor.Alyssa Milburn
2011-07-18COMPOSER: Try to fix contains() for kButtonEllipse.Alyssa Milburn
2011-07-18COMPOSER: Fix Sprite::contains to check for non-transparent, not transparent.Alyssa Milburn
2011-07-18COMPOSER: Send onChar event in onKeyDown.Alyssa Milburn
2011-07-18COMPOSER: Fixes for getStreamForSprite.Alyssa Milburn
2011-07-18COMPOSER: Clip sprite drawing.Alyssa Milburn
2011-07-18COMPOSER: Various minor fixes.Alyssa Milburn
2011-07-18COMPOSER: Implement saving/loading.Alyssa Milburn
2011-07-18COMPOSER: Fix a couple of memory leaks spotted by digitall.Alyssa Milburn
2011-07-18COMPOSER: Some more sorting fixes.Alyssa Milburn
2011-07-18COMPOSER: Fix various stupid script bugs.Alyssa Milburn
2011-07-17COMPOSER: Implement kFuncLoadData.Alyssa Milburn
2011-07-17COMPOSER: Implement AddSprite, RemoveSprite, GetSpriteSize script functions.Alyssa Milburn
2011-07-17COMPOSER: Some processAnimFrame improvements.Alyssa Milburn
2011-07-17COMPOSER: Various additions/improvements to sprite/mouse code.Alyssa Milburn
2011-07-17COMPOSER: Don't use memcpy for overlapping copies (fixes gaps in some sprites).Alyssa Milburn
2011-07-16COMPOSER: Try handling keyDown event.Alyssa Milburn
2011-07-16COMPOSER: Misc tweaks/fixes.Alyssa Milburn
2011-07-16COMPOSER: Add the remaining bitmap decompressors (SLW8 is still buggy).Alyssa Milburn
2011-07-16COMPOSER: Misc sprite changes.Alyssa Milburn
2011-07-16COMPOSER: Clear audio on new page.Alyssa Milburn
2011-07-16COMPOSER: Improve stopping anims.Alyssa Milburn
2011-07-16COMPOSER: Fix z-ordering (properly, this time).Alyssa Milburn
2011-07-16COMPOSER: Implement the rest of the script opcodes.Alyssa Milburn
2011-07-16COMPOSER: Don't complain about on-time animation ending.Alyssa Milburn
2011-07-16COMPOSER: Don't die on missing/bad anims.Alyssa Milburn
2011-07-16COMPOSER: Handle loading/unloading pages properly.Alyssa Milburn