Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-26 | Add a todo to FontSJIS::drawChar taking an Graphics::Surface. | Johannes Schickel | |
svn-id: r42824 | |||
2009-07-26 | Add way to overwrite default SJIS font. | Johannes Schickel | |
svn-id: r42819 | |||
2009-07-26 | Specify that the chars passed to FontSJIS::drawChar should be little endian. | Johannes Schickel | |
svn-id: r42818 | |||
2009-07-26 | Add a factory method, which tries to open different SJIS fonts/ROMs and ↵ | Johannes Schickel | |
returns a font for the first present data. svn-id: r42816 | |||
2009-07-26 | Change the way the font data for SJIS fonts is load. | Johannes Schickel | |
svn-id: r42815 | |||
2009-07-26 | Add support for our custom SJIS font. | Johannes Schickel | |
svn-id: r42813 | |||
2009-07-26 | Create base class FontSJIS16x16 for our own SJIS font. | Johannes Schickel | |
svn-id: r42812 | |||
2009-07-09 | Reverted commit #42257, as the original issue was with the compilation ↵ | Filippos Karapetis | |
process of MSVC and the ENABLE_* checks work correctly svn-id: r42289 | |||
2009-07-08 | The ENABLE_* flags are only checked for *.cpp files in MSVC, so move the ↵ | Filippos Karapetis | |
ENABLE_* checks to sjis.cpp to fix compilation under MSVC svn-id: r42257 | |||
2009-07-07 | Simply compile guard of SJIS code and fix comment. | Johannes Schickel | |
svn-id: r42234 | |||
2009-07-07 | Add guards to only include SJIS font code, when KYRA or SCI is enabled. | Johannes Schickel | |
svn-id: r42233 | |||
2009-07-07 | Change "FM-Towns" to "FM-TOWNS" for consistency. | Johannes Schickel | |
svn-id: r42232 | |||
2009-07-07 | - Rename FontSJIS::enableShadow to enableOutline. | Johannes Schickel | |
- Initialize outline to false by default in FontTowns. svn-id: r42231 | |||
2009-07-07 | - Added support for outlined FM-Towns ROM drawing | Johannes Schickel | |
- Adapted KYRA to use that svn-id: r42230 | |||
2009-07-07 | Add generic functionallity to draw FM-Towns ROM. (To be used by KYRA and SCI) | Johannes Schickel | |
svn-id: r42221 |