index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphics
/
sjis.cpp
Age
Commit message (
Expand
)
Author
2009-07-26
Instead of only printing a warning, when no SJIS char data is present, just r...
Johannes Schickel
2009-07-26
Reflect code to test the magic bytes in the sjis.fnt header.
Johannes Schickel
2009-07-26
Add way to overwrite default SJIS font.
Johannes Schickel
2009-07-26
Print warning, when client code does try to draw an unsupported SJIS char.
Johannes Schickel
2009-07-26
Add a factory method, which tries to open different SJIS fonts/ROMs and retur...
Johannes Schickel
2009-07-26
Change the way the font data for SJIS fonts is load.
Johannes Schickel
2009-07-26
Add support for our custom SJIS font.
Johannes Schickel
2009-07-26
Create base class FontSJIS16x16 for our own SJIS font.
Johannes Schickel
2009-07-09
Reverted commit #42257, as the original issue was with the compilation proces...
Filippos Karapetis
2009-07-08
The ENABLE_* flags are only checked for *.cpp files in MSVC, so move the ENAB...
Filippos Karapetis
2009-07-07
Simply compile guard of SJIS code and fix comment.
Johannes Schickel
2009-07-07
Add guards to only include SJIS font code, when KYRA or SCI is enabled.
Johannes Schickel
2009-07-07
- Rename FontSJIS::enableShadow to enableOutline.
Johannes Schickel
2009-07-07
- Added support for outlined FM-Towns ROM drawing
Johannes Schickel
2009-07-07
Add generic functionallity to draw FM-Towns ROM. (To be used by KYRA and SCI)
Johannes Schickel