Age | Commit message (Expand) | Author |
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-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 |
2012-08-17 | AGOS: Fix regressions in the feeble demo | Matthew Hoops |
2012-08-16 | VIDEO: Merge AdvancedVideoDecoder into VideoDecoder | Matthew Hoops |
2012-08-16 | VIDEO: Remove setSystemPalette() | Matthew Hoops |
2012-08-12 | AGOS: Improve the quick load/save code. | Travis Howell |
2012-07-24 | VIDEO: Convert DXADecoder to the AdvancedVideoDecoder API | Matthew Hoops |
2012-07-23 | VIDEO: Rewrite SmackerDecoder to use the new API | Matthew Hoops |
2012-06-07 | AGOS: Fix compiling AGOS game engine, when AGOS2 is disabled. | Travis Howell |
2012-05-28 | COMMON: Move InstallShield code to common | Matthew Hoops |
2012-05-28 | VIDEO: Add volume/balance control to VideoDecoder | Matthew Hoops |
2012-04-15 | AGOS: Add comment about the limitations of quick loading/saving games in the ... | Travis Howell |
2012-04-02 | AGOS: Expand fix for bug #3512776 - SIMON1DOS French: Subtitle glitch in intr... | Travis Howell |
2012-04-01 | AGOS: Fix bug #3512776 - SIMON1DOS French: Subtitle glitch in introduction. | Travis Howell |
2012-02-27 | AGOS: Add font data for French, German and Italian versions of Simon the Sorc... | Travis Howell |
2012-02-21 | Merge pull request #182 from fingolfin/forbid-ctype | Willem Jan Palenstijn |
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn |
2012-02-16 | AGOS: Cleanup | Max Horn |
2012-02-15 | ALL: Avoid using is* macros from ctype.h | Max Horn |
2012-01-27 | AGOS: Make ArchiveMan a proper sub-type of SearchSet. | Johannes Schickel |
2012-01-27 | AGOS: Rename ArchiveMan's open to createReadStreamForMember to match our Arch... | Johannes Schickel |