aboutsummaryrefslogtreecommitdiff
path: root/engines/composer
AgeCommit message (Collapse)Author
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2012-11-23COMPOSER: Fix order of directoryGlobs qualifiers.D G Turner
Some compilers throw a warning on the "const static" ordering, so the more standard "static const" should be used instead.
2012-10-20COMPOSER: Change screen surface variable naming for clarity.D G Turner
This makes it easier to read the code where sprite surfaces are blitted to the screen.
2012-10-20COMPOSER: Close two memory leaks.D G Turner
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-07-08COMPOSER: Fix parsing v1 book groups.Alyssa Milburn
This fixes bug #3539019.
2012-02-15COMPOSER: Add Detection Entries for 3 V1 Magic Tales Mac Variants.D G Turner
Parameters given in bug #3466402 - "COMPOSER: Multiple Mac games not detected".
2012-02-15COMPOSER: Add Detection Entry for Liam Finds a Story Mac.D G Turner
Parameters from bug #3463201 - "COMPOSER: Liam Finds a Story (Mac) Not Detected".
2012-02-15COMPOSER: Add Detection Entry for Princess and the Crab Mac.D G Turner
Parameters taken from bug #3461984 - "COMPOSER: Mac Princess and the Crab Not Detected".
2012-02-15COMPOSER: Add Detection Entry for Sleeping Cub Mac.D G Turner
Parameters from bug #3461369 - "COMPOSER: Mac Sleeping Cub Not Detected".
2012-02-15COMPOSER: Add detection entries for 3 V1 Magic Tales games.D G Turner
These are listed in bug #3485018 - "COMPOSER: v1 undetected MD5's"
2011-11-05COMPOSER: Don't delete pipe streams too early.Alyssa Milburn
2011-11-05COMPOSER: Implement V1 random events.Alyssa Milburn
2011-11-05COMPOSER: Fix non-pipe audio buffers.Alyssa Milburn
2011-11-05COMPOSER: Support keyboard shortcuts.Alyssa Milburn
2011-11-05COMPOSER: Parse ambients (V1 sprite buttons).Alyssa Milburn
2011-11-05COMPOSER: Play V1 pipe audio.Alyssa Milburn
2011-11-04COMPOSER: Fix kOldOpPlayWav.Alyssa Milburn
2011-11-04COMPOSER: Handle V1 pipes properly.Alyssa Milburn
2011-11-04COMPOSER: Add support for V1 pipes.Alyssa Milburn
2011-11-04COMPOSER: Don't pass first param for V1 mouse events.Alyssa Milburn
2011-11-04COMPOSER: Implement/stub the rest of V1 scripting.Alyssa Milburn
2011-11-04COMPOSER: Improve check for invalid CTBLs.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-10-24COMPOSER: Add GUIO_NOASPECT to Composer engineStrangerke
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-09-12COMPOSER: Silence a false positive warning in MSVCFilippos Karapetis
2011-08-25COMPOSER: Update detection entries to avoid using install.infEugene Sandulenko
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-24COMPOSER: Mark demos with ADGF_DEMO.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-08-23COMPOSER: Remove broken quitGame call.Alyssa Milburn
2011-08-23COMPOSER: Replace install.inf with book.ini in some detection entries.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
This fixes agreeing to make ice cream sundaes in Gregory.
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-08-11COMPOSER: 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-10COMPOSER: Add detection for Dragor FR and Gregory FRStrangerke
2011-08-06COMPOSER: Added detection entries for 2 more gamesEugene Sandulenko
2011-08-04COMPOSER: Fix a warning and an uninitialized value.Alyssa Milburn
2011-07-27COMPOSER: Fix clang warnings.Johannes Schickel
2011-07-27COMPOSER: Correct module.mk for Dynamic Plugins.D G Turner