aboutsummaryrefslogtreecommitdiff
path: root/engines
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-27MOHAWK: Corrected Regression due to minor typo in Myst o_disableAreas.D G Turner
2011-07-27Merge pull request #58 from fuzzie/composerEugene Sandulenko
2011-07-27TSAGE: Beginning of implementation of Fx method #32Paul Gilbert
2011-07-25GOB: Add a workaround for bug #3376547 (gob3 footstep sound)Sven Hesse
2011-07-25KYRA: add support for Kyra 2 Russian floppyathrxx
2011-07-25TSAGE: Re-factored sound driver method #32 with extra parameters needed by So...Paul Gilbert
2011-07-24Merge pull request #55 from tramboi/printingEugene Sandulenko
2011-07-24LOL: add support for Russian CD-ROM versionathrxx
2011-07-24LOL: add support for Russian floppy versionathrxx
2011-07-24TSAGE: Reverted to using a single thread for audio playbackPaul Gilbert
2011-07-23DREAMWEB: Blacklisted 'usetimedtext', 'getundertimed' and 'putundertimed'Bertrand Augereau
2011-07-23DREAMWEB: 'multiput' and 'multiget' get signaturesBertrand Augereau
2011-07-23DREAMWEB: Less register usage in 'printslow'Bertrand Augereau
2011-07-23DREAMWEB: 'printdirect' has a C++ signatureBertrand Augereau
2011-07-23DREAMWEB: Less register usage in 'getnumber'Bertrand Augereau
2011-07-23DREAMWEB: 'dumptextline' ported to C++Bertrand Augereau
2011-07-23DREAMWEB: Less register usage in 'printslow'Bertrand Augereau
2011-07-23DREAMWEB: Useless register shuffling in printbothBertrand Augereau
2011-07-23DREAMWEB: Cleaning in 'printslow'Bertrand Augereau
2011-07-23DREAMWEB: Cleaning of 'printasprite'Bertrand Augereau
2011-07-23DREAMWEB: Cleaning of 'showframe'Bertrand Augereau
2011-07-23DREAMWEB: Fix code formattingBertrand Augereau
2011-07-23DREAMWEB: 'printboth' ported to C++Bertrand Augereau
2011-07-23DREAMWEB: 'multidump' has a nicer signatureBertrand Augereau
2011-07-23DREAMWEB: 'printslow' ported to C++Bertrand Augereau
2011-07-23DREAMWEB: Less registers, more params, in the text printing subsystemBertrand Augereau
2011-07-23DREAMWEB: 'printchar' ported to C++Bertrand Augereau
2011-07-23DREAMWEB: 'printdirect' ported to C++Bertrand Augereau
2011-07-23DREAMWEB: 'getnumber' ported to C++Bertrand Augereau
2011-07-23GOB: Fix missing sound effects in Woodruff (bug #3374170)Sven Hesse
2011-07-21TOON: Fix off-by-one use of path heap arrayMarcus Comstedt
2011-07-20TOON: Cleanup and Memory Usage Reduction fixes in PathFinding Heap.D G Turner
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