index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
irrlicht_changes
Age
Commit message (
Expand
)
Author
2022-04-08
Spacing fixes
ShadowNinja
2022-01-08
Fully remove bitmap font support (#11863)
sfan5
2021-12-29
Remove unused (de)serializeAttributes() methods
ROllerozxa
2021-04-21
Fix two CMake build issues
sfan5
2021-04-02
CGUITTFont optimizations (#11136)
sfan5
2021-03-31
Irrlicht support code maintenance
sfan5
2021-03-29
Replace fallback font nonsense with automatic per-glyph fallback (#11084)
sfan5
2021-03-26
Drop irrUString from MT, it's owned by irrlicht now
Loic Blot
2021-03-16
Fix deprecated calls with Irrlicht 1.9
Jean-Patrick Guerrero
2021-03-09
Restore Irrlicht 1.9 support
sfan5
2021-02-06
Fix double free caused by CGUITTFont code
sfan5
2021-02-02
Fix memory leak detected by address sanitizer (#10896)
k.h.lai
2020-12-24
Fix some minor code issues all over the place
sfan5
2020-02-01
StaticText: Reset background on EnrichedString change (#9340)
SmallJoker
2020-01-22
StaticText/EnrichedString: Styling support (#9187)
SmallJoker
2019-12-09
Refactor to centralize GUIButton styling/rendering code (#9090)
Hugues Ross
2019-11-03
Formspec: add hypertext element
Pierre-Yves Rollo
2019-08-06
Clean up and fix freetype=false crashes (#8641)
SmallJoker
2019-03-14
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-12
Fix cast from const by accessing string data directly (#8354)
rubenwardy
2019-02-03
DragonFly BSD is somewhat identical to FreeBSD (#8159)
Leonid Bobrov
2018-11-11
Drop .NET-specific workaround: _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIX
number Zero
2018-08-05
Fix debug and info text being the wrong color
rubenwardy
2018-08-04
Fix tooltip colors specified by formspec part
rubenwardy
2018-01-12
Forget to fix non freetype build in StaticText
Loic Blot
2018-01-05
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 St...
Loic Blot
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-06-20
Merge cguittfont lib in irrlicht change folder. (#6016)
Loïc Blot
2016-12-26
Irrlicht 1.9 support
sfan5
2016-05-31
Add colored text (not only colored chat).
Ekdohibs