Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-13 | * Added time til sudden death to game state | Tim Angus | |
* Added "tagging" to game stats, so the stats for specific gameplay changes can be tracked | |||
2006-12-13 | * (bug 2944) cg_drawClock added | Tony J. White | |
2006-12-12 | * (bug 2954) when g_admin is enabled use !ban [ip] instead of !kick [slot] | Tony J. White | |
on vote kicks. this is to deal with people disconnecting before the vote ends to avoid the temp ban and prevents an innocent from grabbing the slot only to be kicked when the vote ends. * fix duration parsing for the g_admin !ban command when time is in seconds | |||
2006-12-12 | * (bug 2924) /follow cmd now accepts partial name match and improved | Tony J. White | |
error messages. (M. Kristall) | |||
2006-12-11 | * (bug 2812) limit team joining to once per client per second to prevent | Tony J. White | |
cmd overflow by malicious clients | |||
2006-12-11 | * (bug 2961) G_UnlaggedCalc() crash on map load when using .so instead of qvm | Tony J. White | |
2006-12-09 | * (bug 2903) Added g_unlagged. This is based on Neil Toronto's unlagged | Tony J. White | |
project. Thanks to kevlarman and WolfWings for help with this implementation for Tremulous. | |||
2006-12-09 | * (bug 2790) prevent a hovel from dying more than once. | Tony J. White | |
2006-12-09 | * (bug 2869) trap_FS_FOpenFile() returns 0 if the file doesn't exist (not -1) | Tony J. White | |
when using mode FS_READ | |||
2006-12-09 | * (bug 2937) adds cg_projectileNudge. This is originally from Neil Toronto's | Tony J. White | |
unlagged project. kevlarman added automatic latency detection so the nudge time doesn't have to be set manually. Defaults to 1 (on). | |||
2006-12-07 | * Fix for the Q3 "overbounce" bug (apparently) | Tim Angus | |
2006-12-04 | * (bug 2934) shut up new warning message on obituary event when killed by world | Tony J. White | |
2006-12-04 | * (bug 2934) stop inventing integer types tjw. no longer try to correct | Tony J. White | |
a bad eventParm, but DO print a _useful_ warning. | |||
2006-12-04 | * (bug 2934) cap health sent as eventParm at 255 to prevent too many tyrant | Tony J. White | |
pain sounds from int8_t overflow/underrun ( Risujin ) * (bug 2934) prevent int8_t overflow/underrun on eventParm in G_AddEvent and print WARNING when this occurs. | |||
2006-12-04 | * (bug 2869) don't allow map votes for maps that do not exist ( M. Kristall ) | Tony J. White | |
2006-12-04 | * (bug 2812) prevent team join spam (Phil Bordelon and R1CH) | Tony J. White | |
2006-12-03 | * Hi, my name is floam | Tim Angus | |
2006-12-03 | * Fucking tabs... | Tim Angus | |
2006-12-03 | * Strip leading whitespace when displaying server names in the browser | Tim Angus | |
* Sort by server name on alpha characters only * Refresh master server IP address cache on map change | |||
2006-11-30 | * Updated Mac OS X Universal Binary building (from ioq3 merge) | Tony J. White | |
2006-11-29 | * Functionalise testing for sudden death | Tim Angus | |
2006-11-28 | * Merge ioq3-989 | Tim Angus | |
2006-11-17 | * (bug 2853) allow energy ammo to be purchased as long as an energy weapon | Tony J. White | |
is in the inventory regardless of what weapon is selected * (bug 2827) allow energy ammo to be purchased at an armoury | |||
2006-11-17 | * Yet more TA: removals | Tim Angus | |
2006-11-17 | * Removed some more TA:s | Tim Angus | |
2006-11-16 | * Removed some //TA:s | Tim Angus | |
2006-11-15 | * (bug 2905) added cg_optimizePrediction (by Neil Toronto and arQon) from | Tony J. White | |
the unlagged project. This gives a fairly decent FPS boost. (kevlarman) | |||
2006-11-14 | * (bug 2665) P cvar is now constructed from pers.teamSelection so correct | Tony J. White | |
team is shown for specs in follow mode (thanks M. Kristall) | |||
2006-11-14 | * (bug 2849) g_admin usage info formatting fixes, !spec999 no longer tries | Tony J. White | |
to move those who are already spec, !listplayers uses pers.teamSelection to prevent inconsistency with spec following. (thanks M. Kristall) | |||
2006-11-13 | * (bug 2921) don't allow team switch until build timer expires | Tony J. White | |
2006-11-13 | * (bug 2881) client could add themselves to the spawn queue multiple times | Tony J. White | |
when on aliens by running class command multiple times (Martin Doucha) | |||
2006-11-11 | * (bug 2879) zombie clients getting stuck in spawns (Martin Doucha) | Tony J. White | |
2006-11-06 | * (bug 2912) check team selection before allowing follow | Tony J. White | |
2006-11-03 | * (bug 2909) buildable deconstruct/destroy team notification and log messages | Tony J. White | |
2006-10-30 | * (bug 2894) automatic shoving of teammates on collision. set g_shove to a | Tony J. White | |
positive float to adjust the amount of shoving. (recommended value 15.0, default value 0.0) | |||
2006-10-24 | * !unlock command was not printing usage information (thanks kevlarman) | Tony J. White | |
2006-10-24 | * don't spam broadcast the output spam of the !time g_admin spam command | Tony J. White | |
2006-10-24 | * (bug 2849) reverted something I added in changeset 815 that turned out | Tony J. White | |
not to be necessary. | |||
2006-10-24 | * (bug 2860) use proper team check in teamvote teamclientckick and also | Tony J. White | |
check to make sure the id provided isn't higher than the max client number (Martin Doucha) | |||
2006-10-23 | * (bug 2868) cancel all votes that are in progress when intermission | Tony J. White | |
starts (Martin Doucha) | |||
2006-10-23 | * (bug 2842) adds g_privateMessages (/m and /mt commands) | Tony J. White | |
2006-10-09 | * (bug 2860) really fix the vote prevention when in spec follow mode this | Tony J. White | |
time. (Marc H. Thoben) | |||
2006-10-09 | * (bug 2845) when overmind is killed under certain circumstances, buildings | Tony J. White | |
could remain active and new buildings could be built. (Christophe Cavalaria) | |||
2006-09-29 | * Changed a Com_Printf to a Com_DPrintf | Tim Angus | |
2006-09-29 | * !lock command without parameter was not printing usage information | Tony J. White | |
2006-09-28 | * (bugs 2677, 2849) SPECTATOR_FOLLOW mode would give the spectating client | Tony J. White | |
the credits/kills of the client he was following. | |||
2006-09-23 | * Hack the master server up to ignore a list of abusive IP addresses | Tim Angus | |
2006-09-14 | * (bug 2666) G_MapConfigs() would try to execute the .cfg for the map that was | Tony J. White | |
finishing instead of the one that was loading when invoked from the maprotation system. | |||
2006-09-14 | * "should have ran further" -> "should have run further" | Tony J. White | |
Finally, the grammar police can sleep at night. | |||
2006-09-14 | * (bug 2849) having a qboolean array in the level_locals_t struct seemed to | Tony J. White | |
cause some qvm weirdness. converted level.teamLocked[] into two seperate qbooleans. |