aboutsummaryrefslogtreecommitdiff
path: root/src/irrlicht_changes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Forget to fix non freetype build in StaticTextLoic Blot2018-01-121-4/+17
|
* Don't recalculate statustext initial color everytime & review fixesLoic Blot2018-01-051-1/+2
|
* GameUI refactor (part 2/X): Move Game::guitext to GameUI + enhancements on ↵Loic Blot2018-01-051-52/+53
| | | | | | | StaticText Other enhancements: * C++ friendlyness for addStaticText() -> move to static StaticText::add()
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-173-12/+3
| | | | * Migrate cpp headers to pragma once
* Merge cguittfont lib in irrlicht change folder. (#6016)Loïc Blot2017-06-205-7/+5496
| | | | | | * Merge cguittfont lib in irrlicht change folder. This remove hack and static lib for FreeType
* Irrlicht 1.9 supportsfan52016-12-261-0/+4
|
* Add colored text (not only colored chat).Ekdohibs2016-05-313-0/+954
Add documentation, move files to a proper place and avoid memory leaks. Make it work with most kind of texts, and allow backgrounds too.