aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
AgeCommit message (Collapse)Author
2008-05-23Fixed PalmOS compilationChris Apers
svn-id: r32223
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
svn-id: r31927
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
svn-id: r31888
2008-04-18Always correct time events duration, when saving games.Travis Howell
svn-id: r31557
2008-04-17Fix bug #1932150 - SIMON1: Sousaphone Bug.Travis Howell
svn-id: r31527
2008-04-17Fix Bug #1555117 - SIMON2: Cannot load Savegame.Travis Howell
svn-id: r31526
2008-04-16Correct time events duration, when saving in Elvira 1.Travis Howell
svn-id: r31516
2008-04-16Minor cleanup.Travis Howell
svn-id: r31514
2008-04-16Remove unused opcode and minor cleanup.Travis Howell
svn-id: r31513
2008-04-16Cleanup.Travis Howell
svn-id: r31512
2008-04-05Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, ↵Max Horn
kADFlagDontAugmentPreferredTarget (since all AdvDetector engines except Kyra used kADFlagAugmentPreferredTarget, it seems reasonable to assume that as default) svn-id: r31413
2008-03-29Add patch #1928643 - Czech fan translation of Simon the Sorcerer 1.Travis Howell
svn-id: r31300
2008-03-27Add work around for script bug in The Feeble Files.Travis Howell
svn-id: r31260
2008-03-26And don't attempt to play sound, when the sound file isn't loaded in The ↵Travis Howell
Feeble Files. svn-id: r31240
2008-03-26Remove error for missing sound files in The Feeble Files, due to fault in ↵Travis Howell
French version. svn-id: r31239
2008-03-26Move code to ignore invalid characters.Travis Howell
svn-id: r31238
2008-03-26Ooops, correct error in conversion of The Feeble Files font data.Travis Howell
svn-id: r31237
2008-03-26Always ignore invalid characters, when using charset data.Travis Howell
svn-id: r31236
2008-03-26Switch all font data to hexadecimal and sort by language name.Travis Howell
svn-id: r31235
2008-03-25Fix palette glitches in Amiga OCS version of Simon the Sorcerer 1.Travis Howell
svn-id: r31233
2008-03-24Correct background color when displaying saved game list in Amiga versions ↵Travis Howell
of Simon the Sorcerer 1. svn-id: r31230
2008-03-23Fix name locking in Waxworks, and cleanup.Travis Howell
svn-id: r31229
2008-03-23Remove left over debug code.Travis Howell
svn-id: r31225
2008-03-23Add comments about unknown cases and remove unused cases in parseNextEvent().Travis Howell
svn-id: r31224
2008-03-22Add support for room states in Waxworks (DOS).Travis Howell
svn-id: r31218
2008-03-19Correct extra field for Amiga floppy versions of Simon the Sorcerer 1.Travis Howell
svn-id: r31190
2008-03-14Started to get rid of Common::EncapsulatedADGameDesc (using plain ↵Max Horn
Common::ADGameDescription instead) svn-id: r31121
2008-03-14Advanced Detector: Changed fallback detector from a callback function ↵Max Horn
pointer to an overrideable method of AdvancedMetaEngine svn-id: r31119
2008-03-12Fix bug #1911558 - FF: Inventory doesn't scroll to the end.Travis Howell
svn-id: r31110
2008-03-11Cleanup.Torbjörn Andersson
svn-id: r31108
2008-03-01Fix subtitle regressions in DOS Floppy demo of Simon the Sorcerer 1.Travis Howell
svn-id: r31015
2008-02-15Merged lots of _mixer->isReady() warnings into a single one in Engine ↵Max Horn
constructor svn-id: r30871
2008-02-08Initial support for plugin typesJordi Vilalta Prat
svn-id: r30825
2008-02-03Revised Engine plugin API to only provide a single func which returns a ↵Max Horn
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780
2008-02-03Changed "COMPATIBLITY" to "COMPATIBILITY".Torbjörn Andersson
svn-id: r30754
2008-02-02Moved AdvancedMetaEngine to namespace CommonMax Horn
svn-id: r30736
2008-02-02Converted the remaining engines to use MetaEngineJordi Vilalta Prat
svn-id: r30728
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-20Add Spanish Amiga version of Elvira 2.Travis Howell
svn-id: r30592
2008-01-15Set the number of speech segments in The Feeble File.Travis Howell
svn-id: r30508
2008-01-13Removed unnecessary semi-colons.Torbjörn Andersson
svn-id: r30476
2008-01-11Fix assert that can be triggered in non-English versions of The Feeble Files ↵Travis Howell
for Amiga/Macintosh. svn-id: r30406
2008-01-06Remove unused Amiga OCS font data, the AGA font data can by used by all ↵Travis Howell
Amiga versions of Simon the Sorcerer 1. svn-id: r30300
2008-01-06Split charset font data.Travis Howell
svn-id: r30299
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
svn-id: r30238
2007-12-28Patch #1858158: BUILD: Plugin building cleanupEugene Sandulenko
svn-id: r30041
2007-12-26Add alternative hack to main branch, to skip largest speech segment in Simon ↵Travis Howell
the Sorcerer 1, when using DS port. svn-id: r30001
2007-12-20Do not #include time.h globally (ideally, we should provide a localtime ↵Max Horn
clone in OSystem so we can completly get rid of this) svn-id: r29919
2007-12-20Moved all time() calls in AGOS to a single new method AGOSEngine::getTime(); ↵Max Horn
also replaced an evil function-static variable by a member variable (lastMinute) svn-id: r29908