aboutsummaryrefslogtreecommitdiff
path: root/src/irrlicht_changes
AgeCommit message (Collapse)Author
2021-04-21Fix two CMake build issuessfan5
* PostgreSQL fallback code missed the includes (closes #11219) * build failed when Freetype enabled but not found
2021-04-02CGUITTFont optimizations (#11136)sfan5
2021-03-31Irrlicht support code maintenancesfan5
2021-03-29Replace fallback font nonsense with automatic per-glyph fallback (#11084)sfan5
2021-03-26Drop irrUString from MT, it's owned by irrlicht nowLoic Blot
2021-03-16Fix deprecated calls with Irrlicht 1.9Jean-Patrick Guerrero
2021-03-09Restore Irrlicht 1.9 supportsfan5
2021-02-06Fix double free caused by CGUITTFont codesfan5
This partially reverts commit 2072afb72b4b3e9c5dcbcec71d824aeae1b35d19. fixes #10920
2021-02-02Fix memory leak detected by address sanitizer (#10896)k.h.lai
2020-12-24Fix some minor code issues all over the placesfan5
2020-02-01StaticText: Reset background on EnrichedString change (#9340)SmallJoker
This also fixes the F6 profiler background color -> now controlled by EnrichedString
2020-01-22StaticText/EnrichedString: Styling support (#9187)SmallJoker
* StaticText/EnrichedString: Styling support * Fix tooltip fg/bgcolor * Fix default color for substr(), add unittests
2019-12-09Refactor to centralize GUIButton styling/rendering code (#9090)Hugues Ross
2019-11-03Formspec: add hypertext elementPierre-Yves Rollo
2019-08-06Clean up and fix freetype=false crashes (#8641)SmallJoker
A IGUIFont of type bitmap/vector cannot be converted to CGUITTFont Fixes various segfaults in gameplay Shorter font cache code, cleaned up (?)
2019-03-14LINT fixes since recent tooling updateLoïc Blot
2019-03-14Update our tooling (Clang 5 -> 7, GCC 7 -> 8)Loïc Blot
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
2019-03-12Fix cast from const by accessing string data directly (#8354)rubenwardy
Fixes #8327
2019-02-03DragonFly BSD is somewhat identical to FreeBSD (#8159)Leonid Bobrov
2018-11-11Drop .NET-specific workaround: _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIXnumber Zero
2018-08-05Fix debug and info text being the wrong colorrubenwardy
Fixes #7623
2018-08-04Fix tooltip colors specified by formspec partrubenwardy
2018-01-12Forget to fix non freetype build in StaticTextLoic Blot
2018-01-05Don't recalculate statustext initial color everytime & review fixesLoic Blot
2018-01-05GameUI refactor (part 2/X): Move Game::guitext to GameUI + enhancements on ↵Loic Blot
StaticText Other enhancements: * C++ friendlyness for addStaticText() -> move to static StaticText::add()
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
* Migrate cpp headers to pragma once
2017-06-20Merge cguittfont lib in irrlicht change folder. (#6016)Loïc Blot
* Merge cguittfont lib in irrlicht change folder. This remove hack and static lib for FreeType
2016-12-26Irrlicht 1.9 supportsfan5
2016-05-31Add colored text (not only colored chat).Ekdohibs
Add documentation, move files to a proper place and avoid memory leaks. Make it work with most kind of texts, and allow backgrounds too.