Age | Commit message (Expand) | Author |
2013-01-03 | * (bug 4879) Prevent teamchanges for gameplay exploit reasons by enforcing a ... | Christopher Schwarz |
2013-01-03 | * (bug 4760) Display Vote Caller (thanks Brian Teapot Shannon, msk, benmachine) | Christopher Schwarz |
2013-01-03 | * Queue BP according to the proportion of damage that came from not-friendly-... | Christopher Schwarz |
2013-01-03 | * Squeeze eFlags back into 16 bits | Ben Millwood |
2013-01-03 | * Remove hovel | M. Kristall |
2013-01-03 | * Refactor emoticon code | M. Kristall |
2013-01-03 | * Complain about too many target_locations | M. Kristall |
2013-01-03 | * Renamed MAX_STAMINA to STAMINA_MAX and moved to tremulous.h | Asa Kravets |
2013-01-03 | * Update copyright notices | Tim Angus |
2013-01-03 | * Stop using numeric constants in logs because they are unreliable (log parsers | M. Kristall |
2013-01-03 | * Stamina changes/fixes (kevlarman) | Christopher Schwarz |
2013-01-03 | * Add game_memory and cgame_memory commands to give a breakdown of memory | M. Kristall |
2013-01-03 | * Use binary searching instead of linear searching for many static arrays | M. Kristall |
2013-01-03 | * (bug 2923) Add ability to have a "warmup" time where players cannot join a ... | Christopher Schwarz |
2013-01-03 | * Various small style fixes/corrections/changes (Undeference, Timbo, benmachine) | Christopher Schwarz |
2013-01-03 | * (bug 2991) Add teamoverlay, an optional hud display showing names, health, ... | Christopher Schwarz |
2013-01-03 | * (bug 4298) Fix decon messages, add build messages | Christopher Schwarz |
2013-01-03 | Balance tweaks | Asa Kravets |
2013-01-03 | * (bug #3836) Add [SV|trap]_SetConfigstringRestrictions which prevents some | Tim Angus |
2013-01-03 | * Massive refactor of voting code | M. Kristall |
2013-01-03 | * Fix ordinals in spawn queue to not display 21th, 22th, 23th etc. | M. Kristall |
2013-01-03 | * Reduce generic1 to 10 bits | Tim Angus |
2013-01-03 | Scrap PMF_TIME_KNOCKOFF so pm_flags fit in 16 bits | Ben Millwood |
2013-01-03 | * Cleanup thirdperson spec code | Christopher Schwarz |
2013-01-03 | Remove repeater overlap prevention code | Ben Millwood |
2013-01-03 | Reduce redundancy in Cmd_Build_f | Ben Millwood |
2013-01-03 | Zone BP updates, and a minor bug fix | Ben Millwood |
2013-01-03 | Zone BP | Ben Millwood |
2013-01-03 | * Replace BG_(Un)PackZapTargets with more generic and less muddled BG_(Un)Pac... | Tim Angus |
2013-01-03 | * Use the MN_ system for team lock and player limit messages | Tim Angus |
2013-01-03 | * Various changes resulting from sanity checking against mgdev HEAD | Tim Angus |
2013-01-03 | * make zap damage instant | Roman Tetelman |
2013-01-03 | * make zap display targets beyond 3 and general zap cleanup | Roman Tetelman |
2013-01-03 | * Remove unused references to bank | Ben Millwood |
2013-01-03 | * New zap (fixes #40) | Roman Tetelman |
2013-01-03 | Improvements, fixes, and cleanups to smooth regen | Ben Millwood |
2013-01-03 | * redo hovel removal in a way that doesn't break log parsers (reported by msk) | Roman Tetelman |
2013-01-03 | * remove hovel (fixes #26) (todo: go back and actually remove the code) | Roman Tetelman |
2013-01-03 | * Fix compiler warning about G_FindOvermind | Ben Millwood |
2013-01-03 | * Allow boosters to give poison within the first 30 seconds of the game | Ben Millwood |
2013-01-03 | * Remove SS_INFESTING and PM_SPINTERMISSION since they were not used | Ben Millwood |
2013-01-03 | * Add BG_EventName and use it to simplify a series of debugging messages | Ben Millwood |
2013-01-03 | * Handle some broken admin.dat files the same as before | M. Kristall |
2013-01-03 | * Added improved team join messages (original patch thanks to peoro) | Christopher Schwarz |
2013-01-03 | * CG_PLAYER_LOCATION now determined by the client | Roman Tetelman |
2013-01-03 | * Merge STAT_WEAPONS[2] into STAT_WEAPON and dispose of unnecessary STAT_SLOTS | Ben Millwood |
2013-01-03 | * add variable width to emoticons support. In addition to being a | Tony J. White |
2013-01-03 | * UI_Text_* emoticon drawing support (e.g. [dretch] draws | Tony J. White |
2013-01-03 | * voice chat stuff (no, not like TeamSpeak) | Tony J. White |
2013-01-03 | * Replace reams of BG_Find* functions with: BG_Buildable, BG_Class, BG_Weapon, | Tim Angus |