aboutsummaryrefslogtreecommitdiff
path: root/engines/cge
AgeCommit message (Expand)Author
2019-11-03ENGINES: Stop using 'single id'Bastien Bouclet
2019-11-03ENGINES: Add an engine ID to all the enginesBastien Bouclet
2019-10-16CGE: Fix Missing Default Switch CasesD G Turner
2019-07-24CGE: Fix GCC Warnings by Explicit Structure InitializationD G Turner
2018-05-10ENGINES: Add unknown game variants to the game detector resultsBastien Bouclet
2018-05-05CGE: Add play time metadata to savegamesAdrian Frühwirth
2018-04-19JANITORIAL: Fix whitespaceAdrian Frühwirth
2018-04-07ALL: Load savegame thumbnail only when necessaryAdrian Frühwirth
2017-12-19PORTS: Remove the Yopy PDA portBastien Bouclet
2017-12-03ALL: Remove obsolete register keywordColin Snover
2017-11-10CGE: Remove garbage character from commentsColin Snover
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2017-09-20CGE: Clean up SearchMan after fallbackDetectWillem Jan Palenstijn
2017-08-06JANITORIAL: Silence more GCC 7 warningsTorbjörn Andersson
2016-08-24ALL: Make simpleSaveNames() a MetaEngineFeatureAlexander Tkachev
2016-08-24ALL: Add MetaEngine::simpleSaveNames()Alexander Tkachev
2016-08-24GUI: Show "locked" saves during syncAlexander Tkachev
2016-05-29Fix CGE copyright signHubert Maier
2016-05-17ALL: Change main engine header guard defines to <directory>_<engine>_HEugene Sandulenko
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-04-14JANITORIAL: Reduce GUI header dependenciesOri Avtalion
2016-03-08ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.Johannes Schickel
2016-02-25CGE: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-20CGE: Add events.cpp to POTFILEThierry Crozat
2016-02-20CGE: Translate buttons in load and save dialogs.Thierry Crozat
2016-01-26CGE: Only request actual save slots in listSaves.Johannes Schickel
2014-10-28CGE: Remove trailing whitespaceFilippos Karapetis
2014-10-11CGE: Add a safeguard in getPage()Strangerke
2014-10-04CGE: Add list of files that contain translatable stringsThierry Crozat
2014-09-26CGE: Fix a crash when detecting an empty set of VOL filesStrangerke
2014-09-17CGE: Cleanup detection, implement fallbackDetectStrangerke
2014-09-16CGE: Remove fallback detection.Peter Bozsó
2014-08-12CGE: Get rid of superflous game name in extra field.Johannes Schickel
2014-08-12Merge pull request #488 from urukgit/cge2Eugene Sandulenko
2014-08-11CGE: Fix EncryptedStream::err().uruk
2014-06-15CGE: Remove (broken) variable length specificationStrangerke
2014-06-15CGE: Use booleans instead of uint16 in flag structureStrangerke
2014-05-30Merge branch 'master' of https://github.com/scummvm/scummvm into cge2uruk
2014-05-27ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.Johannes Schickel
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-04-29Merge remote-tracking branch 'origin/master' into cge2uruk
2014-04-29CGE: Replace magic numbers with defines.uruk
2014-04-25CGE2: Remove detection of Sfinx from CGE1.uruk
2014-03-15CGE: Remove a useless structure member, reduce a variable scopeStrangerke
2014-03-15CGE: Remove a useless variable, remove some associated dead codeStrangerke
2014-03-15CGE: Reorder CGEEngine constructorStrangerke
2014-03-15CGE: Move several variable initializations to the constructorStrangerke
2014-03-11CGE: Get rid of a magic value in file seekStrangerke
2014-03-11CGE: Remove the useless return value of XCrypt()Strangerke
2014-03-10CGE: Fix 2 more obsolete debug messagesStrangerke