aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2018-04-25BASE: Allow listing save games for all targetsThierry Crozat
2018-04-25BASE: Use --game to specify target for --list-saves commandThierry Crozat
This change brings the --list-saves command syntax in line with other commands.
2018-04-25README: Remove out-of-date reference to Win9x/NT/XP in connection with WinDbgAdrian Frühwirth
2018-04-25README: Fix broken links, update URLs to use https where possibleCameron Cawley
2018-04-25README: Fix formattingCameron Cawley
2018-04-22BASE: Allow options to come after command on the command lineBastien Bouclet
2018-04-13README: Flesh out the copy protection skipped listPaul Gilbert
2018-04-08README: List Nuked OPL optionAdrian Frühwirth
2018-04-04SDL: Allow to load a custom game controller mapping fileLMerckx
And add a specific joystick button to open virtual keyboard
2018-03-12README: Update URL for liberation-fonts packageAdrian Frühwirth
2018-03-12README: Obey the orthographyHubert Maier
2018-03-12README: Add notes about Quest for Glory character importHubert Maier
2018-02-12README: Fix some grammatical errorsThierry Crozat
2018-01-06README: Add TITANIC function key controlsDavid Fioramonti
2018-01-06README: Add TITANIC DE saved game notesDavid Fioramonti
2017-12-20MOHAWK: RIVEN: Add keyboard shortcuts for loading and savingBastien Bouclet
Those shortcuts are documented in the original game manual.
2017-10-29DOC: Remove reference to Sourceforge for the Bug Trackerrootfather
2017-10-10README: Fix index and add missing entriesrootfather
2017-09-29NEWS: Add new SCI32 games to NEWS and READMEColin Snover
2017-09-18TITANIC: Add engine to lists within READMEPaul Gilbert
2017-09-12README: Add some more config parametersThierry Crozat
2017-08-13MOHAWK: Add Riven to the list of supported games in the READMEBastien Bouclet
Also add some more hotkeys.
2017-08-13MOHAWK: Myst+Riven keyboard/mouse controls added to readmeDavid Fioramonti
2017-08-13MOHAWK: add Myst and Riven save game details to readmeDavid Fioramonti
2017-08-12TITANIC: add that titanic supports original saved games to readmeDavid Fioramonti
I alphabetized the games in the 6.2 section (converting original saved games) of the readme. Also some minor edits to the titanic notes section of the readme (3.17). These changes were mostly cosmetic and added fact that mouse click in starmap allows ship to fast travel to that star (a very cool thing).
2017-08-09TITANIC: Fix spelling mistake in Starship Titanic notesPaul Gilbert
2017-08-09TITANIC: Add extra Titanic key notes to READMEPaul Gilbert
2017-08-06TITANIC: Add Starship Titanic notes to READMEPaul Gilbert
2017-08-06CMD: Update README with new autodetect command line optionsTobia Tesan
2017-04-24SDL: Allow specifying the screenshot directory in the config fileThierry Crozat
There is no GUI option to set the screenshot directory, but this allows power users to set it if they don't want to use the default.
2017-04-24MACOSX: Create screenshot on DesktopThierry Crozat
This is consistent with the OS shortcut (Crtl+Shift+3) to take a screenshot.
2017-04-24WINDOWS: Change location where screenshot are savedPala
This fixes bug #9701: WINDOWS: Flow of taking screenshots on Windows is broken
2017-04-22SCI32: Enable support for SCI2-2.1 games in release!Colin Snover
Some games are not moved to ADGF_TESTING yet because they have not been played through completely: * QFG4 * PQ:SWAT Some games are not moved to ADGF_TESTING yet because they are broken: * Chest (fails to read/parse its custom archive files) * Hoyle5 (Poker DLL needs to be reverse-engineered; main menu needs to be "fixed" for budget derivatives that only contain some of the games and used Windows shortcuts to bypass the menu) * MGDX (missing MIDI playback)
2017-01-18README: Removing links to obsolete compilation instructionsEugene Sandulenko
2016-11-07BASE: Auto-detect now starts the first game foundThierry Crozat
2016-10-29BASE: Clarify how to specify a path in help for the auto-detect commandThierry Crozat
2016-10-29README: Adding auto-detect command line optionThierry Crozat
2016-10-13README: Add filtering command line option and hotkeyThierry Crozat
2016-09-04DOC: Add lab to supported games in READMELothar Serra Mari
2016-09-04DOC: Add myst and gnap as supported in READMELothar Serra Mari
2016-05-16DOCUMENTATION: Recommend HFSExplorer instead of HFVExplorerLothar Serra Mari
for extracting Mac gamefiles. HFVExplorer seems a "little bit" outdated, whereas HFSExplorer is under active development.
2016-04-24README: Fix copy&paste mistake.Johannes Schickel
2016-02-14README: Fix wrong sorting in main chapter listHubert Maier
2016-02-14README: Added Alt-F4 for quitting on Windows platformMartin Kiewitz
2016-02-05COMMON: Add render mode for Macintosh.Johannes Schickel
On request of m_kiewitz who wants to use it for AGI.
2016-02-02POSIX: Use XDG specification for default save path.Johannes Schickel
This is what the XDG Base Directory Specification suggests to use. We still use ~/.scummvm as default path in case the directory exists. This tackles an aspect of bug #6036 "POSIX: Use XDG dirs instead of HOME".
2016-02-02POSIX: Move default config file location to ↵Johannes Schickel
'$XDG_CONFIG_HOME/scummvm/scummvm.ini'. This is what the XDG Base Directory Specification suggests to use. We still use the old location of '~/.scummvmrc' in case that is present. This tackles an aspect of bug #6036 "POSIX: Use XDG dirs instead of HOME".
2016-01-29SDL: Do not quit on Alt-x.Johannes Schickel
This was originally added in cbd867329e018d7eca12b3a8842e52b8db9f494d to support this LucasArts game hotkey. However, Alt-x is used by other engines as hotkey. Most notably AGI's Leisure Suit Larry in the Land of the Lounge Lizards uses it to skip the age protection. Since we handle Alt-x internally in SCUMM now there is no need to keep this around in our backend code.
2016-01-29SCUMM: Allow Alt-x to be used to quit SCUMM games.Johannes Schickel
This includes a TODO to check which SCUMM games actually exhibit this behavior originally. cbd867329e018d7eca12b3a8842e52b8db9f494d added this behavior to our backend code initially.
2016-01-29README: Clean up "Supported Platforms"Hubert Maier