aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2018-12-08GLK: Added a fonts.dat Zip archive containing the fontsPaul Gilbert
2018-12-08GLK: Allow video mode to be specified in the configurationPaul Gilbert
2018-12-08GLK: Fix selection area getting removed when mouse button was releasedPaul Gilbert
2018-12-08GLK: Text selection highlighting is now workingPaul Gilbert
2018-12-08GLK: Fix display of mouse cursorPaul Gilbert
2018-12-08GLK: In progress adding mouse cursorsPaul Gilbert
2018-12-08GLK: Workaround to show caret for second line entry onwardsPaul Gilbert
2018-12-08GLK: SCOTT: Fix loading and saving gamesPaul Gilbert
2018-12-08GLK: Add miscellaneous stream methodsPaul Gilbert
2018-12-08GLK: Added savegame meta info retrievalPaul Gilbert
2018-12-08GLK: Add savegame listingPaul Gilbert
2018-12-08GLK: SCOTT: Added startup savegame loadingPaul Gilbert
2018-12-08GLK: SCOTT: Added saveGameState and loadGameStatePaul Gilbert
2018-12-08GLK: Fix refreshing grid windows when text is changedPaul Gilbert
2018-12-08GLK: SCOTT: Add custom game Ids for each known Scott Adams gamePaul Gilbert
2018-12-08GLK: Further work on game detectionPaul Gilbert
2018-12-08GLK: Adding extra fields to the savegame format for validationPaul Gilbert
2018-12-08GLK: Fixes for file stream readingPaul Gilbert
2018-12-08GLK: Adding file stream opening and closingPaul Gilbert
2018-12-08GLK: Merge Files class into existing Streams classPaul Gilbert
2018-12-08GLK: Add glk style hint methodsPaul Gilbert
2018-12-08GLK: Added glk style methodsPaul Gilbert
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