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
2014-02-18
GRAPHICS: Make GPL headers consistent in themselves.
Johannes Schickel
2014-01-15
ALL: Remove optimization unstable code on checking for null after new.
D G Turner
2011-08-23
GRAPHICS: Formatting.
Johannes Schickel
2011-08-23
GRAPHICS: Display warning in case the SJIS.FNT version does not match.
Johannes Schickel
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-07-10
GRAPHICS: remove char/line spacing handling from sjis code
athrxx
2011-07-09
SCUMM: Make use of graphics/sjis code for LOOM PCE sjis drawing
athrxx
2011-07-01
GRAPHICS: Fix SJIS PCE font loading.
Johannes Schickel
2011-07-01
GRAPHICS: Offer support for PCE font data of SJIS.FNT.
Johannes Schickel
2011-07-01
GRAPHICS: Cleanup SJIS font code a bit.
Johannes Schickel
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-01
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
Johannes Schickel
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-17
GRPAHICS: Do not access Surface::bytesPerPixel anymore.
Johannes Schickel
2011-04-12
COMMON: Replace MKID_BE by MKTAG
Max Horn
2011-01-08
BUILD: Include scummsys.h to force rebuild after reconfigure (thanks LordHoto)
Willem Jan Palenstijn
2010-11-19
ALL: Push down deps on stream.h from .h to .cpp files
Max Horn
2010-11-05
GRAPHICS/SJIS: cleanup
Florian Kagerer
2010-11-05
GRAPHICS/SJIS: fix out of bounds shadow mode text drawing
Florian Kagerer
2010-11-05
SCUMM/FM-TOWNS JAPANESE: fix out of bounds text drawing
Florian Kagerer
2010-10-19
SCUMM/FM-TOWNS JAPANESE: implement flipped text
Florian Kagerer
2010-10-17
SCUMM/FM-TOWNS: more improvements to japanese font drawing
Florian Kagerer
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-11-19
Cleanup.
Johannes Schickel
2009-10-11
Add support for 8x16 chars in the FM-Towns font ROM code.
Johannes Schickel
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-09-30
Implemented support for drawing 8x16 chars from our custom SJIS font.
Johannes Schickel
2009-09-30
Update SJIS code to read SJIS.FNT version 2 data (no support for drawing ASCI...
Johannes Schickel
2009-08-19
Add another range check in our SJIS font code to avoid out of bounds access.
Johannes Schickel
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