aboutsummaryrefslogtreecommitdiff
path: root/src/irrlicht_changes/CMakeLists.txt
AgeCommit message (Collapse)Author
2022-01-08Fully remove bitmap font support (#11863)sfan5
Freetype is now a build requirement.
2021-04-21Fix two CMake build issuessfan5
* PostgreSQL fallback code missed the includes (closes #11219) * build failed when Freetype enabled but not found
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
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.