aboutsummaryrefslogtreecommitdiff
path: root/src/irrlicht_changes (follow)
Commit message (Collapse)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
| | | Freetype is now a build requirement.
* Remove unused (de)serializeAttributes() methodsROllerozxa2021-12-292-50/+0
|
* 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
* 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
| | | | | This partially reverts commit 2072afb72b4b3e9c5dcbcec71d824aeae1b35d19. fixes #10920
* 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
| | | This also fixes the F6 profiler background color -> now controlled by EnrichedString
* 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.