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
/
tads
Age
Commit message (
Collapse
)
Author
2019-05-25
GLK: TADS2: Amiga compilation fix
Paul Gilbert
2019-05-24
GLK: TADS2: Fix more const loss warnings
dreammaster
2019-05-24
GLK: TADS2: Revert char * statics back to string literals
Paul Gilbert
2019-05-24
GLK: TADS2: Fix uninitialized variable warnings
Paul Gilbert
2019-05-24
GLK: TADS2: Further compilation fixes
dreammaster
2019-05-24
GLK: TADS2: Fix uninitialized variable warnings
Paul Gilbert
2019-05-24
GLK: TADS2: Further compilation fixes
Paul Gilbert
2019-05-24
GLK: TADS2: Compilation fixes
dreammaster
2019-05-24
GLK: TADS2: Fix os initialization
Paul Gilbert
2019-05-24
GLK: TADS: Don't support RTL
Paul Gilbert
2019-05-24
GLK: TADS2: Added plygo
Paul Gilbert
2019-05-24
GLK: TADS2: Yet more volumous code additions
Paul Gilbert
2019-05-24
GLK: TADS2: Soooo much more implementation
Paul Gilbert
2019-05-24
GLK: TADS2: Added built in functions
Paul Gilbert
2019-05-24
GLK: TADS2: More code files implemented
Paul Gilbert
2019-05-24
GLK: TADS2: Added code for output, run, various miscellaneous
Paul Gilbert
2019-05-24
GLK: TADS2: Added code for tokenizer & vocabulary
Paul Gilbert
2019-05-24
GLK: TADS2: Adding headers
Paul Gilbert
2019-05-24
GLK: TADS: Improved detection to detect TADS version
Paul Gilbert
2019-04-17
GLK: GLULXE: Add miscellaneous missing methods
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: TADS: Split game list arrays into v2 and v3
Paul Gilbert
2018-12-31
GLK: Standardizing on a common GameDescriptor class for detectors
Paul Gilbert
2018-12-28
GLK: Fix namespace comments
Filippos Karapetis
2018-12-18
JANITORIAL: Whitespace fixes
Eugene Sandulenko
2018-12-14
GLK: Detect game Id clashes across different sub-engines
Paul Gilbert
2018-12-09
GLK: Change all references to glui32 and glsi32 to uint and int
Paul Gilbert
This should finally fix compilation for the Amiga, which had difference sized types. And the renamed types are clearer for ScummVM anyway
2018-12-09
GLK: Fix compiler warnings
Paul Gilbert
2018-12-08
GLK: Fix Buildbot identified warnings
Paul Gilbert
2018-12-08
GLK: TADS: Compilation fixes
Paul Gilbert
2018-12-08
GLK: TADS: Compilation fix
Paul Gilbert
2018-12-08
GLK: TADS: Added Data class
Paul Gilbert
2018-12-08
GLK: TADS: Added cmap file
Paul Gilbert
2018-12-08
GLK: TADS: Add Regex class
Paul Gilbert
2018-12-08
GLK: TADS: Add a number of GLK interface methods
Paul Gilbert
2018-12-08
GLK: TADS: TADS2: Add ler file
Paul Gilbert
2018-12-08
GLK: TADS: GLK window initialization
Paul Gilbert
2018-12-08
GLK: TADS: Add first detection entry, further fallback detection
Paul Gilbert
2018-12-08
GLK: TADS: Skeletons for TADS 2 & 3 subengines, extra detection logic
Paul Gilbert
2018-12-08
GLK: TADS: Skeleton engine
Paul Gilbert