Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-25 | SCI: Fix Robot bounding box calculation | Lars Skovlund | |
Fixes bug #10700, at least partially. | |||
2018-12-25 | SCI32: Fix QFG4 tarot readings | Vhati | |
Fixes incorrect cards and placement, bugs #10822, #10823, #10824, #10845, and #10846 | |||
2018-12-24 | BLADERUNNER: Fixed item rotation | Peter 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-23 | SCI: Fix the wording in some patch comments | Filippos Karapetis | |
2018-12-23 | TITANIC: Silence an MSVC false positive about an uninitialized variable | Filippos Karapetis | |
2018-12-23 | SLUDGE: Fix a potentially uninitialized variable | Filippos Karapetis | |
Variable "n" was not initialized if "stillToGo" was non-zero | |||
2018-12-23 | FULLPIPE: Silence a false positive warning in MSVC | Filippos Karapetis | |
MSVC complained about a potentially uninitialized variable here | |||
2018-12-23 | DM: Fix class member naming, and silence some MSVC warnings | Filippos Karapetis | |
MSVC complained about some potentially uninitialized variables (false positives), as well as missing default cases in switch blocks | |||
2018-12-23 | SCI32: QFG4 Fix null scaler, climbing by monolith | Vhati | |
Fixes an exception casting Trigger after using grapnel, bug #10837 | |||
2018-12-23 | BUILD: Update MSVC versions in ideprojects target | SupSuper | |
2018-12-23 | MSVC: Update DLL paths in post-build script | SupSuper | |
2018-12-23 | MSVC: Update post-build installer for Inno Setup | SupSuper | |
2018-12-23 | MSVC: Fix unquoted paths in build events | SupSuper | |
2018-12-23 | MSVC: Fix resource file revision include error | SupSuper | |
2018-12-23 | MSVC: Fix resource file not including translations.dat | SupSuper | |
2018-12-23 | MSVC: Add visualiser for unicode strings | SupSuper | |
2018-12-23 | MSVC: Fix natvis not being added to project in VS2017 | SupSuper | |
2018-12-23 | MSVC: Add visualisations for iterators and pointers | SupSuper | |
2018-12-23 | MSVC: Cleanup natvis properties | SupSuper | |
2018-12-23 | MSVC: Fix List visualisation showing infinite nodes | SupSuper | |
2018-12-23 | MSVC: Fix HashMap visualisation showing dummy nodes | SupSuper | |
2018-12-23 | MSVC: Replace MinimalRebuild with MultiProcessor flag | SupSuper | |
MinimalRebuild is obsolete and MultiProcessorCompilation yields better performance. | |||
2018-12-23 | CREATE_PROJECT: Fix MSVC warnings | SupSuper | |
2018-12-23 | GRAPHICS: MACGUI: Make use of Common::String::format (#1454) | Cameron Cawley | |
2018-12-23 | SCI32: Fix QFG4CD Look Grate missing audio | sluicebox | |
Fixes a broken message due to wrong audio tuple, bug #10848 | |||
2018-12-22 | I18N: Update translation (Hungarian) | George Kormendi | |
Currently translated at 100.0% (1059 of 1059 strings) | |||
2018-12-22 | I18N: Update translation (German) | Lothar Serra Mari | |
Currently translated at 94.8% (1004 of 1059 strings) | |||
2018-12-22 | I18N: Update translation (Danish) | scootergrisen | |
Currently translated at 100.0% (1059 of 1059 strings) | |||
2018-12-22 | SCI: 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-20 | I18N: Update translation (Finnish) | Timo Mikkolainen | |
Currently translated at 100.0% (1059 of 1059 strings) | |||
2018-12-19 | GLK: FROTZ: Screen rendering after loading savegame from launcher | Paul Gilbert | |
2018-12-19 | I18N: Update translations templates | Thierry Crozat | |
2018-12-19 | ENGINES: Add GUIErrorMessageFormat to replace duplicated functions (#1455) | Cameron Cawley | |
2018-12-19 | SCI: Fix LONGBOW day 5/6 castle rescue logic bugs (#1453) | sluicebox | |
Fixes several related script bugs involving the castle rescue. bug #10839 | |||
2018-12-19 | SCI32: Fix QFG4 inventory leaks across restarts (#1440) | Vhati | |
Fixes item properties that weren't getting reset, bug #10768 | |||
2018-12-18 | GLK: FROTZ: Janitorial fixes | Paul Gilbert | |
2018-12-18 | GLK: FROTZ: Fix rerender after loading Beyond Zork savegames | Paul Gilbert | |
2018-12-18 | GLK: More descriptive font loading error messages | Paul Gilbert | |
2018-12-19 | BLADERUNNER: Actually use normalized chapter number in the 'scene' command | Eugene Sandulenko | |
2018-12-19 | BLADERUNNER: Implemented sanity checks in the 'scene' debugger command | Eugene Sandulenko | |
2018-12-19 | BLADERUNNER: Print scene name in 'scene' debug command | Eugene Sandulenko | |
2018-12-19 | BLADERUNNER: Enhanced 'scene' debugger command | Eugene Sandulenko | |
2018-12-18 | I18N: Update translations templates | Thierry Crozat | |
2018-12-18 | GUI: Fix defaulting of "Use native system file browser" checkbox | Tarek Soliman | |
2018-12-18 | BUILD: Simplify and improve osxsnap target | Thierry Crozat | |
It now uses DIST_FILE_DOCS instead of copying manually each file and also makes sure all the documentation files are identified as text file. | |||
2018-12-18 | I18N: Update translation (Russian) | Alex ASP | |
Currently translated at 100.0% (1059 of 1059 strings) | |||
2018-12-18 | I18N: Update translation (Hebrew) | Matan Bareket | |
Currently translated at 27.1% (287 of 1059 strings) | |||
2018-12-18 | JANITORIAL: Whitespace fixes | Eugene Sandulenko | |
2018-12-17 | SHERLOCK: Speed up other cutscenes to better match the original | Paul Gilbert | |
2018-12-17 | GLK: FROTZ: Remove need for new font style for Runic font | Paul Gilbert | |