Age | Commit message (Expand) | Author |
2017-12-03 | BASE: Remove bad casts between incompatible Plugin types | Colin Snover |
2017-11-02 | BASE: Minor command line detection cleanup | Bastien Bouclet |
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-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-24 | BASE: Add command line for specifyong Director start movie | Eugene Sandulenko |
2016-10-13 | GUI: Add checkbox and config option to enable/disable graphics filtering | Thierry Crozat |
2016-08-13 | COMMON: Introduce --debug-channels-only command line flag. | Eugene Sandulenko |
2016-05-16 | Merge pull request #745 from Cruel/3ds | Eugene Sandulenko |
2016-04-06 | 3DS: Initial commit | Thomas Edvalson |
2016-03-21 | Merge pull request #704 from lordhoto/clone2727-audiocd | Johannes Schickel |
2016-03-13 | BASE: Ignore -psn command line argument on OS X | Thierry Crozat |
2016-03-13 | BACKENDS: Allow for specifying a drive via the cdrom option | Matthew Hoops |
2016-02-05 | COMMON: Add render mode for Macintosh. | Johannes Schickel |
2016-01-21 | COMMON: Add render modes for Apple IIgs and Atari ST. | Johannes Schickel |
2014-08-22 | CLI: change "savegames" into "saved games", same as in GUI | Ben Castricum |
2014-02-18 | BASE: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-08-12 | COMMON: Get rid of write version of ConfigManager::getGameDomains. | Johannes Schickel |
2013-07-05 | BASE: Fix --help output for --record-file-name. | Johannes Schickel |
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops |
2013-04-24 | BASE: Fixed code flow warnings. CID 1002239 | Eugene Sandulenko |
2013-01-27 | GUI: Allow user to display hidden files in the browser dialog. | Johannes Schickel |
2013-01-26 | Merge branch 'eriktorbjorn-fluidsynth-settings' | Johannes Schickel |
2013-01-26 | GUI: Make the FluidSynth settings dialog a bit more like Qsynth | Torbjörn Andersson |
2013-01-26 | FLUIDSYNTH: Add separate dialog for FluidSynth settings | Torbjörn Andersson |
2013-01-02 | JANITORIAL: Fix or silence a couple of Clang analyzer warnings | Torbjörn Andersson |
2012-09-26 | GUI: Save/restore the last used page in the grid save/load dialog. | Johannes Schickel |
2012-06-29 | GUI: Remember last save/load chooser selection. | Johannes Schickel |
2012-03-25 | GUI: Remove leftover code for the global dithering checkbox | Filippos Karapetis |
2012-03-17 | ALL: Make use of defined() for the preprocessor consistent. | Johannes Schickel |
2012-03-17 | COMMON: Add a space between a string literal and a macro parameter so C++11 d... | Christoph Mallon |
2012-02-26 | COMMON: Move RenderMode and GUIOptions functionality into separate files | Max Horn |
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn |
2012-02-15 | ALL: Avoid using is* macros from ctype.h | Max Horn |
2011-11-23 | BASE: Implement a command to list all available audio devices on the shell. | Johannes Schickel |
2011-07-04 | AUDIO: add registerDefault for music_driver | athrxx |