aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2018-12-08GLK: Create glk fileref methodsPaul Gilbert
2018-12-08GLK: Beginnings of file reference handlingPaul Gilbert
2018-12-08GLK: SCOTT: Switch command line options setup to use ConfigManPaul Gilbert
2018-12-08GLK: SCOTT: Camel case method namesPaul Gilbert
2018-12-08GLK: Prompt for keypress when game is exitedPaul Gilbert
2018-12-08GLK: Fix processing input after Enter is pressedPaul Gilbert
2018-12-08GLK: Fix having space between prmpt and input textPaul Gilbert
2018-12-08GLK: Fix showing input text to the right of input promptPaul Gilbert
2018-12-08GLK: Cleanup of formatting in text buffer window classPaul Gilbert
2018-12-08GLK: Change key handle if block to a switch statementPaul Gilbert
2018-12-08GLK: Cleanup of comments in text window classesPaul Gilbert
2018-12-08GLK: Fix placement of input cursorPaul Gilbert
2018-12-08GLK: Proper handling of font baseline and leadingPaul Gilbert
2018-12-08GLK: Add drawCaret methodPaul Gilbert
2018-12-08GLK: Don't have borders between windows by defaultPaul Gilbert
2018-12-08GLK: Text is partially displaying in the buffer windowPaul Gilbert
2018-12-08GLK: Fix rendering text in text grid windowsPaul Gilbert
2018-12-08GLK: Further configuration fixesPaul Gilbert
2018-12-08GLK: Add missing configuration defaultsPaul Gilbert
2018-12-08GLK: Fix calculation of text grid heightPaul Gilbert
2018-12-08GLK: Fix Attributes equality checksPaul Gilbert
2018-12-08GLK: Add game frames to actually render the screenPaul Gilbert
2018-12-08GLK: Added pair window drawingPaul Gilbert
2018-12-08GLK: Set Windows fields from int to boolPaul Gilbert
2018-12-08GLK: Changes of NULL to nullptrPaul Gilbert
2018-12-08GLK: Fix fg/bg window color initializationPaul Gilbert
2018-12-08GLK: Converted fillRect to use a Rect to specify boundsPaul Gilbert
2018-12-08GLK: Implement font drawing methodsPaul Gilbert
2018-12-08GLK: Move font method stubs from Screen to FontsPaul Gilbert
2018-12-08GLK: SCOTT: Exit game when ScummVM is closedPaul Gilbert
2018-12-08GLK: SCOTT: Fix loading game dataPaul Gilbert
2018-12-08GLK: Fix initialization of text buffer window linesPaul Gilbert
2018-12-08GLK: Add loading of TrueType fontsPaul Gilbert
2018-12-08GLK: Beginnings of font handlingPaul Gilbert
2018-12-08GLK: Handle more user eventsPaul Gilbert
2018-12-08GLK: Logic for keypress event handlingPaul Gilbert
2018-12-08GLK: Beginnings of event handlingPaul Gilbert
2018-12-08GLK: Added input window focus, and cleanup of event method stubsPaul Gilbert
2018-12-08GLK: Added time and date glk functionsPaul Gilbert
2018-12-08GLK: Added unicode case methodsPaul Gilbert
2018-12-08GLK: More glk stream functionsPaul Gilbert
2018-12-08GLK: Added more glk stream commandsPaul Gilbert
2018-12-08GLK: Adding glk stream methodsPaul Gilbert
2018-12-08GLK: Miscellaneous glk methodsPaul Gilbert
2018-12-08GLK: More window glk methodsPaul Gilbert
2018-12-08GLK: Adding more window glk methodsPaul Gilbert
2018-12-08GLK: Adding more window glk methodsPaul Gilbert
2018-12-08GLK: Adding glk window methodsPaul Gilbert
2018-12-08GLK: Added window getSize methodsPaul Gilbert
2018-12-08GLK: Window rearrangement methodsPaul Gilbert