Age | Commit message (Expand) | Author |
2019-11-03 | ENGINES: Stop using 'single id' | Bastien Bouclet |
2019-11-03 | ENGINES: Add an engine ID to all the engines | Bastien Bouclet |
2019-10-16 | CGE: Fix Missing Default Switch Cases | D G Turner |
2019-07-24 | CGE: Fix GCC Warnings by Explicit Structure Initialization | D G Turner |
2018-05-10 | ENGINES: Add unknown game variants to the game detector results | Bastien Bouclet |
2018-05-05 | CGE: Add play time metadata to savegames | Adrian Frühwirth |
2018-04-19 | JANITORIAL: Fix whitespace | Adrian Frühwirth |
2018-04-07 | ALL: Load savegame thumbnail only when necessary | Adrian Frühwirth |
2017-12-19 | PORTS: Remove the Yopy PDA port | Bastien Bouclet |
2017-12-03 | ALL: Remove obsolete register keyword | Colin Snover |
2017-11-10 | CGE: Remove garbage character from comments | Colin Snover |
2017-10-07 | ENGINES: Remove default1x scaler flag | Colin Snover |
2017-09-20 | CGE: Clean up SearchMan after fallbackDetect | Willem Jan Palenstijn |
2017-08-06 | JANITORIAL: Silence more GCC 7 warnings | Torbjörn Andersson |
2016-08-24 | ALL: Make simpleSaveNames() a MetaEngineFeature | Alexander Tkachev |
2016-08-24 | ALL: Add MetaEngine::simpleSaveNames() | Alexander Tkachev |
2016-08-24 | GUI: Show "locked" saves during sync | Alexander Tkachev |
2016-05-29 | Fix CGE copyright sign | Hubert Maier |
2016-05-17 | ALL: Change main engine header guard defines to <directory>_<engine>_H | Eugene Sandulenko |
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion |
2016-04-14 | JANITORIAL: Reduce GUI header dependencies | Ori Avtalion |
2016-03-08 | ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines. | Johannes Schickel |
2016-02-25 | CGE: Let listSaves return list sorted on slot numbers. | Johannes Schickel |
2016-02-20 | CGE: Add events.cpp to POTFILE | Thierry Crozat |
2016-02-20 | CGE: Translate buttons in load and save dialogs. | Thierry Crozat |
2016-01-26 | CGE: Only request actual save slots in listSaves. | Johannes Schickel |
2014-10-28 | CGE: Remove trailing whitespace | Filippos Karapetis |
2014-10-11 | CGE: Add a safeguard in getPage() | Strangerke |
2014-10-04 | CGE: Add list of files that contain translatable strings | Thierry Crozat |
2014-09-26 | CGE: Fix a crash when detecting an empty set of VOL files | Strangerke |
2014-09-17 | CGE: Cleanup detection, implement fallbackDetect | Strangerke |
2014-09-16 | CGE: Remove fallback detection. | Peter Bozsó |
2014-08-12 | CGE: Get rid of superflous game name in extra field. | Johannes Schickel |
2014-08-12 | Merge pull request #488 from urukgit/cge2 | Eugene Sandulenko |
2014-08-11 | CGE: Fix EncryptedStream::err(). | uruk |
2014-06-15 | CGE: Remove (broken) variable length specification | Strangerke |
2014-06-15 | CGE: Use booleans instead of uint16 in flag structure | Strangerke |
2014-05-30 | Merge branch 'master' of https://github.com/scummvm/scummvm into cge2 | uruk |
2014-05-27 | ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd. | Johannes Schickel |
2014-05-27 | ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf. | Johannes Schickel |
2014-04-29 | Merge remote-tracking branch 'origin/master' into cge2 | uruk |
2014-04-29 | CGE: Replace magic numbers with defines. | uruk |
2014-04-25 | CGE2: Remove detection of Sfinx from CGE1. | uruk |
2014-03-15 | CGE: Remove a useless structure member, reduce a variable scope | Strangerke |
2014-03-15 | CGE: Remove a useless variable, remove some associated dead code | Strangerke |
2014-03-15 | CGE: Reorder CGEEngine constructor | Strangerke |
2014-03-15 | CGE: Move several variable initializations to the constructor | Strangerke |
2014-03-11 | CGE: Get rid of a magic value in file seek | Strangerke |
2014-03-11 | CGE: Remove the useless return value of XCrypt() | Strangerke |
2014-03-10 | CGE: Fix 2 more obsolete debug messages | Strangerke |