aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2018-12-02POSIX: Set the default screenshots path to the XDG Pictures directoryBastien Bouclet
2018-08-22Fix linkHubert Maier
Fix the Compiling AmigaOS4 link
2018-07-08BASE: Add command line stretch mode argThierry Crozat
2018-07-08SDL: Implement stretch mode APIThierry Crozat
Four modes are supported: - Use original size with no scaling - Scale by an integral amount as much as possible but not bigger than the window. - Scale to fit the window while respecting the aspect ratio. There may be black bars on the left and right, or on the top and bottom, but not both. This is the default, and the old behaviour. - Scale and stretch to fit the window. In this mode the aspecy ratio is not respected and there is no black bars. The mode is controled by the "scaling_mode" value (between 0 and 3) in the config file. Also add Crtl-Alt-s hotkey to cycle through scaling modes
2018-05-22README: Redo Autosave section and note newly supported autosave gamesDavid Fioramonti
Made the autosave section more of a list. Added tucker, myst, riven, zvision, and composer to the list. Noted when riven and myst will autosave in their notes.
2018-05-05XEEN: Correct wrong track number in Xeen CD rippingPaul Gilbert
2018-05-05XEEN: Correct README that WOX Talkie CD1 has 29 audio tracksPaul Gilbert
2018-05-05XEEN: Fix voice playback in World of Xeen DarksidePaul Gilbert
2018-05-05XEEN: Add an optional param to CD playback to specify sound typePaul Gilbert
2018-05-04README: Correct filename for GOG version of XeenTorbjörn Andersson
It's game1.gog, not game1.ogg.
2018-05-02MADS: Add Rex Nebular to the list of games skipping copy protectionPaul Gilbert
2018-04-30XEEN: Fix CD track voice playback in World of Xeen CD TalkiePaul Gilbert
2018-04-29XEEN: Support importing Clouds/Darkside savegames to World of XeenPaul Gilbert
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