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
/
client
/
gameui.cpp
Age
Commit message (
Expand
)
Author
2022-07-09
Enforce limits of settings that could cause buggy behaviour (#12450)
SmallJoker
2022-04-28
Show unknown node in debug screen (#12230)
Wuzzy
2022-01-30
Get rid of `basic_debug` last minute
sfan5
2022-01-27
Rework drawtime and related timekeeping code to use microseconds
sfan5
2021-09-19
Fix client-side performance of chat UI (#11612)
DS
2021-08-23
Fix 6th line of infotext being cut off in half (#11456)
Wuzzy
2021-08-19
Add fwgettext util function
rubenwardy
2021-06-24
Require 'basic_debug' priv to view gameplay-relevant debug info, require 'deb...
Wuzzy
2021-05-03
refacto: RenderingEngine is now better hidden
Loic Blot
2020-10-29
Show RTT in ms with 2 digits of precision (#10573)
Oblomov
2020-09-22
Fix chat/infotext overlap if many chat lines (#10399)
Wuzzy
2020-07-29
Revert "Get rid of non-ascii characters in the debug display code (#8821)" (#...
Lars Müller
2020-05-24
Add chat_font_size setting (#9736)
SmallJoker
2020-05-06
Get rid of non-ascii characters in the debug display code (#8821)
Jozef Behran
2020-02-01
StaticText: Reset background on EnrichedString change (#9340)
SmallJoker
2020-01-22
StaticText/EnrichedString: Styling support (#9187)
SmallJoker
2019-08-13
Better F6 profiler (#8750)
SmallJoker
2019-08-10
Merge pull request #8776 from osjc/FixGetNode
Jozef Behran
2019-08-07
Hide chat when console is open (#8656)
ANAND
2019-06-21
Fix segfault on quitting with open node formspec (#8608)
SmallJoker
2019-06-10
Formspecs: Close on metadata removal (#8348)
SmallJoker
2019-04-27
Improve readability of debug menu by using '|' (#8488)
ANAND
2019-04-04
Change sign of pitch angle in debug menu (#8438)
ANAND
2019-03-10
Display pitch angle in debug menu (#8321)
Ragulan R
2018-10-06
F5 debug info: Use full words for NSEW directions for readability (#7461)
Paramat
2018-05-29
Fix GameUI flag value regression introduced by a78659ed0529226ad937f5e241ad72...
Loic Blot
2018-05-28
Fix more GCC 8.1 warnings ...
Loïc Blot
2018-02-10
Node definition manager refactor (#7016)
Dániel Juhász
2018-01-05
Don't recalculate statustext initial color everytime & review fixes
Loic Blot
2018-01-05
GameUI refactor (part 7/7): Finish to include profiler things to GameUI
Loic Blot
2018-01-05
GameUI refactor (part 6/X): Move Game::guitext_profiler & showStatusTextSimpl...
Loic Blot
2018-01-05
GameUI refactor (part 5/X): Move Game::guitext_chat to GameUI class
Loic Blot
2018-01-05
GameUI refactor (part 4/X): Move Game::guitext_status, Game::m_statustext, Ga...
Loic Blot
2018-01-05
GameUI refactor (part 3/X): Move Game::guitext2, Game::guitext_info, Game::in...
Loic Blot
2018-01-05
GameUI refactor (part 2/X): Move Game::guitext to GameUI + enhancements on St...
Loic Blot
2018-01-05
GameUI refactor (part 1/X): GameUI object creation + GameUIFlags move to GameUI
Loic Blot