515 Commits

Author SHA1 Message Date
Lothar Serra Mari
5ca3d9beee NEWS: Update German NEWS file 2020-10-10 13:01:02 +02:00
Lothar Serra Mari
546c87fac7 NEWS: Update German NEWS file 2020-10-07 18:51:33 +02:00
Thierry Crozat
fe32ac1423 DOC: Add make rule and bash script to run doxygen
The output directory is not defined by the DOXYGEN_OUTPUT_DIRECTORY
environment variable instead of being hardcoded to `html`. Both the
make rule and the bash script set that variable to `html` by default,
but in the case of the bash script we can override it by defining
the variable in the environement before running the script.
2020-10-05 02:12:48 +01:00
Bartosz Gentkowski
63da4eacb4 DOXYGEN: Add doxygen build files
This commit adds the doxygen build framework to the main
scummvm repo.
This allows to easily build and test API doc when making any
kind of changes in doxygen blocks in header files.

The build can be run from command line in the 'doxygen'
folder with 'doxygen scummvm.doxyfile'.

Output is produced in the 'html' folder and can be viewed
by opening the 'index.html' file.

The 'buildfiles' folder contains files related to style.

The output uses the vanila doxygen skin.
2020-10-05 01:58:24 +01:00
cadihowley
39988d5762 DOCS: updates index page links 2020-10-04 18:29:01 +02:00
cadihowley
df0b88a77b DOCS: corrects ref to keyboard shortcut 2020-10-04 18:29:01 +02:00
cadihowley
7a9cfd67f8 DOCS: adds reference to graphics page 2020-10-04 18:29:01 +02:00
cadihowley
5e6f9ca851 DOCS: reformats keyboard shortcuts into tables 2020-10-04 18:29:01 +02:00
cadihowley
35d980d2cd DOCS: removes outdated pages 2020-10-04 18:29:01 +02:00
cadihowley
842f5a47d4 DOCS: adds aspect ratio screenshots 2020-10-04 18:29:01 +02:00
cadihowley
78e7577fb1 DOCS: adds requirement for RTD to enable tabs 2020-10-04 18:29:01 +02:00
cadihowley
c73f20cfcd DOCS: first draft graphics page 2020-10-04 18:29:01 +02:00
cadihowley
1ac9044f4c DOCS: adds screenshots for graphics page 2020-10-04 18:29:01 +02:00
cadihowley
286e918d24 DOCS: adds tabs extension 2020-10-04 18:29:01 +02:00
cadihowley
d64ed59aeb DOCS: adds refs for some settings 2020-10-04 18:29:01 +02:00
cadihowley
1fb5055bb1 DOCS: replaced with .rst file 2020-10-04 18:29:01 +02:00
cadihowley
c54a4431d9 DOCS: adds config file paths + readability edits 2020-10-04 18:29:01 +02:00
cadihowley
dde4138985 DOCS: reformats CLI options into table 2020-10-04 18:29:01 +02:00
cadihowley
8a117e2874 DOCS: reformats keywords into table 2020-10-04 18:29:01 +02:00
cadihowley
5e60adb139 DOCS: adds refs to config keywords 2020-10-04 18:29:01 +02:00
cadihowley
563c2354c7 DOCS: corrects audio settings descriptions 2020-10-04 18:29:01 +02:00
cadihowley
07be4ff7be DOCS: corrects audio settings descriptions 2020-10-04 18:29:01 +02:00
cadihowley
ed6e16f3f3 DOCS: updates links to screenshots 2020-10-04 18:29:01 +02:00
cadihowley
cc31d41ee7 DOCS: adds/updates game/global settings 2020-10-04 18:29:01 +02:00
cadihowley
863faf0364 DOCS: updates screenshots 2020-10-04 18:29:01 +02:00
cadihowley
985aa07c15 DOCS: moves adding_games to using_scummvm section 2020-10-04 18:29:01 +02:00
cadihowley
9b27296ed3 DOCS: adds cloud info to android page 2020-10-04 18:29:01 +02:00
cadihowley
bc48829f1a DOCS: updates screenshots 2020-10-04 18:29:01 +02:00
cadihowley
3074636e03 DOCS: adds info about cloud functionality 2020-10-04 18:29:01 +02:00
cadihowley
57156ac604 DOCS: First draft for Android page 2020-10-04 18:29:01 +02:00
cadihowley
dce5303263 DOCS: adds first draft to iOS quickstart page 2020-10-04 18:29:01 +02:00
cadihowley
9c2404c0b3 DOCS: Initial commit of doc portal drafts 2020-10-04 18:29:01 +02:00
Lothar Serra Mari
67e88c1f8a NEWS: Update German NEWS file with latest Tinsel additions 2020-10-04 10:20:33 +02:00
Lothar Serra Mari
8dba7629f1 NEWS: Update German NEWS file 2020-09-20 15:18:44 +02:00
Lothar Serra Mari
d2ca714a0a NEWS: Mention latest Duckman fixes in German NEWS file 2020-09-13 22:55:20 +02:00
Lothar Serra Mari
9afb253925 NEWS: Set release date for 2.2.0 on German NEWS file 2020-09-13 22:55:15 +02:00
Lothar Serra Mari
ce0aa91746 NEWS: WIN32: Windows Vista and older is considered as deprecated 2020-09-13 19:41:51 +02:00
Lothar Serra Mari
a28d15f6eb NEWS: Discord RPC is officially supported only on Vista+
Windows XP is not supported by the Discord RPC. Technically, ScummVM
still runs with discord-rpc enabled, but it lead to random crashes.

Despite that, Discord itself is not supporting Windows XP.
2020-09-13 19:29:08 +02:00
Lothar Serra Mari
01a73777d0 NEWS: Update German NEWS file for 2.2.0 2020-09-13 12:45:55 +02:00
Lothar Serra Mari
141c9aad88 NEWS: Update German NEWS file for 2.2.0 2020-09-13 11:33:25 +02:00
Lothar Serra Mari
90b8f41bf6 NEWS: Update German NEWS file 2020-09-11 20:04:17 +02:00
Lothar Serra Mari
b50368a1d8 NEWS: Mention Discord integration on supported platforms 2020-09-11 09:30:42 +02:00
Lothar Serra Mari
e50c9c70cc NEWS: Update German NEWS file 2020-09-07 15:49:10 +02:00
Thierry Crozat
a36c20c884 README: Fix spelling of iconspath config key 2020-09-06 01:07:50 +01:00
Lothar Serra Mari
4517524ac4 NEWS: Update German NEWS file 2020-09-04 09:55:01 +02:00
Lothar Serra Mari
476aa60c9a NEWS: Mention Spanish sword2 demo in German NEWS file 2020-09-02 15:12:41 +02:00
Lothar Serra Mari
faae0ed37f NEWS: Fix missing newline in German NEWS file 2020-09-02 15:11:27 +02:00
Lothar Serra Mari
dd9256502a NEWS: Update German news file 2020-09-02 10:55:57 +02:00
Lothar Serra Mari
dda4589772 NEWS: Update German news file 2020-09-02 10:50:32 +02:00
Lothar Serra Mari
b98af03dd4 NEWS: Update German NEWS file for 2.2.0 2020-08-30 18:23:10 +02:00