Commit Graph
137148 Commits
Author SHA1 Message Date
Xaviu d87dfa982e I18N: Update translation (Catalan)
Currently translated at 61.3% (1043 of 1701 strings)
2022-01-13 00:02:22 +00:00
Sergi Pérez Labernia b58e5504e5 I18N: Update translation (Catalan)
Currently translated at 61.3% (1043 of 1701 strings)
2022-01-13 00:02:21 +00:00
Xaviu d046f307df I18N: Update translation (Catalan)
Currently translated at 61.2% (1042 of 1701 strings)
2022-01-13 00:01:54 +00:00
Sergi Pérez Labernia e5ccd2d4df I18N: Update translation (Catalan)
Currently translated at 61.2% (1042 of 1701 strings)
2022-01-13 00:01:54 +00:00
Xaviu d5bd0c0a6d I18N: Update translation (Catalan)
Currently translated at 61.1% (1041 of 1701 strings)
2022-01-13 00:01:32 +00:00
Sergi Pérez Labernia 33fc47f451 I18N: Update translation (Catalan)
Currently translated at 61.1% (1041 of 1701 strings)
2022-01-13 00:01:31 +00:00
Xaviu f8467268a6 I18N: Update translation (Catalan)
Currently translated at 61.1% (1040 of 1701 strings)
2022-01-13 00:01:13 +00:00
Sergi Pérez Labernia 5a80b80b27 I18N: Update translation (Catalan)
Currently translated at 61.1% (1040 of 1701 strings)
2022-01-13 00:01:13 +00:00
Xaviu 6f35400d65 I18N: Update translation (Catalan)
Currently translated at 61.0% (1039 of 1701 strings)
2022-01-13 00:00:42 +00:00
Sergi Pérez Labernia 92aee1851c I18N: Update translation (Catalan)
Currently translated at 61.0% (1039 of 1701 strings)
2022-01-13 00:00:42 +00:00
Orgad Shaneh eed2e93d03 ENGINES: Fix GCC warnings
In file included from C:/Projects/scummvm/common/array.h:25,
                 from C:/Projects/scummvm/common/achievements.h:25,
                 from C:/Projects/scummvm/engines/metaengine.h:25,
                 from C:/Projects/scummvm/engines/advancedDetector.h:25,
                 from C:/Projects/scummvm/engines/sci/detection.cpp:22:
C:/Projects/scummvm/common/scummsys.h:400:44: warning: attribute ignored [-Wattributes]
  400 |                 #define WARN_UNUSED_RESULT [[nodiscard]]
      |                                            ^
C:/Projects/scummvm/engines/metaengine.h:565:16: note: in expansion of macro 'WARN_UNUSED_RESULT'
  565 |         static WARN_UNUSED_RESULT bool readSavegameHeader(Common::InSaveFile *in, ExtendedSavegameHeader *header, bool skipThumbnail = true);
      |                ^~~~~~~~~~~~~~~~~~
C:/Projects/scummvm/common/scummsys.h:400:44: note: an attribute that appertains to a type-specifier is ignored
  400 |                 #define WARN_UNUSED_RESULT [[nodiscard]]
      |                                            ^
C:/Projects/scummvm/engines/metaengine.h:565:16: note: in expansion of macro 'WARN_UNUSED_RESULT'
  565 |         static WARN_UNUSED_RESULT bool readSavegameHeader(Common::InSaveFile *in, ExtendedSavegameHeader *header, bool skipThumbnail = true);
      |                ^~~~~~~~~~~~~~~~~~
2022-01-12 23:53:27 +02:00
Orgad Shaneh f7d528e1b8 DEVTOOLS: Fix link in cmake project with tts enabled 2022-01-12 23:42:41 +02:00
Orgad Shaneh 1d080331a4 DEVTOOLS: Bump minimum cmake version to 3.13
This mutes the following warning:
CMake Warning (dev) at CMakeLists.txt:1581 (target_sources):
  Policy CMP0076 is not set: target_sources() command converts relative paths
  to absolute.  Run "cmake --help-policy CMP0076" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  An interface source of target "scummvm" has a relative path.
This warning is for project developers.  Use -Wno-dev to suppress it.
2022-01-12 23:41:38 +02:00
neuromancer 65514688aa HYPNO: refactored looping video code 2022-01-12 21:47:24 +01:00
neuromancer 6ebfac05f5 HYPNO: force a refresh after a fullscreen video 2022-01-12 21:04:20 +01:00
neuromancer a12b84679b HYPNO: reset puzzle state variable when loading in spider 2022-01-12 11:43:26 +01:00
neuromancer 5d3ea0a079 HYPNO: allow to load during puzzles in spider 2022-01-12 10:58:33 +01:00
neuromancer e64e82adbc HYPNO: disable save/load in spider demo 2022-01-12 10:55:08 +01:00
neuromancer 26ac9af41b HYPNO: fixed palette and added missing details in the fuse puzzle in spider 2022-01-12 10:04:00 +01:00
Orgad Shaneh faeec67448 JANITORIAL: Force LF EOL for shell scripts
Needed when core.autocrlf is set on Windows, and building with WSL.
2022-01-12 10:33:38 +02:00
D G Turner bcf6054c3a GRAPHICS: Fix GCC Duplicated Branch Warnings in LarryScale
These are flagged by GCC if -Wduplicated-branches is enabled.
2022-01-12 08:26:39 +00:00
Le Philousophe 0c178b00f4 VIDEO: Make unsigned -1 looking better 2022-01-12 09:10:40 +01:00
Le Philousophe dec0427eda VIDEO: Fix HNM audio desynchronization 2022-01-12 09:10:40 +01:00
D G Turner 42f3fb2e93 GRAPHICS: Fix GCC Compiler Duplicated Branch Warnings in Nano SVG
These are emitted if the build is compiled with -Wduplicated-branches.
2022-01-12 04:59:23 +00:00
D G Turner 6205a5d4fe ULTIMA4: Minor Improvement in Temporary Variable Scope 2022-01-12 03:43:55 +00:00
D G Turner e496918308 HYPNO: Fix GCC Compiler Discarded Qualifier Warnings 2022-01-12 00:30:43 +00:00
neuromancer 7780e3f406 HYPNO: correct solution to lock puzzle (easy) in spider 2022-01-11 13:25:34 +01:00
neuromancer 7d3022e73c HYPNO: palette and prefix fixes in spider 2022-01-11 12:35:00 +01:00
neuromancer ca758c2e02 HYPNO: fix crashes in cursor handling in spider 2022-01-11 12:35:00 +01:00
neuromancer b0ae3313dc HYPNO: fix arcade crash in spider 2022-01-11 12:35:00 +01:00
neuromancer 67e4d865dd HYPNO: fix matrix puzzle in spider 2022-01-11 12:35:00 +01:00
neuromancer 0e7a972f41 HYPNO: preserve difficulty in saves in spider 2022-01-11 12:34:59 +01:00
neuromancer 8fb12ce0cc HYPNO: use correct mouse pointers in spider 2022-01-11 12:34:59 +01:00
neuromancer 63b7a6b5a6 HYPNO: use CLUT8 instead of converting images and load palettes when necessary as well some fixes in spider 2022-01-11 12:34:59 +01:00
Die4Ever 640d5a730a GROOVIE: adjust script timer ticks
ScummVM 2.5.1 was 200ms per tick, I feel like 1000ms per tick is too slow but 200ms is too fast. This makes the biggest difference in T7G puzzles like the cake and knights.

Official releases differ and are not consistent. For example, Clandestiny on iOS uses a timer based on the OS suggested audio buffer size. Windows 95 T7G runs the timer incredibly fast, all of the queens dialog will play before you can even click anything.
2022-01-11 02:26:01 -06:00
Die4Ever 19e9458394 GROOVIE: TLC specify modified dates in detection entries
Modified date from TLCMAIN.GRV
2022-01-11 02:25:54 -06:00
sluicebox 6abbb67bf8 SCI: Update QFG3 menu workaround to handle Quit
Fixes bug #13161
2022-01-10 16:16:00 -05:00
antoniou79 43f9e6183d SCUMM: Fix CMS not playing a music midi track again
Possible fix for bug #10696
2022-01-10 12:13:16 +02:00
Paweł Kołodziejski 4f0e5ed3c0 GRAPHICS: Moved shader code where it's actually used 2022-01-10 03:34:48 +01:00
sluicebox 4e865e945e SCI: Fix build when SCI32 is disabled. again. 2022-01-09 21:31:22 -05:00
Paweł Kołodziejski e291436b54 ANDROID: Attempt to fix Android linking 2022-01-10 03:08:57 +01:00
Paweł Kołodziejski 3dd3e76bc2 BACKENDS3D: Shader code files shouldn't be moved 2022-01-10 02:38:44 +01:00
Paweł Kołodziejski 27773309b7 BACKENDS: Corrected include paths for Android 2022-01-10 02:23:17 +01:00
Paweł Kołodziejski f24bffc8cf BACKENDS: Drop glBegin/glEnd 2022-01-10 02:13:40 +01:00
Paweł Kołodziejski d1d77f887e BACKENDS3D: Moved Surfaces and Texture specific backend code to backends 2022-01-10 01:21:49 +01:00
Filippos Karapetis effed966dd TINSEL: Resolve FIXMEs
We already verify the data read for the hopper screen via stream err().
Also, LockMem() has no side-effects when removing unused references.
Thanks to @digitall for spotting the unused variables
2022-01-10 01:51:02 +02:00
ScummVM-Translations e009773aa3 I18N: Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2022-01-09 22:58:36 +00:00
D G Turner 1cd05f701d TINSEL: Fix GCC Compiler Warnings 2022-01-09 22:58:05 +00:00
ScummVM-Translations 5f557912fc I18N: Update translations templates 2022-01-09 21:52:43 +00:00
Die4Ever 0151b1ad7d GROOVIE: add detection for T11H German and TLC DVD
also fixed ScummVM save/load for T11H alternate languages

TLC DVD is the version Liron owns, unknown what the difference is to eriktorbjorn's version
2022-01-09 15:51:47 -06:00