aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2011-05-18TSAGE: Further sound driver installation logicPaul Gilbert
2011-05-12TSAGE: More code for installing sound driversPaul Gilbert
2011-05-07TSAGE: Implemented more _sf methodsPaul Gilbert
2011-05-04TSAGE: Implemented more SoundManager methodsPaul Gilbert
2011-05-02TSAGE: Bugfixes for extracting sound data propertiesPaul Gilbert
2011-05-01TSAGE: Implemented a lot of the SoundManager methodsPaul Gilbert
2011-05-01TSAGE: Implemented the methods of the Sound classPaul Gilbert
2011-04-29TSAGE: Added fields for the Sound classPaul Gilbert
2011-04-27TSAGE: Implemented the code for the ASound classPaul Gilbert
2011-04-27TSAGE: Created stub classes for ASound and Sound, and reworked engine to use ↵Paul Gilbert
proper named methods
2011-04-27DETECTOR: Reserve 16 bits for generic ADGameFlagsMax Horn
2011-04-27TsAGE: Add some comment and fix 2 crashes in scene 5100strangerke
2011-04-26SCUMM: Avoid long double usageMatthew Hoops
2011-04-26SCUMM: Begin work on the soccer u32 codeMatthew Hoops
Players no longer appear in the upper-left corner of the screen and play can actually hault now (ie. the ball can go out of play). The players/ball do not move from their positions yet, but it's a start.
2011-04-26SCI: Fixed script bug #3292334 - "HOYLE4: Gin Rummy bug"md5
2011-04-26SCI: Fixed script bug #3292251 - "SCI: QFG3: Script error when buying robe"md5
2011-04-26SCI: Fixed 2 script bugs in Hoyle 4 - heartsmd5
This fixes bug #3292333 - "HOYLE4: Hearts bug"
2011-04-26SCI: Fixed several uninitialized variable script bugs in Hoyle 4 Bridgemd5
This fixes bug #3292332, along with other related issues
2011-04-26SCI: Updated the view type descriptions in the "version" console commandmd5
2011-04-26TSAGE: Fix a tiny bug in the initialization of scene 5000strangerke
2011-04-26TSAGE: Implemented loading walk regions for Ringworld CD and Demo #2Paul Gilbert
2011-04-26TSAGE: Gave proper names to several previously unnamed fieldsPaul Gilbert
2011-04-26TSAGE: Implemented scene priority changes introduced in Ringworld CD & ↵Paul Gilbert
Floppy Demo #2
2011-04-26HUGO: Add workaround for bug #3292389: Penelope splits up when dying in chasmstrangerke
2011-04-25Merged pull request #24 from clone2727/msima-stereo-fix.Max Horn
AUDIO: Cleanup MS IMA handling
2011-04-25HUGO: Fix bug #3292382 : "Whodunit? & Jungle of Doom set music to off by itself"strangerke
2011-04-25TSAGE: Add virtual destructor to Game class.Johannes Schickel
2011-04-25HUGO: Fix bug #3292400 : Overlapping help windows when using the menu barstrangerke
2011-04-25TSAGE: Fix text not being skippable in Scene #5000Paul Gilbert
2011-04-25TSAGE: Bugfixes for Ringworld demo - demo is now completable with some ↵Paul Gilbert
remaining gfx glitches
2011-04-25TSAGE: Added new file for Ringworld DemoPaul Gilbert
2011-04-25TSAGE: Added framework for playing the Ringworld demoPaul Gilbert
2011-04-25TSAGE: Added detection entry for Ringworld DemoPaul Gilbert
2011-04-25GROOVIE: fix for bug #3093310spookypeanut
Instead of crashing if the save game isn't writable, popup a gui message and then skip
2011-04-25TSAGE: Combined the resource files into a single generic overall ResourceManagerPaul Gilbert
2011-04-24AUDIO: Cleanup MS IMA handlingMatthew Hoops
- Split The Last Express' ADPCM to the engine. Using the MS IMA routine was really a hack. - Fixed stereo MS IMA ADPCM, the old routine was completely wrong.
2011-04-25HUGO: Add a black background behind the score line. This should fix bug ↵strangerke
#3291959.
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 ↵strangerke
several bugs. It's now possible to complete scene group 5 despite a couple of glitches in scene 4000 and 4045
2011-04-24DRASCULA: Avoid crash in engine destructor after it failed to start.Thierry Crozat
This happens for example if the drascula.dat file is not found.
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
Bug #3291725: "TOON: Crash on the title screen"
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
apply same solution as for the sound/smush ARM asm here