aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/tads/tads2
AgeCommit message (Collapse)Author
2019-01-02GLK: Make a _gameFile field in the base Glk enginePaul Gilbert
2018-12-28GLK: Fix namespace commentsFilippos Karapetis
2018-12-18JANITORIAL: Whitespace fixesEugene Sandulenko
2018-12-09GLK: Change all references to glui32 and glsi32 to uint and intPaul Gilbert
This should finally fix compilation for the Amiga, which had difference sized types. And the renamed types are clearer for ScummVM anyway
2018-12-08GLK: TADS: Compilation fixesPaul Gilbert
2018-12-08GLK: TADS: Compilation fixPaul Gilbert
2018-12-08GLK: TADS: Added Data classPaul Gilbert
2018-12-08GLK: TADS: Added cmap filePaul Gilbert
2018-12-08GLK: TADS: Add Regex classPaul Gilbert
2018-12-08GLK: TADS: Add a number of GLK interface methodsPaul Gilbert
2018-12-08GLK: TADS: TADS2: Add ler filePaul Gilbert
2018-12-08GLK: TADS: Skeletons for TADS 2 & 3 subengines, extra detection logicPaul Gilbert