aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glk_api.cpp
AgeCommit message (Expand)Author
2019-12-11GLK: Fix Missing Default Switch Cases in Engine Base CodeD G Turner
2019-11-25GLK: Fix Compilation on AmigaOS4D G Turner
2019-11-24GLK: Implement glk_schannel_create_extPaul Gilbert
2019-10-26GLK: LEVEL9: Allow for future graphic scalingPaul Gilbert
2019-10-26GLK: LEVEL9: Title screen graphics now showingPaul Gilbert
2019-04-28GLK: Implementing more gli object registrationPaul Gilbert
2019-04-17GLK: GLULXE: Set up method definitions, glkop methodsPaul Gilbert
2019-02-16GLK: FROTZ: Improved setup and handling of fg/bg colorsPaul Gilbert
2019-01-31GLK: Change use of RGB tuplets to uintPaul Gilbert
2019-01-04GLK: FROTZ: Only wait for keypress in Beyond Zork title if mg1 presentPaul Gilbert
2019-01-02GLK: FROTZ: Add support for pair windows to have more than 2 childrenPaul Gilbert
2018-12-31GLK: Splitting font related info from Conf into their own classesPaul Gilbert
2018-12-28GLK: FROTZ: Implement PageUp/PageDn scrolling of desc area in Beyond ZorkPaul Gilbert
2018-12-09GLK: Standardizing uint vs uint32 usagePaul Gilbert
2018-12-09GLK: Change all references to glui32 and glsi32 to uint and intPaul Gilbert
2018-12-08GLK: Sound volume and pausing methodsPaul Gilbert
2018-12-08GLK: Fix Buildbot identified warningsPaul Gilbert
2018-12-08GLK: FROTZ: Further sound handlingPaul Gilbert
2018-12-08GLK: Beginnings of Sounds managerPaul Gilbert
2018-12-08GLK: TADS: Add a number of GLK interface methodsPaul Gilbert
2018-12-08GLK: Mark text strings as translateablePaul Gilbert
2018-12-08GLK: Added RawDecoder class for new raw picture data formatPaul Gilbert
2018-12-08GLK: FROTZ: Beginnings of support for Infocom picture filesPaul Gilbert
2018-12-08GLK: Implementing picture loadingPaul Gilbert
2018-12-08GLK: SCOTT: Don't show another line prompt when game is exitingPaul Gilbert
2018-12-08GLK: Derive detection from MetaEngine rather than AdvancedMetaEnginePaul Gilbert
2018-12-08GLK: Changing class and namespaces from Gargoyle to GlkPaul Gilbert