aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.h
AgeCommit message (Expand)Author
2014-02-18KYRA: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-18KYRA: Let the VQA decoder draw directly to the backendTorbjörn Andersson
2014-01-18KYRA: Rewrite the VQA decoder, using the VideoDecoder classesTorbjörn Andersson
2013-01-09KYRA: (LOL/FM-TOWNS) - adjust sjis font settings, spacing, etc.athrxx
2012-11-19KYRA: Make "const type *const" use consistent.Johannes Schickel
2012-11-18KYRA: (EOB) - implement simplified EGA dithering for EOB IIathrxx
2012-11-18KYRA: (EOB) - cleaning up CGA/EGA graphics codeathrxx
2012-07-03KYRA: Get rid of unused private class members.Johannes Schickel
2012-02-26COMMON: Move RenderMode and GUIOptions functionality into separate filesMax Horn
2012-02-24KYRA: (EOB) - fix save file thumbnail generation in CGA/EGA modeathrxx
2012-02-24KYRA: (EOB) - cleanup CGA/EGA code a bitathrxx
2012-02-21KYRA: (EOB) - implement EGA mode (hi res dithering) for EOB IIathrxx
2012-02-21KYRA: (EOB) - start work on CGA and EGA graphics modesathrxx
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2011-12-26KYRA: Merge Screen_Rpg with Screen (for now).Johannes Schickel
2011-12-26KYRA: Remove unused/obsolete function.Johannes Schickel
2011-12-26KYRA: (EOB) - get rid of loadVGAPalette7bit()athrxx
2011-12-26KYRA: (EOB) - remove unneeded virtual declarations in screen.hathrxx
2011-12-26KYRA: (EOB/LOL) - move eob/lol specific screen code to new classathrxx
2011-12-26KYRA: implement Screen::decodeFrame1()athrxx
2011-12-26KYRA: (EOB) - lots of fixes towards EOB1 playabilityathrxx
2011-12-26KYRA: (EOB) - initial code base commitathrxx
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-10-23LOL: - fix invalid mem accessFlorian Kagerer
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2009-12-06Fix overflow of glyph count for CREDIT6.FNT, this fixes credits for Kyra1 flo...Johannes Schickel
2009-10-11Cleanup.Johannes Schickel
2009-10-11Revert changes to graphics/sjis.h in r44709.Johannes Schickel
2009-10-10LOL/PC-98: implemented drawing code for teleportersFlorian Kagerer
2009-10-10LOL/PC-98: fixed two minor bugsFlorian Kagerer
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-10-04Some fixes to comply with our coding guidelines.Johannes Schickel
2009-09-30Adapt KYRA engine to use the ASCII and half-width katakana support of the SJI...Johannes Schickel
2009-09-30Cleanup: got rid of Screen::ShadeType.Johannes Schickel
2009-09-20Fix removal of SJIS characters in LoL PC98 menu.Johannes Schickel
2009-08-19Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, w...Johannes Schickel
2009-08-11Enable dirty rect handling for the Amiga version again.Johannes Schickel
2009-08-11Cleanup.Johannes Schickel
2009-08-11Fix thumbnails for savegames made via the in-game GUI of Kyrandia 1 Amiga.Johannes Schickel
2009-08-10Fix interface text color.Johannes Schickel
2009-08-10Initial support for correct colors in the interface of Kyra1 AMIGA.Johannes Schickel
2009-08-09Add support for the font format used in Kyrandia 1 Amiga. (font colors are wr...Johannes Schickel
2009-08-09Create a "Font" interface and create a "DOSFont" implementation for handling ...Johannes Schickel
2009-08-09Cleanup AMIGA graphics conversion.Johannes Schickel
2009-07-11Removed the now uneeded "Screen::_disableScreen" flag.Johannes Schickel
2009-07-07Adapt KYRA to use the new Graphics::FontSJIS code.Johannes Schickel
2009-07-04KYRA: fix minor bug in Screen::drawShape()Florian Kagerer
2009-06-29Fix kyra2/kyra3 mouse cursor related regressions, introduced with r41959.Johannes Schickel
2009-06-29- Get rid of code duplication for mouse cursor setupJohannes Schickel