Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix some minor code issues all over the place | sfan5 | 2020-12-24 |
| | |||
* | StaticText: Reset background on EnrichedString change (#9340) | SmallJoker | 2020-02-01 |
| | | | This also fixes the F6 profiler background color -> now controlled by EnrichedString | ||
* | StaticText/EnrichedString: Styling support (#9187) | SmallJoker | 2020-01-22 |
| | | | | | | | | * StaticText/EnrichedString: Styling support * Fix tooltip fg/bgcolor * Fix default color for substr(), add unittests | ||
* | Refactor to centralize GUIButton styling/rendering code (#9090) | Hugues Ross | 2019-12-09 |
| | |||
* | Formspec: add hypertext element | Pierre-Yves Rollo | 2019-11-03 |
| | |||
* | Clean up and fix freetype=false crashes (#8641) | SmallJoker | 2019-08-06 |
| | | | | | 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 update | Loïc Blot | 2019-03-14 |
| | |||
* | Update our tooling (Clang 5 -> 7, GCC 7 -> 8) | Loïc Blot | 2019-03-14 |
| | | | | | | | | 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) | rubenwardy | 2019-03-12 |
| | | | Fixes #8327 | ||
* | DragonFly BSD is somewhat identical to FreeBSD (#8159) | Leonid Bobrov | 2019-02-03 |
| | |||
* | Drop .NET-specific workaround: _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX | number Zero | 2018-11-11 |
| | |||
* | Fix debug and info text being the wrong color | rubenwardy | 2018-08-05 |
| | | | | Fixes #7623 | ||
* | Fix tooltip colors specified by formspec part | rubenwardy | 2018-08-04 |
| | |||
* | Forget to fix non freetype build in StaticText | Loic Blot | 2018-01-12 |
| | |||
* | Don't recalculate statustext initial color everytime & review fixes | Loic Blot | 2018-01-05 |
| | |||
* | GameUI refactor (part 2/X): Move Game::guitext to GameUI + enhancements on ↵ | Loic Blot | 2018-01-05 |
| | | | | | | | StaticText Other enhancements: * C++ friendlyness for addStaticText() -> move to static StaticText::add() | ||
* | C++ modernize: Pragma once (#6264) | Loïc Blot | 2017-08-17 |
| | | | | * Migrate cpp headers to pragma once | ||
* | Merge cguittfont lib in irrlicht change folder. (#6016) | Loïc Blot | 2017-06-20 |
| | | | | | | * Merge cguittfont lib in irrlicht change folder. This remove hack and static lib for FreeType | ||
* | Irrlicht 1.9 support | sfan5 | 2016-12-26 |
| | |||
* | Add colored text (not only colored chat). | Ekdohibs | 2016-05-31 |
Add documentation, move files to a proper place and avoid memory leaks. Make it work with most kind of texts, and allow backgrounds too. |