aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan3
AgeCommit message (Expand)Author
2019-07-24GLK: Fixing some gcc 8 warningsPaul Gilbert
2019-07-24GLK: ALAN3: Add NL to EOF in attribute.hsluicebox
2019-07-14GLK: ALAN3: Change detections list to use common GlkDetectionEntryPaul Gilbert
2019-07-06GLK: ALAN3: Re-enable ifdefed TODO blockPaul Gilbert
2019-07-06GLK: ALAN3: Remove deprecated args.cppPaul 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: ALAN3: Fix restarting game from quit commandPaul Gilbert
2019-07-06GLK: ALAN3: Fix hang after entering unknown wordPaul Gilbert
2019-07-06GLK: ALAN3: Create GlkDetectedGame base class for simplifying detectionsPaul Gilbert
2019-07-06GLK: ALAN3: Move soundChannel static to GlkIO fieldPaul 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
2019-07-06GLK: ALAN3: Fix setup and outputing of text dataPaul Gilbert
2019-07-06GLK: ALAN3: Further loading fixesPaul Gilbert
2019-07-06GLK: ALAN3: Change header version field from char[4] to byte[4]Paul Gilbert
2019-07-06GLK: ALAN3: Standardize on using syserr for errorsPaul Gilbert
2019-07-06GLK: ALAN3: Fix endianness of loading temporary headerPaul Gilbert
2019-07-06GLK: ALAN3: Context clearing in main loop, add packing to code structuresPaul Gilbert
2019-07-06GLK: ALAN3: Further gcc warning fixesPaul Gilbert
2019-07-06GLK: ALAN3: Add detection logicPaul Gilbert
2019-07-06GLK: ALAN3: Re-enable main game loopPaul Gilbert
2019-07-06GLK: ALAN3: Proper indentation & formattingdreammaster
2019-07-06GLK: ALAN3: Removal of #ifdef blocksPaul Gilbert
2019-07-06GLK: ALAN3: Further warning fixesPaul Gilbert
2019-07-06GLK: ALAN3: Change EOF to a uint32 EOD to fix compiler warningsPaul Gilbert
2019-07-06GLK: ALAN3: Further warning fixesPaul Gilbert
2019-07-06GLK: ALAN3: Initial files commitPaul Gilbert