Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-18 | NEWS: Convert German NEWS file to Markdown (#1627) | Lothar Serra Mari | |
* NEWS: Convert German NEWS file to Markdown * NEWS: Fix Markdown conversion errors in NEUES.md * BUILD: Add the German NEWS file to the build system * NEWS: Fix formatting in NEUES.md | |||
2019-05-12 | SWITCH: add nintendo switch support | Cpasjuste | |
2019-04-21 | CONFIGURE: Generate html README and NEWS by default on macOS | Thierry Crozat | |
There was already a configure option to specify a output format other than plain text, but this had to be specified explicitely when executing configure. Now the ports can define a default other than plain text. On macOS now by default pandoc generate html output. It could in theory also generate rtf, but those are not properly displayed by TextEdit, and in addition TextEdit cannot handle link internal to the document (such as for the TOC). But if we are fine with no link for the TOC, we could pipe the pandoc html output with textutil to generate the RTF documents. Also this change allows to have an extension for the pandoc output files. By default this is empty for plain text (as before) and the same as the format otherwise (for example .rtf or .html). | |||
2019-04-20 | DISTS: Merge MSVC versions into one folder | SupSuper | |
2019-04-03 | GIT: Ignore CMake and Symbian build files | Cameron Cawley | |
2019-04-02 | BUILD: Convert the NEWS.md file if pandoc is installed | Cameron Cawley | |
2019-02-17 | GIT: Ignore files generated by Visual Studio Code | Lothar Serra Mari | |
2018-12-25 | BUILD: .gitignore README | Matan Bareket | |
2018-08-25 | GIT: Ignore scummvm.dwp | David Fioramonti | |
2018-08-20 | BUILD: Remove .dwo files on clean | Torbjörn Andersson | |
2018-05-10 | GIT: Remove leftover create_mads from .gitignore | Adrian Frühwirth | |
2018-05-10 | GIT: Add remaining devtools to .gitignore | Cameron Cawley | |
2018-04-22 | BUILD: Add temporary files created by configure to .gitignore | Adrian Frühwirth | |
2018-04-07 | DS: Add necessary files to .gitignore | Cameron Cawley | |
2017-09-16 | GIT: Ignore all root Xcode project files | Colin Snover | |
[ci skip] | |||
2017-09-03 | RISCOS: Correctly set executable extension | Cameron Cawley | |
2017-09-03 | RISCOS: Add RISC OS support | cameron | |
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-03-08 | CREATE_PROJECT: Add support for Visual Studio 2017 | Peter Kohaut | |
2017-03-04 | PSP2: Add Playstation Vita (PSP2) support | cpasjuste | |
2016-09-14 | ALL: Add gmon.out to .gitignore | Lothar Serra Mari | |
2016-09-03 | GIT: Ignore files generated by testbed engine | Thierry Crozat | |
2016-08-12 | GIT: Ignore Xcode projects & output | Colin Snover | |
2016-08-03 | BUILD: Added *.output to git ignore list | Eugene Sandulenko | |
2016-04-27 | GIT: Add *.VC.db to gitignore | Peter Bozsó | |
2016-03-25 | OS X: Implement a Dock Tile Plugin to display recent games menu in dock | Thierry Crozat | |
This allows to start a recently played game directly from the dock. The ScummVM.app application should have been permanently added to the dock and the menu is only present when ScummVM is not running. The list of recently played game is written by the taskbar code in ScummVM. The Dock Tile Plugin only reads that list to populate the menu. | |||
2016-01-04 | DEVTOOLS: Add *.opendb files to .gitignore | rootfather | |
2014-03-09 | GIT: Ignore gettext messages.mo file | Thierry Crozat | |
2013-12-07 | GIT: ignore all temporary msvc files | Martin Kiewitz | |
2013-12-07 | GIT: Ignore plugins_table.h made by create_project | Martin Kiewitz | |
2013-11-24 | BUILD: Remove need for engine.mk in each engine directory. | D G Turner | |
Each engine now only has to provide a single configure.engine file adding the engine into the configure script, which then produces the required other files automatically. | |||
2013-11-24 | BUILD: Split engines/plugins_table header down to a file per engine. | D G Turner | |
This is the third and final commit enabling fully pluggable engines. Now providing an engine folder contains a configure.engine, engine.mk and engine-plugin.h file, it will be picked up automatically by the configure script. | |||
2013-09-06 | CREATE_PROJECT: Add extra configuration for compilation with LLVM | Littleboy | |
2013-08-13 | GIT: Ignore Mac .DS_Store files | Thierry Crozat | |
2013-08-13 | GIT: Ignore create_mortdat and extract_mort executables | Thierry Crozat | |
2013-07-07 | CREATE_PROJECT: Add support for tests | Littleboy | |
- Added --tests command line switch - Parse test/module.mk to extract the list of test folders - Automatically run tests after a successful build | |||
2013-06-27 | JANITORIAL: Add [Debug|Release][32|64] to .gitignore | Tobia Tesan | |
MSVC11 seems to be using these as new default when running on x64. | |||
2013-05-20 | GIT: Ignore create_{neverhood,tony} | Ori Avtalion | |
2011-09-24 | WebOS: Adding portdist folder to .gitignore | TomFrost | |
2011-09-24 | Git: Adding Komodo project files to .gitignore. | TomFrost | |
2011-07-01 | CONFIGURE: Rename $WIN32BUILD to $STAGING | Littleboy | |
2011-06-23 | Merge pull request #40 from bgK/ps3 | Eugene Sandulenko | |
PS3 Port | |||
2011-06-23 | GIT: Ignore MSVC analysis build folders | Julien | |
2011-06-22 | GIT: Ignore Qt Creator project files | Littleboy | |
2011-06-22 | PS3: Initial version of the PlayStation 3 backend | Bastien Bouclet | |
2011-06-10 | COMMON: Add (another) Eclipse project file to .gitignore | CeRiAl | |
2011-06-02 | GIT: Ignore XCode workspaces in iphone & macosx dists folders | Julien | |
2011-06-01 | GIT: Ignore XCode user data | Julien | |
2011-04-27 | PORTS: Tweak win32setup target | Littleboy | |
- Rename README-SDL to be used by installer script - Use relative build path for WIN32PATH - Add default build folder to ignore file | |||
2011-04-12 | GIT: Ignore /plugins directory | Klaus Reimer | |