aboutsummaryrefslogtreecommitdiff
path: root/graphics/sjis.h
AgeCommit message (Expand)Author
2019-12-18GRAPHICS: implement left sided shadowing for SJIS fontathrxx
2018-11-14KYRA: implement SJIS features required for EOB II FM-Townsathrxx
2014-02-18GRAPHICS: Make GPL headers consistent in themselves.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-02-26COMMON: Move Language and Platform functionality into separate filesMax Horn
2011-08-23GRAPHICS: Display warning in case the SJIS.FNT version does not match.Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-07-10GRAPHICS: remove char/line spacing handling from sjis codeathrxx
2011-07-09SCUMM: Make use of graphics/sjis code for LOOM PCE sjis drawingathrxx
2011-07-01GRAPHICS: More default parameter remove in SJIS code.Johannes Schickel
2011-07-01GRAPHICS: Remove default values from FontSJIS::drawChar.Johannes Schickel
2011-07-01GRAPHICS: Offer support for PCE font data of SJIS.FNT.Johannes Schickel
2011-07-01GRAPHICS: Cleanup SJIS font code a bit.Johannes Schickel
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-19ALL: Push down deps on stream.h from .h to .cpp filesMax Horn
2010-11-05GRAPHICS/SJIS: cleanupFlorian Kagerer
2010-11-05GRAPHICS/SJIS: fix out of bounds shadow mode text drawingFlorian Kagerer
2010-11-05SCUMM/FM-TOWNS JAPANESE: fix out of bounds text drawingFlorian Kagerer
2010-10-19SCUMM/FM-TOWNS JAPANESE: implement flipped textFlorian Kagerer
2010-10-17GRAPHICS: enable sjis code for scumm engineFlorian Kagerer
2010-10-17SCUMM/FM-TOWNS: more improvements to japanese font drawingFlorian Kagerer
2009-11-19Cleanup.Johannes Schickel
2009-10-11Add support for 8x16 chars in the FM-Towns font ROM code.Johannes Schickel
2009-10-11Revert changes to graphics/sjis.h in r44709.Johannes Schickel
2009-10-06KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when t...Florian Kagerer
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-09-30Implemented support for drawing 8x16 chars from our custom SJIS font.Johannes Schickel
2009-09-30Update SJIS code to read SJIS.FNT version 2 data (no support for drawing ASCI...Johannes Schickel
2009-08-12Change SJIS code guard to also check whether dynamic plugins are enabled.Johannes Schickel
2009-07-26Add a todo to FontSJIS::drawChar taking an Graphics::Surface.Johannes Schickel
2009-07-26Add way to overwrite default SJIS font.Johannes Schickel
2009-07-26Specify that the chars passed to FontSJIS::drawChar should be little endian.Johannes Schickel
2009-07-26Add a factory method, which tries to open different SJIS fonts/ROMs and retur...Johannes Schickel
2009-07-26Change the way the font data for SJIS fonts is load.Johannes Schickel
2009-07-26Add support for our custom SJIS font.Johannes Schickel
2009-07-26Create base class FontSJIS16x16 for our own SJIS font.Johannes Schickel
2009-07-09Reverted commit #42257, as the original issue was with the compilation proces...Filippos Karapetis
2009-07-08The ENABLE_* flags are only checked for *.cpp files in MSVC, so move the ENAB...Filippos Karapetis
2009-07-07Simply compile guard of SJIS code and fix comment.Johannes Schickel
2009-07-07Add guards to only include SJIS font code, when KYRA or SCI is enabled.Johannes Schickel
2009-07-07Change "FM-Towns" to "FM-TOWNS" for consistency.Johannes Schickel
2009-07-07- Rename FontSJIS::enableShadow to enableOutline.Johannes Schickel
2009-07-07- Added support for outlined FM-Towns ROM drawingJohannes Schickel
2009-07-07Add generic functionallity to draw FM-Towns ROM. (To be used by KYRA and SCI)Johannes Schickel