Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | * 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 | * Make server browser sort colours less bright and fix default sort column ↵ | Tim Angus | |
(Rezyn0) | |||
2013-01-03 | * Tidy up ingame menu | Tim Angus | |
2013-01-03 | * (bug 4321) Resort in-game options menu; add more show/hide options (wireddd) | Christopher Schwarz | |
2013-01-03 | * Tidy up news menu | Tim Angus | |
2013-01-03 | * Fix news menu not closing on escape (thanks Undeference) | Christopher Schwarz | |
2013-01-03 | * Updates to ui/help.txt (the in-game help menu). In the future, it needs to ↵ | Christopher Schwarz | |
be rewritten to be more for first-time players than for 1.1 players, but at least this is more complete and up to date for now :) | |||
2013-01-03 | * Add ITEM_TYPE_SAYFIELD which is like ITEM_TYPE_EDITFIELD but with ↵ | Tim Angus | |
different focus behaviour | |||
2013-01-03 | * Layout the location display correctly | Tim Angus | |
2013-01-03 | * The "winner" item in teamscore.menu needed an ITEM_TYPE_TEXT | Christopher Schwarz | |
2013-01-03 | * (bug 4006) Prevent human buildables from playing idle sounds while ↵ | Christopher Schwarz | |
unpowered and give them new slightly-different animations so they also look different. In the case of turrets, 'droop' a bit when unpowered. (Rezyn) | |||
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 | * Move teamoverlay out of the common_hud and into the team common huds. ↵ | Christopher Schwarz | |
Prevents showing when dead (use deadspec for this) and showing in white-on-white colors * Hide teamoverlay when the scoreboard is displayed | |||
2013-01-03 | * Return spectator bbox size to that of a dretch once again | Christopher Schwarz | |
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 | * Fix location hud item to line up correctly and no longer overlap demostate | Christopher Schwarz | |
2013-01-03 | * Restore loading of ui/tremulous_dialogs.menu so that dialogs while not on ↵ | Christopher Schwarz | |
a team are actually displayed * Update ui/tremulous_dialogs.menu to correctly use ITEM_TYPE_TEXT | |||
2013-01-03 | * New ownerdraw for speedometer | Ben Millwood | |
- Controlled by cg_drawSpeed, which is a bitfield Bit 1 controls the text draw, bit 2 controls the graph, and bit 4 ignores vertical speed in the calculation. | |||
2013-01-03 | * (bug 2991) Add teamoverlay, an optional hud display showing names, health, ↵ | Christopher Schwarz | |
class/equipment, and locations of teammates - Disable with cg_drawTeamOverlay 0 or remove it from your hud - Control number of teammates to show with cg_teamOverlayMaxPlayers - When teamoverlay is enabled, show health of teammates next to their name when the crosshair is over them - Servers who dislike gameplay effects or want to save on bandwidth use can use g_allowTeamOverlay 0 to disable the feature for players - Special thanks to Risujin for bring this idea and the original patch to Tremulous * Cache teaminfo on the server and send only when needed (Undeference) * Increase frequency of sending updated teaminfo (Undeference) | |||
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 | * Fix cross-compiling (early merge from ioq3 r1667) | Christopher Schwarz | |
* Prevent crash when using % in chats, caused by r1784 (Ensiform, Rezyn) * Change default hud color of location text to white, so it doesn't mess up color schemes of maps that have such things on their location ents | |||
2013-01-03 | * Add the actual news.menu file needed for r1775 | Christopher Schwarz | |
2013-01-03 | * (bug 4295) Add an option to view Tremulous news to the main menu | Christopher Schwarz | |
2013-01-03 | * Fix broken "Spectators:" text on the scoreboard | Christopher Schwarz | |
2013-01-03 | * (bug 3391) FF Cvar cleanup | Christopher Schwarz | |
- Remove g_humanFriendlyFire and g_alienFriendlyFire - Remove the cvar "ff" and just use g_friendlyFire and g_friendlyBuildableFire | |||
2013-01-03 | * Fix transparency of certain hud elements (Rezyn) | Christopher Schwarz | |
2013-01-03 | * Fix spelling mistake in armour script | M. Kristall | |
2013-01-03 | * Featured server system | Ben Millwood | |
- The new master server sends some server records with an additional flag for the client to mark them as featured - they will then appear in a separate list. | |||
2013-01-03 | * Decrease zOffset of dretch model so it doesn't appear to float anymore ↵ | Christopher Schwarz | |
(fixes #56) | |||
2013-01-03 | * Cleanup thirdperson spec code | Christopher Schwarz | |
- Remove the temporary manual override cvars - Bring back cg_thirdpersonangle by request even though it's only useful in non-gameplay cases - Move thirdperson view offset values to classconfigs where they belong - Attempt once again to fix cg_thirdpersonpitchfollow | |||
2013-01-03 | * Explicitly specify ITEM_TYPE_TEXT since it's no longer the default | Ben Millwood | |
2013-01-03 | * Strict type-checking of menu item keywords that use the typeData union | Ben Millwood | |
2013-01-03 | * Remove redundant type specifications in some menu files | Ben Millwood | |
* Ensure type is parsed before items that use it * Multi items use cvar, not cvarFloat | |||
2013-01-03 | Updated sprint and dodge help sections | Asa Kravets | |
2013-01-03 | Advanced dragoon bounding box and model scale reduced: 64x64x67 -> 58x58x66, ↵ | Asa Kravets | |
1.25 -> 1.15 | |||
2013-01-03 | * Support enum { ITEM, ITEM2 = 100, ITEM3 }; in menu parsers | Ben Millwood | |
* Use these enums in ui/menudef.h define lists * Fix a few inaccurate comments in ui/menudef.h | |||
2013-01-03 | * Get rid of uselessly-named itemDef_t->special and replace with | Ben Millwood | |
feederID or window.borderSize where applicable. | |||
2013-01-03 | * Automatically prompt the user for what to do when files are needed from ↵ | Christopher Schwarz | |
the server and cl_allowDownload=0. (bug 3038) (Risujin, kevlarman) | |||
2013-01-03 | * make adv. granger modelscale line up with the bbox (reported by Cadynum) | Roman Tetelman | |
2013-01-03 | * add sprint bind to menu | Roman Tetelman | |
2013-01-03 | * shrink advanced granger bbox to match the regular one | Roman Tetelman | |
2013-01-03 | Tweak partial frags hud indicator colours | Roman Tetelman | |
2013-01-03 | * add CG_PLAYER_CREDITS_FRACTION to display partial frags | Roman Tetelman | |
2013-01-03 | * Move all non-source-code to assets directory | Tim Angus | |