Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-28 | GLK: ALAN2: Cleanup, merge some functions, move comments to headers | Filippos Karapetis | |
2018-12-28 | GLK: ALAN2: Adapt C-style enums / structs | Filippos Karapetis | |
2018-12-28 | GLK: ALAN2: Adapt C-style enums and align comments | Filippos Karapetis | |
2018-12-28 | GLK: ALAN2: Move comments to header files | Filippos Karapetis | |
2018-12-28 | GLK: Fix namespace comments | Filippos Karapetis | |
2018-12-28 | GLK: ALAN2: Indentation fixes | Filippos Karapetis | |
2018-12-28 | GLK: ALAN2: Formatting fixes | Filippos Karapetis | |
2018-12-28 | GLK: ALAN2: Fix compilation | Filippos Karapetis | |
2018-12-28 | GLK: ALAN2: Initial work on the Alan2 subengine | Filippos Karapetis | |
2018-12-28 | SCI32: Remove obsolete script patches | Lars Skovlund | |
2018-12-28 | SCI32: Display plane id base in version console command | Lars Skovlund | |
2018-12-28 | SCI32: Add feature detection for plane id base | Lars Skovlund | |
This provides a generic fix for AddScreenItem crashes in early SCI32 floppy games that have previously required individual script patches. | |||
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 |