Commit Graph

66 Commits

Author SHA1 Message Date
Le Philousophe
389381f185 GLK: Add create_glk to .gitignore 2019-07-11 21:47:03 +03:00
Le Philousophe
418cec512f CRYOMNI3D: Add internationalization through external DAT file 2019-07-05 07:51:19 +02:00
Lothar Serra Mari
95d4678de7
NEWS: Convert German NEWS file to Markdown (#1627)
* 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-18 14:03:43 +02:00
Cpasjuste
488bbb267a SWITCH: add nintendo switch support 2019-05-12 11:59:44 +03:00
Thierry Crozat
9ebb91411a CONFIGURE: Generate html README and NEWS by default on macOS
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-21 11:01:34 +01:00
SupSuper
be0150fd85 DISTS: Merge MSVC versions into one folder 2019-04-20 07:47:25 -04:00
Cameron Cawley
ca054ba0b9
GIT: Ignore CMake and Symbian build files 2019-04-03 18:57:08 +01:00
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