aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
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-13Merge pull request #63 from tsoliman/detection-tablesFilippos Karapetis
2011-08-13MOHAWK: Implement Myst demo opcodes 298 and 299, sneak preview speech.Bastien Bouclet
2011-08-13TSAGE: Fix crash when exiting whilst a palette rotation is activePaul Gilbert
2011-08-13CGE: Fix backslashes in module.mkPaul Gilbert
2011-08-13TSAGE: Split up the hard-coded logic files for Ringworld and Blue Force into ...Paul Gilbert
2011-08-12SCUMM: Implement basic basketball court data parsingMatthew Hoops
2011-08-12COMPOSER: Catch up with animations if we're starved of CPU time.Alyssa Milburn
2011-08-12MOHAWK: Yet more LB detection entries.Alyssa Milburn
2011-08-12COMPOSER: Don't ignore setCursorVisible when there's no cursor yet.Alyssa Milburn
2011-08-12SCUMM: Implement basketball u32 op 1012Matthew Hoops
2011-08-11MOHAWK: Stub off xfliesMatthew Hoops
2011-08-11MOHAWK: Error out on any unknown Riven stack variablesMatthew Hoops
2011-08-11MOHAWK: Implement the rest of the sunners codeMatthew Hoops
2011-08-11TSAGE: Implemented new Globals for Blue Force, and beginnings of implementati...Paul Gilbert
2011-08-11TSAGE: Added support for reverse palette fadingPaul Gilbert
2011-08-11COMPOSER: Stop kBitmapSpp32 writing off the end of the buffer.Alyssa Milburn
2011-08-10COMPOSER: Add detection for Dragor FR and Gregory FRStrangerke
2011-08-10SCUMM: Change CMS sfx methods to use its own register set.Johannes Schickel
2011-08-10SCUMM: Do not pack structs in CMS code.Johannes Schickel
2011-08-09SCUMM: Backyard Soccer 2004 uses a different INI setting to disable printing.Travis Howell
2011-08-08SCUMM: Add some HE72 differences to mouse click handlingMatthew Hoops
2011-08-09AGOS: Fix struct/class mismatchOri Avtalion
2011-08-08SCI: Remove dead codeMax Horn
2011-08-08TINSEL: Code formattingMax Horn
2011-08-08SCUMM: Remove unneeded check for CMS in readSoundResource.Johannes Schickel
2011-08-08SCUMM: Set default Benchmark speed in Moonbase Commander, based on the origin...Travis Howell
2011-08-08SCUMM: Update stub in arrayOps for Moonbase Commander.Travis Howell
2011-08-08SCUMM: Add sprite code difference in Moonbase Commander.Travis Howell
2011-08-08SCUMM: Fix endian issue in captureWizPolygon.Travis Howell
2011-08-07MOHAWK: Add specific cursor handling for Myst demoBastien Bouclet
2011-08-07MOHAWK: Leaving from the slides should go to the information screens in Myst ...Bastien Bouclet
2011-08-07MOHAWK: Disable zip mode in Myst demoBastien Bouclet
2011-08-07SCUMM: Further clean up of the CMS code.Johannes Schickel
2011-08-07SCUMM: Clean up CMS code some more.Johannes Schickel
2011-08-07SCUMM: Mark some overwritten methods as virtual.Johannes Schickel
2011-08-07SCUMM: Cleanup CMS code a bit.Johannes Schickel
2011-08-07GRAPHICS: Simplify the interface of Graphics::loadThumbnail().Christoph Mallon
2011-08-07ALL: Use Graphics::skipThumbnail() where appropriate.Christoph Mallon
2011-08-07KYRA: Simplify initializing a buffer with a string.Christoph Mallon
2011-08-07COMMON: Replace x + ARRAYSIZE(x) by the simpler ARRAYEND(x).Christoph Mallon
2011-08-07COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...Christoph Mallon
2011-08-07TEENAGENT: Pass streams as references.Christoph Mallon
2011-08-07SCI: Simplify allocation of ResourceManager.Christoph Mallon
2011-08-07SCI: Remove unnecessary cast.Christoph Mallon
2011-08-07AGOS: Correct off-by-one error in range check for setting the debug level.Christoph Mallon
2011-08-07AGOS: Replace if-cascade by switch.Christoph Mallon
2011-08-07CRUISE: Replace casts and offset calculations for memory debugger by a simple...Christoph Mallon