aboutsummaryrefslogtreecommitdiff
path: root/engines/glk
AgeCommit message (Expand)Author
2019-07-27GLK: FROTZ: Make missing MG1 or Blorbs for v6 games an errorPaul Gilbert
2019-07-27GLK: FROTZ: Fix reading placeholder rects from Blorb filesPaul Gilbert
2019-07-27GLK: FROTZ: Add detection for Infocom game Blorb files available at if-archivePaul Gilbert
2019-07-26GLK: FROTZ: This reverts commit 10a5b70b0af167c1f154a4c9dbe8829fe966fffa.Paul Gilbert
2019-07-25GLK: Fix uninitialized variable warningPaul Gilbert
2019-07-24GLK: Fixing some gcc 8 warningsPaul Gilbert
2019-07-24GLK: Remove redundant function_table arrary and associated functionsPaul Gilbert
2019-07-24GLK: ALAN3: Add NL to EOF in attribute.hsluicebox
2019-07-24GLK: FROTZ: Fix GCC Compilation Error from Missing Format StringD G Turner
2019-07-21JANITORIAL: Glk engine block formattingPaul Gilbert
2019-07-14GLK: TADS2: Fix duplicate detectionPaul Gilbert
2019-07-14GLK: ALAN3: Change detections list to use common GlkDetectionEntryPaul Gilbert
2019-07-14GLK: ALAN2: Change detections list to use common GlkDetectionEntryPaul Gilbert
2019-07-14GLK: ADVSYS: Change detections list to use common GlkDetectionEntryPaul Gilbert
2019-07-12GLK: Fix incorrect "End of namespace ..." comments.Torbjörn Andersson
2019-07-11GLK: TADS2: Add detection entries for remaining gamesPaul Gilbert
2019-07-11GLK: TADS2: Added English detection entriesPaul Gilbert
2019-07-09GLK: TADS3: Adding detection entriesPaul Gilbert
2019-07-09GLK: TADS2: Added Adventions detection entriesPaul Gilbert
2019-07-09GLK: TADS2: Move detection entry structure into Glk base namespacePaul Gilbert
2019-07-07GLK: Fix off-by-one memory readLe Philousophe
2019-07-06GLK: ALAN3: Re-enable ifdefed TODO blockPaul Gilbert
2019-07-06GLK: ALAN3: Remove deprecated args.cppPaul Gilbert
2019-07-06GLK: ALAN3: Move Alan3 out of release build ifdefPaul Gilbert
2019-07-06GLK: ALAN3: One final attempt at an openpandora fixPaul Gilbert
2019-07-06GLK: ALAN3: Another attempt at an openpandora fixPaul Gilbert
2019-07-06GLK: ALAN3: Refactoring save code to see if it fixes openpandora gccPaul Gilbert
2019-07-06GLK: ALAN3: Fix gcc errorsPaul Gilbert
2019-07-06GLK: Fix various gcc warningsPaul Gilbert
2019-07-06GLK: ALAN3: Fix gcc errorsPaul Gilbert
2019-07-06GLK: ALAN2: Cleanup of unused variablesPaul Gilbert
2019-07-06GLK: ALAN3: Fix restarting game from quit commandPaul Gilbert
2019-07-06GLK: ALAN3: Fix hang after entering unknown wordPaul Gilbert
2019-07-06GLK: Properly handle sound setupPaul Gilbert
2019-07-06GLK: GLULXE: Fix MSVC field alignment warningsPaul Gilbert
2019-07-06GLK: Change other sub-engines to use GlkDetectedGamePaul Gilbert
2019-07-06GLK: ALAN3: Create GlkDetectedGame base class for simplifying detectionsPaul Gilbert
2019-07-06GLK: Fix playback of Blorb AIFF chunksPaul Gilbert
2019-07-06GLK: ALAN3: Move soundChannel static to GlkIO fieldPaul Gilbert
2019-07-06GLK: Properly free pair window children on exitPaul Gilbert
2019-07-06GLK: ALAN3: Fix double-free of memory arrayPaul Gilbert
2019-07-06GLK: ALAN3: Fix gcc warningPaul Gilbert
2019-07-06GLK: ALAN3: Further refactoring of setjmp callsPaul Gilbert
2019-07-06GLK: ALAN3: Add loading savegame from launcherPaul Gilbert
2019-07-06GLK: ALAN3: Fix Valgrind identified memory issuesPaul Gilbert
2019-07-06GLK: ALAN3: Merge saving & loading code, loading fixesPaul Gilbert
2019-07-06GLK: ALAN3: Making GlkIO base classPaul Gilbert
2019-07-06GLK: ALAN3: Move readline.cpp into glkio.cppPaul Gilbert
2019-07-06GLK: ALAN3: Move term.cpp code into glkio.cppPaul Gilbert
2019-07-06GLK: ALAN3: Move some Glk interface methods to glkio.cppPaul Gilbert