aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
AgeCommit message (Expand)Author
2012-02-27AGOS: Add font data for French, German and Italian versions of Simon the Sorc...Travis Howell
2012-02-21Merge pull request #182 from fingolfin/forbid-ctypeWillem Jan Palenstijn
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-16AGOS: CleanupMax Horn
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2012-01-27AGOS: Make ArchiveMan a proper sub-type of SearchSet.Johannes Schickel
2012-01-27AGOS: Rename ArchiveMan's open to createReadStreamForMember to match our Arch...Johannes Schickel
2012-01-27AGOS: Properly overwrite hasFile from SearchSet in ArchiveMan.Johannes Schickel
2012-01-26AGOS: Fix silly copy&paste mistake, which broke Vorbis and MP3 support.Johannes Schickel
2012-01-26AGOS: Rework digital sound playback.Johannes Schickel
2011-12-13COMMON: Make more members of Archive constant.Andrea Corna
2011-11-19AGOS: Fix using saved games from the CD versions of Simon the Sorcerer 2, on ...Travis Howell
2011-11-16LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)Strangerke
2011-11-13AGOS: Fix engine crash when playing Feeble Files from cabinet datafiles.D G Turner
2011-11-03AGOS: Merge duplicate code remaining from refactoring in the past.Travis Howell
2011-11-02AGOS: Fix warningsEugene Sandulenko
2011-10-24LAUNCHER: Add GUIO_NOASPECT to agosStrangerke
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-10-09AUDIO: Add default disposeAfterUse value to makeVOCStream again.Johannes Schickel
2011-10-09AUDIO: Remove unused makeVOCStream interface.Johannes Schickel
2011-10-07AGOS: Update MidiPlayer::~MidiPlayer() to match the default implementation. H...Travis Howell
2011-10-07AGOS: Fix dumping all images option.Travis Howell
2011-09-25AGOS: Fix loading VGA files from InstallShield cab file.Travis Howell
2011-09-08AGOS: Made some static data const.Johannes Schickel
2011-08-28AGOS: Fix regression when starting Personal Nightmare, or disabling AGOS2.Travis Howell
2011-08-27Merge pull request #79 from clone2727/agos_cabEugene Sandulenko
2011-08-27AGOS: Integrate InstallShield support.Travis Howell
2011-08-27AGOS: Fix load/save issues in Waxworks, which were caused by error in loadRoo...Travis Howell
2011-08-21AGOS: Proper implementation of the Simon 1 demo aka Accolade MIDI parser.Johannes Schickel
2011-08-21AGOS: Use delete instead of free on an C++ object.Johannes Schickel
2011-08-20AGOS: Add an archive class for handling InstallShield CabinetsMatthew Hoops
2011-08-20AGOS: Slight cleanup.Johannes Schickel
2011-08-20AGOS: Switched pause dialog to getLanguageKeyYes usageEugene Sandulenko
2011-08-13Merge pull request #63 from tsoliman/detection-tablesFilippos Karapetis
2011-08-09AGOS: Fix struct/class mismatchOri Avtalion
2011-08-07COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...Christoph Mallon
2011-08-07AGOS: Correct off-by-one error in range check for setting the debug level.Christoph Mallon
2011-08-07AGOS: Replace if-cascade by switch.Christoph Mallon
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-08-06AGOS: Flag CD titles with ADGF_CDTarek Soliman
2011-08-06AGOS: Reduced header dependencyEugene Sandulenko
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-06-23AGOS: Fix operator precedence warningJulien
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-18AGOS: Get rid of unused variable.Johannes Schickel
2011-06-18AGOS: Replace vsprintf by Common::String::vformatMax Horn
2011-06-14DETECTOR: Separate code for handling obsolete gameids from advanced detectorMax Horn
2011-06-14DETECTOR: Merge ADParams into AdvancedMetaEngineMax Horn
2011-06-13I18N: Make many more GUI MessageDialog strings translatableThierry Crozat
2011-06-10AGOS: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn