aboutsummaryrefslogtreecommitdiff
path: root/src/irrlicht_changes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* StaticText/EnrichedString: Styling support (#9187)SmallJoker2020-01-222-162/+108
| | | | | | | | * StaticText/EnrichedString: Styling support * Fix tooltip fg/bgcolor * Fix default color for substr(), add unittests
* Refactor to centralize GUIButton styling/rendering code (#9090)Hugues Ross2019-12-091-1/+1
|
* Formspec: add hypertext elementPierre-Yves Rollo2019-11-031-0/+2
|
* Clean up and fix freetype=false crashes (#8641)SmallJoker2019-08-061-10/+33
| | | | | A IGUIFont of type bitmap/vector cannot be converted to CGUITTFont Fixes various segfaults in gameplay Shorter font cache code, cleaned up (?)
* LINT fixes since recent tooling updateLoïc Blot2019-03-141-2/+2
|
* Update our tooling (Clang 5 -> 7, GCC 7 -> 8)Loïc Blot2019-03-141-2/+2
| | | | | | | | This change permits to use up-to-date compilers, clang-tidy and clang-format It also refactor the tidy/format step to drop the binary selection from scripts and perform it directly in travis
* Fix cast from const by accessing string data directly (#8354)rubenwardy2019-03-121-2/+2
| | | Fixes #8327
* DragonFly BSD is somewhat identical to FreeBSD (#8159)Leonid Bobrov2019-02-031-1/+1
|
* Drop .NET-specific workaround: _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIXnumber Zero2018-11-111-8/+0
|
* Fix debug and info text being the wrong colorrubenwardy2018-08-051-1/+4
| | | | Fixes #7623
* Fix tooltip colors specified by formspec partrubenwardy2018-08-041-1/+1
|
* 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.