Commit Graph

100 Commits

Author SHA1 Message Date
Cameron Cawley
066979c96a DS: Display the ScummVM logo on the top screen when the launcher is active 2022-12-22 18:21:04 +00:00
Donovan Watteau
4e60b47455 GIT: Ignore all .dwp files, not just scummvm.dwp
An Android build will output libXX.so.dwp files for example, and I see
no legitimate use cases for .dwp files in the tree.
2022-12-05 17:23:18 +01:00
Paweł Kołodziejski
389e53eb95
DEVTOOLS: Added executable create_engine to ignore list 2022-05-29 12:05:00 +02:00
Eugene Sandulenko
5e05f93f36
ALL: Remove Symbian port 2022-05-28 12:32:29 +02:00
Paweł Kołodziejski
a534d87b58
DEVTOOLS: Ignore tools symbols on macOS 2021-11-24 00:53:10 +01:00
Eugene Sandulenko
e4a1f6a464
Revert "DEVTOOLS: add Mac fonts to gitignore"
This reverts commit de323d6608.

These files are not under git control and in general, should not be in this directory.
2021-11-15 19:46:31 +01:00
Misty De Meo
de323d6608 DEVTOOLS: add Mac fonts to gitignore 2021-11-12 00:02:36 +01:00
Paweł Kołodziejski
2776f7cb79 PLAYGROUND3D: Introduce testing and playground environment for 3d renderers 2021-10-26 13:43:16 +02:00
Cameron Cawley
003c56fc19 RISCOS: Update packaging to accomodate split builds 2021-09-30 13:28:00 +01:00
Cameron Cawley
e60b0be71a DS: Update scripts for creating split builds 2021-09-02 22:14:53 +01:00
mataniko
f21fdee404 BUILD: Add build flags to download the manual from RTD 2021-08-27 15:54:10 +02:00
sluicebox
3e9f802a93 GIT: Ignore CREATE_PROJECT Xcode build products 2021-08-27 08:30:11 -05:00
Christian Kündig
5c8ed4c4dd DISTS EMSCRIPTEN: Remove overlapping entry in .gitignore 2021-08-20 21:13:49 +02:00
Christian Kündig
b7a2e22b0a DISTS: New Emscripten/WebAssembly dists target
This is an initial version of the emscripten build/dist target.
Many things are still missing, see dists/emscripten/README.md for
a detailed summary of what this provides and still misses
2021-08-20 21:13:49 +02:00
Max Horn
a9efa7d2da JANITORIAL: add *.o.tmp to .gitignore
Such files are created during compilation, and should not appear in the
output of `git status` nor should `git add` add them.
2021-08-04 15:48:59 +02:00
Orgad Shaneh
dc64183b5c GITIGNORE: Add dists/codeblocks/engines 2021-08-02 18:10:20 +03:00
Orgad Shaneh
b813d1ca0d CONFIGURE: Avoid needless overwrite of header and mk files
They trigger extensive rebuild of source files without a reason every time
the configure script changes, even if the result is exactly the same.
2021-03-28 21:42:31 +02:00
Cameron Cawley
d02cfcf4de GIT: Ignore 3DS build files 2021-03-13 13:35:44 +00:00
Cameron Cawley
cd7ae99f0b GIT: Ignore the romfs directory 2021-02-04 01:59:14 +01:00
Cameron Cawley
aa3b16e88e DS: Remove old audio code 2021-02-04 01:59:14 +01:00
Cameron Cawley
3a06bcae13
GIT: Ignore the default sphinx build directory 2020-12-04 13:46:56 +00:00
Martin Gerhardy
7be30d492b CREATE_PROJECT: fixed cmake generator
* Support for pkg-config was added
* Shortened the CMakeLists.txt by more than 4000 lines
* Added macro for feature detection
* Configure stage is reporting missing libs as error now (they were reported as compile errors during the build before)
* Link the scummvm-detection lib (this was missing before)
* Added missing defines like DETECTION_STATIC and USE_SDL2
* Group impl and header files in src file list to shorten the cmake script
* Unified indention for generated script
2020-11-08 11:30:25 +01:00
Paweł Kołodziejski
16c7a3ac7e GIT: Ignore products from devtools 2020-10-14 22:35:52 +02:00
Paweł Kołodziejski
38f5a2a757 GIT: Ignore malformed sed output for README 2020-10-14 22:29:31 +02:00
Thierry Crozat
0965262e65 GIT: Ignore doxygen output 2020-10-05 02:12:54 +01:00
aryanrawlani28
911e0e4f3c GIT: Rename detection_tables inside gitignore which is now present inside engines subdirectory 2020-10-03 14:56:36 +02:00
aryanrawlani28
11f46399b6 GIT: Add detection_tables header to .gitignore
- It is generated by configure and works similiarly to plugins_table.
2020-10-03 14:56:36 +02:00
Lothar Serra Mari
5520fc436e GIT: Add .snap packages to .gitignore 2020-06-21 12:25:23 +02:00
Roland van Laar
e7b4b56742 GIT: gitignore compile_commands.json for VSCode 2020-06-11 20:31:44 +02:00
Thierry Crozat
e9049d3278 DIST: Add CONTRIBUTING.md to the list of files to distribute
The main reason for that change is that there is a link to it from
the README.md file, so distributing CONTRIBUTING.md avoids having
a dead link in the distributed README.md.
2020-04-26 15:35:01 +01:00
Peter Kohaut
470a1d3586 ANDROID: Switch to Gradle
Updated NDK to r21 (LTS)
Switch target Android to 29 as it is required by Google Play Store
Switch minimum Android to 16 (4.1) as it is the lowest supported version by NDK
Removed MIPS and armeabi as they are no longer supported
Renamed Android build names into official ones
2020-03-27 22:45:25 +01:00
D G Turner
67e87cf45c DEVTOOLS: Add create_ultima binary to Git Ignore 2020-03-15 10:05:26 +00:00
Cameron Cawley
f2b9f7bb76 BACKENDS: Remove the Windows CE port 2019-11-17 22:33:56 +01:00
D G Turner
6f8105264e DEVTOOLS: Ignore Binary from create_supernova/create_image 2019-10-06 06:24:59 +01:00
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