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.cpp
Age
Commit message (
Expand
)
Author
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-02-16
GLK: FROTZ: Improved setup and handling of fg/bg colors
Paul Gilbert
2019-01-31
GLK: Change use of RGB tuplets to uint
Paul Gilbert
2019-01-04
GLK: FROTZ: Only wait for keypress in Beyond Zork title if mg1 present
Paul Gilbert
2019-01-02
GLK: FROTZ: Add support for pair windows to have more than 2 children
Paul Gilbert
2018-12-31
GLK: Splitting font related info from Conf into their own classes
Paul Gilbert
2018-12-28
GLK: FROTZ: Implement PageUp/PageDn scrolling of desc area in Beyond Zork
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
2018-12-08
GLK: Sound volume and pausing methods
Paul Gilbert
2018-12-08
GLK: Fix Buildbot identified warnings
Paul Gilbert
2018-12-08
GLK: FROTZ: Further sound handling
Paul Gilbert
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: Mark text strings as translateable
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: Implementing picture loading
Paul Gilbert
2018-12-08
GLK: SCOTT: Don't show another line prompt when game is exiting
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