]> icculus.org git repositories - divverent/nexuiz.git/log
divverent/nexuiz.git
15 years agoAdded the capture-counter and changed the CTF scoreboard to display the caps.
blub0 [Sun, 6 Jul 2008 22:11:59 +0000 (22:11 +0000)]
Added the capture-counter and changed the CTF scoreboard to display the caps.
Gameplay changes:
cvar g_ctf_win_mode:
2 to play as usual, with just a fraglimit
1 use the teamfrags if the team-captures are equal
0 use overtime
cvar capturelimit - does it need explanation?
g_ctf_flagscore_kill - frags to get when killing the carrier (default 6)
g_ctf_flagpenalty_drop - frags to lose when dropping the flag (default 0)

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

15 years agoChanged keyhunt keystates to use a stat var instead of sending cvars.
blub0 [Sun, 6 Jul 2008 12:17:47 +0000 (12:17 +0000)]
Changed keyhunt keystates to use a stat var instead of sending cvars.

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

15 years agoFixed Bleach jumpads by using target_position as target.
m0rfar [Sat, 5 Jul 2008 19:00:16 +0000 (19:00 +0000)]
Fixed Bleach jumpads by using target_position as target.

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

15 years agoAdded Nexuiz specific compile options, based on compile-settings.txt (Aggressor is...
m0rfar [Sat, 5 Jul 2008 11:30:17 +0000 (11:30 +0000)]
Added Nexuiz specific compile options, based on compile-settings.txt (Aggressor is still missing...)
Changed health colors a bit. And fixed trigger_hurt descriptions a bit.

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

15 years agoInstead of wasting actual entities, I now use the TempEntity method
blub0 [Fri, 4 Jul 2008 17:11:31 +0000 (17:11 +0000)]
Instead of wasting actual entities, I now use the TempEntity method
to broadcast the pings.
Thx to Black :)

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

15 years agousing the clientinfo entities for the ping times
blub0 [Fri, 4 Jul 2008 16:43:40 +0000 (16:43 +0000)]
using the clientinfo entities for the ping times
also changed the network traffic of them a bit, it was a bit of a mess before
changed the "pingbuf" to be a more general "databuf" with numeric offsets
like: DATABUF_PING + <playernumber>

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

15 years ago(experimental) CSQC Hud - can be turned off with "sbar_usecsqc 0"
blub0 [Fri, 4 Jul 2008 14:56:23 +0000 (14:56 +0000)]
(experimental) CSQC Hud - can be turned off with "sbar_usecsqc 0"
Added victim's KeyHunt HUD
There may be some discrepancies between the new and the old hud.
After all, it's not a real "copy".

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

15 years agodefault for trigger_hurt.dmg
div0 [Thu, 3 Jul 2008 13:25:33 +0000 (13:25 +0000)]
default for trigger_hurt.dmg

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

15 years agoremove unused trigger_reactivate
div0 [Thu, 3 Jul 2008 11:31:01 +0000 (11:31 +0000)]
remove unused trigger_reactivate

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

15 years agoadd missing gridsize default
div0 [Thu, 3 Jul 2008 10:18:35 +0000 (10:18 +0000)]
add missing gridsize default

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

15 years agoreformat
div0 [Thu, 3 Jul 2008 10:14:06 +0000 (10:14 +0000)]
reformat

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

15 years agoIt is done! A brand new entities.def file for Nexuiz, and this time it actually fits!
div0 [Thu, 3 Jul 2008 10:00:48 +0000 (10:00 +0000)]
It is done! A brand new entities.def file for Nexuiz, and this time it actually fits!

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

15 years agoremove unused var
div0 [Thu, 3 Jul 2008 09:51:25 +0000 (09:51 +0000)]
remove unused var

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

15 years agomake target_speaker target-able. Not THAT useful yet, but well, why not.
div0 [Thu, 3 Jul 2008 09:21:23 +0000 (09:21 +0000)]
make target_speaker target-able. Not THAT useful yet, but well, why not.

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

15 years agofix info_null
div0 [Thu, 3 Jul 2008 06:58:27 +0000 (06:58 +0000)]
fix info_null

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

15 years agooops, remove some wiki syntax from the entities.def
div0 [Thu, 3 Jul 2008 06:34:38 +0000 (06:34 +0000)]
oops, remove some wiki syntax from the entities.def

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

15 years agosome stuff for ZeroRadiant, and a preliminary new entities.def (some entities still...
div0 [Thu, 3 Jul 2008 06:32:57 +0000 (06:32 +0000)]
some stuff for ZeroRadiant, and a preliminary new entities.def (some entities still left to document)

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

15 years agoCommitted my CSQC stuff, let's see:
blub0 [Wed, 2 Jul 2008 19:06:22 +0000 (19:06 +0000)]
Committed my CSQC stuff, let's see:
ent_cs.qc contains "info-entities" which are attached to players.
   This is because using .SendEntity directly on players will force csqc
   to also handle client prediction, which is evil.
And then there's ONS Minimap code, and the images for ons-reborn

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

15 years agomore changes needed for Zero
div0 [Wed, 2 Jul 2008 13:45:59 +0000 (13:45 +0000)]
more changes needed for Zero

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

15 years agofix version string
div0 [Wed, 2 Jul 2008 10:49:22 +0000 (10:49 +0000)]
fix version string

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

15 years agofix patches for ZeroRadiant
div0 [Wed, 2 Jul 2008 10:48:29 +0000 (10:48 +0000)]
fix patches for ZeroRadiant

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

15 years agothis never worked and the wiki works better anyway
div0 [Wed, 2 Jul 2008 09:53:48 +0000 (09:53 +0000)]
this never worked and the wiki works better anyway

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

15 years agoHexedited all texture references in pickups .md3's. So GtkRadiant can find and displa...
m0rfar [Wed, 2 Jul 2008 00:03:00 +0000 (00:03 +0000)]
Hexedited all texture references in pickups .md3's. So GtkRadiant can find and display the textures in the editor.
And all textures are still fine in-game with my tests.

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

15 years agofix name of target_objective_decrease
div0 [Tue, 1 Jul 2008 18:41:09 +0000 (18:41 +0000)]
fix name of target_objective_decrease

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

15 years agochange the crusher spawnflag of func_door from 4 to 8 as 4 is already don't link
div0 [Tue, 1 Jul 2008 11:53:47 +0000 (11:53 +0000)]
change the crusher spawnflag of func_door from 4 to 8 as 4 is already don't link

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

15 years agofix the syntax of even more function definitions
div0 [Tue, 1 Jul 2008 11:51:56 +0000 (11:51 +0000)]
fix the syntax of even more function definitions

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

15 years agofix misnamed trigger_hurt_touch (spawnfunc rename)
div0 [Tue, 1 Jul 2008 07:32:52 +0000 (07:32 +0000)]
fix misnamed trigger_hurt_touch (spawnfunc rename)

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

15 years agochange all function declarations (except builtins and data types) to ANSI C-like...
div0 [Tue, 1 Jul 2008 05:28:38 +0000 (05:28 +0000)]
change all function declarations (except builtins and data types) to ANSI C-like syntax, to help source code cross-reference tools.

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

15 years agoearly start of merge-entities.def.pl. With syntax erorrs. Will finish it later.
div0 [Mon, 30 Jun 2008 19:37:50 +0000 (19:37 +0000)]
early start of merge-entities.def.pl. With syntax erorrs. Will finish it later.

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

15 years agosv_maxidle_spectatorsareidle
div0 [Mon, 30 Jun 2008 08:38:11 +0000 (08:38 +0000)]
sv_maxidle_spectatorsareidle

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

15 years agofix the hook alias
div0 [Mon, 30 Jun 2008 08:30:29 +0000 (08:30 +0000)]
fix the hook alias

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

15 years agomoving the mouse is also non-idling. I wonder if chatting should count as not idling...
div0 [Mon, 30 Jun 2008 06:54:23 +0000 (06:54 +0000)]
moving the mouse is also non-idling. I wonder if chatting should count as not idling too...

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

15 years agoforgot to add this
div0 [Mon, 30 Jun 2008 06:44:55 +0000 (06:44 +0000)]
forgot to add this

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

15 years agouse the button macros everywhere
div0 [Mon, 30 Jun 2008 06:41:22 +0000 (06:41 +0000)]
use the button macros everywhere

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

15 years agosv_maxidle system; add #defines for buttons
div0 [Mon, 30 Jun 2008 06:39:41 +0000 (06:39 +0000)]
sv_maxidle system; add #defines for buttons

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

15 years agomore beefy damage_dissolve effect for sv_gentle
savagex [Sun, 29 Jun 2008 14:58:05 +0000 (14:58 +0000)]
more beefy damage_dissolve effect for sv_gentle

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

15 years agolinguistic sugar-coating for sv_gentle
savagex [Sun, 29 Jun 2008 12:15:44 +0000 (12:15 +0000)]
linguistic sugar-coating for sv_gentle

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

15 years agomake sv_gentle a global variable, read in the same fashion as sv_cheats. It thus...
savagex [Sun, 29 Jun 2008 11:19:09 +0000 (11:19 +0000)]
make sv_gentle a global variable, read in the same fashion as sv_cheats. It thus needs a
server restart to kick into effect, but it saves tons of cvar() calls.

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

15 years agoadd 100% optional sv_gentle.
savagex [Sun, 29 Jun 2008 10:50:42 +0000 (10:50 +0000)]
add 100% optional sv_gentle.

This will replace the blood and gore with other damage indicators (after all blood and
gore *do* serve a gameplay purpose to get immediate visual feedback on success). No
corpses, no blood, no pain animation. Instead have particle effects indicate that "energy"
was lost. Kumbaya my lord.

Next stop would be to defuse the language ("You scored against [Bot]Hooray").

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

15 years agooops... remove some debug spam
div0 [Sun, 29 Jun 2008 10:31:38 +0000 (10:31 +0000)]
oops... remove some debug spam

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

15 years agosome useful commit just so I can test my branch management script
div0 [Sat, 28 Jun 2008 15:22:50 +0000 (15:22 +0000)]
some useful commit just so I can test my branch management script

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

15 years agoadd extra check
div0 [Fri, 27 Jun 2008 18:37:18 +0000 (18:37 +0000)]
add extra check

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

15 years agofix spawning
div0 [Fri, 27 Jun 2008 14:12:17 +0000 (14:12 +0000)]
fix spawning

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

15 years agochange the crylink "star" range to 700 .. 2100
div0 [Fri, 27 Jun 2008 12:25:11 +0000 (12:25 +0000)]
change the crylink "star" range to 700 .. 2100

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

15 years agocleanup of spawn code;
div0 [Fri, 27 Jun 2008 11:58:47 +0000 (11:58 +0000)]
cleanup of spawn code;
g_spawn_furthest cvar: 0 means always spawn randomly, 1 means always spawn far away, 0.5 is default

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

15 years agomake the "star" projectiles of the crylink range limited (after 1400 distance, they...
div0 [Fri, 27 Jun 2008 09:47:41 +0000 (09:47 +0000)]
make the "star" projectiles of the crylink range limited (after 1400 distance, they fade out, till they reach a distance of 3500, where they vanish); only the center projectile stays virtually unlimited (for sniping).

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

15 years agoadded build publishing instructions when non-test builds are made
div0 [Sun, 22 Jun 2008 17:43:59 +0000 (17:43 +0000)]
added build publishing instructions when non-test builds are made

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

15 years agooops ;)
div0 [Fri, 20 Jun 2008 13:50:21 +0000 (13:50 +0000)]
oops ;)

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

15 years agoserver admin commands: movetoteam_*
div0 [Fri, 20 Jun 2008 13:40:09 +0000 (13:40 +0000)]
server admin commands: movetoteam_*

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

15 years agomake GameLogEcho write :logversion when opening, instead of sending it as an event...
div0 [Fri, 20 Jun 2008 12:31:20 +0000 (12:31 +0000)]
make GameLogEcho write :logversion when opening, instead of sending it as an event (logversion is quite useless on the console anyway)

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

15 years agodocument sv_eventlog_files_timestamps
div0 [Fri, 20 Jun 2008 12:28:17 +0000 (12:28 +0000)]
document sv_eventlog_files_timestamps

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

15 years agoadd :time: event by ]-z-[
div0 [Fri, 20 Jun 2008 12:24:20 +0000 (12:24 +0000)]
add :time: event by ]-z-[

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

15 years agoAppendix C - Advanced Darkplaces shaders
m0rfar [Fri, 20 Jun 2008 11:40:07 +0000 (11:40 +0000)]
Appendix C - Advanced Darkplaces shaders

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

15 years agoglowing stuff for some evil8_fx textures + additional e7 textures
strahlemann [Thu, 19 Jun 2008 16:33:47 +0000 (16:33 +0000)]
glowing stuff for some evil8_fx textures + additional e7 textures

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

15 years agofix zipdiff
div0 [Thu, 19 Jun 2008 09:56:32 +0000 (09:56 +0000)]
fix zipdiff

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

15 years agofor more efficient patch, do the audio track renames via symlinks
div0 [Thu, 19 Jun 2008 08:14:44 +0000 (08:14 +0000)]
for more efficient patch, do the audio track renames via symlinks

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

15 years agomake zipdiff -x also skip deletions
div0 [Thu, 19 Jun 2008 08:08:23 +0000 (08:08 +0000)]
make zipdiff -x also skip deletions

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

15 years agocleanup of victim's patch for a Play button
div0 [Tue, 17 Jun 2008 06:06:52 +0000 (06:06 +0000)]
cleanup of victim's patch for a Play button

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

15 years agoadded rpn cmds to store, load, and clear the database
blub0 [Fri, 13 Jun 2008 15:07:18 +0000 (15:07 +0000)]
added rpn cmds to store, load, and clear the database

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

15 years agofix bug when multiple people caused a coutndown
div0 [Thu, 12 Jun 2008 10:12:10 +0000 (10:12 +0000)]
fix bug when multiple people caused a coutndown

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

15 years ago(suicide countdown) also show the countdown for clones and kill them on suicide....
div0 [Thu, 12 Jun 2008 07:30:56 +0000 (07:30 +0000)]
(suicide countdown) also show the countdown for clones and kill them on suicide. Get video of this on http://mensa.ath.cx/~polzer/temp/nexlings.avi when it's done uploading.

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

15 years agomove the spectator think code into a separate function
div0 [Thu, 12 Jun 2008 05:58:21 +0000 (05:58 +0000)]
move the spectator think code into a separate function
later plan: possibly add spectating your team mates while alive
open questions for that: why does SpectateCopy overwrite all that stuff instead of just putting the camera origin in the other player?

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

15 years agofinally give track001 its right name
div0 [Mon, 9 Jun 2008 05:30:41 +0000 (05:30 +0000)]
finally give track001 its right name

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

15 years agofix unfinished bugfix
div0 [Sun, 8 Jun 2008 17:29:21 +0000 (17:29 +0000)]
fix unfinished bugfix

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

15 years agoand that was MY bug :P
div0 [Sun, 8 Jun 2008 17:27:20 +0000 (17:27 +0000)]
and that was MY bug :P

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

15 years agoblub, this matched ALL commands starting with "kick", including "kickass". Not that...
div0 [Sun, 8 Jun 2008 17:26:41 +0000 (17:26 +0000)]
blub, this matched ALL commands starting with "kick", including "kickass". Not that I use such aliases on my server, but still...

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

15 years agothis track fits starship really better than the menu music
div0 [Sat, 7 Jun 2008 17:56:24 +0000 (17:56 +0000)]
this track fits starship really better than the menu music

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

15 years agooops, forgot to call "vorbisgain" on this
div0 [Sat, 7 Jun 2008 16:12:36 +0000 (16:12 +0000)]
oops, forgot to call "vorbisgain" on this

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

15 years agoget rid of the warning and of empty kick votes
blub0 [Sat, 7 Jun 2008 12:52:51 +0000 (12:52 +0000)]
get rid of the warning and of empty kick votes

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

15 years agofixed kickvotes
blub0 [Sat, 7 Jun 2008 12:09:08 +0000 (12:09 +0000)]
fixed kickvotes

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

15 years agor_fog_exp2 0\nr_drawfog 1\n are good to force too when fog is forced :P
div0 [Sat, 7 Jun 2008 11:53:24 +0000 (11:53 +0000)]
r_fog_exp2 0\nr_drawfog 1\n are good to force too when fog is forced :P

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

15 years agoAllow FORCING fog by the server (sv_foginterval 5 makes it re-stuffcmd the fog every...
div0 [Sat, 7 Jun 2008 09:05:27 +0000 (09:05 +0000)]
Allow FORCING fog by the server (sv_foginterval 5 makes it re-stuffcmd the fog every 5 seconds to each playing client)

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

15 years ago- Rename CD track files to proper names
div0 [Sat, 7 Jun 2008 08:44:38 +0000 (08:44 +0000)]
- Rename CD track files to proper names
- Add meoblast001's track as track 10 "beast of insanity"
- Make silvercity use that track
- Make menu use cd track $menu_cdtrack
- Make intermission use cd track $sv_intermission_cdtrack (set on server; if empty, no track change is done when the scoreboard comes)

Only numbered CD track references left are the maps' mapname.cfg files. Should or should not get changed, not sure.

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

15 years agochange Crylink to take 2 cells for a primary shot... this evens out the "worth" of...
div0 [Fri, 6 Jun 2008 08:44:25 +0000 (08:44 +0000)]
change Crylink to take 2 cells for a primary shot... this evens out the "worth" of cells

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

15 years agoactually use g_balance_crylink_secondary_bouncedamagefactor (even though secondary...
div0 [Fri, 6 Jun 2008 07:01:11 +0000 (07:01 +0000)]
actually use g_balance_crylink_secondary_bouncedamagefactor (even though secondary does not bounce at current settings)

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

15 years agoaggressor plays keyhunt just fine
div0 [Thu, 5 Jun 2008 12:08:18 +0000 (12:08 +0000)]
aggressor plays keyhunt just fine

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

15 years agohalve the damage on crylink bounces - only apply full damage & force on direct hits
div0 [Wed, 4 Jun 2008 16:37:45 +0000 (16:37 +0000)]
halve the damage on crylink bounces - only apply full damage & force on direct hits

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

15 years agotake out some spawnfunc_ out of strings
div0 [Tue, 3 Jun 2008 05:50:48 +0000 (05:50 +0000)]
take out some spawnfunc_ out of strings

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

15 years agoand here was another one
div0 [Tue, 3 Jun 2008 05:44:32 +0000 (05:44 +0000)]
and here was another one

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

15 years agooops... huge bugs in the spawnfunc patch... it also changed them in strings, probably...
div0 [Tue, 3 Jun 2008 05:43:04 +0000 (05:43 +0000)]
oops... huge bugs in the spawnfunc patch... it also changed them in strings, probably broke some classnames. MAny parts still worked fine, though.

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

15 years agoand then there was: the missing comma
div0 [Mon, 2 Jun 2008 18:53:22 +0000 (18:53 +0000)]
and then there was: the missing comma

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

15 years agomake the quotes have the right color
div0 [Mon, 2 Jun 2008 18:52:35 +0000 (18:52 +0000)]
make the quotes have the right color

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

15 years agojust to make sure the same bug doesn't hit here too
div0 [Mon, 2 Jun 2008 18:24:40 +0000 (18:24 +0000)]
just to make sure the same bug doesn't hit here too

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

15 years agowork around DP bug calling ClientDisconnect sometimes without ClientConnect
div0 [Mon, 2 Jun 2008 18:23:25 +0000 (18:23 +0000)]
work around DP bug calling ClientDisconnect sometimes without ClientConnect

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

15 years agoyet another OS X workaround; this time: don't TC lightmaps
div0 [Mon, 2 Jun 2008 06:58:05 +0000 (06:58 +0000)]
yet another OS X workaround; this time: don't TC lightmaps

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

15 years ago/me is too stupid to use REs... fixed
div0 [Sun, 1 Jun 2008 19:38:27 +0000 (19:38 +0000)]
/me is too stupid to use REs... fixed

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

15 years agofix some command outputs; fix typo that crashed it on disconnect/reconnect
div0 [Sun, 1 Jun 2008 18:57:43 +0000 (18:57 +0000)]
fix some command outputs; fix typo that crashed it on disconnect/reconnect

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

15 years agomake rcon2irc support votes (start)
div0 [Sun, 1 Jun 2008 18:26:40 +0000 (18:26 +0000)]
make rcon2irc support votes (start)

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

15 years agofix typo; report name changes; don't ignore sv_eventlog at soem places
div0 [Sun, 1 Jun 2008 18:20:42 +0000 (18:20 +0000)]
fix typo; report name changes; don't ignore sv_eventlog at soem places

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

15 years agoadding :name:
div0 [Sun, 1 Jun 2008 18:10:12 +0000 (18:10 +0000)]
adding :name:

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

15 years agoremove netname from a gamelog line that really should not have needed it
div0 [Sun, 1 Jun 2008 17:52:02 +0000 (17:52 +0000)]
remove netname from a gamelog line that really should not have needed it

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

15 years agodocument all :vote: lines from eventlog
div0 [Sun, 1 Jun 2008 17:51:44 +0000 (17:51 +0000)]
document all :vote: lines from eventlog

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

15 years agoallow server admin ALWAYS to call for votes; make votes go to GameLogEcho as :vote...
div0 [Sun, 1 Jun 2008 17:48:12 +0000 (17:48 +0000)]
allow server admin ALWAYS to call for votes; make votes go to GameLogEcho as :vote:v* lines

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

15 years ago- Added a wait to the drop userbind to make the waypointsprite actually appear
esteel [Sun, 1 Jun 2008 17:00:49 +0000 (17:00 +0000)]
- Added a wait to the drop userbind to make the waypointsprite actually appear

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

15 years ago- Moved all the voting stuff into a file of its own and made it accessible from the...
esteel [Sun, 1 Jun 2008 16:57:58 +0000 (16:57 +0000)]
- Moved all the voting stuff into a file of its own and made it accessible from the server console via sv_cmd vote.
  Now server admins can not only stop votes but use all the vote subcommands like calling a vote.
  Can be used to act more 'democratic' or test vote settings
- Added a new alias vlogin and removed the kludge 'vote do login'

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

15 years agochange all spawn functions to use the spawnfunc_ prefix; sync dpextensions
div0 [Sun, 1 Jun 2008 13:23:44 +0000 (13:23 +0000)]
change all spawn functions to use the spawnfunc_ prefix; sync dpextensions

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

15 years ago+//g_maplist_check_waypoints in server.cfg; fix small bug in rcon script displaying...
div0 [Fri, 30 May 2008 08:45:55 +0000 (08:45 +0000)]
+//g_maplist_check_waypoints in server.cfg; fix small bug in rcon script displaying colors wrong

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

15 years agoadded TDM modes for six maps
div0 [Fri, 30 May 2008 07:24:04 +0000 (07:24 +0000)]
added TDM modes for six maps

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

15 years agoadd missing MapInfo_ClearTemps() call. Sorry, LordHavoc...
div0 [Sun, 25 May 2008 18:08:17 +0000 (18:08 +0000)]
add missing MapInfo_ClearTemps() call. Sorry, LordHavoc...

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

15 years agoadjust some default values. Set gridsize and blocksize to values fitting terrain...
savagex [Sun, 25 May 2008 12:32:27 +0000 (12:32 +0000)]
adjust some default values. Set gridsize and blocksize to values fitting terrain maps.

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