Commit Graph
137148 Commits
Author SHA1 Message Date
Marc Vinyals 84e761aef8 MOHAWK: Fix typo in script builder function 2022-04-16 05:33:56 +03:00
Filippos Karapetis 8eadac5eed CHEWY: Refactor handling of scene text 2022-04-16 05:30:46 +03:00
D G Turner 9d1a1c8b98 GLK: SCOTT: Fix Mismatched Format String Type Compiler Warning 2022-04-16 01:30:00 +01:00
ScummVM-Translations 075007d7c4 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-04-16 00:28:24 +00:00
D G Turner 0ad1b6f668 AGS: Remove Duplicated Definition in Engine String Header
This was causing GCC compiler warnings.
2022-04-16 01:26:51 +01:00
ScummVM-Translations 89d110fdc0 I18N: Update translations templates 2022-04-15 20:44:07 +00:00
Donovan Watteau f6641e18b2 BUILD: Remove support for ancient SGI MIPSpro
This very old compiler has no C++11 support, so we're now sure that
its support (and workarounds) can be removed.
2022-04-15 22:43:57 +02:00
Donovan Watteau 1e33079b25 GUI: Print compiler name/version in About dialog 2022-04-15 22:43:57 +02:00
Donovan Watteau b51e8a8f58 BASE: Include compiler name/version info 2022-04-15 22:43:57 +02:00
Little Cat 07a795d600 SCUMM HE: Don't show exit dialog in Moonbase. 2022-04-15 22:41:21 +02:00
Little Cat 3bae66919b SCUMM: Don't pause at startup in Moonbase. 2022-04-15 22:41:21 +02:00
Eugene Sandulenko 65b95d90ce GUI: Add missing override keyword 2022-04-15 22:39:47 +02:00
Andrea Boscarino a4e2ac5eb3 SCUMM: DiMUSE: Fix tracksStopSound() behavior
Without this fix, if we had a list of tracks A->B->C->D and we stopped C, we couldn't have stopped D because we reached the end of the list prematurely.
2022-04-15 16:00:42 +02:00
ScummVM-Translations 45b49308e6 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-04-15 13:45:38 +00:00
Avijeet 06cd81436e GLK: SCOTT: Replace non-trivial global objects. 2022-04-15 15:45:26 +02:00
ScummVM-Translations d9db9098ee I18N: Update translations templates 2022-04-15 13:26:58 +00:00
antoniou79 65b4504d79 GRIM: EMI: Add check for EMI game to load patch filename 2022-04-15 16:21:59 +03:00
neuromancer c5dd87f8bb HYPNO: optionally show score and accuracy at the end of the wet demos 2022-04-15 12:53:16 +02:00
neuromancer 8137f77f05 HYPNO: quit when finish level in wet demo 2022-04-15 12:11:04 +02:00
neuromancer fa9feb0df3 HYPNO: allow to replay conversations and refactor code some code in spider 2022-04-15 12:07:14 +02:00
neuromancer 3e6b514cf3 HYPNO: refactor player position code into spider 2022-04-15 12:07:14 +02:00
neuromancer 31a772cbca HYPNO: refactor arcade code to use a function to process keys 2022-04-15 12:07:14 +02:00
neuromancer a546023f65 HYPNO: refactor arcade code in spider to use missedTarget function 2022-04-15 12:07:14 +02:00
neuromancer e7fd575e79 HYPNO: show total score when you finish the arcade level of the spider demo 2022-04-15 12:07:14 +02:00
eientei 957c7ecb5a AGI: Add more information to detection for Black Cauldron 2.10 3.5" 2022-04-15 12:25:08 +03:00
Paul Gilbert 1fec001403 GLK: Add StableSteady to the credits 2022-04-14 18:45:59 -07:00
Walter Agazzi 72398480d1 I18N: Update translation (Italian)
Currently translated at 100.0% (1680 of 1680 strings)
2022-04-14 18:43:46 +00:00
Paul Gilbert 2fa13bb149 AGS: Compilation fix 2022-04-13 22:12:16 -07:00
ScummVM-Translations 4b4042eee3 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-04-14 04:55:37 +00:00
Paul Gilbert 007baa9541 AGS: Restore proper text format in close_translation()
From upstream b83d8567ae76c3840784f55aa8d06ffd9a7fdf91
2022-04-13 21:55:20 -07:00
Paul Gilbert 9fe89e4f1d AGS: String.Format treats %c as possibly unicode
From upstream fe4afad4edecac5724711adb1d801dfb973effff
2022-04-13 21:55:19 -07:00
Paul Gilbert 0e0063bb6b AGS: String.AppendChar, ReplaceChar, Chars[] support unicode
From upstream 072ed5716639e2b65a16037dd81e2a332a78611b
2022-04-13 21:55:19 -07:00
Paul Gilbert 1ec52936d2 AGS: Added utf8->wcstr conversions to StrUtils
From upstream 4c2bb8ba25fa651175a854b7f0117bfb37a76d4e
2022-04-13 21:55:19 -07:00
Paul Gilbert 596ddd0be6 AGS: Added some utf-8 utils and moved ConvertUtf8ToAscii to StrUtil
From upstream 307d40d4b6808ed906e918dd6dcc0332b1d6baa2
2022-04-13 21:55:19 -07:00
Paul Gilbert b13b75712f AGS: Updated build version (3.6.0.19)
From upstream 230795414b676a2c1e84ae72488af18b90f71692
2022-04-13 21:55:19 -07:00
Paul Gilbert 14209fafed AGS: Removed arbitrary character followers limit
From upstream c64850badd610b3ce90821a080e7e6b04d65193e
2022-04-13 21:55:19 -07:00
Paul Gilbert aeddd232e0 AGS: Removed animating buttons limit
From upstream 484f6d3f44c7dbb361ddeebd8bb46862760501bc
2022-04-13 21:55:18 -07:00
ScummVM-Translations 5e7125fa81 I18N: Update translations templates 2022-04-14 02:23:16 +00:00
ScummVM-Translations e1ae9d4786 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-04-14 02:23:15 +00:00
Paul Gilbert 47f8d53b5e GLK: AmigaOS compilation fixes 2022-04-13 19:21:49 -07:00
ScummVM-Translations c24756975a I18N: Update translations templates 2022-04-13 20:11:32 +00:00
antoniou79 a199299a24 BLADERUNNER: Avoid reloading the same outtake container 2022-04-13 23:10:44 +03:00
antoniou79 7145c863be BLADERUNNER: Add an outtake command to debugger 2022-04-13 22:50:59 +03:00
neuromancer fab6e0c7c8 HYPNO: fixed missing tranparent effect in spider demo 2022-04-13 13:28:46 +02:00
neuromancer 99eaf0b092 HYPNO: removed usage of background local variable in missed target functions 2022-04-13 13:28:46 +02:00
neuromancer e8f34aece5 HYPNO: removed usage of background local variable in shoot 2022-04-13 13:28:46 +02:00
antoniou79 d655a3be1c GUI: Rever fix for not adding empty user input in Console history
This reverts commit 27c95858ba.
2022-04-13 12:32:09 +03:00
antoniou79 27c95858ba GUI: Prevent adding empty user input in Console history 2022-04-13 10:39:51 +03:00
ScummVM-Translations 0561906193 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-04-13 05:29:55 +00:00
Paul Gilbert be2a7d44f9 AGS: Updated build version (3.6.0.18)
From upstream 25b93b6953b23c6d533b3b6c8ad2d1497807bf6a
2022-04-12 22:27:59 -07:00