Commit Graph

59 Commits

Author SHA1 Message Date
Cameron Cawley
364fb12e83 BUILD: Convert the NEWS.md file if pandoc is installed 2019-04-02 11:59:31 -04:00
Lothar Serra Mari
1ab61f4dcc GIT: Ignore files generated by Visual Studio Code 2019-02-17 11:44:27 +01:00
Matan Bareket
399fd7835b BUILD: .gitignore README 2018-12-25 11:37:26 -05:00
David Fioramonti
ac540f2a2f GIT: Ignore scummvm.dwp 2018-08-25 14:41:27 +02:00
Torbjörn Andersson
4d5c4232ee BUILD: Remove .dwo files on clean 2018-08-20 23:03:31 +01:00
Adrian Frühwirth
9482347928 GIT: Remove leftover create_mads from .gitignore 2018-05-10 19:42:47 +02:00
Cameron Cawley
8cea39282d GIT: Add remaining devtools to .gitignore 2018-05-10 17:41:49 +00:00
Adrian Frühwirth
1cb8454c21 BUILD: Add temporary files created by configure to .gitignore 2018-04-22 01:27:00 +02:00
Cameron Cawley
a7defc2136 DS: Add necessary files to .gitignore 2018-04-07 09:30:07 +02:00
Colin Snover
60460cc9ff GIT: Ignore all root Xcode project files
[ci skip]
2017-09-16 16:33:06 -05:00
Cameron Cawley
0e7d9414a6 RISCOS: Correctly set executable extension 2017-09-03 10:40:07 +02:00
cameron
a11985c46d RISCOS: Add RISC OS support 2017-09-03 10:40:07 +02:00
Pala
3849a3e90e WINDOWS: Change location where screenshot are saved
This fixes bug #9701: WINDOWS: Flow of taking screenshots
on Windows is broken
2017-04-24 01:06:29 +01:00
Peter Kohaut
27368cc845 CREATE_PROJECT: Add support for Visual Studio 2017 2017-03-08 22:30:53 +01:00
cpasjuste
70988527c6 PSP2: Add Playstation Vita (PSP2) support 2017-03-04 15:42:19 -06:00
Lothar Serra Mari
ec4e97dc23 ALL: Add gmon.out to .gitignore 2016-09-14 09:23:24 +02:00
Thierry Crozat
8e6cc9f777 GIT: Ignore files generated by testbed engine 2016-09-03 23:07:21 +01:00
Colin Snover
811f73f557 GIT: Ignore Xcode projects & output 2016-08-12 10:24:28 -05:00
Eugene Sandulenko
991e58b177 BUILD: Added *.output to git ignore list 2016-08-03 23:40:36 +02:00
Peter Bozsó
682aaa7dfd GIT: Add *.VC.db to gitignore 2016-04-27 21:45:20 +02:00
Thierry Crozat
d519dd8ec3 OS X: Implement a Dock Tile Plugin to display recent games menu in dock
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-03-25 15:37:13 +00:00
rootfather
ee32d5d771 DEVTOOLS: Add *.opendb files to .gitignore 2016-01-04 11:39:17 +01:00
Thierry Crozat
6de9af7eb6 GIT: Ignore gettext messages.mo file 2014-03-09 21:59:03 +00:00
Martin Kiewitz
e3ca51ef5e GIT: ignore all temporary msvc files 2013-12-07 18:43:10 +01:00
Martin Kiewitz
51c51bde1c GIT: Ignore plugins_table.h made by create_project 2013-12-07 18:25:15 +01:00
D G Turner
ef85456859 BUILD: Remove need for engine.mk in each engine directory.
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 00:48:01 +00:00
D G Turner
00c27a28f9 BUILD: Split engines/plugins_table header down to a file per engine.
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-11-24 00:48:01 +00:00
Littleboy
6df36e5ecf CREATE_PROJECT: Add extra configuration for compilation with LLVM 2013-09-06 00:19:56 -04:00
Thierry Crozat
cfc8ebc9a8 GIT: Ignore Mac .DS_Store files 2013-08-13 21:35:55 +01:00
Thierry Crozat
d7eff2f884 GIT: Ignore create_mortdat and extract_mort executables 2013-08-13 21:35:55 +01:00
Littleboy
a949a88220 CREATE_PROJECT: Add support for tests
- Added --tests command line switch
 - Parse test/module.mk to extract the list of test folders
 - Automatically run tests after a successful build
2013-07-07 12:10:31 -04:00
Tobia Tesan
4a66ef231e JANITORIAL: Add [Debug|Release][32|64] to .gitignore
MSVC11 seems to be using these as new default when running on x64.
2013-06-27 13:38:24 +02:00
Ori Avtalion
4885d4fcd0 GIT: Ignore create_{neverhood,tony} 2013-05-20 23:09:12 +03:00
TomFrost
5143a0c708 WebOS: Adding portdist folder to .gitignore 2011-09-24 15:11:46 -04:00
TomFrost
10264f575b Git: Adding Komodo project files to .gitignore. 2011-09-24 15:09:46 -04:00
Littleboy
02b03bc6c1 CONFIGURE: Rename $WIN32BUILD to $STAGING 2011-07-01 01:17:10 -04:00
Eugene Sandulenko
627372a67c Merge pull request #40 from bgK/ps3
PS3 Port
2011-06-23 01:34:05 -07:00
Julien
e05b217b13 GIT: Ignore MSVC analysis build folders 2011-06-23 15:11:35 +08:00
Littleboy
2b53aff08b GIT: Ignore Qt Creator project files 2011-06-22 19:31:38 -04:00
Bastien Bouclet
11cfa0d357 PS3: Initial version of the PlayStation 3 backend 2011-06-22 19:51:02 +02:00
CeRiAl
9034bee98e COMMON: Add (another) Eclipse project file to .gitignore 2011-06-10 21:30:26 +02:00
Julien
76c1cdb3c2 GIT: Ignore XCode workspaces in iphone & macosx dists folders 2011-06-02 17:29:35 -04:00
Julien
6f5c18c661 GIT: Ignore XCode user data 2011-06-01 16:28:21 -04:00
Littleboy
7d22d7452f PORTS: Tweak win32setup target
- Rename README-SDL to be used by installer script
 - Use relative build path for WIN32PATH
 - Add default build folder to ignore file
2011-04-27 15:12:12 -04:00
Klaus Reimer
c9da4a2785 GIT: Ignore /plugins directory 2011-04-12 11:11:19 +02:00
Klaus Reimer
e5dab6672c GIT: Add Eclipse .settings directory to gitignore 2011-04-12 11:11:16 +02:00
Klaus Reimer
7c5c6803ab WEBOS: Add webos backend
IPK can be built with "make webosrelease".
2011-04-12 11:05:17 +02:00
Max Horn
6cf1de87ac DEVTOOLS: Renamed 'tools' directory to 'devtools' 2011-04-09 23:47:35 +02:00
Littleboy
20681c21dc GIT: Ignore Code::Blocks project files 2011-03-16 00:52:51 -04:00
strangerke
2e1497d835 GIT: Simplify and improve filters for MSVC 2011-02-24 20:04:15 +01:00