Age | Commit message (Expand) | Author |
2014-04-13 | AGOS: Fix music looping when using Roland MT-32 music in Simon the Sorcerer 2. | Kirben |
2014-03-11 | AGOS: Fix scroll wheel glitch in Simon the Sorcerer 1. | Kirben |
2014-03-09 | AGOS: Fix sound offset table access for StS 2 Mac/Amiga. | Johannes Schickel |
2014-03-06 | AGOS: Switch keyboard shortcuts for dumps, to help prevent future conflicts. | Kirben |
2014-03-06 | AGOS: Fix error when dumping all VGA scripts. | Kirben |
2014-03-05 | AGOS: Update debug tables. | Kirben |
2014-03-05 | AGOS: Correct typos in comments. | Kirben |
2014-03-04 | AGOS: Fix quitting during Oracle text scroll in The Feeble Files. | Kirben |
2014-03-04 | AGOS: Remove duplicate file opens, when counting saved games. | Kirben |
2014-03-04 | AGOS: Fix scroll wheel glitch in The Feeble Files. | Kirben |
2014-03-04 | Merge pull request #441 from eriktorbjorn/feeble-loyalty | Torbjörn Andersson |
2014-03-04 | AGOS: Disable mouse scroll in Puzzle Pack games. | Kirben |
2014-03-04 | AGOS: Add mouse wheel support for The Feeble Files. | Kirben |
2014-03-02 | AGOS: Add initial support for mouse wheel. | Kirben |
2014-03-01 | AGOS: Convert verb ids for Simon the Sorcerer 2. | Kirben |
2014-03-01 | AGOS: Enable verb display in Simon the Sorcerer 2. | Kirben |
2014-03-01 | AGOS: Fix cut-and-paste error in setLoyaltyRating() | Torbjörn Andersson |
2014-03-01 | AGOS: Modify setLoyaltyRating() on Kirben's suggestion | Torbjörn Andersson |
2014-02-27 | AGOS: Move most off the loyalty rating workaround to off_b2Set() | Torbjörn Andersson |
2014-02-27 | AGOS: Add setLoyaltyRating() function | Torbjörn Andersson |
2014-02-26 | AGOS: Add missing loyalty rating to Feeble Files 4CD version | Torbjörn Andersson |
2014-02-18 | AGOS: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-01-22 | AGOS: Use Common::File instead of SearchMan. | Johannes Schickel |
2014-01-22 | AGOS: Get rid of ArchiveMan in favor of global SearchMan. | Johannes Schickel |
2014-01-22 | AGOS: Slightly clean up ArchiveMan code. | Johannes Schickel |
2013-12-24 | AGOS: Add German Amiga OCS version of Simon the Sorcerer 1. | Kirben |
2013-11-26 | Merge pull request #375 from digitall/engineAutoPlug | Johannes Schickel |
2013-11-24 | AGOS: Janitorial - Fix spacing errors | Strangerke |
2013-11-24 | BUILD: Remove need for engine.mk in each engine directory. | D G Turner |
2013-11-24 | BUILD: Remove need for engine-plugin.h in engines. | D G Turner |
2013-11-24 | BUILD: Split engines/plugins_table header down to a file per engine. | D G Turner |
2013-11-24 | BUILD: Split engines.mk down to a single file per engine. | D G Turner |
2013-11-24 | BUILD: Split configure.engines down to a single file per engine. | D G Turner |
2013-09-12 | Merge pull request #378 from lordhoto/pluggable-engines-translations | Johannes Schickel |
2013-08-23 | AGOS: Add two savegame-related FIXMEs | Willem Jan Palenstijn |
2013-08-23 | AGOS: Use Common::String for savegame filenames | Willem Jan Palenstijn |
2013-08-23 | AGOS: Simplify string parsing | Willem Jan Palenstijn |
2013-08-23 | AGOS: Use Common::strlcpy() instead of strncpy() | Torbjörn Andersson |
2013-08-23 | AGOS: Use strncpy() instead of strcpy(). CID 1003679, 1003681 | Torbjörn Andersson |
2013-08-12 | I18N: Move specification of engine specific files to enginedir/POTFILES. | Johannes Schickel |
2013-08-03 | AGOS: Take advantage of Surface::getPixels. | Johannes Schickel |
2013-08-03 | AGOS: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel |
2013-05-07 | AGOS: Initialize _mouseToggle | Torbjörn Andersson |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-09-21 | AGOS: Rewrite note on events with velocity 0 to note off events in MidiParser... | Johannes Schickel |
2012-09-07 | JANITORIAL: Remove underscores from MidiParser variable names. | Alyssa Milburn |
2012-08-28 | Merge remote-tracking branch 'origin/master' into tony | Alyssa Milburn |
2012-08-26 | Merge pull request #268 from clone2727/video-rewrite | Matthew Hoops |
2012-08-18 | AGOS: Fix regression with sound in Smacker OmniTV videos | Matthew Hoops |