aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/controls16.cpp
AgeCommit message (Collapse)Author
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