summaryrefslogtreecommitdiff
path: root/src/ui
AgeCommit message (Expand)Author
2017-03-09refactor stuff/dev/humancontroller
2017-03-09use more standard date notations/dev/humancontroller
2017-03-09use floatint_t/dev/humancontroller
2017-03-09make wrap caching a bit more secure/dev/humancontroller
2017-03-09fix an evo menu failure/dev/humancontroller
2017-03-09fix an OB1 in Menus_CloseAll()/dev/humancontroller
2017-03-09fix wrapping of net sources/dev/humancontroller
2017-03-09add range checks for uiInfo.resolutions/dev/humancontroller
2017-02-08add missing trailing '\n's from strings to execute; add double quotes around .../dev/humancontroller
2017-02-07fix some usages of abs(), part 1: non-gamelogic-changing changes/dev/humancontroller
2017-02-07silence a bunch of compiler warnings/dev/humancontroller
2017-01-26move menudef.h to src/ui/, update the include references appropriately/dev/humancontroller
2015-06-08change the serverlist-querying methods to be compatible with the current depl.../dev/humancontroller
2015-06-08change the UI server-sorting fields to be GPP-compatible/dev/humancontroller
2013-03-27Fix some warnings caused by lack of noreturnTim Angus
2013-02-16Update copyright noticesTim Angus
2013-02-16Add renderercommon/tr_common.hTim Angus
2013-01-12Fix a bunch of warningsTim Angus
2013-01-03* Fix a bunch of variable set but not used warningsM. Kristall
2013-01-03* (bug 5000) refactor: use ARRAY_LEN; remove undefined functions; more size_tM. Kristall
2013-01-03* Never interpret the /me command as teamchatBen Millwood
2013-01-03* Remove redundant uses of String_AllocBen Millwood
2013-01-03* (bug 4958) Add a menu to list/play demo files to the main menu (jacklutz54@...Christopher Schwarz
2013-01-03* Remove unused variableM. Kristall
2013-01-03* Remove the protocol argument to globalServers, always use PROTOCOL_VERSIONBen Millwood
2013-01-03* Fix text buffer from printing letters with the incorrect case in a rare cas...Christopher Schwarz
2013-01-03* (bug 3013) Add gametype column to server browser (Rezyn, with thanks to Jac...Christopher Schwarz
2013-01-03* Minor formatting changeM. Kristall
2013-01-03* More mild text rendering performance improvementsTim Angus
2013-01-03* Remove used limit parameter from UI_Text_[Width|Height]Tim Angus
2013-01-03* (bug #4541) Rewrite Item_Text_Wrap (again), to improve performanceTim Angus
2013-01-03* Mild performance improvements to callees of Item_Text_WrapTim Angus
2013-01-03* (bug 4541) Improvement to font rendering speed by removing an unneeded func...Christopher Schwarz
2013-01-03* (Bug 4649) Require reasons for votes (WilliamH, Chris "Lakitu7" Schwarz)M. Kristall
2013-01-03* Fix /me in teamsay menuBen Millwood
2013-01-03* Fix text width result and line wrap when encountering INDENT_MARKERJohn Ellis
2013-01-03* Don't confuse TYPE_* with ITEM_TYPE_*Ben Millwood
2013-01-03fix emoticon parser from allowing a partial matchJohn Ellis
2013-01-03* Print a warning when a menu file is not foundBen Millwood
2013-01-03* Separate namelog from adminM. Kristall
2013-01-03* Refactor emoticon codeM. Kristall
2013-01-03* Make cursor hiding more consistentTim Angus
2013-01-03* add warnings for Menus_ReplaceActive() when there is a menu item mismatchTony J. White
2013-01-03* Fix broken scoreboardTim Angus
2013-01-03* Update copyright noticesTim Angus
2013-01-03* Fix draw order bug in r1922 resulting from differing qsort implementationsTim Angus
2013-01-03* s/ITEM_TYPE_COMBO/ITEM_TYPE_CYCLE/Tim Angus
2013-01-03* Indent wrapped chat lines to avoid potential imitation exploitsTim Angus
2013-01-03* When ui_chatCommands is enabled, change the "Say:" or "Say to Team:" text i...Christopher Schwarz
2013-01-03* Fix colour codes not being propogated across lines in some cases (Rezyn0)Tim Angus