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-07-21 | JANITORIAL: Glk engine block formatting | Paul Gilbert | |
2019-04-28 | GLK: Implementing more gli object registration | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: Remove gamefile to use proper _gameFile | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: Set up method definitions, glkop methods | Paul Gilbert | |
2019-04-14 | GLK: GLULXE: Stubs for float and operation files | 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 | |