aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
AgeCommit message (Expand)Author
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-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2011-12-24SAGA: Rework the way audio is bufferedMatthew Hoops
2011-12-24SAGA: Properly handle ITE Mac sound resourcesMatthew Hoops
2011-11-21SAGA: Simply use a Graphics::Surface instead of a Saga::Surface.Christoph Mallon
2011-11-16LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)Strangerke
2011-11-03SAGA: Fix warningsEugene Sandulenko
2011-11-03SAGA: Fix copy/paste errorEugene Sandulenko
2011-10-29JANITORIAL: Remove unnecessary semicolonsTorbjörn Andersson
2011-10-24LAUNCHER: Add GUIO_NOASPECT to sagaStrangerke
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-10-04SAGA: Fixed script bug #3358007 - "IHNM: Freeze when exiting from the motor r...Filippos Karapetis
2011-08-30SAGA: properly remove the save reminder callback on engine exitFilippos Karapetis
2011-08-30SAGA: Slight cleanupFilippos Karapetis
2011-08-13Merge pull request #63 from tsoliman/detection-tablesFilippos Karapetis
2011-08-07GRAPHICS: Simplify the interface of Graphics::loadThumbnail().Christoph Mallon
2011-08-07ALL: Use Graphics::skipThumbnail() where appropriate.Christoph Mallon
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-08-06SAGA: Flag CD titles with ADGF_CDTarek Soliman
2011-08-06ALL: Reduce audio/ header dependencyEugene Sandulenko
2011-08-06OSYSTEM: extended installTimerProc() with timer ID parameterEugene Sandulenko
2011-07-10SAGA: Use #error instead of a deliberate syntax error.eriktorbjorn
2011-07-10SAGA: Mute the music while the game is pausederiktorbjorn
2011-07-09SAGA: Removed several game flags, which are now found more reliably on the flyFilippos Karapetis
2011-06-23SAGA: Fix for Bug #3324850 ("ITE (SAGA): crash in dog sewers")D G Turner
2011-06-23SAGA: Fix Bug #3323722 ("IHNM: Crash to desktop in Ellen's Adventure")D G Turner
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-16SAGA: flag all WIP games with ADGF_UNSTABLETarek Soliman
2011-06-14DETECTOR: Separate code for handling obsolete gameids from advanced detectorMax Horn
2011-06-14DETECTOR: Merge ADParams into AdvancedMetaEngineMax Horn
2011-06-10SAGA: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn
2011-06-10ENGINES: Change incorrect use of 'target' to 'gameid'Max Horn
2011-06-02SAGA: Replace snprintf() usage with Common::String::format()D G Turner
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-06-01Merge branch 'branch-1-3-0' into masterMax Horn
2011-05-21DS/SAGA: Due to what looks like a compiler bug, having one Common::Array temp...agent-q
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-16ENGINES: Unify engine namesThierry Crozat
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-27SAGA: Removed unused variablesmd5
2011-04-17SAGA: Prefer Surface::create taking a PixelFormat over the one taking a byte ...Johannes Schickel
2011-04-17SAGA: Fixed bug #3276033: IHNM: Savegame reminder not resetEugene Sandulenko
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-04-06SAGA: Fixed bug #3275973 - "IHNM: Dialog options vanish"md5
2011-03-29JANITORIAL: Remove/comment unused varsdhewg