scummvm/engines/glk/hugo
Paul Gilbert 44dd967a7e GLK: HUGO: Fix Tales of the Travelling Swordsman crash
Vanilla hugo limits spaces printed in the GO_TO code block
to the fixed width of a line. But since Glk doesn't have a
predetermined width, when the game specified a width of 7fffh,
it crashed trying to buffer out a string that actual length.
This new fix simply limits spaces to at most 20.
2020-08-29 18:02:15 -07:00
..
detection_tables.h
detection.cpp
detection.h
heexpr.cpp
heglk.cpp GLK: HUGO: Fix hang closing ScummVM window 2020-08-29 14:23:57 -07:00
hemedia.cpp GLK: HUGO: Properly fix display images 2020-08-29 13:59:52 -07:00
hemisc.cpp
heobject.cpp
heparse.cpp
heres.cpp GLK: HUGO: Properly fix display images 2020-08-29 13:59:52 -07:00
herun.cpp GLK: HUGO: Fix Tales of the Travelling Swordsman crash 2020-08-29 18:02:15 -07:00
heset.cpp
htokens.cpp
htokens.h
hugo_defines.h
hugo_types.h
hugo.cpp GLK: HUGO: Properly fix display images 2020-08-29 13:59:52 -07:00
hugo.h GLK: HUGO: Properly fix display images 2020-08-29 13:59:52 -07:00
resource_archive.cpp GLK: HUGO: Properly fix display images 2020-08-29 13:59:52 -07:00
resource_archive.h GLK: HUGO: Properly fix display images 2020-08-29 13:59:52 -07:00
stringfn.cpp
stringfn.h