aboutsummaryrefslogtreecommitdiff
path: root/src/cguittfont
AgeCommit message (Collapse)Author
2017-06-20Merge cguittfont lib in irrlicht change folder. (#6016)Loïc Blot
* Merge cguittfont lib in irrlicht change folder. This remove hack and static lib for FreeType
2017-04-17Plug two minor Leaks (#5603)Auke Kok
* Resource leak: CHECK_FILE_ERR returns, without freeing chunk_name. Found with static analysis. * Resource leak: leaks `page` on error path. Found with static analysis.
2016-12-26Irrlicht 1.9 supportsfan5
2016-05-31Add colored text (not only colored chat).Ekdohibs
Add documentation, move files to a proper place and avoid memory leaks. Make it work with most kind of texts, and allow backgrounds too.
2015-12-03Fix build if BUILD_SHARED_LIBS defaults to "ON"Ferdinand Thiessen
openSUSE sets that option to ON. Fixes #3420.
2015-03-27Clean up and tweak build systemShadowNinja
* Combine client and server man pages. * Update unit test options and available databases in man page. * Add `--worldname` to man page. * Fix a bunch of places where `"Minetest"` was used directly instead of `PROJECT_NAME`. * Disable server build by default on all operating systems. * Make `ENABLE_FREETYPE` not fail if FreeType isn't found. * Enable LevelDB, Redis, and FreeType detection by default. * Remove the `VERSION_PATCH_ORIG` hack. * Add option to search for and use system JSONCPP. * Remove broken LuaJIT version detection. * Rename `DISABLE_LUAJIT` to `ENABLE_LUAJIT`. * Rename `minetest_*` variables in `version.{h,cpp}` to `g_*`. * Clean up style of CMake files.
2015-02-13Suppress CGUITTFONT build warningsCraig Robbins
2015-02-11Fix FTBFS on GNU/Hurd platformMarkus Koschany
Minetest fails to build on GNU/Hurd due to a name clash with OSX/Apple, both are defining the __MACH__ keyword. This commit fixes the issue.
2015-02-06Fix warnings in CGUITTFont.cppCraig Robbins
2015-02-05Suppress 4 gcc 4.9.2 warnings in CGUITTFont.cppngosang
2014-12-30Fix endian.h include for FreeBSDDmitry Marakasov
2014-06-29OS X compatibility fixesMartin Doege
2014-06-23Fix Windows buildsfan5
2014-06-20Fix labels and vertlabels on some systems.RealBadAngel
2014-06-20Fix build on big endian architectures.Matthew Bekkema
2014-06-19Fix newline not handled to to interpreting it as invisible charsapier
2014-04-15Fix all warnings reported by clangSfan5
2014-01-05BUILD: fix cmake list parsinghasufell
because cmake is unable to parse it's own lists properly
2014-01-05BUILD: prefer pkg-config for freetype2 detectionhasufell
This can solve numerous problems such as: http://www.cmake.org/Bug/view.php?id=13959 http://www.cmake.org/Bug/view.php?id=14601 If pkg-config or freetype2.pc is not found, then fall back to the FindFreetype.cmake module logic. Restrict to UNIX since I only tested it here.
2013-12-14Add alpha setting to font shadowBlockMen
2013-12-12Add configurable font shadow.Ilya Zhuravlev
2013-11-11Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier
2013-02-14Add Freetype supportIlya Zhuravlev