]> icculus.org git repositories - divverent/nexuiz.git/log
divverent/nexuiz.git
15 years agoadd -Ono-c -Ono-cs to work around a fteqcc bug that hides all array elements from...
div0 [Sun, 3 Aug 2008 13:31:56 +0000 (13:31 +0000)]
add -Ono-c -Ono-cs to work around a fteqcc bug that hides all array elements from prvm_edict
Savegames are STILL broken, due to the same fteqcc bug.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@4007 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoeditor models for turrets
tzork [Sat, 2 Aug 2008 18:57:57 +0000 (18:57 +0000)]
editor models for turrets

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@4006 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agobuild script update (csqc)
div0 [Sat, 2 Aug 2008 10:18:46 +0000 (10:18 +0000)]
build script update (csqc)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@4004 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agosorry, pasted into wrong cfg
div0 [Sat, 2 Aug 2008 10:15:51 +0000 (10:15 +0000)]
sorry, pasted into wrong cfg

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@4003 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoallow downloading csprogs.dat out of a pack
div0 [Sat, 2 Aug 2008 10:15:15 +0000 (10:15 +0000)]
allow downloading csprogs.dat out of a pack

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@4002 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agofix crosshair for death scoreboard :P
div0 [Fri, 1 Aug 2008 18:51:47 +0000 (18:51 +0000)]
fix crosshair for death scoreboard :P

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@4001 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoalways sort downloaders/connectors below spectators
div0 [Fri, 1 Aug 2008 18:33:00 +0000 (18:33 +0000)]
always sort downloaders/connectors below spectators

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@4000 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agodo not sort spectators by scores (they don't have any anyway, and if they get some...
div0 [Fri, 1 Aug 2008 18:25:18 +0000 (18:25 +0000)]
do not sort spectators by scores (they don't have any anyway, and if they get some, they'll soon get a team assigned too)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3999 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agohide zero pings (bots, or not asked yet); use >>> sign for downloaders
div0 [Fri, 1 Aug 2008 18:09:32 +0000 (18:09 +0000)]
hide zero pings (bots, or not asked yet); use >>> sign for downloaders

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3998 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agonew packet loss column ("pl")
div0 [Fri, 1 Aug 2008 16:21:23 +0000 (16:21 +0000)]
new packet loss column ("pl")

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3997 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoin "cmd maplist", leave out the maps that won't work in the current game mode anyway
div0 [Fri, 1 Aug 2008 13:14:37 +0000 (13:14 +0000)]
in "cmd maplist", leave out the maps that won't work in the current game mode anyway

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3996 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agowork around broken ClientConnect/ClientDisconnect
div0 [Fri, 1 Aug 2008 10:14:49 +0000 (10:14 +0000)]
work around broken ClientConnect/ClientDisconnect

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3995 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agocan't use MSG_ALL here, as that may come too early on level changes (that SUCKS)
div0 [Fri, 1 Aug 2008 07:44:26 +0000 (07:44 +0000)]
can't use MSG_ALL here, as that may come too early on level changes (that SUCKS)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3994 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoforgot revision bump
div0 [Fri, 1 Aug 2008 07:07:13 +0000 (07:07 +0000)]
forgot revision bump

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3993 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agomake CSQC scores safer against packet loss/rearrangements
div0 [Fri, 1 Aug 2008 06:58:59 +0000 (06:58 +0000)]
make CSQC scores safer against packet loss/rearrangements
not REALLY needed as LH is going to fix the CSQC networking bug anyway, but this way of working with the player entities also allows to show not yet connected (still downloading) players

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3992 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agofix ready restart; tourney confirmed working. Left: Assault, Onslaught.
div0 [Thu, 31 Jul 2008 06:07:22 +0000 (06:07 +0000)]
fix ready restart; tourney confirmed working. Left: Assault, Onslaught.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3990 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agofix Arena mode
div0 [Thu, 31 Jul 2008 06:01:42 +0000 (06:01 +0000)]
fix Arena mode

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3989 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoadd real ranks for LMS (with st, nd, rd, th)
div0 [Thu, 31 Jul 2008 05:52:54 +0000 (05:52 +0000)]
add real ranks for LMS (with st, nd, rd, th)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3988 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agofix domination - and what's broken with LMS?
div0 [Thu, 31 Jul 2008 05:41:55 +0000 (05:41 +0000)]
fix domination - and what's broken with LMS?

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3987 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agowarning fix
div0 [Wed, 30 Jul 2008 17:27:19 +0000 (17:27 +0000)]
warning fix

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3986 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agooops ;)
div0 [Wed, 30 Jul 2008 17:24:50 +0000 (17:24 +0000)]
oops ;)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3985 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agofix brightspot tool, support it in autoshader
div0 [Wed, 30 Jul 2008 17:23:11 +0000 (17:23 +0000)]
fix brightspot tool, support it in autoshader

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3984 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoadd shell script running brightspot... and it indeed IS broken
div0 [Wed, 30 Jul 2008 16:39:25 +0000 (16:39 +0000)]
add shell script running brightspot... and it indeed IS broken

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3983 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agostart of a bright spot finder for skyboxes
div0 [Wed, 30 Jul 2008 16:05:50 +0000 (16:05 +0000)]
start of a bright spot finder for skyboxes

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3982 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoscript to automatically create shaders for textures with alpha channel, and sky
div0 [Wed, 30 Jul 2008 15:23:10 +0000 (15:23 +0000)]
script to automatically create shaders for textures with alpha channel, and sky

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3981 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agopatchset fixed for current svn
div0 [Tue, 29 Jul 2008 16:57:03 +0000 (16:57 +0000)]
patchset fixed for current svn

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3980 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agodon't need the old-q3map2 patches any more
div0 [Tue, 29 Jul 2008 16:44:36 +0000 (16:44 +0000)]
don't need the old-q3map2 patches any more

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3979 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agooops, typo
div0 [Tue, 29 Jul 2008 13:15:21 +0000 (13:15 +0000)]
oops, typo

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3978 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agonew scores log format support^
div0 [Tue, 29 Jul 2008 13:00:45 +0000 (13:00 +0000)]
new scores log format support^

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3977 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoflag spectators in the scores log
div0 [Tue, 29 Jul 2008 12:59:30 +0000 (12:59 +0000)]
flag spectators in the scores log

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3976 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agooops^2, now the doc matches the code
div0 [Tue, 29 Jul 2008 12:49:37 +0000 (12:49 +0000)]
oops^2, now the doc matches the code

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3975 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agooops ;)
div0 [Tue, 29 Jul 2008 12:49:16 +0000 (12:49 +0000)]
oops ;)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3974 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoadd scores output
div0 [Tue, 29 Jul 2008 12:45:33 +0000 (12:45 +0000)]
add scores output

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3973 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agomake ymin match for voting and scoreboard (20 in both cases now)
div0 [Tue, 29 Jul 2008 08:30:12 +0000 (08:30 +0000)]
make ymin match for voting and scoreboard (20 in both cases now)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3972 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agofix "-1 seconds left"
div0 [Tue, 29 Jul 2008 06:42:42 +0000 (06:42 +0000)]
fix "-1 seconds left"

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3971 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agofix map vote time sync issues... ARGH
div0 [Tue, 29 Jul 2008 06:40:02 +0000 (06:40 +0000)]
fix map vote time sync issues... ARGH

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3970 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoadd cvar cl_readpicture_force
div0 [Tue, 29 Jul 2008 06:07:45 +0000 (06:07 +0000)]
add cvar cl_readpicture_force

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3969 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agojpeg: use 3k, not 1k (usually the DP code then will ACTUALLY use 1k to 2k)
div0 [Tue, 29 Jul 2008 06:07:33 +0000 (06:07 +0000)]
jpeg: use 3k, not 1k (usually the DP code then will ACTUALLY use 1k to 2k)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3968 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agolarger images!!! ;)
div0 [Tue, 29 Jul 2008 05:54:01 +0000 (05:54 +0000)]
larger images!!! ;)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3967 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agomove abstain vote to the center and fix size calc for evilish odd numbers of votable...
blub0 [Mon, 28 Jul 2008 19:01:09 +0000 (19:01 +0000)]
move abstain vote to the center and fix size calc for evilish odd numbers of votable maps :P

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3966 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agomapvoting try 2 :P
blub0 [Mon, 28 Jul 2008 18:54:06 +0000 (18:54 +0000)]
mapvoting try 2 :P

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3965 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoremoved a debug print, and some out-dated commented-out stuff
blub0 [Mon, 28 Jul 2008 12:01:56 +0000 (12:01 +0000)]
removed a debug print, and some out-dated commented-out stuff

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3964 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoDomination: extra column for dom takes
div0 [Mon, 28 Jul 2008 10:11:03 +0000 (10:11 +0000)]
Domination: extra column for dom takes

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3963 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoadd score rules for domination (maybe add more stuff later)
div0 [Mon, 28 Jul 2008 10:02:33 +0000 (10:02 +0000)]
add score rules for domination (maybe add more stuff later)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3962 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agofactor out scores rules
div0 [Mon, 28 Jul 2008 09:46:28 +0000 (09:46 +0000)]
factor out scores rules

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3961 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agocsqc archive now does branch too
div0 [Mon, 28 Jul 2008 06:10:59 +0000 (06:10 +0000)]
csqc archive now does branch too

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3960 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agomakefile only exists since -r3789
div0 [Mon, 28 Jul 2008 06:03:56 +0000 (06:03 +0000)]
makefile only exists since -r3789

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3959 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agofix...
div0 [Mon, 28 Jul 2008 06:02:33 +0000 (06:02 +0000)]
fix...

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3958 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agocsqc version archive
div0 [Mon, 28 Jul 2008 06:00:25 +0000 (06:00 +0000)]
csqc version archive

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3957 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agooops... return
div0 [Mon, 28 Jul 2008 05:51:20 +0000 (05:51 +0000)]
oops... return

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3956 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoadd crc16 code
div0 [Mon, 28 Jul 2008 05:50:56 +0000 (05:50 +0000)]
add crc16 code

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3955 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoalso show caps as team score even in score-only mode
div0 [Mon, 28 Jul 2008 05:32:21 +0000 (05:32 +0000)]
also show caps as team score even in score-only mode

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3954 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agofix one-line bug for CTF scoreboard :P
div0 [Mon, 28 Jul 2008 05:28:06 +0000 (05:28 +0000)]
fix one-line bug for CTF scoreboard :P

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3953 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoargh... ;)
div0 [Sun, 27 Jul 2008 18:37:42 +0000 (18:37 +0000)]
argh... ;)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3952 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoagain team+1/color/suckage
div0 [Sun, 27 Jul 2008 18:19:46 +0000 (18:19 +0000)]
again team+1/color/suckage

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3951 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agowinning condition:equality shall NOT hold for 0:0 (to make timelimit -1 work on empty...
div0 [Sun, 27 Jul 2008 13:03:13 +0000 (13:03 +0000)]
winning condition:equality shall NOT hold for 0:0 (to make timelimit -1 work on empty servers)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3950 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agofix crash when ClientDisconnect happened without ClientConnect (LordHavoc: why?)
div0 [Sun, 27 Jul 2008 12:48:04 +0000 (12:48 +0000)]
fix crash when ClientDisconnect happened without ClientConnect (LordHavoc: why?)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3949 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agodamn... now THIS layout is right
div0 [Sun, 27 Jul 2008 11:33:06 +0000 (11:33 +0000)]
damn... now THIS layout is right

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3948 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agobetter default layout for KH
div0 [Sun, 27 Jul 2008 11:29:57 +0000 (11:29 +0000)]
better default layout for KH

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3947 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoadd missing "myteam" var
div0 [Sun, 27 Jul 2008 11:14:02 +0000 (11:14 +0000)]
add missing "myteam" var

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3946 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agofix a crash :P
div0 [Sun, 27 Jul 2008 11:09:16 +0000 (11:09 +0000)]
fix a crash :P

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3945 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agomake mapvoting always use the big font (nonblurry)
div0 [Sun, 27 Jul 2008 10:33:08 +0000 (10:33 +0000)]
make mapvoting always use the big font (nonblurry)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3944 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoadd sbar_bigfont; use that for headlines
div0 [Sun, 27 Jul 2008 10:01:40 +0000 (10:01 +0000)]
add sbar_bigfont; use that for headlines

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3943 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agooops... user1 was already taken
div0 [Sun, 27 Jul 2008 09:57:43 +0000 (09:57 +0000)]
oops... user1 was already taken

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3942 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agouse vera-sans-big as user1 font
div0 [Sun, 27 Jul 2008 09:55:37 +0000 (09:55 +0000)]
use vera-sans-big as user1 font

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3941 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agofix some bugs :P
div0 [Sun, 27 Jul 2008 09:54:20 +0000 (09:54 +0000)]
fix some bugs :P

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3940 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoadd a big variant of the font; fix minor issues in the regular one
div0 [Sun, 27 Jul 2008 09:54:04 +0000 (09:54 +0000)]
add a big variant of the font; fix minor issues in the regular one

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3939 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoadd ttf2conchars (very hard to use)
div0 [Sun, 27 Jul 2008 09:21:48 +0000 (09:21 +0000)]
add ttf2conchars (very hard to use)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3938 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agohow much breaks if we enable the "logicops" flag (makes faster code)?
div0 [Sat, 26 Jul 2008 21:02:02 +0000 (21:02 +0000)]
how much breaks if we enable the "logicops" flag (makes faster code)?

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3937 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agocolor fix
div0 [Sat, 26 Jul 2008 19:45:42 +0000 (19:45 +0000)]
color fix

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3936 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agofix fraglimit from mapinfo for CTF
div0 [Sat, 26 Jul 2008 19:44:34 +0000 (19:44 +0000)]
fix fraglimit from mapinfo for CTF

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3935 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agofteqcc sucks error #42
div0 [Sat, 26 Jul 2008 19:34:51 +0000 (19:34 +0000)]
fteqcc sucks error #42

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3934 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoadd RestoreGame() hook to fix loaded games (they no longer erase server.db)
div0 [Sat, 26 Jul 2008 19:23:32 +0000 (19:23 +0000)]
add RestoreGame() hook to fix loaded games (they no longer erase server.db)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3933 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agofix two bugs
div0 [Sat, 26 Jul 2008 18:35:15 +0000 (18:35 +0000)]
fix two bugs

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3932 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoreliably send the mapvote data
div0 [Sat, 26 Jul 2008 18:12:55 +0000 (18:12 +0000)]
reliably send the mapvote data

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3931 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoallow hiding the LMS rank column (as the players are sorted right anyway)
div0 [Sat, 26 Jul 2008 17:57:44 +0000 (17:57 +0000)]
allow hiding the LMS rank column (as the players are sorted right anyway)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3930 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoremove crosshair when not needed; show map name, time limit, frag limit
div0 [Sat, 26 Jul 2008 17:54:30 +0000 (17:54 +0000)]
remove crosshair when not needed; show map name, time limit, frag limit

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3929 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoremove timelimit/fraglimit from the MOTD (it's a stat anyway)
div0 [Sat, 26 Jul 2008 17:28:14 +0000 (17:28 +0000)]
remove timelimit/fraglimit from the MOTD (it's a stat anyway)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3928 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agofix the CTF win modes; get rid of capturelimit cvar
div0 [Sat, 26 Jul 2008 17:26:02 +0000 (17:26 +0000)]
fix the CTF win modes; get rid of capturelimit cvar

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3927 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoautomatically fix missing "name", "separator", primary and secondary fields in the...
div0 [Sat, 26 Jul 2008 16:48:40 +0000 (16:48 +0000)]
automatically fix missing "name", "separator", primary and secondary fields in the sbar columns cvar

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3926 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoadd team scores display; csqc .team is NOT svqc .team, that sucks! (csqc .team is...
div0 [Sat, 26 Jul 2008 16:30:49 +0000 (16:30 +0000)]
add team scores display; csqc .team is NOT svqc .team, that sucks! (csqc .team is always svqc .team minus one)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3925 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoCTF!
div0 [Sat, 26 Jul 2008 16:05:05 +0000 (16:05 +0000)]
CTF!

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3924 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agooops
div0 [Sat, 26 Jul 2008 07:23:04 +0000 (07:23 +0000)]
oops

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3923 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoLMS works!
div0 [Sat, 26 Jul 2008 07:12:10 +0000 (07:12 +0000)]
LMS works!

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3922 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoLMS works now as game mode, but somehow sorting is broken... ???
div0 [Sat, 26 Jul 2008 06:57:31 +0000 (06:57 +0000)]
LMS works now as game mode, but somehow sorting is broken... ???

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3921 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agowarning fix only
div0 [Sat, 26 Jul 2008 06:14:53 +0000 (06:14 +0000)]
warning fix only

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3920 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agofinally fix all compile warnings here
div0 [Sat, 26 Jul 2008 06:14:31 +0000 (06:14 +0000)]
finally fix all compile warnings here

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3919 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agovectors in QC are 3D. 'a b' makes a warning.
div0 [Sat, 26 Jul 2008 06:07:07 +0000 (06:07 +0000)]
vectors in QC are 3D. 'a b' makes a warning.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3918 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoctf on silvercity? no thanks.
m0rfar [Fri, 25 Jul 2008 20:44:17 +0000 (20:44 +0000)]
ctf on silvercity? no thanks.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3917 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoRemove ctf support for starship. It's not symmetric.
m0rfar [Fri, 25 Jul 2008 20:32:05 +0000 (20:32 +0000)]
Remove ctf support for starship. It's not symmetric.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3916 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agooops... ;)
div0 [Fri, 25 Jul 2008 18:46:21 +0000 (18:46 +0000)]
oops... ;)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3915 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agopossibly a LMS fix, possibly major screwage
div0 [Fri, 25 Jul 2008 17:28:26 +0000 (17:28 +0000)]
possibly a LMS fix, possibly major screwage

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3914 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoeither a total screwup, or LMS support
div0 [Fri, 25 Jul 2008 17:08:00 +0000 (17:08 +0000)]
either a total screwup, or LMS support

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3913 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoadd this note file; remove it once done
div0 [Fri, 25 Jul 2008 16:33:06 +0000 (16:33 +0000)]
add this note file; remove it once done

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3912 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoadd generic scores for all other game modes (hope it somewhat works)
div0 [Fri, 25 Jul 2008 15:47:40 +0000 (15:47 +0000)]
add generic scores for all other game modes (hope it somewhat works)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3911 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoswitch to the "scores" winning condition where possible
div0 [Fri, 25 Jul 2008 15:36:02 +0000 (15:36 +0000)]
switch to the "scores" winning condition where possible

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3910 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agomake the score adding functions return the new score (may help LMS implementation)
div0 [Fri, 25 Jul 2008 15:31:52 +0000 (15:31 +0000)]
make the score adding functions return the new score (may help LMS implementation)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3909 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agocount deaths right
div0 [Fri, 25 Jul 2008 15:28:15 +0000 (15:28 +0000)]
count deaths right

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3908 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoadd much more stuff. REALLY need to initialize the scoring for the other game modes...
div0 [Fri, 25 Jul 2008 13:10:08 +0000 (13:10 +0000)]
add much more stuff. REALLY need to initialize the scoring for the other game modes now!
Also added lots of TODOs especially for Last Man Camping, which currently is VERY broken.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3907 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

15 years agoallow specifying sbar fields as +ctf,kh/score -ctf,kh/kills
div0 [Fri, 25 Jul 2008 11:59:41 +0000 (11:59 +0000)]
allow specifying sbar fields as +ctf,kh/score -ctf,kh/kills

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3906 f962a42d-fe04-0410-a3ab-8c8b0445ebaa