aboutsummaryrefslogtreecommitdiff
path: root/src/client/gameui.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enforce limits of settings that could cause buggy behaviour (#12450)SmallJoker2022-07-091-1/+1
* Show unknown node in debug screen (#12230)Wuzzy2022-04-281-3/+7
* Get rid of `basic_debug` last minutesfan52022-01-301-1/+0
* Rework drawtime and related timekeeping code to use microsecondssfan52022-01-271-4/+4
* Fix client-side performance of chat UI (#11612)DS2021-09-191-6/+12
* Fix 6th line of infotext being cut off in half (#11456)Wuzzy2021-08-231-3/+6
* Add fwgettext util functionrubenwardy2021-08-191-6/+3
* Require 'basic_debug' priv to view gameplay-relevant debug info, require 'deb...Wuzzy2021-06-241-7/+12
* refacto: RenderingEngine is now better hiddenLoic Blot2021-05-031-3/+3
* Show RTT in ms with 2 digits of precision (#10573)Oblomov2020-10-291-2/+2
* Fix chat/infotext overlap if many chat lines (#10399)Wuzzy2020-09-221-11/+14
* Revert "Get rid of non-ascii characters in the debug display code (#8821)" (#...Lars Müller2020-07-291-2/+2
* Add chat_font_size setting (#9736)SmallJoker2020-05-241-10/+13
* Get rid of non-ascii characters in the debug display code (#8821)Jozef Behran2020-05-061-2/+2
* StaticText: Reset background on EnrichedString change (#9340)SmallJoker2020-02-011-4/+4
* StaticText/EnrichedString: Styling support (#9187)SmallJoker2020-01-221-2/+2
* Better F6 profiler (#8750)SmallJoker2019-08-131-21/+14
* Merge pull request #8776 from osjc/FixGetNodeJozef Behran2019-08-101-1/+1
* Hide chat when console is open (#8656)ANAND2019-08-071-4/+7
* Fix segfault on quitting with open node formspec (#8608)SmallJoker2019-06-211-5/+4
* Formspecs: Close on metadata removal (#8348)SmallJoker2019-06-101-0/+12
* Improve readability of debug menu by using '|' (#8488)ANAND2019-04-271-8/+8
* Change sign of pitch angle in debug menu (#8438)ANAND2019-04-041-1/+1
* Display pitch angle in debug menu (#8321)Ragulan R2019-03-101-0/+1
* F5 debug info: Use full words for NSEW directions for readability (#7461)Paramat2018-10-061-1/+2
* Fix GameUI flag value regression introduced by a78659ed0529226ad937f5e241ad72...Loic Blot2018-05-291-2/+0
* Fix more GCC 8.1 warnings ...Loïc Blot2018-05-281-1/+1
* Node definition manager refactor (#7016)Dániel Juhász2018-02-101-1/+1
* Don't recalculate statustext initial color everytime & review fixesLoic Blot2018-01-051-10/+12
* GameUI refactor (part 7/7): Finish to include profiler things to GameUILoic Blot2018-01-051-10/+34
* GameUI refactor (part 6/X): Move Game::guitext_profiler & showStatusTextSimpl...Loic Blot2018-01-051-0/+62
* GameUI refactor (part 5/X): Move Game::guitext_chat to GameUI classLoic Blot2018-01-051-1/+32
* GameUI refactor (part 4/X): Move Game::guitext_status, Game::m_statustext, Ga...Loic Blot2018-01-051-1/+45
* GameUI refactor (part 3/X): Move Game::guitext2, Game::guitext_info, Game::in...Loic Blot2018-01-051-10/+68
* GameUI refactor (part 2/X): Move Game::guitext to GameUI + enhancements on St...Loic Blot2018-01-051-2/+50
* GameUI refactor (part 1/X): GameUI object creation + GameUIFlags move to GameUILoic Blot2018-01-051-0/+35