Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-22 | Fix link | Hubert Maier | |
Fix the Compiling AmigaOS4 link | |||
2018-07-08 | BASE: Add command line stretch mode arg | Thierry Crozat | |
2018-07-08 | SDL: Implement stretch mode API | Thierry 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-22 | README: Redo Autosave section and note newly supported autosave games | David 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-05 | XEEN: Correct wrong track number in Xeen CD ripping | Paul Gilbert | |
2018-05-05 | XEEN: Correct README that WOX Talkie CD1 has 29 audio tracks | Paul Gilbert | |
2018-05-05 | XEEN: Fix voice playback in World of Xeen Darkside | Paul Gilbert | |
2018-05-05 | XEEN: Add an optional param to CD playback to specify sound type | Paul Gilbert | |
2018-05-04 | README: Correct filename for GOG version of Xeen | Torbjörn Andersson | |
It's game1.gog, not game1.ogg. | |||
2018-05-02 | MADS: Add Rex Nebular to the list of games skipping copy protection | Paul Gilbert | |
2018-04-30 | XEEN: Fix CD track voice playback in World of Xeen CD Talkie | Paul Gilbert | |
2018-04-29 | XEEN: Support importing Clouds/Darkside savegames to World of Xeen | Paul Gilbert | |
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 | |
This change brings the --list-saves command syntax in line with other commands. | |||
2018-04-25 | README: Remove out-of-date reference to Win9x/NT/XP in connection with WinDbg | Adrian Frühwirth | |
2018-04-25 | README: Fix broken links, update URLs to use https where possible | Cameron Cawley | |
2018-04-25 | README: Fix formatting | Cameron Cawley | |
2018-04-22 | BASE: Allow options to come after command on the command line | Bastien Bouclet | |
2018-04-13 | README: Flesh out the copy protection skipped list | Paul Gilbert | |
2018-04-08 | README: List Nuked OPL option | Adrian Frühwirth | |
2018-04-04 | SDL: Allow to load a custom game controller mapping file | LMerckx | |
And add a specific joystick button to open virtual keyboard | |||
2018-03-12 | README: Update URL for liberation-fonts package | Adrian Frühwirth | |
2018-03-12 | README: Obey the orthography | Hubert Maier | |
2018-03-12 | README: Add notes about Quest for Glory character import | Hubert Maier | |
2018-02-12 | README: Fix some grammatical errors | Thierry Crozat | |
2018-01-06 | README: Add TITANIC function key controls | David Fioramonti | |
2018-01-06 | README: Add TITANIC DE saved game notes | David Fioramonti | |
2017-12-20 | MOHAWK: RIVEN: Add keyboard shortcuts for loading and saving | Bastien Bouclet | |
Those shortcuts are documented in the original game manual. | |||
2017-10-29 | DOC: Remove reference to Sourceforge for the Bug Tracker | rootfather | |
2017-10-10 | README: Fix index and add missing entries | rootfather | |
2017-09-29 | NEWS: Add new SCI32 games to NEWS and README | Colin Snover | |
2017-09-18 | TITANIC: Add engine to lists within README | Paul Gilbert | |
2017-09-12 | README: Add some more config parameters | Thierry Crozat | |
2017-08-13 | MOHAWK: Add Riven to the list of supported games in the README | Bastien Bouclet | |
Also add some more hotkeys. | |||
2017-08-13 | MOHAWK: Myst+Riven keyboard/mouse controls added to readme | David Fioramonti | |
2017-08-13 | MOHAWK: add Myst and Riven save game details to readme | David Fioramonti | |
2017-08-12 | TITANIC: add that titanic supports original saved games to readme | David 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-09 | TITANIC: Fix spelling mistake in Starship Titanic notes | Paul Gilbert | |
2017-08-09 | TITANIC: Add extra Titanic key notes to README | Paul Gilbert | |
2017-08-06 | TITANIC: Add Starship Titanic notes to README | Paul Gilbert | |
2017-08-06 | CMD: Update README with new autodetect command line options | Tobia Tesan | |
2017-04-24 | SDL: Allow specifying the screenshot directory in the config file | Thierry 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-24 | MACOSX: Create screenshot on Desktop | Thierry Crozat | |
This is consistent with the OS shortcut (Crtl+Shift+3) to take a screenshot. | |||
2017-04-24 | WINDOWS: Change location where screenshot are saved | Pala | |
This fixes bug #9701: WINDOWS: Flow of taking screenshots on Windows is broken | |||
2017-04-22 | SCI32: 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-18 | README: Removing links to obsolete compilation instructions | Eugene Sandulenko | |
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 | README: Adding auto-detect command line option | Thierry Crozat | |
2016-10-13 | README: Add filtering command line option and hotkey | Thierry Crozat | |