Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-14 | GRAPHICS: Fix potentially uninitialized pointers in BDF loader | Willem Jan Palenstijn | |
2017-11-14 | GRAPHICS: Fix freeing invalid pointers in the BDF font destructor | Bastien Bouclet | |
Fixes a crash on exit when using a non default GUI font. Possibly fixes #10318. | |||
2017-09-10 | GRAPHICS: Remove dead code in BDF loadCharacter code | Colin Snover | |
2017-08-01 | GRAPHICS: Load Mac font heights too (still unused) | Eugene Sandulenko | |
2017-07-10 | Revert "COMMON: Change way the Singleton instances are instantiated" | Eugene Sandulenko | |
This reverts commit eefa72afa1978a9dea10f5b1833fcc8f58a3468e. With this patch ConfigManager is broken. | |||
2017-07-10 | COMMON: Change way the Singleton instances are instantiated | Thierry Crozat | |
This fixes tons of warnings with clang from a recent xcode version on macOS (and possibly other systems) complaining that an instantiation of _singleton is required but no definition is available. | |||
2017-01-30 | GRAPHICS: Added missing include | Eugene Sandulenko | |
2017-01-27 | JANITORIAL: Cleanup | Eugene Sandulenko | |
2017-01-26 | GRAPHICS: More fixes to MacFont scaling. Now it does work | Eugene Sandulenko | |
2017-01-26 | GRAPHICS: Fixes to MacFont scaling | Eugene Sandulenko | |
2017-01-25 | GRAPHICS: Implemented test for MacFont scaling | Eugene Sandulenko | |
2017-01-24 | GRAPHICS: Plug MacFont scaler in | Eugene Sandulenko | |
2017-01-24 | GRAPHICS: Further work on MacFont scaling | Eugene Sandulenko | |
2017-01-23 | GRAPHICS: Fix number of memory leaks and wanrings | Eugene Sandulenko | |
2017-01-21 | GRAPHICS: More work on MacFont scaling | Eugene Sandulenko | |
2017-01-20 | GRAPHICS: Further work on MacFont font scaling | Eugene Sandulenko | |
2017-01-20 | GRAPHICS: Fix copy/paste errors with MacFont size processing | Eugene Sandulenko | |
2017-01-19 | GRAPHICS: Initial code for scaling MacFonts | Eugene Sandulenko | |
2017-01-19 | GRAPHICS: Encapsulate all MacFONTFont class variables into a single struct | Eugene Sandulenko | |
2017-01-17 | GRAPHICS: Rename MacFont to MacFONTFont to avoid clashed | Eugene Sandulenko | |
2017-01-17 | GRAPHICS: Implementing kerning calculation for MacFonts | Eugene Sandulenko | |
2017-01-17 | GRAPHICS: Split out MacFontFamily class out of MacFont | Eugene Sandulenko | |
2017-01-17 | GRAPHICS: Fix Zero Length Format String Compiler Warnings. | D G Turner | |
2017-01-17 | GRAPHICS: Fix FOND loading | Eugene Sandulenko | |
2017-01-17 | GRAPHICS: Added debug output to FOND loading | Eugene Sandulenko | |
2017-01-17 | GRAPHICS: More work on FOND loading | Eugene Sandulenko | |
2017-01-16 | GRAPHICS: First part for reading FOND Mac resources | Eugene Sandulenko | |
2017-01-16 | GRAPHICS: Initial code for reading FONT Mac resources | Eugene Sandulenko | |
2016-10-31 | GRAPHICS: Fix compiler warning in BdfFont | Paul Gilbert | |
2016-10-31 | JANITORIAL: Typos | Alexandre Detiste | |
I've not fixed this one, maybe it's on purpose: RELASE -> RELEASE engines/mads/staticres.cpp:const char *const kGameReleaseTitleStr = "GAME RELASE VERSION INFO"; | |||
2016-10-18 | GRAPHICS: Remove debug leftover | Eugene Sandulenko | |
2016-10-15 | GRAPHICS: Fixed BDF font scaling | Eugene Sandulenko | |
2016-10-14 | GRAPHICS: Further work on BDF font scaling | Eugene Sandulenko | |
2016-10-12 | GRAPHICS: Fix BDF font referencing on font generation | Eugene Sandulenko | |
2016-10-12 | GRAPHICS: Fix built-in font parameters | Eugene Sandulenko | |
2016-10-12 | GRAPHICS: Further work on BDF font scaling | Eugene Sandulenko | |
2016-10-11 | GRAPHICS: Added stub for BDF font scaler | Eugene Sandulenko | |
2016-10-10 | GRAPHICS: Use PIXEL_SIZE as BDF font size | Eugene Sandulenko | |
2016-10-07 | GRAPHICS: Parse slant from BDF fonts | Eugene Sandulenko | |
2016-10-06 | GRAPHICS: Fix BDF font parsing | Eugene Sandulenko | |
2016-10-06 | GRAPHICS: Parse font size from BDF fonts | Eugene Sandulenko | |
2016-10-06 | GRAPHICS: Use Family name instead of font name when reading from BDF fonts | Eugene Sandulenko | |
2016-10-05 | GRAPHICS: Load Face Name from BDF files | Eugene Sandulenko | |
Also adjust the devtools and built-in fonts accordingly. | |||
2016-01-08 | GRAPHICS: Silence an MSVC warning | Filippos Karapetis | |
2015-12-21 | GRAPHICS: Introduce a size mode for TrueType fonts | Bastien Bouclet | |
Allows to match Windows font size selection by converting font heights to point sizes using the TrueType tables. | |||
2015-04-11 | GRAPHICS: Force a cast to int to avoid gcc warnings | Matthew Hoops | |
2015-03-02 | GRAPHICS: Fix GCC signed/unsigned warnings. | Torbjörn Andersson | |
2014-09-03 | GRAPHICS: Allow negative xOffset in TTF. | Johannes Schickel | |
This should improve the visual looks of many fonts. However, it might result in the first line of the glyph to be drawn left of the position specified in drawChar. | |||
2014-09-03 | GRAPHICS: Allow to query the bounding box of chars/strings drawn with Font API. | Johannes Schickel | |
2014-06-09 | GRAPHICS: Allow client code to specify TTF render mode. | Johannes Schickel | |
This allows clients to use the default FreeType2 render mode instead of light. We really only use light as default because that's what looks best with the font we use in our GUI right now (which is the same reason why formerly light was always used in non-monochrome mode). |