Commit Graph

117928 Commits

Author SHA1 Message Date
Matthew Duggan
c74ae95508 ULTIMA8: Avoid confman call on every animation 2021-05-23 16:23:17 +09:00
Matthew Duggan
b9ddaf64f2 ULTIMA8: Remove some dead code
Code that has been #if 0 for a long time, and some default setting for Crusader
which is not used.
2021-05-23 16:23:17 +09:00
Antoniou Athanasios
01e08d5cbe I18N: Update translation (Greek)
Currently translated at 100.0% (1641 of 1641 strings)
2021-05-23 02:35:05 +00:00
sluicebox
9243be0b8d SCI32: Fix GK1 comic-book cartoon timing, animation 2021-05-22 18:47:17 -06:00
SupSuper
024eb036fe PRINCE: Copy audio streams 2021-05-22 23:50:42 +01:00
SupSuper
b263ca4cf3 MOHAWK: Copy audio streams (fix 12513) 2021-05-22 23:33:36 +01:00
SupSuper
286ebbdec7 TUCKER: Don't allocate audio files on the stack 2021-05-22 23:25:56 +01:00
athrxx
78ec256cca SCUMM: (FM-TOWNS) - fix bug no. 12560 ("[FM Towns] scrolling much too slow")
(partly revert fb8f1084)

There is no simple solution that would still  leave the "butter smooth" scrolling for faster platforms intact. I have measured times between several code points to find any bottlenecks. My finding is that even single script opcodes may well take over 200ms to execute. And exceeding a singe 60 Hz tick happens way more often (which makes the scrolling fall behind and have to catch up, thus becoming a bit sloppy). So, for the "butter smooth" scrolling I'll probably implement a timer for the screen updates (which will then really behave much more like the interrupt handler of the original). But that's for a separate commit. This one is mostly about the bug ticket..
2021-05-22 14:24:54 +02:00
Eugene Sandulenko
e8b88219ea
DEVTOOLS: Fix compilation 2021-05-22 14:11:53 +02:00
ScummVM-Translations
39cc305fa5 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-05-22 11:50:25 +00:00
Le Philousophe
f074eb1533 AGS: Fix format string warning
Make use of %s guarantees that error message won't get expanded one more
time
2021-05-22 13:48:53 +02:00
Le Philousophe
799bf8aafa AGS: Move debug channels to detection
This fixes build with older compiler which don't support C++11 when
building detection code.
2021-05-22 13:45:21 +02:00
Le Philousophe
ec7c5bec6d ASYLUM: Use smaller include
Whole asylum.h is not needed and contains C++11 constructs. Detection
fails to build with older compilers in this case.
2021-05-22 13:44:19 +02:00
Le Philousophe
42e45f6769 NANCY: Move debug channels in detection.h to avoid pulling whole nancy.h
This one includes C++11 constructs which are not accepted by older
compilers
2021-05-22 13:42:55 +02:00
ScummVM-Translations
d52c918bbc I18N: Update translations templates 2021-05-22 10:29:09 +00:00
sluicebox
f0d19d600f SWORD25: Remove duplicate debug channel
This is now a fatal error after the recent debug channel refactor
2021-05-22 04:28:23 -06:00
ScummVM-Translations
8b6b739c85 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-05-22 10:24:08 +00:00
sluicebox
48a821e4eb HADESCH: Fix incorrect debug channel 2021-05-22 04:23:32 -06:00
ScummVM-Translations
67bc175314 I18N: Update translations templates 2021-05-22 10:02:01 +00:00
sluicebox
cbe971e551 LASTEXPRESS: Add missing debug channel terminator 2021-05-22 04:01:17 -06:00
sluicebox
55344bf0bc SCUMM: Add missing debug channel terminator 2021-05-22 03:56:02 -06:00
sluicebox
41226396b2 SCI: Add missing debug channel terminator 2021-05-22 03:55:37 -06:00
sluicebox
96e05f5b5c SCI: Add SQ4 Spanish 5.25" floppy detection entry
Trac #12524
2021-05-21 22:29:17 -06:00
sluicebox
4e347027fa SCI: Fix SQ4 Spanish detection entry's options
This is a localized floppy version that was distributed on a CD,
it doesn't have the features of the CD version
2021-05-21 21:42:53 -06:00
sluicebox
f3e890889f SCI32: Fix GK1 CD end-game font 2021-05-21 21:42:53 -06:00
Paul Gilbert
8d50c6cd15 AGS: Added detection entries 2021-05-21 18:48:52 -07:00
Paul Gilbert
fb55d3bac4 AGS: Cleanup of Ben Jordan detection entries 2021-05-21 18:48:52 -07:00
ScummVM-Translations
cc2e80358b 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-05-22 01:14:26 +00:00
lolbot-iichan
198cef7837
LURE: Fix compilations on platforms without TTS (#3024) 2021-05-22 04:14:16 +03:00
ScummVM-Translations
7c91d260a0 I18N: Update translations templates 2021-05-21 23:35:08 +00:00
ysj1173886760
6dfe6ad51a ASYLUM: move debugchannels to metaEngineDetection 2021-05-22 01:34:57 +02:00
ysj1173886760
859d9acef3 ENGINE: add doxygen comments fo DebugChannelDef and getDebugChannels 2021-05-22 01:34:57 +02:00
ysj1173886760
9f1f800d5a SCUMM: add forward declaration of FontSJIS 2021-05-22 01:34:57 +02:00
ysj1173886760
263d27a89b SCUMM: move debug messages in detection into kDebugGlobalDetection channel 2021-05-22 01:34:57 +02:00
ysj1173886760
5f74ffcf0a ADL: move debug messages in detection into kDebugGlobalDetection channel 2021-05-22 01:34:57 +02:00
ysj1173886760
d7dfc15229 DIRECTOR: fix code style problem 2021-05-22 01:34:57 +02:00
ysj1173886760
361c723e8a ENGINE: introduce kDebugGlobalDetection which is used for print debug messages of advancedDetector 2021-05-22 01:34:57 +02:00
ysj1173886760
6d1aece1a8 COMMON: remove kDebugGlobalTest flag 2021-05-22 01:34:57 +02:00
ysj1173886760
649661a6da BASE: add clarification for list-debugflags when typing help 2021-05-22 01:34:57 +02:00
ysj1173886760
d147ab855f BASE: add listing the engine specified debugflags in commandline 2021-05-22 01:34:57 +02:00
ysj1173886760
5feac6bdff BASE: add list-all-debugflags and list-debugflags to commandLine 2021-05-22 01:34:57 +02:00
ysj1173886760
dd14b7b34a GRIM: move debug flags to metaEngineDetection 2021-05-22 01:34:57 +02:00
ysj1173886760
b41b540a03 AGI: delete adding debug channels in preagi 2021-05-22 01:34:57 +02:00
ysj1173886760
5bdaf49328 XEEN: move debug channels to metaEngineDetection 2021-05-22 01:34:57 +02:00
ysj1173886760
a8afd02783 WINTERMUTE: move debug channels to metaEngineDetection 2021-05-22 01:34:57 +02:00
ysj1173886760
cad09bb63b VOYEUR: move debug channels to metaEngineDetection 2021-05-22 01:34:57 +02:00
ysj1173886760
f1a242d44e TSAGE: move debug channels to metaEngineDetection 2021-05-22 01:34:57 +02:00
ysj1173886760
f91930091b TOUCHE: move debug channels to metaEngineDetection 2021-05-22 01:34:57 +02:00
ysj1173886760
b50b2251a4 TOON: move debug channels to metaEngineDetection 2021-05-22 01:34:57 +02:00
ysj1173886760
f58b4c5e59 TONY: move debug channels to metaEngineDetection 2021-05-22 01:34:57 +02:00