aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.cpp
AgeCommit message (Expand)Author
2011-07-01GRAPHICS: Remove default values from FontSJIS::drawChar.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28KYRA: Clean up of header includes.Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-07KYRA: Slight cleanup.Johannes Schickel
2011-02-20KYRA: Fix regression in Screen::setInterfacePalette.Johannes Schickel
2011-02-14KYRA: Adapt to setPalette/grabPalette RGBA->RGB changes.Johannes Schickel
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-10-19SCUMM/FM-TOWNS JAPANESE: implement flipped textFlorian Kagerer
2010-10-17SCUMM/FM-TOWNS: more improvements to japanese font drawingFlorian Kagerer
2010-10-12JANITORIAL: Cleanup (mostly whitespace)Torbjörn Andersson
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-08-24KYRA: Cleanup.Johannes Schickel
2010-07-22KYRA: Remove superfluous palette update on quit.Johannes Schickel
2010-05-17Some more enforcement of our formatting conventions in KYRA too.Johannes Schickel
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-04-11Setup and destroy a dummy cursor and palette in the Engine class.Johannes Schickel
2010-04-11Fix KYRA's cursor handling by pushing a dummy cursor via CursorMan.pushCursor...Johannes Schickel
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-10-17Fix valgrind warning.Johannes Schickel
2009-10-11LOL/PC-98: fix king richard healing sequenceFlorian Kagerer
2009-10-11Print warning, when the number of colors in a palette file exceed the number ...Johannes Schickel
2009-10-11Fix regression introduced with r44907.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 minor glitch in wsa codeFlorian Kagerer
2009-10-10LOL/PC-98: fixed two minor bugsFlorian Kagerer
2009-10-08LOLLOL/PC-98: fixed add-spell-to-scroll animationFlorian Kagerer
2009-10-06KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when t...Florian Kagerer
2009-10-04LoL PC98: Fix thumbnail creation for quick saves and autosave.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-30Implemented support for drawing 8x16 chars from our custom SJIS font.Johannes Schickel
2009-09-26LOL/PC-98: fix menu colorsFlorian Kagerer
2009-09-20Fix removal of SJIS characters in LoL PC98 menu.Johannes Schickel
2009-09-20Add checks for half-width katakana, which are currently unsupported.Johannes Schickel
2009-08-19Use Common::List::empty instead of Common::List::size, which is faster for ch...Johannes Schickel
2009-08-19Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, w...Johannes Schickel
2009-08-19Implemented proper character selection of Lands of Lore PC98.Johannes Schickel
2009-08-17Fix possible out of bounds access in Screen::drawShape.Johannes Schickel
2009-08-16Fix valgrind warnings.Johannes Schickel
2009-08-13Little optimization in Screen::setPaletteIndex, now it only resets the palett...Johannes Schickel
2009-08-12Add a slight paranoia check to drawCharANSI.Johannes Schickel
2009-08-11Enable dirty rect handling for the Amiga version again.Johannes Schickel
2009-08-11Cleanup.Johannes Schickel
2009-08-10- Fix AMIGA to DOS palette conversionJohannes Schickel