Commit Graph

109623 Commits

Author SHA1 Message Date
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
Andrei Prykhodko
7bbb639bd7 VIDEO: add support for BLACK chunk in FLIC decoder 2020-10-04 18:27:33 +02:00
Bartosz Gentkowski
ec24687ce4 DOXYGEN: Add doxygen groups to header files in the common folder
Adding @defgroup and @ingroup doxygen tags into all headers
in the common folder that contain doxygen blocks.

This improves the structure, readability, and findability
of information in the resulting output.

This commit targets purely structure and does not deal with
the content of the currently existing doxygen documentation.
2020-10-04 18:25:50 +02:00
Pawel Kolodziejski
e6516edf5e DEV_TOOLS: Remove no longer needed comments 2020-10-04 18:14:13 +02:00
Paweł Kołodziejski
e01c915210 CREATE_PROJECT: Added MacPorts paths to Xcode 2020-10-04 18:09:46 +02:00
Eugene Sandulenko
b73034e3a0 GUI: Added setting for disabling directory scan at the GUI launch 2020-10-04 18:05:02 +02:00
Pawel Kolodziejski
8af10cd6a3 ANDROID: Attempt to fix travis build 2020-10-04 17:30:48 +02:00
Pawel Kolodziejski
f97156a36b CONFIGURE: Synced Android setup with ScummVM 2020-10-04 17:14:00 +02:00
Andrei Prykhodko
f7dc422368 PETKA: save heroes positions in savefile 2020-10-04 17:51:34 +03:00
Andrei Prykhodko
46e2f7a669 PETKA: fix dialog handlers when object is used 2020-10-04 17:51:34 +03:00
Andrei Prykhodko
301bd3e115 PETKA: optimize drawing 2020-10-04 17:51:34 +03:00
Pawel Kolodziejski
ff0f619b1e ALL: Drop not updated file 2020-10-04 16:10:09 +02:00
Pawel Kolodziejski
3768520c2a GUI: Cleanup in GUI options code 2020-10-04 16:02:50 +02:00
Pawel Kolodziejski
9c97c2cc77 GUI: Cleanup gui options code 2020-10-04 15:48:07 +02:00
Pawel Kolodziejski
1f73d401ab BASE: Cleanup cmdline options 2020-10-04 14:43:09 +02:00
Eugene Sandulenko
9590eed4b4 BASE: Upgrade fullpipe engineid to ngi
Making it hardcoded because:
  * This is the only place where it could happen
  * It is the second time in history of ScummVM when we renamed
    and engine (the first one was Simon -> AGOS)

Thus, there is a little sense in creating a universal solution.
2020-10-04 14:17:59 +02:00
Pawel Kolodziejski
2e68577f1a GRAPHICS: No need to keep comment anymore 2020-10-04 14:03:36 +02:00
Paweł Kołodziejski
7c5e1c01ed GRAPHICS: Fixed caching alpha information in YUV to RGB conversion code. 2020-10-04 14:02:44 +02:00
Pawel Kolodziejski
7e6fd713c2 WINTERMUTE: Fixed ifdef guards 2020-10-04 13:18:01 +02:00
Pawel Kolodziejski
4599b255b8 WINTERMUTE: Fixed compilation opengl renderer on mingw without GLEW 2020-10-04 12:44:05 +02:00
Pawel Kolodziejski
175164d1f5 EMI: Added dependency on MPEG2 library 2020-10-04 11:40:10 +02:00
antoniou
18b83107db ANDROID: Revert to targeting API 28 to prevent file access issues
See bug ticket: https://bugs.scummvm.org/ticket/11753

API 29 makes certain file access functions return empty lists due to restricitve policies. We need to come up with an alternative for Android 10 and higher, when we will switch to targeting API 29 (or higher). Google enforces this switch on November 2nd for application updates.
2020-10-04 12:32:31 +03:00
Pawel Kolodziejski
e427f7eeda WINTERMUTE: Fixed wintermute engine compilation when GLEW is disabled 2020-10-04 11:30:39 +02:00
Pawel Kolodziejski
a38f8dc668 CONFIGURE: Minimise differences in configure file 2020-10-04 10:50:32 +02:00
Eugene Sandulenko
7182c33e84 TINSEL: Mark engine as C++11 2020-10-04 10:38:32 +02:00
Lothar Serra Mari
67e88c1f8a NEWS: Update German NEWS file with latest Tinsel additions 2020-10-04 10:20:33 +02:00
Pawel Kolodziejski
0e8f2c96f3 EVENTS: Missed port change for relative mouse position 2020-10-04 08:08:23 +02:00
Paul Gilbert
c9d6f64720 GLK: LEVEL9: Fix savegames 2020-10-03 20:46:51 -07:00
Paul Gilbert
6bea617ad6 GLK: ADRIFT: Savegame fixes 2020-10-03 20:46:51 -07:00