aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/tads/tads2/run.cpp
AgeCommit message (Collapse)Author
2019-09-03GLK: TADS: Fix GCC Compiler WarningsD G Turner
These were several undeclared fallthrough warnings i.e. after error handler cases which will not return and another case of usage of memset on a non-trivial structure which was fixed by using structure constructor methods instead.
2019-05-24GLK: TADS2: Fix uninitialized variable warningsPaul Gilbert
2019-05-24GLK: TADS2: Further compilation fixesdreammaster
2019-05-24GLK: TADS2: Further compilation fixesPaul Gilbert
2019-05-24GLK: TADS2: Added code for output, run, various miscellaneousPaul Gilbert
2019-05-24GLK: TADS2: Adding headersPaul Gilbert