djsrv
88c0d444f3
DIRECTOR: LINGO: Clean up call stack when stopping movie
...
Fixes memory leaks.
2021-08-04 19:29:11 -04:00
djsrv
d45f4ade4c
DIRECTOR: LINGO: Remove .xlib from xlib name
2021-08-04 19:29:03 -04:00
Thierry Crozat
5ee2cb94cd
AGS: Add detection for KQ3 VGA mac version
2021-08-05 00:25:39 +01:00
Eugene Sandulenko
24e45c560e
DIRECTOR: LINGO: Do not trigger buildbot error on scummvm asserts
2021-08-05 01:15:27 +02:00
Eugene Sandulenko
4be0d0a538
DIRECTOR: LINGO: More Lingo test fixes
2021-08-05 01:04:40 +02:00
Eugene Sandulenko
f9abba91e2
DIRECTOR: LINGO: Fix tests
2021-08-05 00:47:00 +02:00
Max Horn
e74c173479
CREDITS: regenerate
2021-08-05 00:01:46 +02:00
Max Horn
86d01e15ef
GLK: change 'ScummGlk' to 'Glk' in the credits
2021-08-05 00:01:46 +02:00
Max Horn
006ca7acd6
SCUMM: rename 'HE' to 'SCUMM HE' in credits
...
Otherwise it may be hard to tell what this is. It also restores the
alphabetical ordering of the credits by engine 'name'.
2021-08-05 00:01:46 +02:00
Max Horn
d3764bbef3
NGI: change credits to reflect engine renaming
2021-08-05 00:01:46 +02:00
Max Horn
2f1f8f502e
DEVTOOLS: move credits from devtools/credits.pl to engines
...
This employs a "lazy" approach: the "format" for the credits stays
exactly as it was, i.e., perl code. Of course one may want to change
this to another format (e.g. YAML, JSON, XML; or also shell script or
AWK, like `configure.engine` uses). But I deliberately kept it simple,
to get a minimal change that is easy to verify. Any further changes to
e.g. the format can be layered atop this.
2021-08-05 00:01:46 +02:00
ScummVM-Translations
3dc5daa27d
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/
2021-08-04 21:36:03 +00:00
djsrv
caccde1350
DIRECTOR: LINGO: Fix xlib alphabetization
2021-08-04 17:34:39 -04:00
djsrv
da14ca952c
DIRECTOR: LINGO: Fix xlib types
2021-08-04 17:33:49 -04:00
ScummVM-Translations
13bb0aeb55
I18N: Update translations templates
2021-08-04 18:28:58 +00:00
Thierry Crozat
1af6ae593a
COMMON: Change OSystem::getSystemLanguage to always return a language code
2021-08-04 19:28:47 +01:00
Thierry Crozat
cbb627a40b
COMMON: Change TransMan builtin language to "en" instead of "C"
2021-08-04 19:28:47 +01:00
Eugene Sandulenko
28e9598eb1
I18N: Update translation (Russian)
...
Currently translated at 100.0% (1657 of 1657 strings)
2021-08-04 17:44:38 +00:00
Walter Agazzi
70e4f72bd4
I18N: Update translation (Italian)
...
Currently translated at 99.9% (1656 of 1657 strings)
2021-08-04 17:44:37 +00:00
Eugene Sandulenko
367dcf216d
I18N: Update translation (Ukrainian)
...
Currently translated at 100.0% (1657 of 1657 strings)
2021-08-04 17:44:31 +00:00
D G Turner
c9fcf5e96f
TWINE: Use STATIC_ASSERT macro rather than static_assert Keyword
...
The keyword is C+-11 specific and is used by the macro in scummsys.h
when available in any case. This improves portability.
2021-08-04 17:25:59 +01:00
Martin Gerhardy
995ac9bf09
TWINE removed todo comment
2021-08-04 17:57:32 +02:00
Martin Gerhardy
ae6754b2bd
TWINE: leave hint on how to finish unanimated model support
2021-08-04 17:57:32 +02:00
Martin Gerhardy
3172b17a8a
TWINE: extract to holomap vehicle rendering into own method
2021-08-04 17:57:32 +02:00
Martin Gerhardy
699124c6a8
TWINE: fixed commented code
2021-08-04 17:57:32 +02:00
Andrea Boscarino
d6912058c7
SCUMM: Fix findObject(x,y) for DIG and COMI
2021-08-04 17:19:50 +02:00
Roland van Laar
064a266a22
DEVTOOLS: COMPANION: remove debug statements
2021-08-04 16:54:06 +02:00
Roland van Laar
38ee5037e5
DEVTOOLS: COMPANION: create python version
...
It reads an hfs formatted iso and extracts its contents. The output
follows two rules:
- A file is saved as macbinary when it has a resource fork and
- filenames with non-ascii chars are converted into a punycode variant.
An initial verson of this python script was created by: @eientei on
discord.
2021-08-04 16:02:21 +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
ScummVM-Translations
5333bdfa5c
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/
2021-08-04 13:43:26 +00:00
Max Horn
34523aba7e
JANITORIAL: Fix some typos
2021-08-04 15:43:15 +02:00
ScummVM-Translations
179ff683cc
I18N: Update translations templates
2021-08-04 13:42:24 +00:00
ScummVM-Translations
e0140ed58e
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/
2021-08-04 13:42:22 +00:00
Eugene Sandulenko
5a423ee2a6
I18N: Added missing file to POTFILES
2021-08-04 15:41:53 +02:00
wonst719
df01cebca8
I18N: Update translation (Korean)
...
Currently translated at 100.0% (1656 of 1656 strings)
2021-08-04 12:37:14 +00:00
ScummVM-Translations
e37608db66
I18N: Update translations templates
2021-08-04 11:27:20 +00:00
ScummVM-Translations
a280ab7a5f
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/
2021-08-04 11:27:19 +00:00
Le Philousophe
ef73bdac50
EVENTRECORDER: Update screen resolution in GUI before showing anything
...
This properly fix bug encountered in 5af11925809267eee1abd5ddf251530f6f5f5572
Now the UI is notified size has changed and properly reiszes overlay
surface.
2021-08-04 13:27:07 +02:00
Le Philousophe
68a327ecb1
BACKENDS: Harden grabOverlay in all platforms
...
Use specific copy code where applicable and replace duplicated code by
calls to copyBlit which optimizes blitting
2021-08-04 13:27:07 +02:00
wonst719
3d7567abbf
I18N: Update translation (Korean)
...
Currently translated at 100.0% (1656 of 1656 strings)
2021-08-04 10:57:46 +00:00
ScummVM-Translations
1006677f6e
I18N: Update translations templates
2021-08-04 10:46:03 +00:00
Eugene Sandulenko
1e033bc7e2
NEWS: Mention support for Russian AGI games
2021-08-04 12:45:33 +02:00
Eugene Sandulenko
8614bbea6d
AGI: Added detection for KQ1 Russian
2021-08-04 12:31:44 +02:00
Eugene Sandulenko
6c50af5ad3
SCI: Added detection for Russian KQ4
2021-08-04 12:28:35 +02:00
Paul Gilbert
01edbc8da3
AGS: Update upstream sync point comment
2021-08-03 21:48:03 -07:00
sluicebox
e1c2b7da9b
SCI: ResourceManager::testResource const correctness
2021-08-03 23:38:08 -05:00
Paul Gilbert
301689e870
AGS: In old games put player to walkable area when changing rooms
...
From upstream f33e064cd148c6a709ccbf25a5fd4939272a7814
2021-08-03 18:56:36 -07:00
Paul Gilbert
b6261f7a0e
AGS: Convert top/bottom walk area coords along with the walk mask
...
From upstream 60d79d1ee26b642ef4bcc7c18dfa53540e7ae77f
2021-08-03 18:56:35 -07:00
Paul Gilbert
9aeaf99a52
AGS: In DrawingSurface.DrawImage clamp transparency instead of error
...
From upstream e00eabf57ceb32523ed81007e06e3587abe6d013
2021-08-03 18:56:35 -07:00
Paul Gilbert
c9e6af5750
AGS: Do not error on DrawingSurface drawing over itself
...
From upstream aeb65ccbf3c94c1d4a0d73359cf93315bc0849d8
2021-08-03 18:56:35 -07:00