Age | Commit message (Expand) | Author |
2013-01-03 | * Fix a bunch of variable set but not used warnings | M. Kristall |
2013-01-03 | * (bug 5000) refactor: use ARRAY_LEN; remove undefined functions; more size_t | M. Kristall |
2013-01-03 | * Never interpret the /me command as teamchat | Ben Millwood |
2013-01-03 | * Remove redundant uses of String_Alloc | Ben 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 variable | M. Kristall |
2013-01-03 | * Remove the protocol argument to globalServers, always use PROTOCOL_VERSION | Ben 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 change | M. Kristall |
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 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 menu | Ben Millwood |
2013-01-03 | * Fix text width result and line wrap when encountering INDENT_MARKER | John Ellis |
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 |
2013-01-03 | * Separate namelog from admin | M. Kristall |
2013-01-03 | * Refactor emoticon code | M. Kristall |
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 |
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 |
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 i... | Christopher Schwarz |
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 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 ui | M. Kristall |
2013-01-03 | * Server- and client-side tab completion for commands handled by the game module | M. Kristall |
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 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 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 |
2013-01-03 | * That's the last time I trust myself to make even super-trivial fixes to pat... | Christopher Schwarz |