Skip to content
Blub edited this page Sep 13, 2010 · 2 revisions

Branches:

  • dp1
    Support for the DarkPlaces1 target in the current fteqcc from qclib.git/testing
    dp1 is the current working title for the “dp” target which currently exists even in fteqcc-svn but doesn’t really fit the current
    status of DP since it was initially created to support an old and buggy patch I made a long time ago. DP1 is a proper implementation
    and the DP target in fteqcc-svn will be updated, too, as soon as things are done and promoted to dp-svn.
  • ft2
    The FreeType branch creates support for FreeType2 and UTF-8 encoding. It should be fairly safe to use it on any mod, however, it might be wise to disable utf8, using utf8_disabled 1 if they make heavy use of special characters (which don’t really work in utf-8).
    The old special characters can of course be used just as well, they’re mapped into the PUA: U+E000..E0FF contains the complete image-font, in fact, utf8_disabled 1 internally results in the utf8 functions returning these values in the rendering functions.
  • ft2uim
    This branch is based on the ft2 branch, and additionally has support for the UIM input method library.
Clone this wiki locally