aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-25BLADERUNNER: switch clause in fonts and style fixesantoniou79
2018-12-25BLADERUNNER: removed BLADERUNNER_SUBTITLES_EXTERNAL_FONTantoniou79
2018-12-25BLADERUNNER: SUBTITLES.MIX pack supportantoniou79
2018-12-25BLADERUNNER: setSubtitlesEnabled also calls synchSoundSettingsThanasis Antoniou
2018-12-25BLADERUNNER: Removed compile time macros, added synch with GUIThanasis Antoniou
2018-12-25BLADERUNNER: Added subtitles support and checkbox in KIAThanasis Antoniou
2018-12-25SCI: Fix Robot bounding box calculationLars Skovlund
Fixes bug #10700, at least partially.
2018-12-25SCI32: Fix QFG4 tarot readingsVhati
Fixes incorrect cards and placement, bugs #10822, #10823, #10824, #10845, and #10846
2018-12-24BLADERUNNER: Fixed item rotationPeter Kohaut
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-23SCI: Fix the wording in some patch commentsFilippos Karapetis
2018-12-23TITANIC: Silence an MSVC false positive about an uninitialized variableFilippos Karapetis
2018-12-23SLUDGE: Fix a potentially uninitialized variableFilippos Karapetis
Variable "n" was not initialized if "stillToGo" was non-zero
2018-12-23FULLPIPE: Silence a false positive warning in MSVCFilippos Karapetis
MSVC complained about a potentially uninitialized variable here
2018-12-23DM: Fix class member naming, and silence some MSVC warningsFilippos Karapetis
MSVC complained about some potentially uninitialized variables (false positives), as well as missing default cases in switch blocks
2018-12-23SCI32: QFG4 Fix null scaler, climbing by monolithVhati
Fixes an exception casting Trigger after using grapnel, bug #10837
2018-12-23BUILD: Update MSVC versions in ideprojects targetSupSuper
2018-12-23MSVC: Update DLL paths in post-build scriptSupSuper
2018-12-23MSVC: Update post-build installer for Inno SetupSupSuper
2018-12-23MSVC: Fix unquoted paths in build eventsSupSuper
2018-12-23MSVC: Fix resource file revision include errorSupSuper
2018-12-23MSVC: Fix resource file not including translations.datSupSuper
2018-12-23MSVC: Add visualiser for unicode stringsSupSuper
2018-12-23MSVC: Fix natvis not being added to project in VS2017SupSuper
2018-12-23MSVC: Add visualisations for iterators and pointersSupSuper
2018-12-23MSVC: Cleanup natvis propertiesSupSuper
2018-12-23MSVC: Fix List visualisation showing infinite nodesSupSuper
2018-12-23MSVC: Fix HashMap visualisation showing dummy nodesSupSuper
2018-12-23MSVC: Replace MinimalRebuild with MultiProcessor flagSupSuper
MinimalRebuild is obsolete and MultiProcessorCompilation yields better performance.
2018-12-23CREATE_PROJECT: Fix MSVC warningsSupSuper
2018-12-23GRAPHICS: MACGUI: Make use of Common::String::format (#1454)Cameron Cawley
2018-12-23SCI32: Fix QFG4CD Look Grate missing audiosluicebox
Fixes a broken message due to wrong audio tuple, bug #10848
2018-12-22I18N: Update translation (Hungarian)George Kormendi
Currently translated at 100.0% (1059 of 1059 strings)
2018-12-22I18N: Update translation (German)Lothar Serra Mari
Currently translated at 94.8% (1004 of 1059 strings)
2018-12-22I18N: Update translation (Danish)scootergrisen
Currently translated at 100.0% (1059 of 1059 strings)
2018-12-22SCI: Fix LONGBOW Day 7 Tuck/Net scene, bug #10847 (#1457)sluicebox
Fixes a bug in the original that plays a scene when it shouldn't
2018-12-20I18N: Update translation (Finnish)Timo Mikkolainen
Currently translated at 100.0% (1059 of 1059 strings)
2018-12-19GLK: FROTZ: Screen rendering after loading savegame from launcherPaul Gilbert
2018-12-19I18N: Update translations templatesThierry Crozat
2018-12-19ENGINES: Add GUIErrorMessageFormat to replace duplicated functions (#1455)Cameron Cawley
2018-12-19SCI: Fix LONGBOW day 5/6 castle rescue logic bugs (#1453)sluicebox
Fixes several related script bugs involving the castle rescue. bug #10839
2018-12-19SCI32: Fix QFG4 inventory leaks across restarts (#1440)Vhati
Fixes item properties that weren't getting reset, bug #10768
2018-12-18GLK: FROTZ: Janitorial fixesPaul Gilbert
2018-12-18GLK: FROTZ: Fix rerender after loading Beyond Zork savegamesPaul Gilbert
2018-12-18GLK: More descriptive font loading error messagesPaul Gilbert
2018-12-19BLADERUNNER: Actually use normalized chapter number in the 'scene' commandEugene Sandulenko
2018-12-19BLADERUNNER: Implemented sanity checks in the 'scene' debugger commandEugene Sandulenko
2018-12-19BLADERUNNER: Print scene name in 'scene' debug commandEugene Sandulenko
2018-12-19BLADERUNNER: Enhanced 'scene' debugger commandEugene Sandulenko
2018-12-18I18N: Update translations templatesThierry Crozat
2018-12-18GUI: Fix defaulting of "Use native system file browser" checkboxTarek Soliman