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
/
glulxe
Age
Commit message (
Expand
)
Author
2019-05-24
GLK: TADS2: Soooo much more implementation
Paul Gilbert
2019-05-04
GLK: Create objrocks for saved game file sreams
Paul Gilbert
2019-05-04
GLK: GLULXE: Readded Cragne Manor detection entry
Paul Gilbert
2019-05-03
GLK: GLULXE: Rearrange fields to suppress VS alignment warning
Paul Gilbert
2019-05-03
GLK: GLULXE: Move savegame code into loadGameData/saveGameData
Paul Gilbert
2019-04-29
GLK: GLULXE: Added detection for older versions of English games
Paul Gilbert
2019-04-29
GLK: GLULXE: Added foreign language game detections
Paul Gilbert
2019-04-29
GLK: Fix warnings
Cameron Cawley
2019-04-29
GLK: GLULXE: Adding detection entries
Paul Gilbert
2019-04-28
GLK: Record gli arrays for memory streams
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-20
GLK: GLULXE: Hopeflly fix last uint vs uint32 type clash
Paul Gilbert
2019-04-18
GLK: GLULXE: Fix mismatching typecasts
Paul Gilbert
2019-04-18
GLK: GLULXE: Unicode strings still need to be uint32 *
Paul Gilbert
2019-04-18
GLK: GLULXE: More compilation fixes
Paul Gilbert
2019-04-17
GLK: GLULXE: Compilation fixes by moving a bunch of macros to be actual methods
Paul Gilbert
2019-04-17
GLK: GLULXE: Fix reading game header information
Paul Gilbert
2019-04-17
GLK: GLULXE: astyle formatting
dreammaster
2019-04-17
GLK: GLULXE: Remove gamefile to use proper _gameFile
Paul Gilbert
2019-04-17
GLK: GLULXE: Add miscellaneous missing methods
Paul Gilbert
2019-04-17
GLK: GLULXE: Added vm methods
Paul Gilbert
2019-04-17
GLK: GLULXE: Add string methods
Paul Gilbert
2019-04-17
GLK: GLULXE: Add serial methods
Paul Gilbert
2019-04-17
GLK: GLULXE: Add search methods
Paul Gilbert
2019-04-17
GLK: GLULXE: Add operand methods
Paul Gilbert
2019-04-17
GLK: GLULXE: Added heap methods
Paul Gilbert
2019-04-17
GLK: GLULXE: Added gestalt methods
Paul Gilbert
2019-04-17
GLK: GLULXE: Added funcs methods
Paul Gilbert
2019-04-17
GLK: GLULXE: Added exec methods
Paul Gilbert
2019-04-17
GLK: GLULXE: Added accel methods
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-03-31
GLK: Only check the format of a Blorb file if it has a valid file extension
Cameron Cawley
2019-03-31
GLK: Improved detection of Blorb files
Cameron Cawley
2019-01-02
GLK: Make a _gameFile field in the base Glk engine
Paul Gilbert
2018-12-31
GLK: Standardizing on a common GameDescriptor class for detectors
Paul Gilbert
2018-12-28
GLK: Simplify arrays of valid extensions in detection code
Paul Gilbert
2018-12-19
ENGINES: Add GUIErrorMessageFormat to replace duplicated functions (#1455)
Cameron Cawley
2018-12-14
GLK: Detect game Id clashes across different sub-engines
Paul Gilbert
2018-12-09
GLK: Fix compiler warnings
Paul Gilbert
2018-12-08
GLK: Fix Buildbot identified warnings
Paul Gilbert
2018-12-08
GLK: GLULXE: Validate game file version
Paul Gilbert
2018-12-08
GLK: GLULXE: Skeleton sub-engine
Paul Gilbert