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
Age
Commit message (
Expand
)
Author
2018-12-08
GLK: Further work on game detection
Paul Gilbert
2018-12-08
GLK: Adding extra fields to the savegame format for validation
Paul Gilbert
2018-12-08
GLK: Fixes for file stream reading
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: SCOTT: Switch command line options setup to use ConfigMan
Paul Gilbert
2018-12-08
GLK: SCOTT: Camel case method names
Paul Gilbert
2018-12-08
GLK: Prompt for keypress when game is exited
Paul Gilbert
2018-12-08
GLK: Fix processing input after Enter is pressed
Paul Gilbert
2018-12-08
GLK: Fix having space between prmpt and input text
Paul Gilbert
2018-12-08
GLK: Fix showing input text to the right of input prompt
Paul Gilbert
2018-12-08
GLK: Cleanup of formatting in text buffer window class
Paul Gilbert
2018-12-08
GLK: Change key handle if block to a switch statement
Paul Gilbert
2018-12-08
GLK: Cleanup of comments in text window classes
Paul Gilbert
2018-12-08
GLK: Fix placement of input cursor
Paul Gilbert
2018-12-08
GLK: Proper handling of font baseline and leading
Paul Gilbert
2018-12-08
GLK: Add drawCaret method
Paul Gilbert
2018-12-08
GLK: Don't have borders between windows by default
Paul Gilbert
2018-12-08
GLK: Text is partially displaying in the buffer window
Paul Gilbert
2018-12-08
GLK: Fix rendering text in text grid windows
Paul Gilbert
2018-12-08
GLK: Further configuration fixes
Paul Gilbert
2018-12-08
GLK: Add missing configuration defaults
Paul Gilbert
2018-12-08
GLK: Fix calculation of text grid height
Paul Gilbert
2018-12-08
GLK: Fix Attributes equality checks
Paul Gilbert
2018-12-08
GLK: Add game frames to actually render the screen
Paul Gilbert
2018-12-08
GLK: Added pair window drawing
Paul Gilbert
2018-12-08
GLK: Set Windows fields from int to bool
Paul Gilbert
2018-12-08
GLK: Changes of NULL to nullptr
Paul Gilbert
2018-12-08
GLK: Fix fg/bg window color initialization
Paul Gilbert
2018-12-08
GLK: Converted fillRect to use a Rect to specify bounds
Paul Gilbert
2018-12-08
GLK: Implement font drawing methods
Paul Gilbert
2018-12-08
GLK: Move font method stubs from Screen to Fonts
Paul Gilbert
2018-12-08
GLK: SCOTT: Exit game when ScummVM is closed
Paul Gilbert
2018-12-08
GLK: SCOTT: Fix loading game data
Paul Gilbert
2018-12-08
GLK: Fix initialization of text buffer window lines
Paul Gilbert
2018-12-08
GLK: Add loading of TrueType fonts
Paul Gilbert
2018-12-08
GLK: Beginnings of font handling
Paul Gilbert
2018-12-08
GLK: Handle more user events
Paul Gilbert
2018-12-08
GLK: Logic for keypress event handling
Paul Gilbert
2018-12-08
GLK: Beginnings of event handling
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
[next]