Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-04-12 | GIT: Add Eclipse .settings directory to gitignore | Klaus Reimer | |
2011-04-12 | WEBOS: Add webos backend | Klaus Reimer | |
IPK can be built with "make webosrelease". | |||
2011-04-09 | DEVTOOLS: Renamed 'tools' directory to 'devtools' | Max Horn | |
2011-03-16 | GIT: Ignore Code::Blocks project files | Littleboy | |
2011-02-24 | GIT: Simplify and improve filters for MSVC | strangerke | |
2011-02-18 | Merge branch 'dhewg-android' | dhewg | |
2011-02-14 | GIT: Ignore Visual Studio precompiled headers folder | Littleboy | |
2011-02-14 | ANDROID: Allow out-of-src-tree builds, cleanup | dhewg | |
- move all android specific make stuff from module.mk to android.mk - don't create automatically generated files in the source tree - don't fail when building outside of the source tree - clean android build files on "make clean" - cleanup | |||
2011-02-14 | GIT: Ignore more files and directories used by Visual Studio | Littleboy | |
2011-02-13 | GIT: Add Eclipse projects to .gitignore | Bastien Bouclet | |
2011-02-13 | .gitignore: Add several windows-only and/or MSVC files | strangerke | |
2011-02-12 | .gitignore: add vi swap files. | dhewg | |
how could you forget vi users? HOW? :\ | |||
2011-02-12 | Add ScummVM.app to .gitignore | Max Horn | |
2011-02-12 | GIT: Add .gitignore | Willem Jan Palenstijn | |