index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
glk
/
glk_api.h
Age
Commit message (
Collapse
)
Author
2019-07-24
GLK: Remove redundant function_table arrary and associated functions
Paul Gilbert
The functions have never been used by any of the existing interpreters. Even glulxe, which has dynamic function calling, usies gidispatch_call instead.
2019-04-28
GLK: Implementing more gli object registration
Paul Gilbert
2019-04-17
GLK: GLULXE: Set up method definitions, glkop methods
Paul Gilbert
2019-04-14
GLK: Added core Glk dispatch code
Paul Gilbert
2019-02-16
GLK: FROTZ: Improved setup and handling of fg/bg colors
Paul Gilbert
2018-12-09
GLK: Standardizing uint vs uint32 usage
Paul Gilbert
2018-12-09
GLK: Change all references to glui32 and glsi32 to uint and int
Paul Gilbert
This should finally fix compilation for the Amiga, which had difference sized types. And the renamed types are clearer for ScummVM anyway
2018-12-08
GLK: Beginnings of Sounds manager
Paul Gilbert
2018-12-08
GLK: TADS: Add a number of GLK interface methods
Paul Gilbert
2018-12-08
GLK: Added RawDecoder class for new raw picture data format
Paul Gilbert
2018-12-08
GLK: FROTZ: Beginnings of support for Infocom picture files
Paul Gilbert
2018-12-08
GLK: In progress transforming Blorb code to be a Common::Archive
Paul Gilbert
2018-12-08
GLK: Fix gcc compiler warnings
Paul Gilbert
2018-12-08
GLK: Derive detection from MetaEngine rather than AdvancedMetaEngine
Paul Gilbert
2018-12-08
GLK: Changing class and namespaces from Gargoyle to Glk
Paul Gilbert