aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
AgeCommit message (Expand)Author
2014-06-29AGOS: Revert my MIDI changes that caused bug #6664.Kirben
2014-05-27ALL: Make Debugger command function names conform to our guidelines.Johannes Schickel
2014-05-27ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.Johannes Schickel
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-05-15AGOS: Disable image_dump debug command.D G Turner
2014-05-12AGOS: Add image dumping to file enable by debugflag.D G Turner
2014-05-11AGOS: Switch VGA script debug output to debug flag, rather than level 5.D G Turner
2014-05-11AGOS: Change "script" debugflag to "subroutine" as more accurate.D G Turner
2014-05-11AGOS: Switch script debugging to debug flag, rather than level 4.D G Turner
2014-05-11AGOS: Remove leftover unused _debugMode variable.D G Turner
2014-05-11AGOS: Switch VGA opcode debugging to debug flag, rather than level 3.D G Turner
2014-05-11AGOS: Switch opcode debugging to a debug flag, rather than level 2 hack.D G Turner
2014-05-10AGOS: Remove redundant "level" command from debugger.D G Turner
2014-04-13AGOS: Fix music looping when using Roland MT-32 music in Simon the Sorcerer 2.Kirben
2014-03-11AGOS: Fix scroll wheel glitch in Simon the Sorcerer 1.Kirben
2014-03-09AGOS: Fix sound offset table access for StS 2 Mac/Amiga.Johannes Schickel
2014-03-06AGOS: Switch keyboard shortcuts for dumps, to help prevent future conflicts.Kirben
2014-03-06AGOS: Fix error when dumping all VGA scripts.Kirben
2014-03-05AGOS: Update debug tables.Kirben
2014-03-05AGOS: Correct typos in comments.Kirben
2014-03-04AGOS: Fix quitting during Oracle text scroll in The Feeble Files.Kirben
2014-03-04AGOS: Remove duplicate file opens, when counting saved games.Kirben
2014-03-04AGOS: Fix scroll wheel glitch in The Feeble Files.Kirben
2014-03-04Merge pull request #441 from eriktorbjorn/feeble-loyaltyTorbjörn Andersson
2014-03-04AGOS: Disable mouse scroll in Puzzle Pack games.Kirben
2014-03-04AGOS: Add mouse wheel support for The Feeble Files.Kirben
2014-03-02AGOS: Add initial support for mouse wheel.Kirben
2014-03-01AGOS: Convert verb ids for Simon the Sorcerer 2.Kirben
2014-03-01AGOS: Enable verb display in Simon the Sorcerer 2.Kirben
2014-03-01AGOS: Fix cut-and-paste error in setLoyaltyRating()Torbjörn Andersson
2014-03-01AGOS: Modify setLoyaltyRating() on Kirben's suggestionTorbjörn Andersson
2014-02-27AGOS: Move most off the loyalty rating workaround to off_b2Set()Torbjörn Andersson
2014-02-27AGOS: Add setLoyaltyRating() functionTorbjörn Andersson
2014-02-26AGOS: Add missing loyalty rating to Feeble Files 4CD versionTorbjörn Andersson
2014-02-18AGOS: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-22AGOS: Use Common::File instead of SearchMan.Johannes Schickel
2014-01-22AGOS: Get rid of ArchiveMan in favor of global SearchMan.Johannes Schickel
2014-01-22AGOS: Slightly clean up ArchiveMan code.Johannes Schickel
2013-12-24AGOS: Add German Amiga OCS version of Simon the Sorcerer 1.Kirben
2013-11-26Merge pull request #375 from digitall/engineAutoPlugJohannes Schickel
2013-11-24AGOS: Janitorial - Fix spacing errorsStrangerke
2013-11-24BUILD: Remove need for engine.mk in each engine directory.D G Turner
2013-11-24BUILD: Remove need for engine-plugin.h in engines.D G Turner
2013-11-24BUILD: Split engines/plugins_table header down to a file per engine.D G Turner
2013-11-24BUILD: Split engines.mk down to a single file per engine.D G Turner
2013-11-24BUILD: Split configure.engines down to a single file per engine.D G Turner
2013-09-12Merge pull request #378 from lordhoto/pluggable-engines-translationsJohannes Schickel
2013-08-23AGOS: Add two savegame-related FIXMEsWillem Jan Palenstijn
2013-08-23AGOS: Use Common::String for savegame filenamesWillem Jan Palenstijn
2013-08-23AGOS: Simplify string parsingWillem Jan Palenstijn