aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2011-04-25TSAGE: Added detection entry for Ringworld DemoPaul Gilbert
2011-04-25GROOVIE: fix for bug #3093310spookypeanut
2011-04-25TSAGE: Combined the resource files into a single generic overall ResourceManagerPaul Gilbert
2011-04-25HUGO: Add a black background behind the score line. This should fix bug #3291...strangerke
2011-04-24HUGO: Fix BE issue in getSound(). Thanks wjp for finding that issue.strangerke
2011-04-24HUGO: Hopefully fix the valgrind error reported by Digitall in bug #3292391strangerke
2011-04-24TSAGE: Implement missing Scene4050::signal() and Scene4050::dispatch(), fix s...strangerke
2011-04-24DRASCULA: Avoid crash in engine destructor after it failed to start.Thierry Crozat
2011-04-24TEEN: Fix duplicate header guardOri Avtalion
2011-04-24MOHAWK: Add detection for The Berenstain Bears In The Dark.Alyssa Milburn
2011-04-24MOHAWK: Add detection for Arthur's Birthday.Alyssa Milburn
2011-04-24AGI: Fix bug #3087825: AGI: Code analysis warningsEugene Sandulenko
2011-04-23TOON: fix main title crash - Bug #3291725 fixedsylvaintv
2011-04-23TSAGE: Scene 4000: Fix several bugs that were blocking progress to the chimneystrangerke
2011-04-23HUGO: Fix Endianness issue in H2 and H3 Dosstrangerke
2011-04-23ASM: Defines do not get mangleddhewg
2011-04-23ARM: Global symbols get an underscore prefix on darwindhewg
2011-04-23ASM: Replace .equ with .set in proc3ARM.sdhewg
2011-04-23TSAGE: Fix Miranda in scene 4000, 4040 and 4045strangerke
2011-04-22TSAGE: Fix an inventory bug (ale)strangerke
2011-04-22SCUMM: Do not pass non-string literal but "%s" + string to displayMessage.Johannes Schickel
2011-04-22DOTT: MM message can now be translated.Thierry Crozat
2011-04-22MOHAWK: Silence MSVC warning (bug #3290528)Littleboy
2011-04-22TSAGE: Fix initialization bug in scene 4100.strangerke
2011-04-22DRACI: Fix VS2010 Code Analysis Warnings Reported in Bug #3290634D G Turner
2011-04-21SCI: Avoid (unused) sqrt of a negative numberWillem Jan Palenstijn
2011-04-21MOHAWK: Don't initialize a null pointer, to make VS2010 happy.Bastien Bouclet
2011-04-21TSAGE: Fix a bug in Scene 4100strangerke
2011-04-21TSAGE: Fix broken animation in scene 60. Renamed more or less everythingstrangerke
2011-04-20SCI: Fix precedence (bug #3087872)Willem Jan Palenstijn
2011-04-20GOB: Shut up VS2010 code analysis warningSven Hesse
2011-04-20HUGO: Silent several warnings reported by littleboystrangerke
2011-04-20TSAGE: Cleaner bugfix for text colours being incorrectPaul Gilbert
2011-04-20TSAGE: Fix problem with text appearing with random background colours after s...Paul Gilbert
2011-04-20TSAGE: Properly destroy cloned objects when removed from a scenePaul Gilbert
2011-04-20Merge remote branch 'remotes/kayahr/lure'Paul Gilbert
2011-04-20TSAGE: Fix double-Miranda bug when Rock is drunk (scene 4100)strangerke
2011-04-19TSAGE: Fix blocking bug in scene 4100.strangerke
2011-04-19TSAGE: Rename several objects in Scene 4000strangerke
2011-04-19LURE: Enabled clickable menus for WebOS.Klaus Reimer
2011-04-19TSAGE: Suppress empty format string warning of g++.Johannes Schickel
2011-04-19TSAGE: Removed original game that uses 'Intro.txt' to indicate whether the in...Paul Gilbert
2011-04-19TSAGE: Simplified the new Saver::getObjectCount methodPaul Gilbert
2011-04-19TSAGE: Changed Scene::_sceneNumber to avoid confusion with SceneManager::_sce...Paul Gilbert
2011-04-19TSAGE: Reworked the saving code to fix crashesPaul Gilbert
2011-04-19TSAGE: Fixed button highlighting in inventory dialogPaul Gilbert
2011-04-19TSAGE: Bugfixes for graphics glitches when using the lift in scene #2320Paul Gilbert
2011-04-18SCUMM: Make use of new Common::Error typeMax Horn
2011-04-18COMMON: Remove kInvalidPathErrorMax Horn
2011-04-18COMMON: Rename Error to ErrorCode, introduce new Error classMax Horn