aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/tads/tads2/runtime_driver.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 more const loss warningsdreammaster
2019-05-24GLK: TADS2: Further compilation fixesdreammaster
2019-05-24GLK: TADS2: Further compilation fixesPaul Gilbert
2019-05-24GLK: TADS2: Yet more volumous code additionsPaul Gilbert
2019-05-24GLK: TADS2: Soooo much more implementationPaul Gilbert