]> icculus.org git repositories - divverent/nexuiz.git/history - data/qcsrc/server/scores.qc
- don't give the powerups in "give all", they're annoying
[divverent/nexuiz.git] / data / qcsrc / server / scores.qc
2009-11-10 fruitiexCommit the new clan arena mod, as well as make the...
2009-10-03 div0remove a never-called line of code
2009-09-04 div0change the values networked as "long" in scores and...
2009-09-04 div0hm... if we start networking score items as long if...
2009-09-03 blub0making it compile again - div0: please check the pow...
2009-09-03 div0send scores as long when needed, and race times always...
2009-07-17 div0a stupid fix for a stupid bug breaking race
2009-07-10 div0fix crash in CTF when bots are leaving at end of match
2009-06-18 div0new parameter "leadlimit", abort the game if someone...
2009-02-27 div0remove the team number from the fullstatus
2009-02-12 div0SP_LMS_RANK) // allow writing to this field in intermis...
2009-01-29 div0make all assignments to SendEntity go through Net_LinkE...
2009-01-27 div0make TE_CSQC_INIT and TE_CSQC_SCORESINFO shared entitie...
2009-01-24 div0fix a warning
2009-01-23 div0prevent score adding whne in intermission
2009-01-08 div0new cvar g_full_getstatus_responses to annoy qstat...
2008-12-13 div0remove some debug code
2008-11-26 div0sorry, this way is better
2008-11-26 div0more debug (will remove it later)
2008-11-26 div0players still in the wrong order? add a debug print
2008-10-26 div0fixed reverse logic in qcstatus
2008-09-26 div0new vote/ready nagger display (untested, can't test...
2008-09-19 div0fix winning condiiton..
2008-09-07 div0fix the worst bugs in warmup
2008-09-05 div0reduce warnings
2008-08-27 div0add g_nexuizversion to qcstatus
2008-08-23 div0make "teamstatus" work again
2008-08-23 div0fix endless loop in scores clearing
2008-08-23 div0smaller score updates (requires new engine on the server)
2008-08-22 div0try to fix autojoin
2008-08-22 div0fix score clearing in race
2008-08-13 div0remove workarounds for broken MSG_ALL - let's see what...
2008-08-12 div0fix player skipping
2008-08-12 div0do not set equality if there is no player at all
2008-08-11 div0fix all unuseds except for the fteqcc bug ones
2008-08-11 div0race: let everyone complete his lap when the race is...
2008-08-10 div0new improvements (winning condition, zero is worst...
2008-08-10 div0race: "g_race_qualifying 2" makes qualifying-then-race...
2008-08-09 div0do not erase scores in race too
2008-08-09 div0fix Qualifying mode for race; make teleporters able...
2008-08-08 div0some missing files; g_race_qualifying is still broken...
2008-08-08 div0"race" game mode (beginning)
2008-08-08 div0use DP_SV_QCSTATUS to show frags to qstat again; make...
2008-08-01 div0can't use MSG_ALL here, as that may come too early...
2008-08-01 div0make CSQC scores safer against packet loss/rearrangements
2008-07-31 div0fix Arena mode
2008-07-29 div0add scores output
2008-07-27 div0argh... ;)
2008-07-27 div0again team+1/color/suckage
2008-07-26 div0fteqcc sucks error #42
2008-07-26 div0add team scores display; csqc .team is NOT svqc .team...
2008-07-26 div0LMS works!
2008-07-26 div0LMS works now as game mode, but somehow sorting is...
2008-07-25 div0add generic scores for all other game modes (hope it...
2008-07-25 div0make the score adding functions return the new score...
2008-07-25 div0add much more stuff. REALLY need to initialize the...
2008-07-25 div0allow specifying sbar fields as +ctf,kh/score -ctf...
2008-07-25 div0some scores updates; route even more through them;...
2008-07-24 blub0CSQC part for the new score system (not really finished...
2008-07-24 div0fix sort orders for KH
2008-07-24 div0make PlayerTeamScore_Add harmless in non-teamplay ...
2008-07-24 div0-DCSQCSCORES for keyhunt
2008-07-24 div0keyhunt sends scores
2008-07-24 div0add ClearAll
2008-07-24 div0document the scores interface
2008-07-24 div0add generic csqc scoreboard managing beginning (does...