aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/streams.cpp
AgeCommit message (Expand)Author
2018-12-08GLK: FROTZ: Implemented Quetzal class for savegamesPaul Gilbert
2018-12-08GLK: FROTZ: Added script/record/transcript/replay methodsPaul Gilbert
2018-12-08GLK: Fix handling of negative file offsets in MemoryStream::setPositionPaul Gilbert
2018-12-08GLK: gcc compilation fixesdreammaster
2018-12-08GLK: astyle formattingdreammaster
2018-12-08GLK: Add the garglk_set_reversevideo methodsPaul Gilbert
2018-12-08GLK: Add garglk_set_zcolors methodsPaul Gilbert
2018-12-08GLK: Add garglk_unput_string methodsPaul Gilbert
2018-12-08GLK: Add miscellaneous stream methodsPaul Gilbert
2018-12-08GLK: Add savegame listingPaul 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: Prompt for keypress when game is exitedPaul Gilbert
2018-12-08GLK: Added time and date glk functionsPaul 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: Windows don't have a non-unicode putChar methodPaul Gilbert
2018-12-08GLK: Added remaining stream write methodsPaul Gilbert
2018-12-08GLK: Added WindowStream put methodsPaul Gilbert
2018-12-08GLK: Renaming of window classes fieldsPaul Gilbert
2018-12-08GLK: Start of window character outputPaul Gilbert
2018-12-08GLK: Setting up of configuration loadingPaul Gilbert
2018-12-08GLK: Adding stream open/closingPaul Gilbert