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
/
gargoyle
/
glk.cpp
Age
Commit message (
Expand
)
Author
2018-12-08
GLK: Add miscellaneous stream methods
Paul Gilbert
2018-12-08
GLK: Fix refreshing grid windows when text is changed
Paul Gilbert
2018-12-08
GLK: Adding extra fields to the savegame format for validation
Paul Gilbert
2018-12-08
GLK: Adding file stream opening and closing
Paul Gilbert
2018-12-08
GLK: Merge Files class into existing Streams class
Paul Gilbert
2018-12-08
GLK: Add glk style hint methods
Paul Gilbert
2018-12-08
GLK: Added glk style methods
Paul Gilbert
2018-12-08
GLK: Create glk fileref methods
Paul Gilbert
2018-12-08
GLK: Beginnings of file reference handling
Paul Gilbert
2018-12-08
GLK: Prompt for keypress when game is exited
Paul Gilbert
2018-12-08
GLK: Changes of NULL to nullptr
Paul Gilbert
2018-12-08
GLK: Converted fillRect to use a Rect to specify bounds
Paul Gilbert
2018-12-08
GLK: Added input window focus, and cleanup of event method stubs
Paul Gilbert
2018-12-08
GLK: Added time and date glk functions
Paul Gilbert
2018-12-08
GLK: Added unicode case methods
Paul Gilbert
2018-12-08
GLK: More glk stream functions
Paul Gilbert
2018-12-08
GLK: Added more glk stream commands
Paul Gilbert
2018-12-08
GLK: Adding glk stream methods
Paul Gilbert
2018-12-08
GLK: Miscellaneous glk methods
Paul Gilbert
2018-12-08
GLK: More window glk methods
Paul Gilbert
2018-12-08
GLK: Adding more window glk methods
Paul Gilbert
2018-12-08
GLK: Adding more window glk methods
Paul Gilbert
2018-12-08
GLK: Adding glk window methods
Paul Gilbert
2018-12-08
GLK: Added window getSize methods
Paul Gilbert
2018-12-08
GLK: Window rearrangement methods
Paul Gilbert
2018-12-08
GLK: Added window closing, some structures cleanup
Paul Gilbert
2018-12-08
GLK: Start of window character output
Paul Gilbert
2018-12-08
GLK: Setting up of configuration loading
Paul Gilbert
2018-12-08
GLK: Adding stream open/closing
Paul Gilbert
2018-12-08
GLK: Starting to flesh out stream classes
Paul Gilbert
2018-12-08
GLK: Skeleton implementation of window text stream
Paul Gilbert
2018-12-08
GLK: Added glk_set_window
Paul Gilbert
2018-12-08
GLK: Add window creation
Paul Gilbert
2018-12-08
GLK: SCOTT: Initial conversion of ScottFree
Paul Gilbert
2018-12-08
GLK: Interpreters now derive from GargoyleEngine via Glk
Paul Gilbert
2018-12-08
GLK: More outer engine structure, and cleanup
Paul Gilbert
2018-12-08
GLK: Added stubs for Glk methods
Paul Gilbert
2018-12-08
GLK: Add stub classes for sub-engine components
Paul Gilbert