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_types.h
Age
Commit message (
Expand
)
Author
2019-06-16
GLK: Change savegame interpreter Ids from index to 4 byte code
Paul Gilbert
2019-04-28
GLK: GLULXE: init_dispatch wasn't being called
Paul Gilbert
2019-04-28
GLK: Implementing more gli object registration
Paul Gilbert
2019-04-18
GLK: GLULXE: Unicode strings still need to be uint32 *
Paul Gilbert
2019-04-18
GLK: GLULXE: Fix type difference of uint32 vs unit
Paul Gilbert
2019-04-17
GLK: GLULXE: Add string methods
Paul Gilbert
2019-04-17
GLK: GLULXE: Set up method definitions, glkop methods
Paul Gilbert
2019-04-14
GLK: Avoid clashes of types with union field names
Paul Gilbert
2019-04-14
GLK: Fix compiler warnings for dispatch layer
Paul Gilbert
2019-04-14
GLK: Added core Glk dispatch code
Paul Gilbert
2019-02-17
GLK: FROTZ: More properly fix transparency handling of header
Paul Gilbert
2019-01-02
GLK: FROTZ: Add support for pair windows to have more than 2 children
Paul Gilbert
2019-01-02
GLK: FROTZ: Setting window positon & size, some property reading
Paul Gilbert
2018-12-17
GLK: FROTZ: Remove need for new font style for Runic font
Paul Gilbert
2018-12-17
GLK: FROTZ: Use the Noto runic font for runes
Torbjörn Andersson
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-09
GLK: Hopefully finally fix Amiga compilation
Paul Gilbert
2018-12-08
GLK: GLULXE: Skeleton sub-engine
Paul Gilbert
2018-12-08
GLK: Beginnings of Sounds manager
Paul Gilbert
2018-12-08
GLK: TADS: Skeletons for TADS 2 & 3 subengines, extra detection logic
Paul Gilbert
2018-12-08
GLK: FROTZ: Don't have a Y margin above title bar
Paul Gilbert
2018-12-08
GLK: Changing class and namespaces from Gargoyle to Glk
Paul Gilbert
2018-12-08
GLK: Changing gargoyle folder to glk
Paul Gilbert