Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-28 | GLK: Fix some compilation errors | Thierry Crozat | |
In-class initialization of members is a c++11 features but several ports use compilers that do not support it. | |||
2018-12-28 | GLK: Fix out of bound access in detection code | Thierry Crozat | |
This caused some random asserts when for example trying to add any game as Common::Str::hasSuffixIgnoreCase could be called with a null pointer. | |||
2018-12-28 | SUPERNOVA: Save sleep savegame at end of normal saves | Thierry Crozat | |
This replaces using slot 999 to save this savegame and allows to properly handle having several playthroughs with a different state when going to sleep. This is also similar to what the original engine was doing. | |||
2018-12-28 | SCI32: Fix QFG4 Rusalka flowers dialogue | Vhati | |
Fixes mixed up text/audio when giving her flowers, bug #10849 | |||
2018-12-28 | SCI: Fix LB1 attic stairs lockup, bug #9949 | sluicebox | |
Fixes a lockup in the original game | |||
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 | README: Clean up formatting, update URLs to use HTTPS, update supported ↵ | Cameron Cawley | |
platforms list | |||
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 | JANITORIAL: Fix comment style for kFeatureSystemBrowserDialog | Matan Bareket | |
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 | README: Fix broken TOC links | Matan Bareket | |
2018-12-25 | README: Remove extranous information about data files | Matan Bareket | |
2018-12-25 | KYRA: (LOL/PC-98) - fix text displayer glitch | athrxx | |
2018-12-25 | KYRA: remove some unnecessary lines | athrxx | |
2018-12-25 | README: Restore XDG screenshot path lost while converting to .md | Bastien Bouclet | |
2018-12-25 | BUILD: Update pandoc options to support different formats/filenames | Matan Bareket | |
2018-12-25 | BUILD: .gitignore README | Matan Bareket | |
2018-12-25 | BUILD: Copy README.md instead of README | Matan Bareket | |
2018-12-25 | BUILD: Add pandoc to Makefile | Matan Bareket | |
2018-12-25 | BUILD: Add pandoc check in configure | Matan Bareket | |
2018-12-25 | README: Cleanup and add list to section #9 | Matan Bareket | |
2018-12-25 | README: Remove plaintext README and add build/pr/weblate shields | Matan Bareket | |
2018-12-25 | README: Highlight additional commands/paths | Matan Bareket | |
2018-12-25 | README: additional Markdown highlights on some commands | Matan Bareket | |
2018-12-25 | README: Remove Configuration OS list from TOC | Matan Bareket | |
2018-12-25 | README: Remove Saved Games OS list from TOC | Matan Bareket | |
2018-12-25 | README: Update README and create a markdown version | Matan Bareket | |
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 | BUILD: Add fonts.dat to packaging rules | Cameron Cawley | |
2018-12-25 | GUI: Attempt to load fonts from fonts.dat if they aren't present in the ↵ | Cameron Cawley | |
theme archive |