summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2006-12-31* (bug 2973) added a special name for the map's built-in layout "*BUILTIN*"Tony J. White
so this can be named in the list of layouts to be selected from without having to create a .dat file for it.
2006-12-30* (bug 2952) Reverted trace origin to muzzle for goon pounceTim Angus
2006-12-30* (bug 2692) Stage report now shown when not spawnedTim Angus
2006-12-30* (bug 2960) Pain indication no longer displayed during intermissionTim Angus
* (bug 2858) Wrong collision mask allowing bad spawns * Adv Granger spit now slows players as it was always supposed to
2006-12-30* (bug 2973) allow '-' and '_' in layout names and check to make sure layoutsTony J. White
named in !map and !restart commands are valid names
2006-12-29* (bug 2973) support for multiple initial base layouts ( Risujin, vcxzet, tjw )Tony J. White
2006-12-29* Bump up protocol version numberTim Angus
2006-12-29* (bug 2935) Creep penetrating surfaces it shouldn'tTim Angus
2006-12-29* (bug 2828) Removal of hack for scaled up knockback on teslagenTim Angus
* (bug 2959) All looping sounds now stopped when downloading * (bug 2910) Removal of legacy Q3 cg_teamChat* stuff
2006-12-29* (bug 2926) Tesla range reduced to sphere, instead of cubeTim Angus
(Christophe Cavalaria <chris.cavalaria@free.fr>) * (bug 2786) Cleanup of error message display (Martin Doucha) * (bug 2787) Scroll-wheel support in list widgets (rasz)
2006-12-29* Move marked deconstruction variables into level_locals_tTim Angus
* Rename FinishSpawningBuildable
2006-12-29* Buildable destruction marking (via g_markDeconstruct)Tim Angus
* It's now impossible to destroy the last spawn * Start of a new client side buildable status display
2006-12-29* Clean up serverinfoTim Angus
2006-12-27* Hovel tutorial textTim Angus
2006-12-27* (bug 2937) fixed crash from cg_projectileNudge patch when using vm_cgame 0Tony J. White
2006-12-27* Fix for extended nomenclature resulting in slight server instabilityTony J. White
2006-12-20* (bug 2780) prevent another buy/sell bind which loses blaster (M. Kristall)Tony J. White
2006-12-20* (bug 2773) improved weapon/upgrade selection in human HUD (Dustin Howett)Tony J. White
2006-12-20* (bug 2903) remove the unlagged 1-server-frame rewind for missile testsTony J. White
2006-12-13* Added time til sudden death to game stateTim Angus
* Added "tagging" to game stats, so the stats for specific gameplay changes can be tracked
2006-12-13* (bug 2944) cg_drawClock addedTony 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 improvedTony J. White
error messages. (M. Kristall)
2006-12-11* (bug 2812) limit team joining to once per client per second to preventTony J. White
cmd overflow by malicious clients
2006-12-11* (bug 2961) G_UnlaggedCalc() crash on map load when using .so instead of qvmTony J. White
2006-12-09* (bug 2903) Added g_unlagged. This is based on Neil Toronto's unlaggedTony 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'sTony 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 worldTony J. White
2006-12-04* (bug 2934) stop inventing integer types tjw. no longer try to correctTony 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 tyrantTony 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 floamTim Angus
2006-12-03* Fucking tabs...Tim Angus
2006-12-03* Strip leading whitespace when displaying server names in the browserTim 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 deathTim Angus
2006-11-28* Merge ioq3-989Tim Angus
2006-11-17* (bug 2853) allow energy ammo to be purchased as long as an energy weaponTony 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: removalsTim Angus
2006-11-17* Removed some more TA:sTim Angus
2006-11-16* Removed some //TA:sTim Angus
2006-11-15* (bug 2905) added cg_optimizePrediction (by Neil Toronto and arQon) fromTony 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 correctTony 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 triesTony 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 expiresTony J. White
2006-11-13* (bug 2881) client could add themselves to the spawn queue multiple timesTony J. White
when on aliens by running class command multiple times (Martin Doucha)