aboutsummaryrefslogtreecommitdiff
path: root/engines/agi
AgeCommit message (Expand)Author
2019-12-04AGI: Use Advanced Detector LISTEND Macro in Detection EntriesD G Turner
2019-11-03ENGINES: Stop using 'single id'Bastien Bouclet
2019-11-03ENGINES: Add an engine ID to all the enginesBastien Bouclet
2019-10-14AGI: Fix Missing Default Switch CasesD G Turner
2019-09-15AGI: Replace Various String Functions with Common String UsageD G Turner
2019-08-25AGI: Fix Remaining GCC Compiler WarningsD G Turner
2019-08-25AGI: Fix GCC Compiler Warnings from memset of Game State StructuresD G Turner
2019-08-24AGI: Fix some GCC Compilation WarningsD G Turner
2019-05-08AGI: Fix Several GCC Compiler WarningsD G Turner
2018-11-13AGI: Fix Fall Through Compiler WarningD G Turner
2018-10-11AGI: Add Detection Entry for AGI Combat (Beta).D G Turner
2018-10-11AGI: Add Detection Entry for Sarien Test Demo.D G Turner
2018-10-11AGI: Clamp Graphics Blit into Screen Area.D G Turner
2018-10-10AGI: Fix ScummVM Quit if Return To Launcher from AGI Quit Dialog.D G Turner
2018-08-18AGI: Replace use of strdup with Common::StringColin Snover
2018-05-10ENGINES: Add unknown game variants to the game detector resultsBastien Bouclet
2018-04-07ALL: Load savegame thumbnail only when necessaryAdrian Frühwirth
2017-12-03ALL: Remove obsolete register keywordColin Snover
2017-11-19EVENTS: Rename synthetic to kbdRepeatBastien Bouclet
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2017-09-22ALL: Specify the DisposeAfterUse constructor argument for dynamic memory writ...Bastien Bouclet
2017-08-11AGI: PREAGI: Add one more missing break statementEugene Sandulenko
2017-08-11AGI: PREAGI: Add missing break statementsEugene Sandulenko
2017-08-06JANITORIAL: Silence more GCC 7 warningsTorbjörn Andersson
2017-08-06JANITORIAL: Silence some GCC 7 warningsTorbjörn Andersson
2017-02-25AGI: always stop sound/music, when calling restore/save since 2.272Martin Kiewitz
2017-02-24AGI: act on exitAllLogics in testIfCode (fixes bug #9707)Martin Kiewitz
2017-02-23AGI: Clean up VM opcode handlingMartin Kiewitz
2017-02-11AGI: Hold-key-mode fixMartin Kiewitz
2017-02-10AGI: Make MH1 nightclub arcade sequence slower for AppleIIgsMartin Kiewitz
2016-11-29ALL: Remove comma before the word 'instead'Ben Castricum
2016-10-12AGI: Make TIME_DELAY 0 to set the game to 40 fpsMartin Kiewitz
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-03JANITORIAL: Fix include statementsEugene Sandulenko
2016-08-24ALL: Make simpleSaveNames() a MetaEngineFeatureAlexander Tkachev
2016-08-24ALL: Add MetaEngine::simpleSaveNames()Alexander Tkachev
2016-06-05AGI: More class initializationEugene Sandulenko
2016-06-05AGI: Clean up object initializationEugene Sandulenko
2016-05-29Merge pull request #764 from salty-horse/agi_audioEugene Sandulenko
2016-05-25JANITORIAL: Remove unnecessary semicolonsTorbjörn Andersson
2016-05-22AGI: Fix invalid read (/crash), when shaking screenMartin Kiewitz
2016-05-22AGI: Reduce audio header dependenciesOri Avtalion
2016-05-17AGI: Remove useless code.Eugene Sandulenko
2016-05-17ALL: Change main engine header guard defines to <directory>_<engine>_HEugene Sandulenko
2016-05-10AGI: Safer string copyingEugene Sandulenko
2016-05-07AGI: Reset all timers on startupEugene Sandulenko
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-04-13AGI: Move predictivedialog.h out of agi.hOri Avtalion
2016-03-23AGI: Fix inaccurate predictive dialog trigger rectMartin Kiewitz
2016-03-08ENGINES: Make variable names of ADGameDescription conform to our guidelines.Johannes Schickel