Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-27 | SCI32: Fix GK1 Wolfgang phone obstacle bug, #10853 | sluicebox | |
Fixes bug in original which places ego outside the room's obstacle boundary | |||
2018-12-27 | SCI32: Fix regression in VMD player | Filippos Karapetis | |
2018-12-27 | Revert "ADL: Refactor opcode tables" | Walter van Niftrik | |
This reverts commit 76a0c20481bd68d60d8347fd922a74b292421d51. | |||
2018-12-27 | ADL: Refactor opcode tables | Walter van Niftrik | |
2018-12-27 | GLK: ALAN2: Initial skeleton sub-engine | Filippos Karapetis | |
2018-12-27 | GLK: FROTZ: Don't show Beyond Zork title when loading save from launcher | Paul Gilbert | |
2018-12-27 | GLK: MAGNETIC: Initial skeleton sub-engine | Paul Gilbert | |
2018-12-26 | KYRA: (LOL) - fix #10764 (Cannot Use Vaelan's Cube) | athrxx | |
2018-12-26 | ADL: Silence float conversion warning | Walter van Niftrik | |
2018-12-26 | ADL: Fix shadowing warning in some versions of GCC | Walter van Niftrik | |
2018-12-26 | ADL: Add debug function to load commands from file | Walter van Niftrik | |
2018-12-25 | KYRA: (LOL/PC-98) - fix text displayer glitch | athrxx | |
2018-12-25 | KYRA: remove some unnecessary lines | athrxx | |
2018-12-25 | ADL: Change comment for hires6 detection entry | Walter van Niftrik | |
This detection entry also matches the floppy release. While the version on the Roberta Williams Anthology has been patched to remove the copy protection, this patch lies outside of our md5sum range. | |||
2018-12-25 | ZVISION: Attempt to load fallback fonts from fonts.dat | Cameron Cawley | |
2018-12-25 | WINTERMUTE: Attempt to load fallback fonts from fonts.dat | Cameron Cawley | |
2018-12-25 | BLADERUNNER: Remove setBlackColor (for internal font shadow emulation) | antoniou79 | |
2018-12-25 | BLADERUNNER: Remove fallback to internal font | antoniou79 | |
2018-12-25 | BLADERUNNER: Clear up old TODO in subtitles.cpp | antoniou79 | |
2018-12-25 | BLADERUNNER: Removed old fixes for internal TAHOMA18 | Thanasis Antoniou | |
2018-12-25 | BLADERUNNER: Removed redundant header inclusion | Thanasis Antoniou | |
2018-12-25 | BLADERUNNER: Fix conflict with outtakes.cpp | Thanasis Antoniou | |
2018-12-25 | BLADERUNNER: Override original FONT and TRE | Thanasis Antoniou | |
2018-12-25 | BLADERUNNER more comments on calculatePosition workings | Thanasis Antoniou | |
A bit of cleaning up of Subtitles::calculatePosition() method adding comments. | |||
2018-12-25 | BLADERUNNER: switch clause in fonts and style fixes | antoniou79 | |
2018-12-25 | BLADERUNNER: removed BLADERUNNER_SUBTITLES_EXTERNAL_FONT | antoniou79 | |
2018-12-25 | BLADERUNNER: SUBTITLES.MIX pack support | antoniou79 | |
2018-12-25 | BLADERUNNER: setSubtitlesEnabled also calls synchSoundSettings | Thanasis Antoniou | |
2018-12-25 | BLADERUNNER: Removed compile time macros, added synch with GUI | Thanasis Antoniou | |
2018-12-25 | BLADERUNNER: Added subtitles support and checkbox in KIA | Thanasis Antoniou | |
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 | 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 | 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-19 | GLK: FROTZ: Screen rendering after loading savegame from launcher | Paul Gilbert | |
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 | |