aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-28GLK: FROTZ: Implement PageUp/PageDn scrolling of desc area in Beyond ZorkPaul Gilbert
2018-12-28GLK: Simplify arrays of valid extensions in detection codePaul Gilbert
Suggested by Sev as a way to avoid having both arrays and array sizes
2018-12-28GLK: Fix multiple definitions of litCount variableThierry Crozat
2018-12-28GLK: Attemp to fix multiple definitions link errorsThierry Crozat
2018-12-28GLK: Fix some compilation errorsThierry Crozat
In-class initialization of members is a c++11 features but several ports use compilers that do not support it.
2018-12-28GLK: Fix out of bound access in detection codeThierry 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-28SUPERNOVA: Save sleep savegame at end of normal savesThierry 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-28SCI32: Fix QFG4 Rusalka flowers dialogueVhati
Fixes mixed up text/audio when giving her flowers, bug #10849
2018-12-28SCI: Fix LB1 attic stairs lockup, bug #9949sluicebox
Fixes a lockup in the original game
2018-12-28GLK: ALAN2: Cleanup, merge some functions, move comments to headersFilippos Karapetis
2018-12-28GLK: ALAN2: Adapt C-style enums / structsFilippos Karapetis
2018-12-28GLK: ALAN2: Adapt C-style enums and align commentsFilippos Karapetis
2018-12-28GLK: ALAN2: Move comments to header filesFilippos Karapetis
2018-12-28GLK: Fix namespace commentsFilippos Karapetis
2018-12-28GLK: ALAN2: Indentation fixesFilippos Karapetis
2018-12-28GLK: ALAN2: Formatting fixesFilippos Karapetis
2018-12-28GLK: ALAN2: Fix compilationFilippos Karapetis
2018-12-28GLK: ALAN2: Initial work on the Alan2 subengineFilippos Karapetis
2018-12-28SCI32: Remove obsolete script patchesLars Skovlund
2018-12-28SCI32: Display plane id base in version console commandLars Skovlund
2018-12-28SCI32: Add feature detection for plane id baseLars Skovlund
This provides a generic fix for AddScreenItem crashes in early SCI32 floppy games that have previously required individual script patches.
2018-12-27SCI32: Fix GK1 Wolfgang phone obstacle bug, #10853sluicebox
Fixes bug in original which places ego outside the room's obstacle boundary
2018-12-27README: Clean up formatting, update URLs to use HTTPS, update supported ↵Cameron Cawley
platforms list
2018-12-27SCI32: Fix regression in VMD playerFilippos Karapetis
2018-12-27Revert "ADL: Refactor opcode tables"Walter van Niftrik
This reverts commit 76a0c20481bd68d60d8347fd922a74b292421d51.
2018-12-27ADL: Refactor opcode tablesWalter van Niftrik
2018-12-27GLK: ALAN2: Initial skeleton sub-engineFilippos Karapetis
2018-12-27GLK: FROTZ: Don't show Beyond Zork title when loading save from launcherPaul Gilbert
2018-12-27GLK: MAGNETIC: Initial skeleton sub-enginePaul Gilbert
2018-12-26KYRA: (LOL) - fix #10764 (Cannot Use Vaelan's Cube)athrxx
2018-12-26JANITORIAL: Fix comment style for kFeatureSystemBrowserDialogMatan Bareket
2018-12-26ADL: Silence float conversion warningWalter van Niftrik
2018-12-26ADL: Fix shadowing warning in some versions of GCCWalter van Niftrik
2018-12-26ADL: Add debug function to load commands from fileWalter van Niftrik
2018-12-25README: Fix broken TOC linksMatan Bareket
2018-12-25README: Remove extranous information about data filesMatan Bareket
2018-12-25KYRA: (LOL/PC-98) - fix text displayer glitchathrxx
2018-12-25KYRA: remove some unnecessary linesathrxx
2018-12-25README: Restore XDG screenshot path lost while converting to .mdBastien Bouclet
2018-12-25BUILD: Update pandoc options to support different formats/filenamesMatan Bareket
2018-12-25BUILD: .gitignore READMEMatan Bareket
2018-12-25BUILD: Copy README.md instead of READMEMatan Bareket
2018-12-25BUILD: Add pandoc to MakefileMatan Bareket
2018-12-25BUILD: Add pandoc check in configureMatan Bareket
2018-12-25README: Cleanup and add list to section #9Matan Bareket
2018-12-25README: Remove plaintext README and add build/pr/weblate shieldsMatan Bareket
2018-12-25README: Highlight additional commands/pathsMatan Bareket
2018-12-25README: additional Markdown highlights on some commandsMatan Bareket
2018-12-25README: Remove Configuration OS list from TOCMatan Bareket
2018-12-25README: Remove Saved Games OS list from TOCMatan Bareket