aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2011-07-20DREAMWEB: Made aboutturn() more readableEugene Sandulenko
2011-07-20DREAMWEB: Fix code formattingEugene Sandulenko
2011-07-20COMPOSER: Use AD_ENTRY1, fix copyright.Alyssa Milburn
2011-07-20COMPOSER: Remove svn keywords.Alyssa Milburn
2011-07-20DREAMWEB: Blacklist and reimplement cancelch0() and cancelch1()eriktorbjorn
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-19DREAMWEB: Add ScummVM headers, remove SVN keywords.Eugene Sandulenko
2011-07-19Merge pull request #48 from tramboi/masterEugene Sandulenko
2011-07-18Merge pull request #50 from clone2727/binkclone2727
2011-07-18SCI: Fix kFormat's handling of %c with a 0 argumentWillem Jan Palenstijn
2011-07-18DREAMWEB: Gave a proper signature to gextnextwordBertrand Augereau
2011-07-18DREAMWEB: getnextword doesn't read one byte too far any moreBertrand Augereau
2011-07-18DREAMWEB: Blacklisted 'kernchars' and 'getnextword'Bertrand Augereau
2011-07-18DREAMWEB: Added resilience to frameoutv to avoid memory stomping at the TV st...Bertrand Augereau
2011-07-18DREAMWEB: doorway and widedoor have signaturesBertrand Augereau
2011-07-18DREAMWEB: aboutturn reversedBertrand Augereau
2011-07-18DREAMWEB: Reversed random sprite callbackBertrand Augereau
2011-07-18DREAMWEB: initman reversedBertrand Augereau
2011-07-18DREAMWEB: walking blacklistedBertrand Augereau
2011-07-18DREAMWEB: mainman reversedBertrand Augereau
2011-07-18DREAMWEB: Blacklisted liftspriteBertrand Augereau
2011-07-18DREAMWEB: dodoor blacklistedBertrand Augereau
2011-07-18DREAMWEB: Sprite::b19 is Sprite::frameBertrand Augereau
2011-07-18DREAMWEB: steady and constant objects sprites callbacksBertrand Augereau
2011-07-18DREAMWEB: backobject reversedBertrand Augereau
2011-07-18DREAMWEB: Blacklisted frameoutbh and frameoutfxBertrand Augereau
2011-07-18DREAMWEB: showframe blacklistedBertrand Augereau
2011-07-18DREAMWEB: C++-isation of a part of the sprite subsystemBertrand Augereau
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