aboutsummaryrefslogtreecommitdiff
path: root/src/hud.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Readd basic_debug as a HUD flag (#12020)Lars Müller2022-03-051-0/+1
* Add bold, italic and monospace font styling for HUD text elements (#11478)sfan52021-07-271-0/+1
* Minimap as HUD element with API controlPierre-Yves Rollo2020-10-041-0/+1
* Add compass HUD element (#9312)EvidenceB2020-08-291-0/+1
* Fix precision not working in hud_change (#10186)Lars Müller2020-08-121-0/+1
* Add support for statbar “off state” icons (#9462)Wuzzy2020-05-111-0/+1
* Improve waypoints and add image variant (#9480)Lars Müller2020-04-111-0/+1
* Add z-index management to HUDPierre-Yves Rollo2019-12-061-0/+2
* Minimap: Fix radar restriction broken by 9649e47SmallJoker2019-02-231-6/+7
* Fix last clang-tidy reported problems for performance-type-promotion-in-math-fnLoic Blot2018-04-031-1/+20
* [CSM] Add basic HUD manipulation. (#6067)red-0012018-01-201-767/+31
* Move files to subdirectories (#6599)Vitaliy2017-11-081-1/+1
* Statbars: fix incorrect half-images in non-standard orientations (fixes #6198)Nathanaël Courant2017-08-271-9/+13
* Add clientside translations.Ekdohibs2017-08-241-3/+3
* Optimize headers (part 2) (#6272)Loïc Blot2017-08-181-1/+1
* Modernize various files (part 2)Loic Blot2017-08-181-9/+7
* Irrlicht cleanup: cleanup various object to use RenderingEngine (#6088)Loïc Blot2017-07-021-5/+4
* Isolate irrlicht references and use a singleton (#6041)Loïc Blot2017-06-261-8/+14
* hud.cpp: fix wrong indent in drawItemLoïc Blot2017-06-191-70/+70
* Cpp11 initializers 2 (#5999)Loïc Blot2017-06-171-9/+0
* Use thread_local instead from some static settings (#5955)Loïc Blot2017-06-111-1/+1
* Do not shade inventory items with textures (#5869)Dániel Juhász2017-06-011-1/+4
* Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker2017-05-261-1/+1
* Add option to use neither node highlighting nor outliningezhh2017-05-151-9/+16
* Clean up getTime helpersShadowNinja2017-04-281-3/+3
* Soft node overlay (#5186)Dániel Juhász2017-04-211-2/+3
* Hardware coloring for itemstacksDániel Juhász2017-04-081-3/+17
* Environment & IGameDef code refactoring (#4985)Ner'zhul2017-01-091-11/+9
* Halo: Highlight selected faceRealBadAngel2016-11-121-0/+6
* Escape more strings: formspecs, item descriptions, infotexts...Ekdohibs2016-04-241-3/+4
* Fix inventory hud scalingrubenwardy2016-04-121-7/+11
* Fix hotbar placement on displays with low screen densityPilzAdam2016-04-111-1/+2
* Hud: Cache hud_scaling, fix minor style issueskwolekr2016-04-101-24/+24
* Hud: Fix offset being ignored by inventory barrubenwardy2016-04-101-27/+29
* Use single box for halo meshRealBadAngel2016-02-111-3/+18
* Cleanup selection mesh code, add shaders for halo and selection boxesRealBadAngel2016-02-081-7/+111
* small drawItemStack cleanupest312016-02-081-36/+17
* Use meshes to display inventory itemsRealBadAngel2016-02-071-15/+84
* Change i++ to ++iDavid Jones2015-08-251-1/+1
* Use UTF-8 instead of narrowest312015-07-081-5/+5
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-1/+0
* Clean scaling pre-filter for formspec/HUD.Aaron Suen2015-04-011-6/+7
* Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...Loic Blot2015-03-051-1/+1
* Hud: Modify Y-positioning of health/breath starbars to prevent overlapping wi...kwolekr2015-02-081-31/+29
* Split gui_scaling to gui_scaling + hud_scaling as those elements need differe...sapier2015-01-091-6/+6
* Fix MSVC buildSmallJoker2014-12-051-1/+1
* Make hud use fontengine toosapier2014-11-301-6/+6
* Add support for Android 2.3+sapier2014-06-291-0/+13
* Support for scalable font and gui elementssapier2014-06-221-0/+2
* Small cleanup of hud add/remove codesapier2014-05-311-2/+2