Age | Commit message (Expand) | Author |
2018-12-16 | GUI: Allow user to opt between GUI browser and native browser | SupSuper |
2018-12-08 | ENGINES: Add optional extra configuration entries when creating new targets | Paul Gilbert |
2018-12-02 | GUI: Add an option to set the GUI language to the game language | Bastien Bouclet |
2018-11-16 | WIN32: Retrieve the version information for the resource script from base/int... | Cameron Cawley |
2018-11-04 | BACKENDS: Remove references to the GP32 backend | Cameron Cawley |
2018-07-08 | BASE: Add command line stretch mode arg | Thierry Crozat |
2018-06-17 | BASE: Fix a segfault when mass detector encounters an empty directory | Bastien Bouclet |
2018-06-13 | JANITORIAL: Fix comment typo | Torbjörn Andersson |
2018-06-03 | BASE: Remove temporary targets when they fail to launch | Bastien Bouclet |
2018-05-10 | ENGINES: Remove usage of C++11 extended initializer lists | Bastien Bouclet |
2018-05-10 | ENGINES: Merge GameDescriptor and DetectedGame | Bastien Bouclet |
2018-05-10 | ENGINES: Factor adding games to ConfMan | Bastien Bouclet |
2018-05-10 | ENGINES: Turn GameDescriptor into a simple struct | Bastien Bouclet |
2018-05-10 | ENGINES: Change MetaEngine::listSupportedGames to return plain game descriptors | Bastien Bouclet |
2018-05-10 | ENGINES: Change MetaEngine::findGame to return a plain game descriptor | Bastien Bouclet |
2018-05-10 | ENGINES: Add unknown game variants to the game detector results | Bastien Bouclet |
2018-04-29 | ENGINES: Show the unknown Game dialog only when the detector is launched by t... | Lothar Serra Mari |
2018-04-25 | BASE: Allow listing save games for all targets | Thierry Crozat |
2018-04-25 | BASE: Use --game to specify target for --list-saves command | Thierry Crozat |
2018-04-22 | BASE: Allow options to come after command on the command line | Bastien Bouclet |
2018-04-15 | JANITORIAL: Fix whitespace | Adrian Frühwirth |
2018-04-12 | BASE: Minor text fix for --copy-protection help | Tarek Soliman |
2018-04-08 | AUDIO: add support for OPL2LPT | Vincent Bernat |
2018-04-07 | BASE: Show nuked audio driver only when compiled | Eugene Sandulenko |
2018-04-07 | AUDIO: Add Nuked OPL3 core | nukeykt |
2017-12-03 | BASE: Remove bad casts between incompatible Plugin types | Colin Snover |
2017-11-30 | RELEASE: This is 2.1.0git | Thierry Crozat |
2017-11-21 | RELEASE: 1.10 will henceforth be known as 2.0 | Colin Snover |
2017-11-02 | BASE: Minor command line detection cleanup | Bastien Bouclet |
2017-09-08 | UPDATES: Fix crash when compiling with updates enabled but without an UpdateM... | Thierry Crozat |
2017-08-06 | CMD: Handle --game=<ID> for --detect and --auto-detect | Thierry Crozat |
2017-08-06 | CMD: Improve warnings for --detect and --add when no game is found | Thierry Crozat |
2017-08-06 | CMD: Print full path information for --detect | Tobia Tesan |
2017-08-06 | CMD: Update error codes in case of autodetector error | Tobia Tesan |
2017-08-06 | CMD: Add --recursive option for adding & detection | Tobia Tesan |
2017-08-06 | CMD: Fix batch adding of games | Tobia Tesan |
2017-07-10 | Revert "COMMON: Change way the Singleton instances are instantiated" | Eugene Sandulenko |
2017-07-10 | COMMON: Change way the Singleton instances are instantiated | Thierry Crozat |
2017-05-03 | BASE: Fix auto-detect command to detect and start game | Thierry Crozat |
2017-04-24 | BASE: Improve error handling when detecting games | Thierry Crozat |
2017-04-24 | BASE: Check scanf return value when adding a game | Thierry Crozat |
2017-04-23 | CMD: Detect and add game(s) with commandline | yinsimei |
2017-02-06 | BASE: Ignore -NSDocumentRevisionDebugMode command line argument on OS X | Thierry Crozat |
2016-11-07 | BASE: Auto-detect now starts the first game found | Thierry Crozat |
2016-10-29 | BASE: Clarify how to specify a path in help for the auto-detect command | Thierry Crozat |
2016-10-29 | BASE: Auto-detect option now uses the specified path | Thierry Crozat |
2016-10-29 | BASE: Formatting code | iskrich |
2016-10-29 | BASE: Add --auto-detect command | iskrich |
2016-10-29 | COMMON: Add referencing and destruction of the OSDMessageQueue instance | Thierry Crozat |
2016-10-24 | BASE: Add command line for specifyong Director start movie | Eugene Sandulenko |