aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/hugo/hemisc.cpp
AgeCommit message (Collapse)Author
2019-07-24GLK: Fixing some gcc 8 warningsPaul Gilbert
2019-05-15GLK: HUGO: Support loading savegames from launcherPaul Gilbert
2019-05-12GLK: HUGO: Fixes for startup and shutdownPaul Gilbert
2019-05-12GLK: HUGO: Removed unneeded method stubsPaul Gilbert
2019-05-11GLK: HUGO: Compilation fixesPaul Gilbert
2019-05-11GLK: HUGO: NULL to nullptr, Amiga compilation fixPaul Gilbert
2019-05-11GLK: HUGO: Add heparsePaul Gilbert
2019-05-11GLK: HUGO: Add heexprPaul Gilbert
2019-05-11GLK: HUGO: Compilation fixesPaul Gilbert
2019-05-11GLK: HUGO: Replace contents of hemiscPaul Gilbert
Unlike initally where I was ripping out parts of the file and making code changes, this version is intended to be more identical to the original, except for the functions being made class methods. This should make it easier to apply any further upstream code changes to the codebase in the future
2019-05-10GLK: HUGO: Added hemisc, htokens, and stringfn filesPaul Gilbert