aboutsummaryrefslogtreecommitdiff
path: root/src/hud.cpp
AgeCommit message (Expand)Author
2017-06-01Do not shade inventory items with textures (#5869)Dániel Juhász
2017-05-26Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker
2017-05-15Add option to use neither node highlighting nor outliningezhh
2017-04-28Clean up getTime helpersShadowNinja
2017-04-21Soft node overlay (#5186)Dániel Juhász
2017-04-08Hardware coloring for itemstacksDániel Juhász
2017-01-09Environment & IGameDef code refactoring (#4985)Ner'zhul
2016-11-12Halo: Highlight selected faceRealBadAngel
2016-04-24Escape more strings: formspecs, item descriptions, infotexts...Ekdohibs
2016-04-12Fix inventory hud scalingrubenwardy
2016-04-11Fix hotbar placement on displays with low screen densityPilzAdam
2016-04-10Hud: Cache hud_scaling, fix minor style issueskwolekr
2016-04-10Hud: Fix offset being ignored by inventory barrubenwardy
2016-02-11Use single box for halo meshRealBadAngel
2016-02-08Cleanup selection mesh code, add shaders for halo and selection boxesRealBadAngel
2016-02-08small drawItemStack cleanupest31
2016-02-07Use meshes to display inventory itemsRealBadAngel
2015-08-25Change i++ to ++iDavid Jones
2015-07-08Use UTF-8 instead of narrowest31
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-04-01Clean scaling pre-filter for formspec/HUD.Aaron Suen
2015-03-05Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...Loic Blot
2015-02-08Hud: Modify Y-positioning of health/breath starbars to prevent overlapping wi...kwolekr
2015-01-09Split gui_scaling to gui_scaling + hud_scaling as those elements need differe...sapier
2014-12-05Fix MSVC buildSmallJoker
2014-11-30Make hud use fontengine toosapier
2014-06-29Add support for Android 2.3+sapier
2014-06-22Support for scalable font and gui elementssapier
2014-05-31Small cleanup of hud add/remove codesapier
2014-05-18Add support for interlaced polarized 3d screenssapier
2014-05-11Fix old client showing duplicated health bar on new serversapier
2014-05-11Fix incorrect scaling of customized hud item selection markersapier
2014-05-07Fix heart + bubble bar size on different texture packssapier
2014-05-05Bugfix: make waypoints respect camera offsetRealBadAngel
2014-04-27Fix rounding issue of hud dpi on some machinessapier
2014-04-27Add support for dpi based HUD scalingsapier
2014-04-27Client: Don't crash if trying to draw too many items from inventory in HUDPerttu Ahola
2014-04-12Add player:set_eye_offset() by @MirceaKitsune and clean upBlockMen
2014-04-12Add third person viewBlockMen
2014-04-08Cleanup client init states by bumping protocol versionsapier
2014-01-26New HUD element - waypoint.RealBadAngel
2013-09-20Add option to scale image to percentage valuesBlockMen
2013-09-10Fix hotbar padding at bottomBlockMen
2013-09-05Use player:set_hotbar_image() instead of hardcoded hotbar.pngPilzAdam
2013-08-25Add support for using textures in hotbarBlockMen
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-07-02Remove texture atlas / AtlasPointer, rename getTextureRaw to getTextureKahrl
2013-06-19Add drowningPilzAdam
2013-05-26Add ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT_HUD_SET_PARAMKahrl
2013-04-25Minor hud.cpp cleanupkwolekr