Fix bone-attached entities (#10015)
[oweals/minetest.git] / src / hud.h
2020-05-23 AwkorModernize include guards and add missing ones (#9898)
2020-05-11 WuzzyAdd support for statbar “off state” icons (#9462)
2020-04-11 Lars MüllerImprove waypoints and add image variant (#9480)
2019-12-06 Pierre-Yves RolloAdd z-index management to HUD
2018-12-02 Vanessa DannenbergRaise hotbar limit to 32 slots, add associated keybindi...
2018-01-20 red-001[CSM] Add basic HUD manipulation. (#6067)
2017-08-20 paramatMinimap: Add new HUD flag for minimap radar mode
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-07-02 Loïc BlotIrrlicht cleanup: cleanup various object to use Renderi...
2017-06-19 Loïc Blothud.h: add missing false default state on use_hotbar_se...
2017-06-17 Loïc BlotCpp11 initializers 2 (#5999)
2017-05-15 ezhhAdd option to use neither node highlighting nor outlining
2017-01-09 Ner'zhulEnvironment & IGameDef code refactoring (#4985)
2016-11-12 RealBadAngelHalo: Highlight selected face
2016-04-12 rubenwardyFix inventory hud scaling
2016-04-11 kwolekrHud: Cache hud_scaling, fix minor style issues
2016-04-11 rubenwardyHud: Fix offset being ignored by inventory bar
2016-02-11 RealBadAngelUse single box for halo mesh
2016-02-08 RealBadAngelCleanup selection mesh code, add shaders for halo and...
2016-02-07 est31small drawItemStack cleanup
2016-02-07 RealBadAngelUse meshes to display inventory items
2015-09-01 est31Hide minimap if it has been disabled by server
2015-08-13 kwolekrminimap: Add ability to disable from server
2014-11-30 sapierMake hud use fontengine too
2014-05-07 sapierFix heart + bubble bar size on different texture packs 1265/head
2014-05-05 RealBadAngelBugfix: make waypoints respect camera offset
2014-04-27 sapierAdd support for dpi based HUD scaling 1198/head
2014-01-26 RealBadAngelNew HUD element - waypoint.
2013-09-04 PilzAdamUse player:set_hotbar_image() instead of hardcoded...
2013-08-25 BlockMenAdd support for using textures in hotbar
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-06-21 WeblateMerge remote-tracking branch 'origin/master'
2013-06-19 PilzAdamAdd drowning 780/head
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-25 KahrlAdd ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT...
2013-05-24 sapierMove scriptapi to separate folder (by sapier)
2013-05-01 WeblateMerge remote-tracking branch 'origin/master'
2013-04-26 kwolekrMinor hud.cpp cleanup
2013-04-25 kwolekrGeneralize hud_builtin_enable into hud_set_flags
2013-04-24 Diego MartínezAdded support to disable built-in HUD elements
2013-04-23 Diego MartínezAdded offset support for HUD items
2013-04-23 Diego MartínezAdded support for alignment in HUD items
2013-04-22 WeblateMerge remote branch 'origin/master'
2013-04-20 kwolekrAdd direction parameter to statbars in HUD API
2013-04-18 WeblateMerge remote branch 'origin/master'
2013-04-18 kwolekrSplit HUD code off to hud.cpp, make into a class, exten...