aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/controls16.cpp
AgeCommit message (Collapse)Author
2017-09-27SCI: Do some clean-up of event handling systemColin Snover
Convert macros and vars to enums, rename keyboard events in preparation for adding key up events, clean up unnecessary nested conditionals, add TODOs for potential future work.
2017-02-05SCI: Fix more unsafe C-string usageColin Snover
2016-02-15JANITORIAL: Typos detected with lintian & grepAlexandre Detiste
2014-11-04SCI: fix Japanese Space Quest 4 (intro + buttons)Martin Kiewitz
At least SQ4 uses #j text prefix as signal for the interpreter to not use the PC9801 hires font, but to use the internal low res font instead
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-05-01SCI: Fix a non-initialized variable in GfxControls16 - CID 1003114Filippos Karapetis
2012-03-13JANITORIAL: Replace (x ? false : true) by !(x).Christoph Mallon
2011-10-26SCI: Renamed GfxControls to GfxControls16Filippos Karapetis