aboutsummaryrefslogtreecommitdiff
path: root/engines/glk
AgeCommit message (Expand)Author
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
2019-07-06GLK: ALAN3: Remove adventureName variablePaul Gilbert
2019-07-06GLK: ALAN3: Minor errors cleanupPaul Gilbert
2019-07-06GLK: ALAN3: Remove deprecated glkstart.cppPaul Gilbert
2019-07-06GLK: ALAN3: Wrap playererr and terminate methods in contextPaul Gilbert
2019-07-06GLK: ALAN3: Wrapping method calls in longjmp replacement macrosPaul Gilbert
2019-07-06GLK: ALAN3: Implement savegame codePaul Gilbert
2019-07-06GLK: ALAN3: Fix quitting game from input line when window closedPaul Gilbert
2019-07-06GLK: ALAN3: Hook up empty lines to forfeit longjmp replacementPaul Gilbert
2019-07-06GLK: ALAN3: Outer game loop to handle forfeit setjmp replacementPaul Gilbert
2019-07-06GLK: ALAN3: Fix jumps.h macrosPaul Gilbert