aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2018-12-08GLK: FROTZ: Added OS read line and character methodsPaul Gilbert
2018-12-08GLK: FROTZ: Add screen message methodsPaul Gilbert
2018-12-08GLK: FROTZ: Added memory redirect methodsPaul Gilbert
2018-12-08GLK: FROTZ: Added script/record/transcript/replay methodsPaul Gilbert
2018-12-08GLK: SCOTT: Fix detecting .dat gamefiles, added Windows game versions detectionsPaul Gilbert
2018-12-08GLK: FROTZ: Added remaining memory methodsPaul Gilbert
2018-12-08GLK: Fix casting of vardiac retrievalPaul Gilbert
2018-12-08GLK: FROTZ: Added storeb & storew into the Mem classPaul Gilbert
2018-12-08GLK: FROTZ: Removal of method stubs that are now implementedPaul Gilbert
2018-12-08GLK: FROTZ: Added storeb and storew methodsPaul Gilbert
2018-12-08GLK: FROTZ: Merge Buffer class into ProcessorPaul Gilbert
2018-12-08GLK: FROTZ: Add undo data initializationPaul Gilbert
2018-12-08GLK: FROTZ: Added user options initialization from configurationPaul Gilbert
2018-12-08GLK: FROTZ: Add GlkInterface initialize methodPaul Gilbert
2018-12-08GLK: FROTZ: Added bulk of game processorPaul Gilbert
2018-12-08GLK: Implement the removeSaveState methodPaul Gilbert
2018-12-08GLK: FROTZ: Move Header to be an ancestor class to MemPaul Gilbert
2018-12-08GLK: FROTZ: Add parsing if game file is a Blorb containerPaul Gilbert
2018-12-08GLK: Added Blorb container file handlingPaul Gilbert
2018-12-08GLK: FROTZ: Beginnings of Mem classPaul Gilbert
2018-12-08GLK: FROTZ: Added error handlingPaul Gilbert
2018-12-08GLK: FROTZ: Beginnings of initializationPaul Gilbert
2018-12-08GLK: FROTZ: Fleshing out detection logic and added some entriesPaul Gilbert
2018-12-08GLK: FROTZ: Skeleton sub-engine for Frotz interpreterPaul Gilbert
2018-12-08GLK: Fix setTime converting seconds to a date/time structurePaul Gilbert
2018-12-08GLK: Fix handling of negative file offsets in MemoryStream::setPositionPaul Gilbert
2018-12-08GLK: gcc compilation fixesdreammaster
2018-12-08GLK: SCOTT: Handle negative values in readIntsPaul Gilbert
2018-12-08GLK: SCOTT: Don't show intro text when loading savegame from launcherPaul Gilbert
2018-12-08GLK: astyle formattingdreammaster
2018-12-08GLK: SCOTT: Convert comments to single line veresionsPaul Gilbert
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: Cleanup of glk_gestalt_ext switchPaul Gilbert
2018-12-08GLK: Add GLK timer intervalsPaul Gilbert
2018-12-08GLK: Add GUI options to default detection entryPaul Gilbert
2018-12-08GLK: Fix loading of font colors and styles from configurationPaul Gilbert
2018-12-08GLK: Setup default font colors to match garglk defaultsPaul Gilbert
2018-12-08GLK: Get proper baseline and leading from loaded fontsPaul Gilbert
2018-12-08GLK: Don't leading & baseline for fonts go below minimum sizePaul Gilbert
2018-12-08GLK: Add copying to clipboardPaul Gilbert
2018-12-08GLK: Merge Clipboard and WindowMask into a new Selection classPaul Gilbert
2018-12-08GLK: Implemented pasting from clipboardPaul Gilbert
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