Commit Graph
137148 Commits
Author SHA1 Message Date
ScummVM-Translations 0d69a2e85e 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-05-12 18:43:52 +00:00
neuromancer 1789c4d2e0 HYPNO: make sure sounds are played in the correct rate in boyz 2022-05-12 20:43:59 +02:00
neuromancer e4dfe8d1d8 HYPNO: implemented some transitions with a fixed sound in boyz 2022-05-12 20:43:59 +02:00
neuromancer a806795e11 HYPNO: added reload sound for every weapon in boyz 2022-05-12 20:43:59 +02:00
neuromancer 9275d8dc6a HYPNO: simplified and improved mask handling in boyz 2022-05-12 20:43:59 +02:00
neuromancer 8d912d9226 HYPNO: added no ammo sound in boyz 2022-05-12 20:43:59 +02:00
neuromancer a7ae041c1b HYPNO: avoid crashing when interaction frame is zero in boyz 2022-05-12 20:43:59 +02:00
neuromancer dc62139c93 HYPNO: make sure enemy sounds are always played 2022-05-12 20:43:59 +02:00
neuromancer 009398ef26 HYPNO: improved interactions with civilians/animals in boyz 2022-05-12 20:43:59 +02:00
neuromancer 8341c5db0f HYPNO: add segment size to debug message 2022-05-12 20:43:59 +02:00
neuromancer dcb6e4fd86 HYPNO: play interaction video when talking with civilians in boyz 2022-05-12 20:43:59 +02:00
neuromancer 4c71465c69 HYPNO: avoid hitting the player when missing animation is 0 in boyz 2022-05-12 20:43:59 +02:00
neuromancer 0e786346bf HYPNO: added additional sounds when interacting with people/animals in boyz 2022-05-12 20:43:59 +02:00
neuromancer 21a2a0d8df HYPNO: load select_c3 level in boyz 2022-05-12 20:43:58 +02:00
neuromancer 3d06c5b8e6 HYPNO: crossair and playback fixes in boyz 2022-05-12 20:43:58 +02:00
neuromancer 234116ee6d HYPNO: basic implementation of left click in boyz 2022-05-12 20:43:58 +02:00
neuromancer 9aea99b53e HYPNO: refactor shoot handling and implement basic reloading in boyz 2022-05-12 20:43:58 +02:00
neuromancer a357b9a971 HYPNO: implement basic key handling (cheats, jump to scummvm menu) in boyz 2022-05-12 20:43:58 +02:00
ScummVM-Translations 959470488c I18N: Update translations templates 2022-05-12 17:01:50 +00:00
ScummVM-Translations be69c00f23 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-05-12 17:01:48 +00:00
athrxx ea39342113 GUI: (SaveLoad) - remove unnecessary dialog
The dialog

"WARNING: Existing save has longer gameplay duration than the current state. Are you sure you want to overwrite it?"

is not really helpful and seems to have more negative than positive impact on the user experience, so I have removed it.
2022-05-12 19:01:36 +02:00
ScummVM-Translations d310d8e7cb I18N: Update translations templates 2022-05-12 17:00:14 +00:00
athrxx f66aad48d9 SCUMM: (LOOM) - fix/improve comments 2022-05-12 19:00:03 +02:00
athrxx 5522beae53 SCUMM: (LOOM) - fix bugs #6011 and #13369
(try to emulate the behavior of the save script without actually calling it)
2022-05-12 19:00:03 +02:00
eientei 0e6c37bbe3 GLK: SCOTT: Add detection for ZX Spectrum "Marvel Adventure #1" 2022-05-12 16:28:42 +03:00
ScummVM-Translations c8c4e04211 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-05-11 22:25:43 +00:00
Filippos Karapetis 022906fb86 TINSEL: Remove unused defines 2022-05-12 01:25:18 +03:00
ScummVM-Translations be44ce8285 I18N: Update translations templates 2022-05-11 20:45:16 +00:00
antoniou79 77e3979c79 BLADERUNNER: Detection and launch support for demo
Demo is the sizzle2 VQA/VQP early teaser for Blade Runner
2022-05-11 23:42:43 +03:00
antoniou79 3eeb4c9023 BLADERUNNER: Add extra conditions for canLoadGameStateCurrently() 2022-05-11 23:07:38 +03:00
antoniou79 52e283a758 BLADERUNNER: Use static const for screen dimensions
Instead of the literals 640 for width and 480 for height
2022-05-11 23:07:38 +03:00
antoniou79 1bda2b5546 BLADERUNNER: Set old and new outtake filename only if container > 0 2022-05-11 23:07:38 +03:00
Lothar Serra Mari 0f1262bc82 I18N: Update translation (German)
Currently translated at 100.0% (1724 of 1724 strings)
2022-05-11 18:27:16 +00:00
D G Turner d135d82234 AGS: Fix Stray Extra Semicolon Causing GCC Pedantic Warnings 2022-05-11 15:56:50 +01:00
Filippos Karapetis 5f5d68bf08 TINSEL: Fix signed vs unsigned warning 2022-05-11 09:01:06 +03:00
Einar Johan Trøan Sømåen 757aea8ed6 TINSEL: Implement basic menu support (NOIR) 2022-05-11 08:59:07 +03:00
Einar Johan Trøan Sømåen 1839780513 TINSEL: Convert inventory object attributes to enum class. 2022-05-11 08:59:07 +03:00
Einar Johan Trøan Sømåen dd1ba7c85c TINSEL: Implement a container for accessing the INV_OBJECTs
This way we encapsulate the iteration, thus making sure that
the appropriate stride is used (Noir has more fields).
2022-05-11 08:59:07 +03:00
ScummVM-Translations 83e62b6dd8 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-05-11 04:40:41 +00:00
Paul Gilbert 7c7c94d85a AGS: Fixed crash when quitting with error during restoring a save
From upstream 6f2156704e4e6534b71094c4a90666d5aa3a8daf
2022-05-10 21:38:24 -07:00
Paul Gilbert 1933841f79 AGS: Removed numgui* variables, use size of vectors instead
From upstream 095cf9d77c96fb3a1f9e887d7aaa1ef1e92ebe60
2022-05-10 21:35:19 -07:00
Paul Gilbert 91d25a3098 AGS: Added animation volumes to save format
From upstream 752da45aa7666355e383df0f1017cf5c5842fea1
2022-05-10 21:18:01 -07:00
Paul Gilbert 8a4186f225 AGS: Bit simplified DDB::GetWidthToRender()
From upstream 7cfb38f490e297387be4689c6c68ef7aa3d6c8b1
2022-05-10 21:18:01 -07:00
Paul Gilbert 23f8e4f87c AGS: Avoid copying PfnWriteExtBlock in data_ext
From upstream df40976317787b919d2e15a9042e495a911aaa23
2022-05-10 21:18:00 -07:00
Paul Gilbert 4d2bad4cfa AGS: cc_script GetSectionName can be made const
From upstream efd1afa67938b4a6f2781892b3711efad7246d30
2022-05-10 21:18:00 -07:00
Paul Gilbert 706766f4b5 AGS: Guimain tidy-up
From upstream fd656469bc71385ffd9da50ad0315641cd5f6d22
2022-05-10 21:18:00 -07:00
Paul Gilbert eb7421400c AGS: Use empty() to check for emptiness in vector
From upstream 166803dd6cb99851e424f9eb9d150169cd3909fe
2022-05-10 21:18:00 -07:00
Paul Gilbert c54f4d1c10 AGS: Guibutton, removes non-updated comment
From upstream 50f1677770e54eb4a5d366a936ffb8366a0432eb
2022-05-10 21:18:00 -07:00
Paul Gilbert c465ba977d AGS: Bitmap make data const in functor
From upstream 7581848b93ca915943139df8064e7fd51f39f7c4
2022-05-10 21:17:59 -07:00
Paul Gilbert 316d213372 AGS: Fixed WFN clip causing misplaced letters + small tidyup
From upstream fdff20fd724a377dc06baf04187e52949d21d923
2022-05-10 21:17:59 -07:00