aboutsummaryrefslogtreecommitdiff
path: root/engines/composer/composer.cpp
AgeCommit message (Expand)Author
2012-10-20COMPOSER: Change screen surface variable naming for clarity.D G Turner
2012-10-20COMPOSER: Close two memory leaks.D G Turner
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-07-08COMPOSER: Fix parsing v1 book groups.Alyssa Milburn
2011-11-05COMPOSER: Implement V1 random events.Alyssa Milburn
2011-11-05COMPOSER: Support keyboard shortcuts.Alyssa Milburn
2011-11-05COMPOSER: Parse ambients (V1 sprite buttons).Alyssa Milburn
2011-11-04COMPOSER: Handle V1 pipes properly.Alyssa Milburn
2011-11-04COMPOSER: Don't pass first param for V1 mouse events.Alyssa Milburn
2011-11-04COMPOSER: Factor out button activation code.Alyssa Milburn
2011-11-04COMPOSER: Fix reading rollover scripts for V1 buttons.Alyssa Milburn
2011-11-03COMPOSER: Add some incomplete V1 scripting support.Alyssa Milburn
2011-11-03COMPOSER: Provide default mouse cursor if needed.Alyssa Milburn
2011-11-03COMPOSER: Add support for loading V1 pages.Alyssa Milburn
2011-08-24COMPOSER: Detect/run Mac versions of Darby/Gregory.Alyssa Milburn
2011-08-24COMPOSER: Handle Mac-style filenames in paths.Alyssa Milburn
2011-08-23COMPOSER: Another attempt to fix timing issues.Alyssa Milburn
2011-08-23COMPOSER: Remove broken quitGame call.Alyssa Milburn
2011-08-13COMPOSER: Support reading V1 buttons.Alyssa Milburn
2011-08-13COMPOSER: Split out filename mangling into a separate function.Alyssa Milburn
2011-08-13COMPOSER: Tweak button z-ordering slightly.Alyssa Milburn
2011-08-12COMPOSER: Catch up with animations if we're starved of CPU time.Alyssa Milburn
2011-08-12COMPOSER: Don't ignore setCursorVisible when there's no cursor yet.Alyssa Milburn
2011-07-20COMPOSER: Remove svn keywords.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-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