Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-03 | * More mild text rendering performance improvements | Tim 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 performance | Tim Angus | |
2013-01-03 | * Mild performance improvements to callees of Item_Text_Wrap | Tim Angus | |
2013-01-03 | * (bug 4541) Improvement to font rendering speed by removing an unneeded ↵ | Christopher Schwarz | |
function call (gimhael) | |||
2013-01-03 | * (Bug 4649) Require reasons for votes (WilliamH, Chris "Lakitu7" Schwarz) | M. Kristall | |
2013-01-03 | * Fix /me in teamsay menu | Ben Millwood | |
2013-01-03 | * Fix text width result and line wrap when encountering INDENT_MARKER | John Ellis | |
* Fix line wrapping when encountering emoticons | |||
2013-01-03 | * Don't confuse TYPE_* with ITEM_TYPE_* | Ben Millwood | |
2013-01-03 | fix emoticon parser from allowing a partial match | John Ellis | |
2013-01-03 | * Print a warning when a menu file is not found | Ben Millwood | |
* Remove references to menu files that no longer exist | |||
2013-01-03 | * Separate namelog from admin | M. Kristall | |
* Client to namelog mapping * Merge mute, denybuild, ptr in namelog; remove ptr | |||
2013-01-03 | * Refactor emoticon code | M. Kristall | |
* Remove some redundant code * Make an error non-fatal * Formatting fixes | |||
2013-01-03 | * Make cursor hiding more consistent | Tim Angus | |
2013-01-03 | * add warnings for Menus_ReplaceActive() when there is a menu item mismatch | Tony J. White | |
between the active menu and the new one. * maintain the proper cursor state on menu items in Menus_ReplaceActive() | |||
2013-01-03 | * Fix broken scoreboard | Tim Angus | |
2013-01-03 | * Update copyright notices | Tim Angus | |
2013-01-03 | * Fix draw order bug in r1922 resulting from differing qsort implementations | Tim Angus | |
2013-01-03 | * s/ITEM_TYPE_COMBO/ITEM_TYPE_CYCLE/ | Tim Angus | |
* Add ITEM_TYPE_COMBOBOX -- a proper combobox widget * Use ITEM_TYPE_COMBOBOX for video mode selection * General refactoring of the listbox code * Various other assorted tidy-ups | |||
2013-01-03 | * Indent wrapped chat lines to avoid potential imitation exploits | Tim Angus | |
2013-01-03 | * When ui_chatCommands is enabled, change the "Say:" or "Say to Team:" text ↵ | Christopher Schwarz | |
in the prompt to "Command:" when appropriate, so the user can tell that their text will not be sent as chat but executed instead. (tjw) | |||
2013-01-03 | * Fix colour codes not being propogated across lines in some cases (Rezyn0) | Tim Angus | |
2013-01-03 | * Whitespace | Tim 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... again | Tim Angus | |
2013-01-03 | * Oops | Tim Angus | |
2013-01-03 | * Add ITEM_TYPE_SAYFIELD which is like ITEM_TYPE_EDITFIELD but with ↵ | Tim Angus | |
different focus behaviour | |||
2013-01-03 | * Do 1879 (tabbing out of an editfield hides the mouse) in a different way ↵ | Christopher Schwarz | |
that doesn't partly break r1837 (tab, uparrow, downarrow sends chat text) | |||
2013-01-03 | * Fix a bug with command concatenation with commands entered from the chat ui | M. Kristall | |
2013-01-03 | * Server- and client-side tab completion for commands handled by the game module | M. Kristall | |
* Admin commands are just like all other commands now: no more ! ("!map" was renamed to "changemap" since "map" already exists) * Text in the chat ui beginning with / or \ is treated as a command unless ui_chatCommands = 0 (default 1) | |||
2013-01-03 | * Fix tabbing away from an edit field hiding the mouse cursor | Tim Angus | |
2013-01-03 | * Fix news menu line wrapping to not break horribly when using a widescreen ↵ | Christopher Schwarz | |
resolution (thanks Tuples) | |||
2013-01-03 | * Fix g_editingField and g_waitingForKey in the ui to be properly cleared ↵ | Christopher Schwarz | |
when you close all menus, preventing the cursor from being inappropriately hidden the next time you open one | |||
2013-01-03 | * Fix UI_Text_Paint_Limit() function, which was printing a max of one ↵ | Christopher Schwarz | |
character ever, but nothing was using it so nobody noticed (thanks Oopss) * Add ALIGN_NONE and VALIGN_NONE types for CG_Text_Align function * Slightly widen the location item on the default hud, since just a little bit more fits most maps better * Prevent seeing crosshair playername text for players on the other team while in SPECTATOR_LOCKED * Fix formatting nitpick from a few revisions ago | |||
2013-01-03 | * Add options in the ingame UI to callvote sudden_death and callvote nextmap ↵ | Christopher Schwarz | |
(Exclamation) * Prevent up arrow, down arrow, tab, and mouse buttons from unexpectedly sending Say: menu text * Fix a crash introduced by r1813 when using teamsay on a map without location entities | |||
2013-01-03 | * Use binary searching instead of linear searching for many static arrays | M. 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 | |
* Properly prevent deconstructing the last spawn when it's markdeconstruct with no power (Rezyn) * Fix typo on nextmap votes (Byron Johnson) | |||
2013-01-03 | * That's the last time I trust myself to make even super-trivial fixes to ↵ | Christopher Schwarz | |
patches without testing them again :-( | |||
2013-01-03 | * (bug 4303) Disallow blank hostnames and non-printing characters in the ↵ | Christopher Schwarz | |
server browser (thanks Khalsa) | |||
2013-01-03 | * (bug 4300) Sort cvars in Server Info menu (Rezyn) | Christopher Schwarz | |
2013-01-03 | * (bug 4302) Fix server join list | Christopher Schwarz | |
- Merge featured / regluar server list back into one list, with featured sorted to the top and sporting emoticons to show their distinction - Show a key for the featured server type icons (Exclamation) * (bug 4303) Disallow (escape) emoticons in server hostnames | |||
2013-01-03 | * Add [trap_R|RE]_SetClipRegion to prevent rendering outside a specified area | Tim Angus | |
* Rewrite CG_DrawTeamSpectators to scroll on a pixel basis rather than a character basis | |||
2013-01-03 | * (bug 4295) Add an option to view Tremulous news to the main menu | Christopher Schwarz | |
2013-01-03 | * Whitespace/floating point tweaks | Tim Angus | |
2013-01-03 | * (bug 3998) linewrap cp, parse newlines in cp and motd | Christopher Schwarz | |
2013-01-03 | * (bug 3713) Scoreboard marquee causes text display problems | Christopher Schwarz | |
2013-01-03 | * (bug 4296) Server browser fixes | Christopher Schwarz | |
- Fix "refresh" creating duplicate servers - Fix featured server status not being cached - Fix not giving you the server you clicked on (Rezyn) | |||
2013-01-03 | * (bug #3836) Add [SV|trap]_SetConfigstringRestrictions which prevents some | Tim Angus | |
clients receiving a config string * Move BG_ClientList* to Com_ClientList* * Split CS_STAGES into CS_ALIEN_STAGES and CS_HUMAN_STAGES |