aboutsummaryrefslogtreecommitdiff
path: root/engines/composer/scripting.cpp
AgeCommit message (Expand)Author
2014-08-09COMPOSER: Remove sprites when stopping V1 scripts (bug #6091).Alyssa Milburn
2014-02-18COMPOSER: Make GPL headers consistent in themselves.Johannes Schickel
2011-11-05COMPOSER: Implement V1 random events.Alyssa Milburn
2011-11-04COMPOSER: Fix kOldOpPlayWav.Alyssa Milburn
2011-11-04COMPOSER: Handle V1 pipes properly.Alyssa Milburn
2011-11-04COMPOSER: Implement/stub the rest of V1 scripting.Alyssa Milburn
2011-11-04COMPOSER: Factor out button activation code.Alyssa Milburn
2011-11-03COMPOSER: Add some incomplete V1 scripting support.Alyssa Milburn
2011-08-23COMPOSER: Change a common warning to use debug().Alyssa Milburn
2011-08-23COMPOSER: Another attempt to fix timing issues.Alyssa Milburn
2011-07-27COMPOSER: Fix clang warnings.Johannes Schickel
2011-07-20COMPOSER: Remove svn keywords.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: 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 scripting code into scripting.cpp.Alyssa Milburn