aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/hugo/heparse.cpp
AgeCommit message (Collapse)Author
2019-05-15GLK: HUGO: Fix handling of parse errorsPaul Gilbert
Care will really need to be taken in the future if there's any cleanup of fields to the proper 'bool' type. Hugo inconsistency mixes use of true/false in fields that can take non-bool values, such as for full_buffer
2019-05-12GLK: HUGO: Compilation fixesPaul Gilbert
2019-05-12GLK: HUGO: Added hemedia & heresPaul Gilbert
2019-05-11GLK: HUGO: Compilation fixesPaul Gilbert
2019-05-11GLK: HUGO: Add heparsePaul Gilbert