Commit Graph

128051 Commits

Author SHA1 Message Date
Thierry Crozat
d867b983e9 DOC: Update clone command for iOS in latest doc to get master branch
The documentation used a clone command that gets the 2.2 branch. This
is confusing for the latest version of the doc, and even results in
an error (as the theora feature was renamed theoradec, but branch-2-2
still has the old name).
2022-03-18 21:56:26 +00:00
ScummVM-Translations
237a2a7416 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-03-18 21:55:04 +00:00
Filippos Karapetis
7d5249f61e CHEWY: Remove BitClass
The places where it's used are self-explanatory, so it's superfluous
2022-03-18 23:54:30 +02:00
ScummVM-Translations
6aa31cbd39 I18N: Update translations templates 2022-03-18 21:48:05 +00:00
Roland van Laar
9c5418d2b6 DIRECTOR: LINGO: Implement getAt & setAt for RECT
Rects are handled as lists, with size 4, for getAt and setAt in Director.
2022-03-18 22:47:35 +01:00
Roland van Laar
60d8e9ae88 DIRECTOR: LINGO: Implement preloadRam as a no-op
The preloadRam property is used to specify the amount of RAM allocated
for preloading casts. ScummVM assumes there's always anough RAM to run
old games.
2022-03-18 22:01:10 +01:00
ScummVM-Translations
22389e3690 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-03-18 19:53:37 +00:00
Misty De Meo
76d51c1dda Director: more software 2022-03-18 20:53:26 +01:00
VAN-Gluon
7bf4223434 I18N: Update translation (Japanese)
Currently translated at 100.0% (1715 of 1715 strings)
2022-03-18 19:21:05 +00:00
Eugene Sandulenko
05d0ee6de6 I18N: Update translation (Ukrainian)
Currently translated at 99.9% (1714 of 1715 strings)
2022-03-18 19:21:04 +00:00
Eugene Sandulenko
999696cfba I18N: Update translation (Russian)
Currently translated at 99.9% (1714 of 1715 strings)
2022-03-18 19:20:57 +00:00
Antoniou Athanasios
f108dc722e I18N: Update translation (Greek)
Currently translated at 100.0% (1715 of 1715 strings)
2022-03-18 18:26:20 +00:00
Antoniou Athanasios
eca92207d5 I18N: Update translation (Greek)
Currently translated at 99.8% (1713 of 1715 strings)
2022-03-18 18:08:57 +00:00
George Kormendi
9293f972f3 I18N: Update translation (Hungarian)
Currently translated at 100.0% (1715 of 1715 strings)
2022-03-18 18:08:56 +00:00
Lothar Serra Mari
404c642622 I18N: Update translation (German)
Currently translated at 100.0% (1715 of 1715 strings)
2022-03-18 18:05:17 +00:00
IlDucci
0f92961520 I18N: Update translation (Spanish)
Currently translated at 100.0% (1715 of 1715 strings)
2022-03-18 17:05:48 +00:00
ScummVM-Translations
17345a6215 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-03-18 16:37:20 +00:00
Thierry Crozat
bb5758693f AGS: Add detection for Zniw Adventure macOS version from GOG 2022-03-18 16:36:14 +00:00
ScummVM-Translations
8eebd3664b I18N: Update translations templates 2022-03-18 12:22:46 +00:00
ScummVM-Translations
e635573520 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-03-18 12:22:44 +00:00
Eugene Sandulenko
1cbc71d0ff
GUI: Marked more strings for translation 2022-03-18 13:22:28 +01:00
ScummVM-Translations
9fe59acf06 I18N: Update translations templates 2022-03-18 12:21:32 +00:00
ScummVM-Translations
9e48129781 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-03-18 12:21:30 +00:00
Eugene Sandulenko
9f37857070
GUI: Made "OK" consistent in various dialogs. We used "Ok" in a few places 2022-03-18 13:21:11 +01:00
Eugene Sandulenko
9529d8a9a0
GRIM: Made InputDialog translatable 2022-03-18 13:21:11 +01:00
ScummVM-Translations
d1bcc85a20 I18N: Update translations templates 2022-03-18 12:10:22 +00:00
Eugene Sandulenko
2b2292c1a7
JANITORIAL: Added missing endline 2022-03-18 13:09:52 +01:00
ScummVM-Translations
ba7d8be4f7 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-03-18 11:25:45 +00:00
Roland van Laar
bba87ff1de DIRECOTOR: Add POTFILES to enable translations 2022-03-18 12:25:29 +01:00
ScummVM-Translations
0c6322c19e I18N: Update translations templates 2022-03-18 09:38:31 +00:00
Torbjörn Andersson
4ed1777b00 SCUMM: Fix regression when pausing games
If for any reason waitForTimer() lags behind by "a lot", return the real
time instead of the expected time. One such case if is the game was
paused (which we could detect and set a flag for), but there are other
possible cases (e.g. the process being suspended) which I don't think we
have any good way of detecting.

This keeps the game from rushing to catch up after pausing.
2022-03-18 10:38:00 +01:00
D G Turner
a90e78fd09 ICB: Fix Some Undefined Macro Compiler Warnings
These are emitted by GCC when -Wundef is passed.
2022-03-18 08:39:58 +00:00
Filippos Karapetis
9cab6a68da CHEWY: Refactor the functionality for item usage descriptions 2022-03-18 09:21:37 +02:00
Paul Gilbert
27dc8075fb AGS: Configurable user paths support $GAMENAME$ token
From upstream c61191084fbdc8d60d147dc4238dc43797716e2c
2022-03-17 21:49:27 -07:00
Paul Gilbert
78b9068a91 AGS: Replace "localuserconf" option with "user-conf-dir"
From upstream 9edb428aa028164081cd9a4f9050cf5fa0767964
2022-03-17 21:49:26 -07:00
Paul Gilbert
bb1d0849fa AGS: Read and write RoomObject's fields explicitly
From upstream bb9ae639f9e28b59af4bbc9b613cd9455ea0db3e
2022-03-17 21:49:26 -07:00
Paul Gilbert
ee311d660f AGS: Make game audiochannels limit defined by a game version
From upstream 65f0b843dfd85967135eca1bda46976aa1ddcf26
2022-03-17 21:49:25 -07:00
Paul Gilbert
aa91cf1161 AGS: Increased the max number of audio channels to 16
From upstream ebddc45c2a2252f5eb927c96b5c6065eebea1ed4
2022-03-17 21:49:25 -07:00
Paul Gilbert
3167bac67b AGS: More clear use of the "max channels" constants
From upstream 2fd582a2a5fc9d38643277903854a977f8995e07
2022-03-17 21:49:25 -07:00
Paul Gilbert
74254fdcf4 AGS: Simplified couple of set_volume calls
From upstream 3d4187e64237a7fa6f7f7bf4fb6477369bae1af4
2022-03-17 21:49:25 -07:00
Paul Gilbert
08560a1dbf AGS: Forgot to also clear guibgbmp array in dispose_game_drawdata()
From upstream 1e4b73ad7b4ae5bf69641f08940d88b0fe828080
2022-03-17 21:49:24 -07:00
Paul Gilbert
4293a267cb AGS: Corrected font outline upgrade condition
From upstream 070b3ff3d0040f65ef42764033cf0d01742926ff
2022-03-17 21:49:24 -07:00
Paul Gilbert
4b68aa31f9 AGS: Process idleview based on real game speed, not hardcoded 40 fps
From upstream 2e0d5116bce07a098166d6f6311fc87b27352e47
2022-03-17 21:49:24 -07:00
Paul Gilbert
6e695f7817 AGS: Only set default character's idle delay for games < 3.6.0
From upstream 8e6152837a6bc73ff50f6a304ed58b38997b5418
2022-03-17 21:49:24 -07:00
Paul Gilbert
fc9473d175 AGS: Picked a sprite file writing code into SpriteFileWriter class
From upstream 62a87664fc9249bad2886b44d10affc4d60071c3
2022-03-17 21:49:23 -07:00
Paul Gilbert
ddb38177f9 AGS: Updated build version (3.6.0.8)
From upstream 836fb0adbc7cc1a5a78563266f4ef0b53a33f0df
2022-03-17 21:49:23 -07:00
Paul Gilbert
659be0a4e6 AGS: Fixed few warnings
From upstream b416d55eb74745db0da5a3cb2654e063cd057ded
2022-03-17 21:49:23 -07:00
Paul Gilbert
ea65fe3c69 AGS: Moved SpriteFile class to a separate code unit for convenience
From upstream 393ef2c24bbc835d8e7a7229d40f638a6f172304
2022-03-17 21:49:22 -07:00
Filippos Karapetis
b20f2e34c2 CHEWY: Patch invalid speech sample - fixes missing speech 2022-03-18 02:09:41 +02:00
Filippos Karapetis
c319db520a CHEWY: Proper initialization of resource fields 2022-03-18 02:09:41 +02:00