aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glk_types.h
AgeCommit message (Expand)Author
2019-11-27GLK: AGT: Skeleton enginePaul Gilbert
2019-11-11GLK: ARCHETYPE: Skeleton enginePaul Gilbert
2019-10-11GLK: Revert Amiga compilation fixPaul Gilbert
2019-10-11GLK: Make glui32 match uint to hopefully prevent Amiga compilation errorsPaul Gilbert
2019-09-29GLK: Changing ScummGlk engine name to GlkPaul Gilbert
2019-09-29GLK: QUEST: Initial subengine commitPaul Gilbert
2019-09-25GLK: ADRIFT: Skeleton sub-engine commitPaul Gilbert
2019-06-16GLK: Change savegame interpreter Ids from index to 4 byte codePaul Gilbert
2019-04-28GLK: GLULXE: init_dispatch wasn't being calledPaul Gilbert
2019-04-28GLK: Implementing more gli object registrationPaul Gilbert
2019-04-18GLK: GLULXE: Unicode strings still need to be uint32 *Paul Gilbert
2019-04-18GLK: GLULXE: Fix type difference of uint32 vs unitPaul Gilbert
2019-04-17GLK: GLULXE: Add string methodsPaul Gilbert
2019-04-17GLK: GLULXE: Set up method definitions, glkop methodsPaul Gilbert
2019-04-14GLK: Avoid clashes of types with union field namesPaul Gilbert
2019-04-14GLK: Fix compiler warnings for dispatch layerPaul Gilbert
2019-04-14GLK: Added core Glk dispatch codePaul Gilbert
2019-02-17GLK: FROTZ: More properly fix transparency handling of headerPaul Gilbert
2019-01-02GLK: FROTZ: Add support for pair windows to have more than 2 childrenPaul Gilbert
2019-01-02GLK: FROTZ: Setting window positon & size, some property readingPaul Gilbert
2018-12-17GLK: FROTZ: Remove need for new font style for Runic fontPaul Gilbert
2018-12-17GLK: FROTZ: Use the Noto runic font for runesTorbjörn Andersson
2018-12-09GLK: Standardizing uint vs uint32 usagePaul Gilbert
2018-12-09GLK: Change all references to glui32 and glsi32 to uint and intPaul Gilbert
2018-12-09GLK: Hopefully finally fix Amiga compilationPaul Gilbert
2018-12-08GLK: GLULXE: Skeleton sub-enginePaul Gilbert
2018-12-08GLK: Beginnings of Sounds managerPaul Gilbert
2018-12-08GLK: TADS: Skeletons for TADS 2 & 3 subengines, extra detection logicPaul Gilbert
2018-12-08GLK: FROTZ: Don't have a Y margin above title barPaul Gilbert
2018-12-08GLK: Changing class and namespaces from Gargoyle to GlkPaul Gilbert
2018-12-08GLK: Changing gargoyle folder to glkPaul Gilbert