Commit Graph
89422 Commits
Author SHA1 Message Date
Thanasis Antoniou 301acd2ea3 BLADERUNNER more comments on calculatePosition workings
A bit of cleaning up of Subtitles::calculatePosition() method adding comments.
2018-12-25 12:35:52 +01:00
antoniou79 79ff97d5d9 BLADERUNNER: switch clause in fonts and style fixes 2018-12-25 12:35:52 +01:00
antoniou79 2f28926f22 BLADERUNNER: removed BLADERUNNER_SUBTITLES_EXTERNAL_FONT 2018-12-25 12:35:52 +01:00
antoniou79 6f55071c57 BLADERUNNER: SUBTITLES.MIX pack support 2018-12-25 12:35:52 +01:00
Thanasis Antoniou bf46900c7c BLADERUNNER: setSubtitlesEnabled also calls synchSoundSettings 2018-12-25 12:35:52 +01:00
Thanasis Antoniou f101906bc2 BLADERUNNER: Removed compile time macros, added synch with GUI 2018-12-25 12:35:52 +01:00
Thanasis Antoniou a86625700f BLADERUNNER: Added subtitles support and checkbox in KIA 2018-12-25 12:35:52 +01:00
Lars Skovlund 9ceb2e8586 SCI: Fix Robot bounding box calculation
Fixes bug #10700, at least partially.
2018-12-25 03:33:47 +01:00
Vhati 6383200e34 SCI32: Fix QFG4 tarot readings
Fixes incorrect cards and placement, bugs #10822, #10823, #10824, #10845,
and #10846
2018-12-25 00:17:02 +02:00
Peter Kohaut 3f712604a7 BLADERUNNER: Fixed item rotation
Item's angle was not update after chaning "facing".
Police maze targets are now rotated correct way.
Added debug logging for the police maze tracts.
2018-12-24 13:51:28 +01:00
Filippos Karapetis 81288f2cac SCI: Fix the wording in some patch comments 2018-12-23 20:55:22 +02:00
Filippos Karapetis 424e71cfdc TITANIC: Silence an MSVC false positive about an uninitialized variable 2018-12-23 20:44:28 +02:00
Filippos Karapetis 7c5acdaa4b SLUDGE: Fix a potentially uninitialized variable
Variable "n" was not initialized if "stillToGo" was non-zero
2018-12-23 20:43:28 +02:00
Filippos Karapetis 92aa713958 FULLPIPE: Silence a false positive warning in MSVC
MSVC complained about a potentially uninitialized variable here
2018-12-23 20:41:33 +02:00
Filippos Karapetis 9fe1491a64 DM: Fix class member naming, and silence some MSVC warnings
MSVC complained about some potentially uninitialized variables (false
positives), as well as missing default cases in switch blocks
2018-12-23 20:40:21 +02:00
Vhati f731760292 SCI32: QFG4 Fix null scaler, climbing by monolith
Fixes an exception casting Trigger after using grapnel, bug #10837
2018-12-23 20:17:25 +02:00
SupSuper 4f761d6002 BUILD: Update MSVC versions in ideprojects target 2018-12-23 18:39:06 +02:00
SupSuper e6a80868c6 MSVC: Update DLL paths in post-build script 2018-12-23 18:39:06 +02:00
SupSuper 3091345af3 MSVC: Update post-build installer for Inno Setup 2018-12-23 18:39:06 +02:00
SupSuper b66711da04 MSVC: Fix unquoted paths in build events 2018-12-23 18:39:06 +02:00
SupSuper 47b55f29c5 MSVC: Fix resource file revision include error 2018-12-23 18:39:06 +02:00
SupSuper ddb3b6fba7 MSVC: Fix resource file not including translations.dat 2018-12-23 18:39:06 +02:00
SupSuper 35ea621a4e MSVC: Add visualiser for unicode strings 2018-12-23 18:39:06 +02:00
SupSuper 5004c331c9 MSVC: Fix natvis not being added to project in VS2017 2018-12-23 18:39:06 +02:00
SupSuper f6c37b09ea MSVC: Add visualisations for iterators and pointers 2018-12-23 18:39:06 +02:00
SupSuper 8352986b88 MSVC: Cleanup natvis properties 2018-12-23 18:39:06 +02:00
SupSuper 3482d9bacf MSVC: Fix List visualisation showing infinite nodes 2018-12-23 18:39:06 +02:00
SupSuper 88b6959cb4 MSVC: Fix HashMap visualisation showing dummy nodes 2018-12-23 18:39:06 +02:00
SupSuper f08e7a3012 MSVC: Replace MinimalRebuild with MultiProcessor flag
MinimalRebuild is obsolete and MultiProcessorCompilation yields better performance.
2018-12-23 18:39:06 +02:00
SupSuper 0a474f2a1a CREATE_PROJECT: Fix MSVC warnings 2018-12-23 18:39:06 +02:00
Cameron Cawley 2097c33b57 GRAPHICS: MACGUI: Make use of Common::String::format (#1454) 2018-12-23 15:57:20 +02:00
sluicebox 2c1661bff2 SCI32: Fix QFG4CD Look Grate missing audio
Fixes a broken message due to wrong audio tuple, bug #10848
2018-12-23 00:02:14 -08:00
George Kormendi e0d1f270a1 I18N: Update translation (Hungarian)
Currently translated at 100.0% (1059 of 1059 strings)
2018-12-22 10:14:25 +01:00
Lothar Serra Mari fda469d034 I18N: Update translation (German)
Currently translated at 94.8% (1004 of 1059 strings)
2018-12-22 10:14:25 +01:00
scootergrisen c4bb17b61a I18N: Update translation (Danish)
Currently translated at 100.0% (1059 of 1059 strings)
2018-12-22 10:14:25 +01:00
sluicebox 9fec79ac5a SCI: Fix LONGBOW Day 7 Tuck/Net scene, bug #10847 (#1457)
Fixes a bug in the original that plays a scene when it shouldn't
2018-12-22 11:14:13 +02:00
Timo Mikkolainen 0082d583f3 I18N: Update translation (Finnish)
Currently translated at 100.0% (1059 of 1059 strings)
2018-12-20 05:34:56 +01:00
Paul Gilbert d9000d64a9 GLK: FROTZ: Screen rendering after loading savegame from launcher 2018-12-19 20:34:39 -08:00
Thierry Crozat d038d8fcf1 I18N: Update translations templates 2018-12-19 07:31:34 +01:00
Cameron Cawley f6015086e1 ENGINES: Add GUIErrorMessageFormat to replace duplicated functions (#1455) 2018-12-19 08:31:26 +02:00
sluicebox e94ccdbe6b SCI: Fix LONGBOW day 5/6 castle rescue logic bugs (#1453)
Fixes several related script bugs involving the castle rescue. bug #10839
2018-12-19 08:24:20 +02:00
Vhati a520c6e544 SCI32: Fix QFG4 inventory leaks across restarts (#1440)
Fixes item properties that weren't getting reset, bug #10768
2018-12-19 08:18:24 +02:00
Paul Gilbert 94509bbf91 GLK: FROTZ: Janitorial fixes 2018-12-18 21:55:07 -08:00
Paul Gilbert 9eda47aaa8 GLK: FROTZ: Fix rerender after loading Beyond Zork savegames 2018-12-18 21:47:20 -08:00
Paul Gilbert 364d5d35c2 GLK: More descriptive font loading error messages 2018-12-18 19:35:09 -08:00
Eugene Sandulenko 7e1361e2c2 BLADERUNNER: Actually use normalized chapter number in the 'scene' command 2018-12-19 00:35:29 +01:00
Eugene Sandulenko 291e4cebdd BLADERUNNER: Implemented sanity checks in the 'scene' debugger command 2018-12-19 00:31:45 +01:00
Eugene Sandulenko b22524ef57 BLADERUNNER: Print scene name in 'scene' debug command 2018-12-19 00:15:18 +01:00
Eugene Sandulenko 9545f8493b BLADERUNNER: Enhanced 'scene' debugger command 2018-12-19 00:10:39 +01:00
Thierry Crozat ca4afc2381 I18N: Update translations templates 2018-12-18 23:42:59 +01:00