summaryrefslogtreecommitdiff
path: root/src/ui
AgeCommit message (Expand)Author
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
2013-01-03* WhitespaceTim Angus
2013-01-03* (bug 4321) Resort in-game options menu; add more show/hide options (wireddd)Christopher Schwarz
2013-01-03* Fix text wrapping... againTim Angus
2013-01-03* OopsTim Angus
2013-01-03* Add ITEM_TYPE_SAYFIELD which is like ITEM_TYPE_EDITFIELD but with different...Tim Angus
2013-01-03* Do 1879 (tabbing out of an editfield hides the mouse) in a different way th...Christopher Schwarz
2013-01-03* Fix a bug with command concatenation with commands entered from the chat uiM. Kristall
2013-01-03* Server- and client-side tab completion for commands handled by the game moduleM. Kristall
2013-01-03* Fix tabbing away from an edit field hiding the mouse cursorTim Angus
2013-01-03* Fix news menu line wrapping to not break horribly when using a widescreen r...Christopher Schwarz
2013-01-03* Fix g_editingField and g_waitingForKey in the ui to be properly cleared whe...Christopher Schwarz
2013-01-03* Fix UI_Text_Paint_Limit() function, which was printing a max of one charact...Christopher Schwarz
2013-01-03* Add options in the ingame UI to callvote sudden_death and callvote nextmap ...Christopher Schwarz
2013-01-03* Use binary searching instead of linear searching for many static arraysM. Kristall
2013-01-03* (bug 4305) Refactor/simplify UI_Text_Paint functions (Rezyn)Christopher Schwarz
2013-01-03* (bug #3949) Paint menus in stack order (Amanieu)Tim Angus
2013-01-03* Fix wonky say text field behavior when you press insert (Rezyn)Christopher Schwarz
2013-01-03* That's the last time I trust myself to make even super-trivial fixes to pat...Christopher Schwarz
2013-01-03* (bug 4303) Disallow blank hostnames and non-printing characters in the serv...Christopher Schwarz
2013-01-03* (bug 4300) Sort cvars in Server Info menu (Rezyn)Christopher Schwarz
2013-01-03* (bug 4302) Fix server join listChristopher Schwarz
2013-01-03* Add [trap_R|RE]_SetClipRegion to prevent rendering outside a specified areaTim Angus
2013-01-03* (bug 4295) Add an option to view Tremulous news to the main menuChristopher Schwarz
2013-01-03* Whitespace/floating point tweaksTim Angus
2013-01-03* (bug 3998) linewrap cp, parse newlines in cp and motdChristopher Schwarz
2013-01-03* (bug 3713) Scoreboard marquee causes text display problemsChristopher Schwarz
2013-01-03* (bug 4296) Server browser fixesChristopher Schwarz
2013-01-03* (bug #3836) Add [SV|trap]_SetConfigstringRestrictions which prevents someTim Angus
2013-01-03* (bug 3391) FF Cvar cleanupChristopher Schwarz
2013-01-03* (bug 3604) Fix Item_Text_Wrap() (Amanieu, benmachine)Christopher Schwarz
2013-01-03* Remove many unused cvars that don't do anythingChristopher Schwarz
2013-01-03* Remove tell, tell_target, tell_attacker. Depreciated by /mChristopher Schwarz
2013-01-03* Add the Q_EXPORTs I missed from merging ioq3Tim Angus
2013-01-03* Featured server systemBen Millwood
2013-01-03* Strict type-checking of menu item keywords that use the typeData unionBen Millwood
2013-01-03* Provide helpful error messages when hardcoded limits are hit in the UIBen Millwood
2013-01-03* Get rid of uselessly-named itemDef_t->special and replace withBen Millwood
2013-01-03* Prevent option controls and edit fields from twitching bizarrely when usedBen Millwood
2013-01-03* Automatically prompt the user for what to do when files are needed from the...Christopher Schwarz
2013-01-03* add sprint bind to menuRoman Tetelman
2013-01-03* Restructure G_WideTrace a bitTim Angus
2013-01-03* s/G_TriggerMenu2/G_TriggerMenuArgs/Tim Angus
2013-01-03* Various changes resulting from sanity checking against mgdev HEADTim Angus
2013-01-03* Make itemDef_t->typeData a union to avoid dirty typecastsBen Millwood
2013-01-03* Fix text alignment of UI items that display cvar contentsBen Millwood
2013-01-03* Change EXEC_NOW to EXEC_APPENDM. Kristall
2013-01-03* Remove SS_INFESTING and PM_SPINTERMISSION since they were not usedBen Millwood
2013-01-03 * Add BG_EventName and use it to simplify a series of debugging messagesBen Millwood