aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2011-09-26SCI: Changes to the sound resource initialization codeFilippos Karapetis
2011-09-26SCI: Code formattingFilippos Karapetis
2011-09-26TSAGE: Added default cases to switch statementsPaul Gilbert
2011-09-26TSAGE: Implemented Blue Force scene 410Paul Gilbert
2011-09-26AGI: Fixed several incorrect substitutions of "game" with "_game"Filippos Karapetis
2011-09-26AGI: Fix styleWillem Jan Palenstijn
2011-09-26AGI: Removed leftover dead codeFilippos Karapetis
2011-09-26AGI: Fixed invalid memory writes in wordWrapString()Filippos Karapetis
2011-09-26AGI: Fixed the line changing code, and added EOL checksFilippos Karapetis
2011-09-26AGI: Rewrote cmdVersion() to use Common::StringFilippos Karapetis
2011-09-26AGI: Cleanup, added some comments, removed an obsolete FIXMEFilippos Karapetis
2011-09-26AGI: Add FIXME for wordwrap buffer overflowWillem Jan Palenstijn
2011-09-26AGI: Clean up save/load String usageWillem Jan Palenstijn
2011-09-26TsAGE: Add scene 935Strangerke
2011-09-26AGI: Fixed the description of KQ2 Amiga (bug #3191496)Filippos Karapetis
2011-09-26AGI: Fixed bug #3196882 - "KQ3: PCSpeaker affects render mode"Filippos Karapetis
2011-09-26AGI: Marked 4070342 as a workaroundFilippos Karapetis
2011-09-26AGI: Fix for bug #3018770 - "AGI: PQ1: Flickering newspaper"Filippos Karapetis
2011-09-26AGI: Fixed the actual cause of bug #3295652, and partially fixed bug #3080415Filippos Karapetis
2011-09-26AGI: doUpdate() already calls updateScreen()Filippos Karapetis
2011-09-26AGI: Fixed bug #3074570 - "AGI LSL1: TAB stops working after restart"Filippos Karapetis
2011-09-26AGI: Fix bug #3080041 - "AGI Mother Goose: White bar in intro"Filippos Karapetis
2011-09-25SCI2: kString(Format) uses %d for unsigned integers. Some cleanupFilippos Karapetis
2011-09-25AGI: Fix compilationFilippos Karapetis
2011-09-25SCI: Added a workaround for bug #3295652 - "AGI: (Fan) SQ0: Animation overdra...Filippos Karapetis
2011-09-25AGI: Switched to Common::String in the save/load codeFilippos Karapetis
2011-09-25AGI: Rewrite getSavegameFilename() so that it doesn't try to return a pointer...Filippos Karapetis
2011-09-25AGI: Fixed EOF in text.cppFilippos Karapetis
2011-09-25AGI: Fixed bug #3292784 - "AGI: SQ2: Name forgotten after game restart"Filippos Karapetis
2011-09-25AGI: Bugfix for script bug #3116541 - "AGI FAN Beyond the Titanic 2: Crash on...Filippos Karapetis
2011-09-25AGI: Replaced odd usage of sprintf() with strcpy()Filippos Karapetis
2011-09-25AGI: Resolved an old FIXME concerning OOB accessFilippos Karapetis
2011-09-25AGI: Fixed typo in restart dialogFilippos Karapetis
2011-09-25AGI: Cleanup of some detection entriesFilippos Karapetis
2011-09-25AGI: Add some comments regarding save slot 0, and use the default SaveStateDe...Filippos Karapetis
2011-09-25AGI/COMMON: Fixed bug #3407308 - "AGI: SQ2: Saving allowed in autosave slot 0...Filippos Karapetis
2011-09-25TsAGE: Implement scene 920Strangerke
2011-09-25TSAGE: Bugfix for Blue Force scene 50Paul Gilbert
2011-09-25TSAGE: Bugfixes for Blue Force scene 315Paul Gilbert
2011-09-25TSAGE: Bugfixes for Blue Force scene 370Paul Gilbert
2011-09-25TSAGE: Bugfixes for Blue Force scene 360Paul Gilbert
2011-09-25TSAGE: Bugfixes for Blue Force scene 355Paul Gilbert
2011-09-25SCI: Bugfix for the palette of Longbow Amiga (still not right)Filippos Karapetis
2011-09-25AGOS: Fix loading VGA files from InstallShield cab file.Travis Howell
2011-09-25TSAGE: Cleanup of variable/method names in Blue Force scene 355Paul Gilbert
2011-09-25TSAGE: Moved the _bgSceneObjects list from SceneManager to Scene.Paul Gilbert
2011-09-25TSAGE: Fix Valgrind warningsPaul Gilbert
2011-09-24SCI: Always reset hold when starting a new song. Fixes bug #3413589 - "SCI: K...Filippos Karapetis
2011-09-24MOHAWK: Remove erroneous executable name from a detection entryMatthew Hoops
2011-09-24MOHAWK: Add Detection Entry for LBv3 games from bug #3413119.D G Turner