aboutsummaryrefslogtreecommitdiff
path: root/src/irrlicht_changes/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fully remove bitmap font support (#11863)sfan52022-01-081-6/+1
| | | Freetype is now a build requirement.
* Fix two CMake build issuessfan52021-04-211-1/+1
| | | | | * PostgreSQL fallback code missed the includes (closes #11219) * build failed when Freetype enabled but not found
* Merge cguittfont lib in irrlicht change folder. (#6016)Loïc Blot2017-06-201-1/+10
| | | | | | * Merge cguittfont lib in irrlicht change folder. This remove hack and static lib for FreeType
* Add colored text (not only colored chat).Ekdohibs2016-05-311-0/+7
Add documentation, move files to a proper place and avoid memory leaks. Make it work with most kind of texts, and allow backgrounds too.