aboutsummaryrefslogtreecommitdiff
path: root/src/irrlicht_changes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update my nameNathanaël Courant2022-06-164-4/+4
* Fixes needed to use irrArray backed by std::vector (#12263)paradust72022-05-222-22/+30
* Use std::map instead of core::map (#12301)paradust72022-05-182-23/+22
* Spacing fixesShadowNinja2022-04-081-1/+1
* Fully remove bitmap font support (#11863)sfan52022-01-083-53/+3
* Remove unused (de)serializeAttributes() methodsROllerozxa2021-12-292-50/+0
* Fix two CMake build issuessfan52021-04-211-1/+1
* CGUITTFont optimizations (#11136)sfan52021-04-023-22/+27
* Irrlicht support code maintenancesfan52021-03-314-17/+1
* Replace fallback font nonsense with automatic per-glyph fallback (#11084)sfan52021-03-292-6/+65
* Drop irrUString from MT, it's owned by irrlicht nowLoic Blot2021-03-261-3891/+0
* Fix deprecated calls with Irrlicht 1.9Jean-Patrick Guerrero2021-03-161-4/+2
* Restore Irrlicht 1.9 supportsfan52021-03-092-0/+11
* Fix double free caused by CGUITTFont codesfan52021-02-062-5/+0
* Fix memory leak detected by address sanitizer (#10896)k.h.lai2021-02-022-0/+5
* Fix some minor code issues all over the placesfan52020-12-242-3/+3
* StaticText: Reset background on EnrichedString change (#9340)SmallJoker2020-02-011-2/+3
* StaticText/EnrichedString: Styling support (#9187)SmallJoker2020-01-222-162/+108
* 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
* 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
* Fix cast from const by accessing string data directly (#8354)rubenwardy2019-03-121-2/+2
* 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
* 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 St...Loic Blot2018-01-051-52/+53
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-173-12/+3
* Merge cguittfont lib in irrlicht change folder. (#6016)Loïc Blot2017-06-205-7/+5496
* Irrlicht 1.9 supportsfan52016-12-261-0/+4
* Add colored text (not only colored chat).Ekdohibs2016-05-313-0/+954