Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-27 | ILLUSIONS: Fix MSVC warnings | Filippos Karapetis | |
- Fix warnings about conversion between float and double - Initialize potentially uninitialized variables | |||
2019-05-27 | CRYO: Fix MSVC warnings | Filippos Karapetis | |
- Add missing default switch cases - Specify packing for structs with pointers to complex objects - Change literal suffixes to uppercase - Replace uses of malloc() with new [] | |||
2019-05-27 | ADL: Fix MSVC warnings | Filippos Karapetis | |
- Change APPLECHAR to APPLEBYTE, when its output is used as a byte - Replace uses of strncpy with Common::strlcpy - Merge redundant switch and if statements - Remove redundant semicolons | |||
2019-05-27 | BLADERUNNER: Show saved game creation date and add play time | David Fioramonti | |
Bumped saved game version to 2 to add play time. Can load version 1 saves and save/load version 2 saves. | |||
2019-05-27 | BLADERUNNER: Restore lines from Grigorian and Izo | Thanasis Antoniou | |
2019-05-27 | BLADERUNNER: Expose info for view in debugger list obj | Thanasis Antoniou | |
2019-05-26 | BLADERUNNER: Fix for View::calculateScreenPosition | Thanasis Antoniou | |
Draw objects in debugger no longer draws mishappen rectangles | |||
2019-05-26 | BLADERUNNER: Item spin command in Debugger | Thanasis Antoniou | |
2019-05-26 | SCI: Fix FPFP CD 'Dummy Msg' message texts | sluicebox | |
Fixes 17 message texts, bug #10964 | |||
2019-05-26 | I18N: Update translations templates | Thierry Crozat | |
2019-05-26 | I18N: Update translation (Italian) | Paolo Bossi | |
Currently translated at 99.9% (1068 of 1069 strings) | |||
2019-05-26 | I18N: Update translation (German) | Lothar Serra Mari | |
Currently translated at 100.0% (1069 of 1069 strings) | |||
2019-05-26 | I18N: Update translation (Danish) | scootergrisen | |
Currently translated at 99.6% (1065 of 1069 strings) | |||
2019-05-25 | SCUMM: HE: Added some names to basketball U32 commands | Eugene Sandulenko | |
2019-05-25 | GLK: TADS2: Amiga compilation fix | Paul Gilbert | |
2019-05-24 | GLK: TADS2: Fix more const loss warnings | dreammaster | |
2019-05-24 | GLK: TADS2: Revert char * statics back to string literals | Paul Gilbert | |
2019-05-24 | GLK: TADS2: Fix uninitialized variable warnings | Paul Gilbert | |
2019-05-24 | GLK: TADS2: Further compilation fixes | dreammaster | |
2019-05-24 | GLK: TADS2: Fix uninitialized variable warnings | Paul Gilbert | |
2019-05-24 | GLK: TADS2: Further compilation fixes | Paul Gilbert | |
2019-05-24 | GLK: TADS2: Compilation fixes | dreammaster | |
2019-05-24 | GLK: TADS2: Fix os initialization | Paul Gilbert | |
2019-05-24 | GLK: Fix freeing closed windows | Paul Gilbert | |
2019-05-24 | GLK: TADS: Don't support RTL | Paul Gilbert | |
2019-05-24 | GLK: TADS2: Added plygo | Paul Gilbert | |
2019-05-24 | GLK: TADS2: Yet more volumous code additions | Paul Gilbert | |
2019-05-24 | GLK: TADS2: Soooo much more implementation | Paul Gilbert | |
2019-05-24 | GLK: TADS2: Added built in functions | Paul Gilbert | |
2019-05-24 | GLK: TADS2: More code files implemented | Paul Gilbert | |
2019-05-24 | GLK: TADS2: Added code for output, run, various miscellaneous | Paul Gilbert | |
2019-05-24 | GLK: TADS2: Added code for tokenizer & vocabulary | Paul Gilbert | |
2019-05-24 | GLK: TADS2: Adding headers | Paul Gilbert | |
2019-05-24 | GLK: TADS: Improved detection to detect TADS version | Paul Gilbert | |
2019-05-24 | GLK: HUGO: Move Hugo engine out of RELEASE_BUILD blocks | Paul Gilbert | |
2019-05-25 | BLADERUNNER: Fixes for UG18 Guzza scene cases | Thanasis Antoniou | |
2019-05-25 | BLADERUNNER: Fix path glitches in UG18 and UG13 | Thanasis Antoniou | |
2019-05-25 | BLADERUNNER: UG18 restored trains and Guzza overlays | Thanasis Antoniou | |
2019-05-25 | TRAVIS: Install curl on Mac OS X instead of curl-openssl | Cameron Cawley | |
2019-05-25 | TRAVIS: Don't run brew update | Cameron Cawley | |
2019-05-24 | NEWS: Improve wording in the German NEWS file | Lothar Serra Mari | |
2019-05-24 | SCI: Fix QFG4 random revenant kopeks, bug #10966 | sluicebox | |
2019-05-24 | CONFIGURE: Update for modern MinGW | Eugene Sandulenko | |
2019-05-24 | SWITCH: Update build instructions in readme.switch | rsn8887 | |
2019-05-24 | SWITCH: Update build instructions etc. in readme.switch | rsn8887 | |
2019-05-23 | SWITCH: Enable gfx filtering by default for better image quality | rsn8887 | |
2019-05-23 | BLADERUNNER: Fix NR11 pathfinding | Thanasis Antoniou | |
Added new method to "remove" bad objects in a scene/nr11 Removed objects, and still there, but they are renamed to "REMOVEDxx" and they won't affect obstacles and paths | |||
2019-05-23 | SCI: Fix QFG4 Runes puzzle, bug #10965 | sluicebox | |
2019-05-22 | CONFIGURE: Add Switch to platforms where debug is off by default | rsn8887 | |
2019-05-23 | BLADERUNNER: Fix mouse in KIA after moonbus massacre ending | Thanasis Antoniou | |