aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
AgeCommit message (Collapse)Author
2007-02-19Renamed ANIMATION_H to AGOS_ANIMATION_H.Torbjörn Andersson
svn-id: r25730
2007-02-17Using stat and fopen is not portable (writing to a Common::File isn't ↵Max Horn
either, but at least it doesn't force porters to #define fopen to work around it) svn-id: r25661
2007-02-17Added finalize() method to Common::OutSaveFile (which by default just ↵Max Horn
flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing) svn-id: r25660
2007-02-17Removed extra tabs.Torbjörn Andersson
svn-id: r25640
2007-02-16Some very obvious cleanups.Torbjörn Andersson
svn-id: r25635
2007-02-16a 20ms second delay should be ample time for a GM system ONMax Horn
svn-id: r25633
2007-02-16Add support for using soundtrack from the Simon the Sorcerer 1 - Music ↵Travis Howell
Enhancement Project. svn-id: r25632
2007-02-16AGOS: Send GM System Enable/On upon startupMax Horn
svn-id: r25631
2007-02-16Fix cursor palette regression in Simon the Sorcerer 1.Travis Howell
svn-id: r25625
2007-02-16Fix cursor palette regression in Simon the Sorcerer 1.Travis Howell
svn-id: r25624
2007-02-14Removed unnecessary #include.Torbjörn Andersson
svn-id: r25587
2007-02-14Fix missing scenes (accolade logo) in AtariST demo of Elvira 1.Travis Howell
svn-id: r25583
2007-02-13Changed detectBestMatchingGame to return a pointer to a ADGameDescription ↵Max Horn
(or a subclass of it); added a (currently fake) fallback callback entry in ADParams svn-id: r25574
2007-02-13Whitespace changes.Torbjörn Andersson
svn-id: r25567
2007-02-13Fix warningsEugene Sandulenko
svn-id: r25554
2007-02-13AdvancedDetector changes:Max Horn
* Renamed genGameList to gameIDList to make it match the corresponding plugin API function name * removed the detectFunc param from detectGameForEngineCreation, as it *always* pointed to a straight wrapper around AdvancedDetector::detectAllGames * as a consequence, removed the various GAME_detectGames functions from the engines, and removed the detectFunc param from ADVANCED_DETECTOR_DEFINE_PLUGIN svn-id: r25547
2007-02-13Rename Common::GF_XXX to Common::ADGF_XXXEugene Sandulenko
svn-id: r25545
2007-02-13Renamed kADFlagComplexID to kADFlagAugmentPreferredTarget, document it, and ↵Max Horn
add it for AGOS, too svn-id: r25543
2007-02-13Add Spanish version of Swampy Adventures.Travis Howell
svn-id: r25540
2007-02-13(re)added flags field to ADGameDescription, with currently only one value ↵Max Horn
(GF_DEMO) -- this flag value is not yet used by anything (also, GF_DEMO hasn't been correctly set for AGI games yet) svn-id: r25539
2007-02-12Change asserts to warnings to now, due to code differences in Amiga versions ↵Travis Howell
of Simon the Sorcerer. svn-id: r25522
2007-02-12Fix subtitles glitches in Amiga OCS version of Simon the Sorcerer 1, by ↵Travis Howell
using AGA on screen font for now. svn-id: r25518
2007-02-12Add palette code difference for Amiga OCS version of Simon the Sorcerer 1.Travis Howell
svn-id: r25517
2007-02-12re-added missing wince #include; got deleted suring the simon -> agos transitionKostas Nakos
svn-id: r25515
2007-02-12apply modified patch #1657436 (alignment issues)Kostas Nakos
svn-id: r25514
2007-02-12Update work around for script bug in Amiga AGA/CD32 verisons of Simon the ↵Travis Howell
Sorcerer 1. svn-id: r25513
2007-02-12Fix icons regression in Amiga OCS version of Simon the Sorcerer 1.Travis Howell
svn-id: r25512
2007-02-12Fix cursor palette in Amiga versions of Simon the Sorcerer 1 and remove ↵Travis Howell
duplciate cursor table. svn-id: r25511
2007-02-12Add work around for script bug in Amiga AGA/CD32 verisons of Simon the ↵Travis Howell
Sorcerer 1. svn-id: r25510
2007-02-12Fix icons palette in AGA/CD32 versions of Simon the Sorcerer 1.Travis Howell
svn-id: r25509
2007-02-12Minor changes for coding guidelines.Travis Howell
svn-id: r25508
2007-02-12Adjust random opcode for Amiga versions of Simon the Sorcerer 1.Travis Howell
svn-id: r25507
2007-02-12Add Quietust's patch to fix subtitles glitches in Amiga AGA/CD32 versions of ↵Travis Howell
Simon the Sorcerer 1. svn-id: r25506
2007-02-12Pass VC10_state directly to convertclip, to reduce arguments.Travis Howell
svn-id: r25505
2007-02-12Add Quietust's changes to fix image glitches in Amiga AGA/CD32 versions of ↵Travis Howell
Simon the Sorcerer 1. svn-id: r25504
2007-02-12Ooops, remove debug leftovers in last commit.Travis Howell
svn-id: r25502
2007-02-12Add basic support for AtariST demo of Elvira 1.Travis Howell
svn-id: r25501
2007-02-11Whitespace changes.Travis Howell
svn-id: r25488
2007-02-11Add Quietust's patch for improved string redering in Amiga versions of Simon ↵Travis Howell
the Sorcerer 1. svn-id: r25481
2007-02-11Add Acorn disk version of Simon the Sorcerer 1.Travis Howell
svn-id: r25480
2007-02-09minor cleanupGregory Montoir
svn-id: r25444
2007-02-09Add demo of Simon the Sorcerer 1 (DOS CD).Travis Howell
svn-id: r25437
2007-02-09Add cyx's patch for cleanup for planar conversion code, and support for 32 ↵Travis Howell
color planar graphics of Amiga ECS version of Simon the Sorcerer 1. svn-id: r25436
2007-02-08Convert planar images, only when required for drawing.Travis Howell
svn-id: r25433
2007-02-04AdvancedDetector now has built-in fallback detection based on file lists.Eugene Sandulenko
Currently only gob engine benefits from it. svn-id: r25374
2007-02-03* Reimplemented Mixer::pauseAll to simply invoke pause on all channelsMax Horn
(implying change of semantics) * Reordered the params of Mixer::playRaw (the SoundType now comes first, not last) * Removed Mixer::isPaused * Removed Mixer::getSoundElapsedTimeOfSoundID * Added some doxygen comments to the Mixer svn-id: r25356
2007-01-29Add French version of Simon the Sorcerer 2 (Windows CD)Travis Howell
svn-id: r25252
2007-01-28Fix crash on PalmOS due to out of memoryChris Apers
svn-id: r25248
2007-01-28Added French/Atari ST version of Elvira 1 and 2Chris Apers
svn-id: r25247
2007-01-28Add more paramteres to AdvancedDetector. Not used yet.Eugene Sandulenko
svn-id: r25241