]> icculus.org git repositories - divverent/nexuiz.git/log
divverent/nexuiz.git
14 years agor8227 | div0 | 2009-11-07 14:42:13 -0500 (Sat, 07 Nov 2009) | 2 lines nexuiz-2.0 branches/nexuiz-2.0
div0 [Sat, 21 Nov 2009 14:34:05 +0000 (14:34 +0000)]
r8227 | div0 | 2009-11-07 14:42:13 -0500 (Sat, 07 Nov 2009) | 2 lines
add a crude version of <math.h> to QC
r8228 | div0 | 2009-11-07 14:44:31 -0500 (Sat, 07 Nov 2009) | 2 lines
put mathlib under MIT license
r8229 | div0 | 2009-11-07 14:45:52 -0500 (Sat, 07 Nov 2009) | 2 lines
comment fixes
r8230 | fruitiex | 2009-11-07 15:46:19 -0500 (Sat, 07 Nov 2009) | 2 lines
add accuracy stats to the scoreboard, replace accuracy percentage on hud weapon icons with colored bars
r8231 | fruitiex | 2009-11-07 16:12:34 -0500 (Sat, 07 Nov 2009) | 2 lines
show the accuracy stats panel even if there are no stats :P
r8232 | div0 | 2009-11-07 16:54:51 -0500 (Sat, 07 Nov 2009) | 7 lines
different probability distributions for spread (quake-style, solid circle, gaussian)
Currently, all is quake-style.
quake-style: http://rm.endoftheinternet.org/img/uploaded/6ad7218846a2a279987cbf230f6bab9e.jpg
circle:      http://rm.endoftheinternet.org/img/uploaded/06ce7e1fa72bd651cd7a0fd0b23f689e.jpg
gaussian:    http://rm.endoftheinternet.org/img/uploaded/8203aa325bc0bbce07d6329e97f44a35.jpg
The cvar doesn't change the standard deviation!
r8233 | div0 | 2009-11-07 17:21:45 -0500 (Sat, 07 Nov 2009) | 2 lines
yet another style: linear falloff
r8234 | div0 | 2009-11-07 17:26:37 -0500 (Sat, 07 Nov 2009) | 2 lines
fix comments :P
r8235 | samual | 2009-11-07 20:28:30 -0500 (Sat, 07 Nov 2009) | 1 line
Make the text of scoreboard table headers brighter
r8236 | fruitiex | 2009-11-08 02:51:26 -0500 (Sun, 08 Nov 2009) | 2 lines
fix team coloring on accuracy panel, add support for minstagib and do small cleanups
r8237 | fruitiex | 2009-11-08 03:35:12 -0500 (Sun, 08 Nov 2009) | 2 lines
enable gauss 2D spread, double bullet count on shotgun and do some other minor balance changes
r8238 | div0 | 2009-11-08 03:45:44 -0500 (Sun, 08 Nov 2009) | 2 lines
now with REAL linear falloff (old formula was wrong)
r8239 | div0 | 2009-11-08 04:14:31 -0500 (Sun, 08 Nov 2009) | 2 lines
add back the falloff curve that was MEANT to be linear before :P
r8240 | div0 | 2009-11-08 05:23:04 -0500 (Sun, 08 Nov 2009) | 2 lines
fix stddev of gaussian dist
r8242 | tzork | 2009-11-08 06:21:23 -0500 (Sun, 08 Nov 2009) | 3 lines
Racer: return to spawn if left ("alive")for some time, rockets accelerate, better idle code, better spawn location code, turn more cvars to globals
Spiderbot: minor stuff.
r8243 | div0 | 2009-11-08 07:23:38 -0500 (Sun, 08 Nov 2009) | 2 lines
simpler gaussian distribution code
r8244 | div0 | 2009-11-08 07:27:44 -0500 (Sun, 08 Nov 2009) | 2 lines
get rid of sqrt2 hardcoded
r8245 | div0 | 2009-11-08 07:28:16 -0500 (Sun, 08 Nov 2009) | 2 lines
redundant redundant M_PI
r8246 | m0rfar | 2009-11-08 07:36:59 -0500 (Sun, 08 Nov 2009) | 1 line
fixing insignificant z-fighting on soylent. bug #448
r8247 | samual | 2009-11-08 12:40:59 -0500 (Sun, 08 Nov 2009) | 1 line
g_nodepthtestplayers -- Allows you to disable depth testing on players using EF_NODEPTHTESTING -- Basically, it's a server side wallhack.
r8248 | div0 | 2009-11-08 12:43:37 -0500 (Sun, 08 Nov 2009) | 2 lines
fix some mathlib bugs
r8249 | div0 | 2009-11-08 12:48:03 -0500 (Sun, 08 Nov 2009) | 2 lines
fix warning
r8250 | div0 | 2009-11-08 12:52:28 -0500 (Sun, 08 Nov 2009) | 2 lines
fix some constants
r8251 | div0 | 2009-11-08 13:03:28 -0500 (Sun, 08 Nov 2009) | 2 lines
log() function is now a builtin (this means we need the current engine if any code uses log())
r8252 | div0 | 2009-11-08 13:05:33 -0500 (Sun, 08 Nov 2009) | 2 lines
remove log and exp from gamecommand again as log is dangerous for now
r8253 | m0rfar | 2009-11-08 13:08:16 -0500 (Sun, 08 Nov 2009) | 1 line
compiled now. fixed #589, overcaulked lift on strength
r8254 | samual | 2009-11-08 13:20:44 -0500 (Sun, 08 Nov 2009) | 1 line
g_nodepthtestitems -- Allows you to disable depth testing on items using EF_NODEPTHTESTING - just like g_nodepthtestplayers! :P :P :P
r8255 | div0 | 2009-11-08 14:09:23 -0500 (Sun, 08 Nov 2009) | 2 lines
logarithm
r8256 | div0 | 2009-11-08 14:10:45 -0500 (Sun, 08 Nov 2009) | 2 lines
make it work even if someone changes the files :P
r8257 | div0 | 2009-11-08 14:11:18 -0500 (Sun, 08 Nov 2009) | 2 lines
remove debug print
r8258 | div0 | 2009-11-08 14:30:32 -0500 (Sun, 08 Nov 2009) | 2 lines
fix checkextension decl
r8259 | div0 | 2009-11-08 14:54:24 -0500 (Sun, 08 Nov 2009) | 2 lines
work around fteqcc bug
r8260 | div0 | 2009-11-09 02:25:55 -0500 (Mon, 09 Nov 2009) | 2 lines
fix running guns
r8261 | fruitiex | 2009-11-09 02:30:08 -0500 (Mon, 09 Nov 2009) | 2 lines
flip column/row highligthing, remove the blinking text from warmup (accuracy panel)
r8262 | div0 | 2009-11-09 02:36:49 -0500 (Mon, 09 Nov 2009) | 2 lines
better isnan()
r8263 | div0 | 2009-11-09 04:10:29 -0500 (Mon, 09 Nov 2009) | 2 lines
more waits :P
r8264 | fruitiex | 2009-11-10 00:01:40 -0500 (Tue, 10 Nov 2009) | 2 lines
balance changes
r8265 | fruitiex | 2009-11-10 14:48:21 -0500 (Tue, 10 Nov 2009) | 2 lines
fix division by zero
r8266 | fruitiex | 2009-11-10 14:58:28 -0500 (Tue, 10 Nov 2009) | 2 lines
REALLY fix it this time.
r8267 | fruitiex | 2009-11-10 16:28:20 -0500 (Tue, 10 Nov 2009) | 2 lines
Commit the new clan arena mod, as well as make the unbalanced team nagger optional via a serverside cvar (default on). Also do tiny balance changes to the nexrun balance... again ;)
r8268 | fruitiex | 2009-11-10 16:29:50 -0500 (Tue, 10 Nov 2009) | 2 lines
update cvar checksums
r8269 | fruitiex | 2009-11-11 08:36:28 -0500 (Wed, 11 Nov 2009) | 2 lines
clean up CA and add some standard CA stuff like starting with all weapons and ammo types (uses the balance cvars of lms), no friendly fire, no selfdamage
r8270 | div0 | 2009-11-11 15:24:43 -0500 (Wed, 11 Nov 2009) | 5 lines
WAY better tuba thanks to CSQC magic.
Try exec input-tuba.cfg, then tuba_staccato, then play with MIDI keyboard. Now all I need is splitting up the tuba samples into start+loop- and end-files, and we can hold notes for any time we want :P but even now it's already way better, as you can hit notes at (almost) any speed you want. Still no polyphony yet, but CSQC side supports it :P
Also fix a warning in mathlib.
r8271 | div0 | 2009-11-11 15:25:44 -0500 (Wed, 11 Nov 2009) | 2 lines
oops, needed to lower tuba damage/force then :P
r8272 | div0 | 2009-11-11 16:03:57 -0500 (Wed, 11 Nov 2009) | 2 lines
add comment
r8273 | div0 | 2009-11-11 16:05:30 -0500 (Wed, 11 Nov 2009) | 2 lines
more fixing :P
r8274 | samual | 2009-11-12 12:17:43 -0500 (Thu, 12 Nov 2009) | 1 line
Update physicsSamual.cfg, and add sv_stopspeed to all config files --- Also add physicsLzd.cfg
r8275 | fruitiex | 2009-11-12 14:34:24 -0500 (Thu, 12 Nov 2009) | 2 lines
rcon2irc plugin: allow people to view who (tries to) log in to the irc admin feature
r8276 | div0 | 2009-11-14 04:03:49 -0500 (Sat, 14 Nov 2009) | 2 lines
change a shot origin error to warning
r8277 | lordhavoc | 2009-11-14 09:56:36 -0500 (Sat, 14 Nov 2009) | 2 lines
enable spread on weapons
r8279 | fruitiex | 2009-11-14 15:28:58 -0500 (Sat, 14 Nov 2009) | 2 lines
fix friendlyfire check in ca, add ca support for silvercity
r8280 | samual | 2009-11-14 16:22:31 -0500 (Sat, 14 Nov 2009) | 1 line
physicsSamual.cfg: Change sv_accelerate value from 5.5 to 7
r8281 | div0 | 2009-11-14 17:25:17 -0500 (Sat, 14 Nov 2009) | 2 lines
has_alpha function in autoshader.sh: also detect foo_alpha.jpg files
r8282 | div0 | 2009-11-14 17:56:16 -0500 (Sat, 14 Nov 2009) | 2 lines
document getextresponse
r8283 | div0 | 2009-11-14 17:59:20 -0500 (Sat, 14 Nov 2009) | 2 lines
match up documentation because it now uses double quotes
r8284 | div0 | 2009-11-14 18:03:55 -0500 (Sat, 14 Nov 2009) | 2 lines
sync extensions
r8285 | div0 | 2009-11-14 18:28:21 -0500 (Sat, 14 Nov 2009) | 2 lines
fix typo
r8286 | div0 | 2009-11-15 07:03:26 -0500 (Sun, 15 Nov 2009) | 2 lines
way improved tuba config (also with keyboard support on bindmaps 3 and 4)
r8287 | fruitiex | 2009-11-15 09:57:52 -0500 (Sun, 15 Nov 2009) | 2 lines
add us dvorak to input-tuba.cfg :P
r8288 | div0 | 2009-11-15 14:15:39 -0500 (Sun, 15 Nov 2009) | 2 lines
more tuba goodness (audio files only)
r8289 | div0 | 2009-11-15 16:04:14 -0500 (Sun, 15 Nov 2009) | 2 lines
tuba: great new code that can hold notes
r8290 | div0 | 2009-11-16 02:47:47 -0500 (Mon, 16 Nov 2009) | 2 lines
slightly improved tuba note handling
r8291 | fruitiex | 2009-11-16 16:47:45 -0500 (Mon, 16 Nov 2009) | 2 lines
Patch by Spaceman: Allow viewing the accuracy stats of spectated players (client and serverside setting, default off)
r8292 | fruitiex | 2009-11-17 15:29:27 -0500 (Tue, 17 Nov 2009) | 2 lines
patch by Spaceman: bots send accuracy data but never receive it, add an escape "v" for accuracy
r8293 | fruitiex | 2009-11-17 15:50:03 -0500 (Tue, 17 Nov 2009) | 2 lines
add cvar: sbar_timer_scale which allows scaling the timer
r8294 | fruitiex | 2009-11-18 13:56:38 -0500 (Wed, 18 Nov 2009) | 2 lines
experimental lightningun, used in the nexrun balance
r8295 | fruitiex | 2009-11-18 14:03:01 -0500 (Wed, 18 Nov 2009) | 2 lines
use crylink_fire2.wav instead, sounds much better when spammed like this :p
r8296 | fruitiex | 2009-11-19 13:36:36 -0500 (Thu, 19 Nov 2009) | 2 lines
experimental gauntlet, use it in nexrun, do a small lg tweak for the nexrun balance
r8297 | fruitiex | 2009-11-19 13:43:14 -0500 (Thu, 19 Nov 2009) | 2 lines
precache the gauntlet sound
r8298 | mrbougo | 2009-11-19 14:19:37 -0500 (Thu, 19 Nov 2009) | 1 line
FruitieX, you broek mah effects! I guess this was accidental, but don't add/remove effects in the middle of the file, only add at the end and purge unnecessary lines on unused effects while leaving the definition in place
r8299 | lordhavoc | 2009-11-19 16:32:41 -0500 (Thu, 19 Nov 2009) | 2 lines
fix a bug with ekg (players were not gibbing on death)
r8300 | div0 | 2009-11-21 09:28:03 -0500 (Sat, 21 Nov 2009) | 2 lines
fix minor typos in gauntlet and lighting gun code

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8302 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8220 | samual | 2009-11-06 16:31:57 -0500 (Fri, 06 Nov 2009) | 1 line
div0 [Sun, 8 Nov 2009 10:38:39 +0000 (10:38 +0000)]
r8220 | samual | 2009-11-06 16:31:57 -0500 (Fri, 06 Nov 2009) | 1 line
cl_velocityzoom: velocity based zooming of fov -- div0: The bounding on line 200 was needed else it would make avgspeed return a negative value at low fps, I did extensive testing and saw no drawback of this.
r8221 | samual | 2009-11-06 23:59:33 -0500 (Fri, 06 Nov 2009) | 1 line
Fix sbar_showweaponicons, it needed to be cvar_or("", 1) -- Else it breaks older clients.
r8222 | div0 | 2009-11-07 12:16:16 -0500 (Sat, 07 Nov 2009) | 2 lines
make antilag work again
r8224 | div0 | 2009-11-07 13:28:10 -0500 (Sat, 07 Nov 2009) | 2 lines
remove an unused function
r8225 | m0rfar | 2009-11-07 14:18:10 -0500 (Sat, 07 Nov 2009) | 1 line
Make Radiant load the shaders for electro, gl and sg
r8226 | m0rfar | 2009-11-07 14:20:14 -0500 (Sat, 07 Nov 2009) | 1 line
remove weapon_seeker from entities.def

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8241 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8202 | m0rfar | 2009-11-01 15:33:53 -0500 (Sun, 01 Nov 2009) | 1 line
div0 [Sat, 7 Nov 2009 17:17:43 +0000 (17:17 +0000)]
r8202 | m0rfar | 2009-11-01 15:33:53 -0500 (Sun, 01 Nov 2009) | 1 line
silver menuskin tweak
r8203 | div0 | 2009-11-03 15:39:30 -0500 (Tue, 03 Nov 2009) | 2 lines
fix a pseudo leak
r8204 | tzork | 2009-11-04 08:03:02 -0500 (Wed, 04 Nov 2009) | 1 line
New DEATH_'s
r8205 | tzork | 2009-11-04 08:06:55 -0500 (Wed, 04 Nov 2009) | 1 line
Vehicle updates.
r8206 | tzork | 2009-11-04 08:17:39 -0500 (Wed, 04 Nov 2009) | 1 line
Minor turret tweaks.
r8207 | tzork | 2009-11-04 08:27:14 -0500 (Wed, 04 Nov 2009) | 1 line
lib updates
r8208 | tzork | 2009-11-04 08:32:25 -0500 (Wed, 04 Nov 2009) | 1 line
Remove code::blocks project file, its never in sync.
r8209 | tzork | 2009-11-04 08:37:21 -0500 (Wed, 04 Nov 2009) | 1 line
monster_zombie (not enabled by default, -DMONSTES_ENABLED to enable)
r8210 | tzork | 2009-11-04 08:42:20 -0500 (Wed, 04 Nov 2009) | 1 line
New editor images for some common/* shaders
r8211 | div0 | 2009-11-04 10:20:03 -0500 (Wed, 04 Nov 2009) | 2 lines
updated div0 scorign
r8212 | samual | 2009-11-04 11:24:20 -0500 (Wed, 04 Nov 2009) | 1 line
Remove the dark background of the listbox with the credits dialog (It doesn't look right with it)
r8213 | div0 | 2009-11-05 14:21:31 -0500 (Thu, 05 Nov 2009) | 2 lines
add a fteqcc bug test case
r8214 | div0 | 2009-11-05 15:25:46 -0500 (Thu, 05 Nov 2009) | 2 lines
don't guide rockets when holding secondary
r8215 | div0 | 2009-11-05 15:31:36 -0500 (Thu, 05 Nov 2009) | 2 lines
do not do laserplay stuff if damage is <= 0
r8216 | tzork | 2009-11-05 19:58:47 -0500 (Thu, 05 Nov 2009) | 1 line
VEHICLES_ENABLED not supposed to be #defined by default (yet).
r8217 | div0 | 2009-11-06 14:12:57 -0500 (Fri, 06 Nov 2009) | 2 lines
\7fuse glowmod for nexuiz 2.6 and above (checked using gameversion cvar)
r8218 | div0 | 2009-11-06 14:44:36 -0500 (Fri, 06 Nov 2009) | 2 lines
speed up exp function ;)
r8219 | div0 | 2009-11-06 14:56:01 -0500 (Fri, 06 Nov 2009) | 2 lines
float2range11 :P

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8223 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8199 | div0 | 2009-11-01 15:06:46 -0500 (Sun, 01 Nov 2009) | 2 lines
div0 [Sun, 1 Nov 2009 20:30:39 +0000 (20:30 +0000)]
r8199 | div0 | 2009-11-01 15:06:46 -0500 (Sun, 01 Nov 2009) | 2 lines
just a comment fix

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8201 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8168 | div0 | 2009-10-22 10:28:09 -0400 (Thu, 22 Oct 2009) | 2 lines
div0 [Sun, 1 Nov 2009 20:07:33 +0000 (20:07 +0000)]
r8168 | div0 | 2009-10-22 10:28:09 -0400 (Thu, 22 Oct 2009) | 2 lines
fix misc_follow :P
r8169 | div0 | 2009-10-23 13:26:31 -0400 (Fri, 23 Oct 2009) | 2 lines
experimental new team selection code (should not favor red any more)
r8170 | fruitiex | 2009-10-23 17:19:01 -0400 (Fri, 23 Oct 2009) | 2 lines
weaken the laser, it used to be 500 dps :o
r8171 | m0rfar | 2009-10-24 04:26:28 -0400 (Sat, 24 Oct 2009) | 2 lines
Map author tweaks: use real names
Credits: tweaks
r8172 | m0rfar | 2009-10-24 05:06:16 -0400 (Sat, 24 Oct 2009) | 2 lines
Newskies by sev.
space theme
r8173 | div0 | 2009-10-24 08:19:42 -0400 (Sat, 24 Oct 2009) | 2 lines
adjusted div0 ctf scoring to put less focus on defending/camping; reformatted other files a bit
r8174 | m0rfar | 2009-10-24 09:41:32 -0400 (Sat, 24 Oct 2009) | 2 lines
Revised ctf scoring by ai.
Should be default, as this makes sense.
r8175 | div0 | 2009-10-24 10:27:31 -0400 (Sat, 24 Oct 2009) | 2 lines
documented joints
r8176 | m0rfar | 2009-10-24 10:43:26 -0400 (Sat, 24 Oct 2009) | 1 line
rifle needs a tracer
r8177 | div0 | 2009-10-24 10:48:28 -0400 (Sat, 24 Oct 2009) | 2 lines
fix calculated values in comments
r8178 | m0rfar | 2009-10-24 11:51:34 -0400 (Sat, 24 Oct 2009) | 2 lines
Fixed #589, overcaulked lift, but still needs a recompile.
And linux is case-sensitive, so I renamed some texture references.
r8179 | m0rfar | 2009-10-24 13:16:13 -0400 (Sat, 24 Oct 2009) | 2 lines
minor tweak if winmode is cap.
bigger tweak if winmode is score.
r8180 | div0 | 2009-10-24 13:19:30 -0400 (Sat, 24 Oct 2009) | 2 lines
DP_QC_ENTITYSTRING
r8181 | div0 | 2009-10-24 13:19:53 -0400 (Sat, 24 Oct 2009) | 2 lines
follow: fix logic of src/dst checking
r8182 | samual | 2009-10-24 16:03:50 -0400 (Sat, 24 Oct 2009) | 1 line
balanceSamual.cfg: Some major changes to some weapons, and some minor to others. Also, turn on newton projectile physics -- But only slightly
r8183 | m0rfar | 2009-10-24 17:31:25 -0400 (Sat, 24 Oct 2009) | 1 line
Fixing #448, still needs a recompile.
r8184 | m0rfar | 2009-10-24 18:12:03 -0400 (Sat, 24 Oct 2009) | 1 line
Fixing #353 by adding invisible shader and texture from OA. It doesn't seem to do anything fancy though.
r8185 | samual | 2009-10-25 08:36:19 -0400 (Sun, 25 Oct 2009) | 1 line
New conback image
r8186 | fruitiex | 2009-10-25 13:57:23 -0400 (Sun, 25 Oct 2009) | 2 lines
remove bounces on crylink secondary again, allow picking up 50 armors up to 200
r8187 | div0 | 2009-10-26 09:55:25 -0400 (Mon, 26 Oct 2009) | 2 lines
fix broken rifle ring
r8188 | m0rfar | 2009-10-26 13:29:23 -0400 (Mon, 26 Oct 2009) | 1 line
ctfscoring-ai.cfg as default. As winmode is cap there is no balance issues.
r8189 | fruitiex | 2009-10-26 16:44:01 -0400 (Mon, 26 Oct 2009) | 2 lines
balance changes again
r8190 | div0 | 2009-10-30 14:29:12 -0400 (Fri, 30 Oct 2009) | 2 lines
menu rearrangements by Samual
r8191 | div0 | 2009-10-30 14:32:28 -0400 (Fri, 30 Oct 2009) | 2 lines
Listbox background by Samual, edited by me (1)
r8192 | div0 | 2009-10-30 14:32:42 -0400 (Fri, 30 Oct 2009) | 2 lines
listbox BG parameters by Samual
r8193 | div0 | 2009-10-30 15:24:12 -0400 (Fri, 30 Oct 2009) | 2 lines
TDM: g_tdm_team_spawns
r8194 | fruitiex | 2009-10-31 09:56:18 -0400 (Sat, 31 Oct 2009) | 2 lines
allow picking armormediums up anytime too, set infinite health on rockets and no damageforcescale on rockets/grenades
r8195 | div0 | 2009-10-31 17:29:50 -0400 (Sat, 31 Oct 2009) | 2 lines
hopefully fix invisible-player bug
r8196 | mand1nga | 2009-10-31 23:00:49 -0400 (Sat, 31 Oct 2009) | 1 line
Fixed some typos
r8197 | fruitiex | 2009-11-01 07:03:53 -0500 (Sun, 01 Nov 2009) | 2 lines
chat replacement %s and %S for current speed (XY and XYZ)
r8198 | div0 | 2009-11-01 14:47:49 -0500 (Sun, 01 Nov 2009) | 1 line
no, 2.5 balance shall have no tracer (all other balances should though)

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8200 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8160 | div0 | 2009-10-20 11:33:31 -0400 (Tue, 20 Oct 2009) | 2 lines
div0 [Thu, 22 Oct 2009 09:03:33 +0000 (09:03 +0000)]
r8160 | div0 | 2009-10-20 11:33:31 -0400 (Tue, 20 Oct 2009) | 2 lines
merge extensions with dpmod
r8161 | div0 | 2009-10-20 11:34:32 -0400 (Tue, 20 Oct 2009) | 2 lines
add DP_PHYSICS preliminary API so maps can already contain ODE objects
r8162 | fruitiex | 2009-10-20 13:58:55 -0400 (Tue, 20 Oct 2009) | 2 lines
echo-rcon.pl now allows multiple instances of rcon2irc on the same server, bans.pl can echo connection attempts from banned clients (patch by merlijn)
r8163 | fruitiex | 2009-10-20 16:16:31 -0400 (Tue, 20 Oct 2009) | 2 lines
lots of testing =>  another few balancing changes
r8164 | div0 | 2009-10-21 12:27:12 -0400 (Wed, 21 Oct 2009) | 2 lines
fix warning
r8165 | div0 | 2009-10-21 12:28:27 -0400 (Wed, 21 Oct 2009) | 2 lines
preliminary declaration of jointtype, and make misc_follow behave as a joint if jointtype is set
r8166 | fruitiex | 2009-10-21 15:14:59 -0400 (Wed, 21 Oct 2009) | 2 lines
last big balance changes, it can be considered stable now

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8167 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7992 | div0 | 2009-09-30 05:21:22 -0400 (Wed, 30 Sep 2009) | 2 lines
div0 [Tue, 20 Oct 2009 09:06:01 +0000 (09:06 +0000)]
r7992 | div0 | 2009-09-30 05:21:22 -0400 (Wed, 30 Sep 2009) | 2 lines
automatic waypoint for dropped flag (DO NOT PUT THIS IN 2.5.2, PEOPLE MAY HATE IT)

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8159 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7992 | div0 | 2009-09-30 05:21:22 -0400 (Wed, 30 Sep 2009) | 2 lines
div0 [Tue, 20 Oct 2009 09:05:11 +0000 (09:05 +0000)]
r7992 | div0 | 2009-09-30 05:21:22 -0400 (Wed, 30 Sep 2009) | 2 lines
automatic waypoint for dropped flag (DO NOT PUT THIS IN 2.5.2, PEOPLE MAY HATE IT)

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8158 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8150 | fruitiex | 2009-10-18 15:00:22 -0400 (Sun, 18 Oct 2009) | 2 lines
div0 [Tue, 20 Oct 2009 09:01:17 +0000 (09:01 +0000)]
r8150 | fruitiex | 2009-10-18 15:00:22 -0400 (Sun, 18 Oct 2009) | 2 lines
move physicsNexrun_defrag.cfg to physicsNexrun_dm.cfg ;)
r8151 | fruitiex | 2009-10-18 15:09:37 -0400 (Sun, 18 Oct 2009) | 2 lines
rename something in physicsNexrun_dm.cfg, give shotgun force in balanceNexrun.cfg
r8152 | div0 | 2009-10-18 15:29:47 -0400 (Sun, 18 Oct 2009) | 1 line
makebuild: add hash-style=sysv now to 686 build too
r8153 | div0 | 2009-10-19 03:27:47 -0400 (Mon, 19 Oct 2009) | 2 lines
fix rifle crosshair and crash
r8154 | div0 | 2009-10-19 04:34:10 -0400 (Mon, 19 Oct 2009) | 2 lines
laser projectile delay (STUUUUUPID)
r8155 | fruitiex | 2009-10-19 13:35:20 -0400 (Mon, 19 Oct 2009) | 2 lines
health/armormedium 25, rl speed back to 1000
r8156 | fruitiex | 2009-10-19 17:08:48 -0400 (Mon, 19 Oct 2009) | 2 lines
more respawntime/item tweaks and a rl change

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8157 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8087 | fruitiex | 2009-10-10 14:12:12 -0400 (Sat, 10 Oct 2009) | 2 lines
div0 [Sat, 17 Oct 2009 18:05:47 +0000 (18:05 +0000)]
r8087 | fruitiex | 2009-10-10 14:12:12 -0400 (Sat, 10 Oct 2009) | 2 lines
clientside personal records system for race/cts
r8088 | fruitiex | 2009-10-10 16:27:13 -0400 (Sat, 10 Oct 2009) | 2 lines
fix overlapping personal records timer, remove useless variable that accidentally was committed :P
r8090 | fruitiex | 2009-10-11 04:26:05 -0400 (Sun, 11 Oct 2009) | 2 lines
ctf icon-style ping when a new personal record is set
r8091 | fruitiex | 2009-10-11 06:27:17 -0400 (Sun, 11 Oct 2009) | 2 lines
show server record on the hud (race/cts)
r8092 | fruitiex | 2009-10-11 06:47:37 -0400 (Sun, 11 Oct 2009) | 2 lines
fix a stupid bug
r8104 | div0 | 2009-10-11 11:59:58 -0400 (Sun, 11 Oct 2009) | 2 lines
do not show personal records in the actual race
r8112 | fruitiex | 2009-10-12 06:05:41 -0400 (Mon, 12 Oct 2009) | 2 lines
patch by merlijn: add eventlog message when g_start_delay ends
r8113 | fruitiex | 2009-10-12 16:20:06 -0400 (Mon, 12 Oct 2009) | 2 lines
yet more balanceNexrun.cfg changes
r8114 | fruitiex | 2009-10-12 17:59:51 -0400 (Mon, 12 Oct 2009) | 2 lines
grenadelauncher tweaks, damage was way too high. balanceNexrun.cfg still needs rebalancing with proper stats! (matches should be played with physicsNexrun_defrag.cfg)
r8115 | samual | 2009-10-12 19:26:18 -0400 (Mon, 12 Oct 2009) | 1 line
Use gender-neutral kill/suicide messages
r8116 | div0 | 2009-10-13 04:20:42 -0400 (Tue, 13 Oct 2009) | 2 lines
fix menu resolution slider for older fteqcc
r8117 | fruitiex | 2009-10-13 06:52:34 -0400 (Tue, 13 Oct 2009) | 2 lines
more cleanups and bugfixes to the race hud code
r8118 | fruitiex | 2009-10-13 08:02:14 -0400 (Tue, 13 Oct 2009) | 2 lines
add more information to the record bprints (eg. previous record if broken, difference from server record)
r8119 | fruitiex | 2009-10-13 14:41:37 -0400 (Tue, 13 Oct 2009) | 2 lines
smooth crosshair effects by Taoki
r8120 | fruitiex | 2009-10-13 14:43:02 -0400 (Tue, 13 Oct 2009) | 2 lines
speed awards for CTS!
r8121 | fruitiex | 2009-10-13 14:58:22 -0400 (Tue, 13 Oct 2009) | 2 lines
NADZ vote exploit fix
r8122 | samual | 2009-10-13 22:59:07 -0400 (Tue, 13 Oct 2009) | 1 line
Make highlighted rows better by using sbar_color_bg_* when not spectating or in a team match.
r8123 | samual | 2009-10-13 23:48:31 -0400 (Tue, 13 Oct 2009) | 1 line
Show a slight mix (0.5) of the team color in the table headers.
r8124 | div0 | 2009-10-14 02:55:18 -0400 (Wed, 14 Oct 2009) | 2 lines
reindent View.qc before I do changes
r8125 | div0 | 2009-10-14 03:03:36 -0400 (Wed, 14 Oct 2009) | 2 lines
fix crosshair scaling fps dependency
r8126 | div0 | 2009-10-14 03:16:56 -0400 (Wed, 14 Oct 2009) | 2 lines
fix crosshair effects
r8127 | div0 | 2009-10-14 03:20:38 -0400 (Wed, 14 Oct 2009) | 2 lines
disable crosshair effects for now, they are annoying (need to be made match weapon switch delay)
r8128 | fruitiex | 2009-10-14 06:40:08 -0400 (Wed, 14 Oct 2009) | 2 lines
Fix the race server best and speed award by sending to all clients when neccessary, and add a all time fastest speed award
r8129 | fruitiex | 2009-10-14 09:33:56 -0400 (Wed, 14 Oct 2009) | 2 lines
change electro to DIY lightningun that is able to set off electro blobs, do some changes to the health system plus some other minor tweaks
r8130 | fruitiex | 2009-10-14 10:54:42 -0400 (Wed, 14 Oct 2009) | 2 lines
fix the hagar in CTS (balanceNexrun.cfg)
r8131 | fruitiex | 2009-10-14 17:37:23 -0400 (Wed, 14 Oct 2009) | 2 lines
use weaponreplace instead of sv_q3acompat_machineshotgunswap, make the uzi a bit more powerful
r8132 | div0 | 2009-10-15 01:17:43 -0400 (Thu, 15 Oct 2009) | 2 lines
sorry, FruitieX, I had to rename the database fields for top speed so they are separate for race and CTS (as maps that support both ought to use gametypefilter'd func_walls to clearly separate the modes, and thus can have different possible top speeds)
r8133 | div0 | 2009-10-15 01:34:38 -0400 (Thu, 15 Oct 2009) | 2 lines
sync crosshair effects to weapon switch delay
r8134 | div0 | 2009-10-15 02:02:44 -0400 (Thu, 15 Oct 2009) | 2 lines
sync crosshair effects to switch delay, now with fading
r8135 | div0 | 2009-10-15 03:20:21 -0400 (Thu, 15 Oct 2009) | 2 lines
force the out-of-ammo weapon switch even if the other mode still has ammo
r8136 | div0 | 2009-10-15 03:21:53 -0400 (Thu, 15 Oct 2009) | 2 lines
unless we have no other gun
r8137 | div0 | 2009-10-15 03:22:31 -0400 (Thu, 15 Oct 2009) | 2 lines
and make it work :P
r8138 | fruitiex | 2009-10-15 10:16:35 -0400 (Thu, 15 Oct 2009) | 2 lines
patch by Spaceman: use sv_adminnick in admin messages and make some whitespace changes
r8139 | fruitiex | 2009-10-15 10:17:54 -0400 (Thu, 15 Oct 2009) | 2 lines
keyhunt code cleanup patch by Spaceman
r8140 | fruitiex | 2009-10-15 17:01:52 -0400 (Thu, 15 Oct 2009) | 2 lines
weaken mortar dmg, give mortar secondary a higher radius, give rl a higher radius and a slightly higher refire rate, set weaponswitchdelay back to 0.1
r8141 | fruitiex | 2009-10-15 20:07:42 -0400 (Thu, 15 Oct 2009) | 2 lines
weaken mortar, stronger nex, settings should be rather stable now :)
r8142 | samual | 2009-10-15 21:01:19 -0400 (Thu, 15 Oct 2009) | 1 line
balanceSamual.cfg: Rebalance: Change a few small things #5
r8143 | div0 | 2009-10-16 04:32:20 -0400 (Fri, 16 Oct 2009) | 2 lines
magic ear. check deadflag too
r8144 | div0 | 2009-10-16 04:34:05 -0400 (Fri, 16 Oct 2009) | 2 lines
comment :P
r8145 | fruitiex | 2009-10-17 03:52:24 -0400 (Sat, 17 Oct 2009) | 2 lines
ammo usage completely revamped, do some rebalancing changes as well (electro mostly restored to normal, bunch of weapon damage tweaks)
r8146 | div0 | 2009-10-17 09:52:27 -0400 (Sat, 17 Oct 2009) | 2 lines
take over more stuff from balanceHavoc
r8147 | div0 | 2009-10-17 10:41:10 -0400 (Sat, 17 Oct 2009) | 2 lines
moar crosshair effect stuff: cvar crosshair_effect_scalefade, and also fade the color
r8148 | div0 | 2009-10-17 13:41:40 -0400 (Sat, 17 Oct 2009) | 2 lines
shadowmapping menu option

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8149 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8109 | samual | 2009-10-12 04:08:32 -0400 (Mon, 12 Oct 2009) | 1 line
div0 [Mon, 12 Oct 2009 09:02:46 +0000 (09:02 +0000)]
r8109 | samual | 2009-10-12 04:08:32 -0400 (Mon, 12 Oct 2009) | 1 line
C0leanup cvar checks in sbar.qc under sbar_drawscoreboard, and add ping refresh interval cvar to control it client side. (Only affects scoreboard)
r8110 | samual | 2009-10-12 04:15:17 -0400 (Mon, 12 Oct 2009) | 1 line
Fix typo in typefrag message

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8111 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8107 | samual | 2009-10-11 23:47:19 -0400 (Sun, 11 Oct 2009) | 1 line
div0 [Mon, 12 Oct 2009 05:52:59 +0000 (05:52 +0000)]
r8107 | samual | 2009-10-11 23:47:19 -0400 (Sun, 11 Oct 2009) | 1 line
balanceSamual.cfg: Rebalance: Change a few small things #4

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8108 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8105 | div0 | 2009-10-11 12:06:44 -0400 (Sun, 11 Oct 2009) | 2 lines
div0 [Sun, 11 Oct 2009 17:01:35 +0000 (17:01 +0000)]
r8105 | div0 | 2009-10-11 12:06:44 -0400 (Sun, 11 Oct 2009) | 2 lines
race: STRICTTRIGGER spawnflag: still forward trigger events from anything but players unconditionally (so dropped weapons can be killed)

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8106 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8099 | fruitiex | 2009-10-11 08:48:24 -0400 (Sun, 11 Oct 2009) | 2 lines
div0 [Sun, 11 Oct 2009 15:57:21 +0000 (15:57 +0000)]
r8099 | fruitiex | 2009-10-11 08:48:24 -0400 (Sun, 11 Oct 2009) | 2 lines
more balanceNexrun changes
r8100 | fruitiex | 2009-10-11 09:00:24 -0400 (Sun, 11 Oct 2009) | 2 lines
cvar hashes...
r8101 | div0 | 2009-10-11 10:21:47 -0400 (Sun, 11 Oct 2009) | 2 lines
better settemp #include and comment support for mapinfo
r8102 | div0 | 2009-10-11 11:25:42 -0400 (Sun, 11 Oct 2009) | 2 lines
support longer settemp lists

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8103 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8089 | samual | 2009-10-10 23:04:13 +0200 (Sat, 10 Oct 2009) | 1 line
div0 [Sun, 11 Oct 2009 12:30:15 +0000 (12:30 +0000)]
r8089 | samual | 2009-10-10 23:04:13 +0200 (Sat, 10 Oct 2009) | 1 line
Fix scoreboard for those who have an earlier version of Nexuiz.... (The cvars didn't exist before, so they were blank to older clients)
r8093 | div0 | 2009-10-11 12:48:30 +0200 (Sun, 11 Oct 2009) | 2 lines
rescan_pendign cvar (to schedule a fs_rescan later)
r8094 | div0 | 2009-10-11 13:33:31 +0200 (Sun, 11 Oct 2009) | 2 lines
show aiming direction on player models using a REALLY stupid way (cvar controlled)
r8095 | div0 | 2009-10-11 13:36:06 +0200 (Sun, 11 Oct 2009) | 2 lines
make a cvar control the model sanity fix
r8096 | div0 | 2009-10-11 13:38:09 +0200 (Sun, 11 Oct 2009) | 2 lines
cvar checksums

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8098 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8079 | fruitiex | 2009-10-09 15:18:30 +0200 (Fri, 09 Oct 2009) | 2 lines
div0 [Sun, 11 Oct 2009 12:06:34 +0000 (12:06 +0000)]
r8079 | fruitiex | 2009-10-09 15:18:30 +0200 (Fri, 09 Oct 2009) | 2 lines
fading scoreboard (warning: experimental! please test)
r8080 | fruitiex | 2009-10-09 15:40:25 +0200 (Fri, 09 Oct 2009) | 2 lines
cvar fade out/in speeds of scoreboard
r8081 | fruitiex | 2009-10-09 15:41:19 +0200 (Fri, 09 Oct 2009) | 2 lines
cvar hashes *sigh*
r8082 | samual | 2009-10-09 20:47:32 +0200 (Fri, 09 Oct 2009) | 1 line
New frag message information system which allows extra details to be displayed such as the players handicap, their health, etc. This feature was inspired by Spidflisk by Dresk. Note: CVAR hashes need redone, now.
r8083 | fruitiex | 2009-10-09 20:48:47 +0200 (Fri, 09 Oct 2009) | 2 lines
nexrun balance changes
r8084 | fruitiex | 2009-10-09 21:36:24 +0200 (Fri, 09 Oct 2009) | 2 lines
add missing cvars
r8085 | samual | 2009-10-09 22:49:34 +0200 (Fri, 09 Oct 2009) | 1 line
Change typefrag fragmessage to be on by default + small fixes
r8086 | samual | 2009-10-09 22:54:09 +0200 (Fri, 09 Oct 2009) | 1 line
Typo

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8097 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8076 | div0 | 2009-10-08 10:11:15 -0400 (Thu, 08 Oct 2009) | 2 lines
div0 [Fri, 9 Oct 2009 08:28:50 +0000 (08:28 +0000)]
r8076 | div0 | 2009-10-08 10:11:15 -0400 (Thu, 08 Oct 2009) | 2 lines
cvar checksums
r8077 | div0 | 2009-10-09 04:26:55 -0400 (Fri, 09 Oct 2009) | 1 line
cvar checksums for nexrun balance

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8078 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8070 | fruitiex | 2009-10-07 11:23:58 -0400 (Wed, 07 Oct 2009) | 2 lines
div0 [Thu, 8 Oct 2009 12:40:59 +0000 (12:40 +0000)]
r8070 | fruitiex | 2009-10-07 11:23:58 -0400 (Wed, 07 Oct 2009) | 2 lines
weaponsNexrun* => balanceNexrun.cfg, with some tweaks as well
r8071 | samual | 2009-10-07 21:42:53 -0400 (Wed, 07 Oct 2009) | 3 lines
sbar_scoreboard_ improvements. Adds several cvars to control new features such as the ability to control the alpha of the scoreboard, as well as the ability to control the alpha of highlighting and names. Also, make highlighting use GetTeamRGB(pl.team) to retrieve team color, instead of just using a white base. This makes the HUD much more vibrant. I hope this doesn't break anything, let me know if I did something wrong.
NOTE: Someone needs to do cvar hashes now, as I added several.
r8072 | samual | 2009-10-07 23:00:25 -0400 (Wed, 07 Oct 2009) | 1 line
My own physics config, hopefully it'll be nice.
r8073 | samual | 2009-10-07 23:49:47 -0400 (Wed, 07 Oct 2009) | 1 line
sbar_scoreboard_alpha_name 0.7 was WAY too dark, 0.9 is much better.
r8074 | div0 | 2009-10-08 07:09:13 -0400 (Thu, 08 Oct 2009) | 2 lines
enable shadowmapping by default (note: this only has an effect if the settings for realtime shadows are enabled too, so this should cause no fps loss at any of the no-shadow configurations).

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8075 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8068 | div0 | 2009-10-07 06:35:09 -0400 (Wed, 07 Oct 2009) | 2 lines
div0 [Wed, 7 Oct 2009 14:53:56 +0000 (14:53 +0000)]
r8068 | div0 | 2009-10-07 06:35:09 -0400 (Wed, 07 Oct 2009) | 2 lines
minstanex laser: properly notify the laser code that the shot shall have no damage (please test), should close #555
r8068 | div0 | 2009-10-07 06:35:09 -0400 (Wed, 07 Oct 2009) | 2 lines
minstanex laser: properly notify the laser code that the shot shall have no damage (please test), should close #555

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8069 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8062 | lordhavoc | 2009-10-05 19:23:49 -0400 (Mon, 05 Oct 2009) | 2 lines
div0 [Wed, 7 Oct 2009 06:24:25 +0000 (06:24 +0000)]
r8062 | lordhavoc | 2009-10-05 19:23:49 -0400 (Mon, 05 Oct 2009) | 2 lines
changed havoc to use cl_nolerp 1 and cl_netfps 125
r8063 | samual | 2009-10-06 13:27:15 -0400 (Tue, 06 Oct 2009) | 1 line
Fix #557: Use seta for joystick cvars so they're saved to the configuration file
r8064 | fruitiex | 2009-10-06 13:35:06 -0400 (Tue, 06 Oct 2009) | 2 lines
cvar hashes
r8065 | fruitiex | 2009-10-06 13:48:05 -0400 (Tue, 06 Oct 2009) | 2 lines
A "nerfed" Nexrun physics set for q3a map compatibility. Will probably become one of two different "modes" of Nexrun (as cpm and vq3 are in defrag). The weaponsNexrun* configs are still not complete and will change in the future.
r8066 | fruitiex | 2009-10-06 15:23:04 -0400 (Tue, 06 Oct 2009) | 2 lines
fix a slider not fitting into the dialog, discovered by Dib :)

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8067 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8059 | div0 | 2009-10-05 08:37:44 -0400 (Mon, 05 Oct 2009) | 2 lines
div0 [Mon, 5 Oct 2009 12:58:18 +0000 (12:58 +0000)]
r8059 | div0 | 2009-10-05 08:37:44 -0400 (Mon, 05 Oct 2009) | 2 lines
fix stupid link :P
r8060 | div0 | 2009-10-05 08:45:48 -0400 (Mon, 05 Oct 2009) | 2 lines
fix last commit :P

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8061 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8057 | div0 | 2009-10-04 16:13:15 -0400 (Sun, 04 Oct 2009) | 1 line
div0 [Mon, 5 Oct 2009 08:03:24 +0000 (08:03 +0000)]
r8057 | div0 | 2009-10-04 16:13:15 -0400 (Sun, 04 Oct 2009) | 1 line
fix typo in makebuilf.sh causing a REALLY bogus hotfix

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8058 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8053 | div0 | 2009-10-04 11:49:23 -0400 (Sun, 04 Oct 2009) | 2 lines
div0 [Sun, 4 Oct 2009 17:18:23 +0000 (17:18 +0000)]
r8053 | div0 | 2009-10-04 11:49:23 -0400 (Sun, 04 Oct 2009) | 2 lines
fix (i.e. reintroduce) waypointsprite alpha
r8054 | tzork | 2009-10-04 13:02:03 -0400 (Sun, 04 Oct 2009) | 1 line
Fix some texture mismatches.
r8055 | div0 | 2009-10-04 13:03:10 -0400 (Sun, 04 Oct 2009) | 2 lines
aneurysm recompile (better grid)

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8056 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8050 | div0 | 2009-10-04 07:24:11 -0400 (Sun, 04 Oct 2009) | 3 lines
div0 [Sun, 4 Oct 2009 11:36:31 +0000 (11:36 +0000)]
r8050 | div0 | 2009-10-04 07:24:11 -0400 (Sun, 04 Oct 2009) | 3 lines
cl_noantilag
g_balance_campingrifle_tracer
r8051 | div0 | 2009-10-04 07:27:19 -0400 (Sun, 04 Oct 2009) | 2 lines
bring back rifle bullet glow if antilag bulets are off

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8052 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8038 | div0 | 2009-10-03 14:19:09 -0400 (Sat, 03 Oct 2009) | 1 line
div0 [Sun, 4 Oct 2009 11:17:00 +0000 (11:17 +0000)]
r8038 | div0 | 2009-10-03 14:19:09 -0400 (Sat, 03 Oct 2009) | 1 line
upload versioned builds to another dir
r8039 | samual | 2009-10-03 14:53:20 -0400 (Sat, 03 Oct 2009) | 1 line
balanceSamual.cfg: Rebalance: Change a few small things #2
r8040 | mand1nga | 2009-10-03 14:57:29 -0400 (Sat, 03 Oct 2009) | 1 line
Lowered the priority of fireball in bot weapon preferences. Some other minor changes matching current balance. TODO: Make bot weapon preferences balance dependent.
r8041 | div0 | 2009-10-03 16:41:36 -0400 (Sat, 03 Oct 2009) | 1 line
makebuild fix
r8042 | div0 | 2009-10-03 17:42:16 -0400 (Sat, 03 Oct 2009) | 2 lines
unmark fireball for LMS
r8043 | samual | 2009-10-03 20:07:29 -0400 (Sat, 03 Oct 2009) | 1 line
balanceSamual.cfg: Rebalance: Change a few small things #3 + g_weaponreplace_fireball 0 until I can figure out a good balance for it.
r8044 | samual | 2009-10-03 20:57:15 -0400 (Sat, 03 Oct 2009) | 1 line
Make electro_muzzleflash be blue instead of yellow (Let me know if this is done wrong, first time editing effectinfo really.)
r8045 | div0 | 2009-10-04 06:12:35 -0400 (Sun, 04 Oct 2009) | 2 lines
menu_vid_scale: add a slider to control size of HUD items, menu font, etc. (conwidth)
r8046 | div0 | 2009-10-04 06:13:27 -0400 (Sun, 04 Oct 2009) | 2 lines
make these cvars setas
r8047 | div0 | 2009-10-04 06:20:16 -0400 (Sun, 04 Oct 2009) | 2 lines
fix tiny bug regarding conwidth/height updating
r8048 | div0 | 2009-10-04 07:08:49 -0400 (Sun, 04 Oct 2009) | 2 lines
less visible rifle trail

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8049 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8035 | div0 | 2009-10-03 14:07:16 -0400 (Sat, 03 Oct 2009) | 1 line
div0 [Sat, 3 Oct 2009 18:10:55 +0000 (18:10 +0000)]
r8035 | div0 | 2009-10-03 14:07:16 -0400 (Sat, 03 Oct 2009) | 1 line
auto upload builds to offload
r8036 | div0 | 2009-10-03 14:08:47 -0400 (Sat, 03 Oct 2009) | 1 line
cleanup builds first

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8037 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8029 | div0 | 2009-10-03 12:11:00 -0400 (Sat, 03 Oct 2009) | 2 lines
div0 [Sat, 3 Oct 2009 17:48:29 +0000 (17:48 +0000)]
r8029 | div0 | 2009-10-03 12:11:00 -0400 (Sat, 03 Oct 2009) | 2 lines
fix the sbar change
r8030 | fruitiex | 2009-10-03 12:28:18 -0400 (Sat, 03 Oct 2009) | 2 lines
fade out the keyhunt icons when opening the menu
r8031 | div0 | 2009-10-03 12:55:02 -0400 (Sat, 03 Oct 2009) | 2 lines
slower CR refire (2.5 balance)
r8032 | fruitiex | 2009-10-03 13:08:14 -0400 (Sat, 03 Oct 2009) | 2 lines
new cvar for enabling/disabling the weapon icons
r8033 | fruitiex | 2009-10-03 13:10:38 -0400 (Sat, 03 Oct 2009) | 2 lines
cvar checksums

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8034 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8027 | div0 | 2009-10-03 10:22:16 -0400 (Sat, 03 Oct 2009) | 2 lines
div0 [Sat, 3 Oct 2009 14:31:47 +0000 (14:31 +0000)]
r8027 | div0 | 2009-10-03 10:22:16 -0400 (Sat, 03 Oct 2009) | 2 lines
basementctf recompiled with structural pillars (for cullentities)

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8028 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8024 | div0 | 2009-10-03 10:12:28 -0400 (Sat, 03 Oct 2009) | 2 lines
div0 [Sat, 3 Oct 2009 14:17:12 +0000 (14:17 +0000)]
r8024 | div0 | 2009-10-03 10:12:28 -0400 (Sat, 03 Oct 2009) | 2 lines
fix #553
r8025 | div0 | 2009-10-03 10:16:20 -0400 (Sat, 03 Oct 2009) | 2 lines
#545

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8026 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8022 | div0 | 2009-10-03 09:56:31 -0400 (Sat, 03 Oct 2009) | 2 lines
div0 [Sat, 3 Oct 2009 14:04:22 +0000 (14:04 +0000)]
r8022 | div0 | 2009-10-03 09:56:31 -0400 (Sat, 03 Oct 2009) | 2 lines
balance fixes

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8023 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8020 | div0 | 2009-10-03 07:29:20 -0400 (Sat, 03 Oct 2009) | 3 lines
div0 [Sat, 3 Oct 2009 11:38:47 +0000 (11:38 +0000)]
r8020 | div0 | 2009-10-03 07:29:20 -0400 (Sat, 03 Oct 2009) | 3 lines
rcon.pl: IRC color output fixes from rcon2irc
rcon2irc: rcon_secure 2 mode from rcon.pl

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8021 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8015 | div0 | 2009-10-03 07:11:01 -0400 (Sat, 03 Oct 2009) | 2 lines
div0 [Sat, 3 Oct 2009 11:21:44 +0000 (11:21 +0000)]
r8015 | div0 | 2009-10-03 07:11:01 -0400 (Sat, 03 Oct 2009) | 2 lines
block force during spawnshield time
r8016 | div0 | 2009-10-03 07:14:27 -0400 (Sat, 03 Oct 2009) | 2 lines
some spawnshieldtime fixes
r8017 | div0 | 2009-10-03 07:17:14 -0400 (Sat, 03 Oct 2009) | 2 lines
make it compile :P
r8018 | div0 | 2009-10-03 07:19:58 -0400 (Sat, 03 Oct 2009) | 2 lines
do not alpha out the number of the armor display

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8019 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8004 | lordhavoc | 2009-10-01 15:58:51 -0400 (Thu, 01 Oct 2009) | 2 lines
div0 [Sat, 3 Oct 2009 10:25:19 +0000 (10:25 +0000)]
r8004 | lordhavoc | 2009-10-01 15:58:51 -0400 (Thu, 01 Oct 2009) | 2 lines
allow firing weapons on subframes (client moves) for better accuracy
r8010 | div0 | 2009-10-02 11:19:28 -0400 (Fri, 02 Oct 2009) | 2 lines
makefile typo, and firig of eos
r8011 | div0 | 2009-10-03 05:46:14 -0400 (Sat, 03 Oct 2009) | 2 lines
overtime fix
r8012 | div0 | 2009-10-03 06:08:26 -0400 (Sat, 03 Oct 2009) | 2 lines
remove a never-called line of code
r8013 | div0 | 2009-10-03 06:23:58 -0400 (Sat, 03 Oct 2009) | 1 line
win32 build not using the debian chroot any more (please test the exe files)

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8014 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor8005 | div0 | 2009-10-02 04:20:54 -0400 (Fri, 02 Oct 2009) | 3 lines
div0 [Fri, 2 Oct 2009 10:44:56 +0000 (10:44 +0000)]
r8005 | div0 | 2009-10-02 04:20:54 -0400 (Fri, 02 Oct 2009) | 3 lines
rcon.pl: add a mode rcon_secure=2 using the more secure challenge-based mode.
NOTE: this mode will be bad for rcon2irc.
r8006 | div0 | 2009-10-02 05:28:04 -0400 (Fri, 02 Oct 2009) | 2 lines
make getchallenge timeout configurable
r8007 | div0 | 2009-10-02 06:35:24 -0400 (Fri, 02 Oct 2009) | 2 lines
build script update
r8008 | div0 | 2009-10-02 06:39:14 -0400 (Fri, 02 Oct 2009) | 2 lines
enable hotfix

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8009 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7993 | div0 | 2009-09-30 06:47:59 -0400 (Wed, 30 Sep 2009) | 2 lines
div0 [Thu, 1 Oct 2009 06:05:24 +0000 (06:05 +0000)]
r7993 | div0 | 2009-09-30 06:47:59 -0400 (Wed, 30 Sep 2009) | 2 lines
bullets: always network a force of at least 1 (fixes missing bullet holes in havoc)
r7994 | div0 | 2009-09-30 06:48:25 -0400 (Wed, 30 Sep 2009) | 2 lines
fix search radii for decals
r7995 | div0 | 2009-09-30 09:11:45 -0400 (Wed, 30 Sep 2009) | 2 lines
add missing file (dropped flag WP)
r7996 | div0 | 2009-09-30 09:29:31 -0400 (Wed, 30 Sep 2009) | 2 lines
small fix for checkpvs console spam when a bot has no goalcurrent
r7997 | div0 | 2009-09-30 09:36:13 -0400 (Wed, 30 Sep 2009) | 2 lines
add a funny comment
r7998 | div0 | 2009-09-30 09:45:04 -0400 (Wed, 30 Sep 2009) | 2 lines
fix typo
r7999 | samual | 2009-09-30 22:12:40 -0400 (Wed, 30 Sep 2009) | 1 line
balanceSamual.cfg: Rebalance: Change fireball stuff
r8000 | samual | 2009-09-30 22:14:59 -0400 (Wed, 30 Sep 2009) | 1 line
balanceSamual.cfg: Rebalance: Moar fireball stuff + REVISION 8000 BITCHES... Sorry, I really wanted it.
r8001 | div0 | 2009-10-01 01:24:26 -0400 (Thu, 01 Oct 2009) | 2 lines
fix "unreachable code" warning some people seem to get
r8002 | div0 | 2009-10-01 01:36:49 -0400 (Thu, 01 Oct 2009) | 2 lines
EOL style fixes;

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@8003 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7988 | div0 | 2009-09-29 15:20:19 -0400 (Tue, 29 Sep 2009) | 2 lines
div0 [Wed, 30 Sep 2009 06:54:56 +0000 (06:54 +0000)]
r7988 | div0 | 2009-09-29 15:20:19 -0400 (Tue, 29 Sep 2009) | 2 lines
better CTF indicators
r7989 | div0 | 2009-09-29 16:18:57 -0400 (Tue, 29 Sep 2009) | 2 lines
keyhunt: new HUD (less buggy I hope)... but needs to be tuned still. Not for 2.5.2.
r7990 | div0 | 2009-09-30 01:47:26 -0400 (Wed, 30 Sep 2009) | 2 lines
keyhunt HUD: show states of all keys like before, but also show indicators for their carriers (and a jumping arrows effect if RUN HERE is active)

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7991 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7986 | fruitiex | 2009-09-29 08:34:47 -0400 (Tue, 29 Sep 2009) | 2 lines
div0 [Tue, 29 Sep 2009 12:42:34 +0000 (12:42 +0000)]
r7986 | fruitiex | 2009-09-29 08:34:47 -0400 (Tue, 29 Sep 2009) | 2 lines
fix weapon icons overlapping the hud background

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7987 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7981 | div0 | 2009-09-28 12:12:49 -0400 (Mon, 28 Sep 2009) | 2 lines
div0 [Tue, 29 Sep 2009 12:16:06 +0000 (12:16 +0000)]
r7981 | div0 | 2009-09-28 12:12:49 -0400 (Mon, 28 Sep 2009) | 2 lines
dtsnace based waypoint fading cvars
r7982 | samual | 2009-09-28 12:47:16 -0400 (Mon, 28 Sep 2009) | 1 line
balanceSamual.cfg: Rebalance: Change a few small things
r7983 | div0 | 2009-09-28 13:30:02 -0400 (Mon, 28 Sep 2009) | 2 lines
fix start health in balance.cfg
r7984 | div0 | 2009-09-29 08:13:21 -0400 (Tue, 29 Sep 2009) | 2 lines
fix overlong alias name

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7985 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7974 | samual | 2009-09-28 08:21:44 -0400 (Mon, 28 Sep 2009) | 1 line
div0 [Mon, 28 Sep 2009 15:27:25 +0000 (15:27 +0000)]
r7974 | samual | 2009-09-28 08:21:44 -0400 (Mon, 28 Sep 2009) | 1 line
balanceSamual.cfg: Rebalance: Change Hagar secondary to use the new lifetime_min and lifetime_rand values... Also a slight rebalance.
r7975 | div0 | 2009-09-28 10:08:24 -0400 (Mon, 28 Sep 2009) | 2 lines
improved bot personality system. Will commit personality file for it later. Without it, it works like before.
r7976 | div0 | 2009-09-28 10:55:15 -0400 (Mon, 28 Sep 2009) | 2 lines
fix weapon anim glitch on intermission
r7977 | div0 | 2009-09-28 11:02:50 -0400 (Mon, 28 Sep 2009) | 2 lines
improved bot skill system with a config file now... this bot config file is mostly balanced now
r7978 | div0 | 2009-09-28 11:12:52 -0400 (Mon, 28 Sep 2009) | 2 lines
fix point slider in the menu
r7979 | div0 | 2009-09-28 11:21:20 -0400 (Mon, 28 Sep 2009) | 2 lines
libjpeg.a, sorry

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7980 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7968 | div0 | 2009-09-28 12:35:37 +0200 (Mon, 28 Sep 2009) | 2 lines
div0 [Mon, 28 Sep 2009 10:58:18 +0000 (10:58 +0000)]
r7968 | div0 | 2009-09-28 12:35:37 +0200 (Mon, 28 Sep 2009) | 2 lines
make hagar less of a fps drain
r7970 | div0 | 2009-09-28 12:52:49 +0200 (Mon, 28 Sep 2009) | 3 lines
hagar: support randomized lifetime on secondary (unused)
feature: cvar filters on map entities
r7971 | div0 | 2009-09-28 12:52:56 +0200 (Mon, 28 Sep 2009) | 2 lines
entities.def
r7972 | div0 | 2009-09-28 12:56:14 +0200 (Mon, 28 Sep 2009) | 2 lines
add missing commands to cvarfilter

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7973 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7959 | div0 | 2009-09-27 19:49:17 +0200 (Sun, 27 Sep 2009) | 2 lines
div0 [Mon, 28 Sep 2009 10:36:46 +0000 (10:36 +0000)]
r7959 | div0 | 2009-09-27 19:49:17 +0200 (Sun, 27 Sep 2009) | 2 lines
a reset facility for weapon properties... should help keep code clean
r7960 | div0 | 2009-09-27 19:52:23 +0200 (Sun, 27 Sep 2009) | 2 lines
also reset all attack_finished vars on spawn
r7961 | lordhavoc | 2009-09-27 19:52:32 +0200 (Sun, 27 Sep 2009) | 2 lines
make hlac secondary less overkill
r7962 | div0 | 2009-09-27 19:53:24 +0200 (Sun, 27 Sep 2009) | 2 lines
taken over HLAC changes
r7963 | div0 | 2009-09-27 21:25:29 +0200 (Sun, 27 Sep 2009) | 2 lines
remove the bot_cmd_current when a bot disconnects (fixes a tiny leak)
r7964 | samual | 2009-09-27 21:44:31 +0200 (Sun, 27 Sep 2009) | 1 line
balanceSamual.cfg: Rebalance: Change electro to use g_balance_electro_secondary_refire2 1 to allow three shot bursts to be better.
r7965 | div0 | 2009-09-28 11:06:44 +0200 (Mon, 28 Sep 2009) | 2 lines
minor cleanup (no change in behaviour) ;)
r7966 | div0 | 2009-09-28 11:07:32 +0200 (Mon, 28 Sep 2009) | 2 lines
balance adjustments according to the stats
r7967 | div0 | 2009-09-28 12:24:00 +0200 (Mon, 28 Sep 2009) | 2 lines
use jpeg7 for Linux builds, statically

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7969 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7951 | blub0 | 2009-09-27 15:32:30 +0200 (Sun, 27 Sep 2009) | 1 line
div0 [Sun, 27 Sep 2009 17:35:57 +0000 (17:35 +0000)]
r7951 | blub0 | 2009-09-27 15:32:30 +0200 (Sun, 27 Sep 2009) | 1 line
don't let the rpn try to set a cvar when there's no name for it - prevent 'bad string' QC crash
r7952 | blub0 | 2009-09-27 15:44:08 +0200 (Sun, 27 Sep 2009) | 1 line
added an error message when def/defs get an empty cvar name
r7953 | blub0 | 2009-09-27 15:46:15 +0200 (Sun, 27 Sep 2009) | 1 line
forgive me, I suck, but then again, I cannot test it atm
r7954 | lordhavoc | 2009-09-27 19:07:24 +0200 (Sun, 27 Sep 2009) | 2 lines
disable the weaponreplaces I use when playing
r7955 | lordhavoc | 2009-09-27 19:11:35 +0200 (Sun, 27 Sep 2009) | 2 lines
diff reduction (fireball matching base)
r7956 | div0 | 2009-09-27 19:17:32 +0200 (Sun, 27 Sep 2009) | 2 lines
cheap check first, then expensive check (no behaviour change)
r7957 | div0 | 2009-09-27 19:32:53 +0200 (Sun, 27 Sep 2009) | 3 lines
refire2 for electro and fireball;
fireball rebalanced

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7958 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7948 | div0 | 2009-09-27 13:03:39 +0200 (Sun, 27 Sep 2009) | 2 lines
div0 [Sun, 27 Sep 2009 11:05:09 +0000 (11:05 +0000)]
r7948 | div0 | 2009-09-27 13:03:39 +0200 (Sun, 27 Sep 2009) | 2 lines
temporarily un-swap rocket and grenade effects so I can merge this to branch

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7950 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7945 | div0 | 2009-09-27 12:59:18 +0200 (Sun, 27 Sep 2009) | 2 lines
div0 [Sun, 27 Sep 2009 11:01:27 +0000 (11:01 +0000)]
r7945 | div0 | 2009-09-27 12:59:18 +0200 (Sun, 27 Sep 2009) | 2 lines
but we ARE not 2.6 yet... undoing this so I can merge it into the branch

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7947 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agoFULL trunk-branch merge. Will undo some stuff afzer this commit.
div0 [Sun, 27 Sep 2009 10:58:51 +0000 (10:58 +0000)]
FULL trunk-branch merge. Will undo some stuff afzer this commit.

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7944 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7877 | div0 | 2009-09-23 06:21:50 -0400 (Wed, 23 Sep 2009) | 2 lines
div0 [Thu, 24 Sep 2009 13:18:43 +0000 (13:18 +0000)]
r7877 | div0 | 2009-09-23 06:21:50 -0400 (Wed, 23 Sep 2009) | 2 lines
unbreak v_flipped again

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7893 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7871 | div0 | 2009-09-23 02:44:35 -0400 (Wed, 23 Sep 2009) | 2 lines
div0 [Wed, 23 Sep 2009 10:31:40 +0000 (10:31 +0000)]
r7871 | div0 | 2009-09-23 02:44:35 -0400 (Wed, 23 Sep 2009) | 2 lines
turn off nex whoosh for spectators who spectate the shooter

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7884 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7864 | div0 | 2009-09-22 11:18:10 -0400 (Tue, 22 Sep 2009) | 2 lines
div0 [Wed, 23 Sep 2009 10:30:07 +0000 (10:30 +0000)]
r7864 | div0 | 2009-09-22 11:18:10 -0400 (Tue, 22 Sep 2009) | 2 lines
new cvar: g_ghost_items (1 by default, can be set to 0 to disable ghost items)

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7883 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7861 | tzork | 2009-09-22 05:08:35 -0400 (Tue, 22 Sep 2009) | 3 lines
div0 [Wed, 23 Sep 2009 10:29:32 +0000 (10:29 +0000)]
r7861 | tzork | 2009-09-22 05:08:35 -0400 (Tue, 22 Sep 2009) | 3 lines
eWheel now use .framegroups to save network traffic.
eWheels no longer use verbstacks & steerlib_beamsteer for performance reasons.
r7862 | div0 | 2009-09-22 08:03:09 -0400 (Tue, 22 Sep 2009) | 2 lines
better ghosting of weaponstay-3 weapons
r7863 | div0 | 2009-09-22 08:21:00 -0400 (Tue, 22 Sep 2009) | 2 lines
more alpha again

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7882 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7859 | div0 | 2009-09-21 10:37:55 -0400 (Mon, 21 Sep 2009) | 2 lines
div0 [Wed, 23 Sep 2009 10:29:00 +0000 (10:29 +0000)]
r7859 | div0 | 2009-09-21 10:37:55 -0400 (Mon, 21 Sep 2009) | 2 lines
make hook take less fuel while hooked
r7860 | div0 | 2009-09-21 10:40:58 -0400 (Mon, 21 Sep 2009) | 2 lines
also less per-throw fuel

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7881 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7849 | div0 | 2009-09-20 07:04:57 -0400 (Sun, 20 Sep 2009) | 2 lines
div0 [Wed, 23 Sep 2009 10:28:19 +0000 (10:28 +0000)]
r7849 | div0 | 2009-09-20 07:04:57 -0400 (Sun, 20 Sep 2009) | 2 lines
friction is 4, not 5
r7851 | mand1nga | 2009-09-20 17:43:29 -0400 (Sun, 20 Sep 2009) | 1 line
Major reorganization of bots code (not finished yet)
r7852 | div0 | 2009-09-21 02:39:34 -0400 (Mon, 21 Sep 2009) | 2 lines
improve RL
r7853 | div0 | 2009-09-21 02:48:12 -0400 (Mon, 21 Sep 2009) | 3 lines
mand1nga really shouldn't do a revert-fight against LordHavoc, as LordHavoc can revoke svn access and mand1nga can't :)
bring the non-array lag function handling back, as it compiles to way faster code and bots cause enough of a performance hit already
r7854 | samual | 2009-09-21 04:14:57 -0400 (Mon, 21 Sep 2009) | 1 line
Add vcproject files to Nexuiz qcsrc - todo: add compile support with fteqcc
r7855 | div0 | 2009-09-21 08:32:26 -0400 (Mon, 21 Sep 2009) | 2 lines
fix for weird IRC clients
r7856 | div0 | 2009-09-21 08:36:52 -0400 (Mon, 21 Sep 2009) | 2 lines
fix one more place wiht color code
r7857 | div0 | 2009-09-21 08:49:11 -0400 (Mon, 21 Sep 2009) | 2 lines
recommend (commented out) my ban sync provider URI in server.cfg
r7858 | div0 | 2009-09-21 09:09:24 -0400 (Mon, 21 Sep 2009) | 2 lines
fix think function call for electro

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7880 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7846 | div0 | 2009-09-20 06:29:34 -0400 (Sun, 20 Sep 2009) | 2 lines
div0 [Wed, 23 Sep 2009 10:25:17 +0000 (10:25 +0000)]
r7846 | div0 | 2009-09-20 06:29:34 -0400 (Sun, 20 Sep 2009) | 2 lines
improve impulse 30/141 for cts
r7847 | div0 | 2009-09-20 06:30:36 -0400 (Sun, 20 Sep 2009) | 2 lines
allow breaking out of respawn loops :P
r7848 | div0 | 2009-09-20 06:33:55 -0400 (Sun, 20 Sep 2009) | 2 lines
only autorespawn in cts or qualifying

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7879 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7840 | mand1nga | 2009-09-19 21:17:04 -0400 (Sat, 19 Sep 2009) | 1 line
div0 [Wed, 23 Sep 2009 10:24:51 +0000 (10:24 +0000)]
r7840 | mand1nga | 2009-09-19 21:17:04 -0400 (Sat, 19 Sep 2009) | 1 line
Fix warning
r7841 | mand1nga | 2009-09-19 21:22:56 -0400 (Sat, 19 Sep 2009) | 1 line
Revert revert of lag simulation refactoring
r7842 | mand1nga | 2009-09-19 22:46:24 -0400 (Sat, 19 Sep 2009) | 1 line
Airshot announcer for rocket launcher
r7843 | mand1nga | 2009-09-20 01:04:34 -0400 (Sun, 20 Sep 2009) | 1 line
Fixed waypoints
r7844 | div0 | 2009-09-20 05:26:43 -0400 (Sun, 20 Sep 2009) | 2 lines
save/restore v_forward when calling weapon think functions (fixes mikeeusa's "Crylink fires two streams" bug)
r7845 | div0 | 2009-09-20 06:06:26 -0400 (Sun, 20 Sep 2009) | 2 lines
race: do not fully verify CTS maps

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7878 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7836 | div0 | 2009-09-19 16:34:14 -0400 (Sat, 19 Sep 2009) | 2 lines
div0 [Wed, 23 Sep 2009 10:01:54 +0000 (10:01 +0000)]
r7836 | div0 | 2009-09-19 16:34:14 -0400 (Sat, 19 Sep 2009) | 2 lines
impulse trigger multiplier cvars
r7837 | div0 | 2009-09-19 16:35:16 -0400 (Sat, 19 Sep 2009) | 2 lines
also commit the CODE :P
r7838 | div0 | 2009-09-19 16:36:16 -0400 (Sat, 19 Sep 2009) | 2 lines
checksums...

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7876 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7818 | lordhavoc | 2009-09-16 10:55:37 -0400 (Wed, 16 Sep 2009) | 4 lines
div0 [Wed, 23 Sep 2009 09:47:43 +0000 (09:47 +0000)]
r7818 | lordhavoc | 2009-09-16 10:55:37 -0400 (Wed, 16 Sep 2009) | 4 lines
revert array-based goalstack/lag/wplink changes by mand1nga for
performance reasons (also I do not consider the arrays more readable)
fix two bugs spotted by div0
r7819 | div0 | 2009-09-16 10:57:25 -0400 (Wed, 16 Sep 2009) | 2 lines
don't push the same WP twice to the route
r7820 | div0 | 2009-09-16 11:01:53 -0400 (Wed, 16 Sep 2009) | 2 lines
impulse 107: mark unreachable waypoints
r7821 | div0 | 2009-09-16 11:03:10 -0400 (Wed, 16 Sep 2009) | 2 lines
check unreadhable command
r7822 | div0 | 2009-09-16 11:10:00 -0400 (Wed, 16 Sep 2009) | 2 lines
fix stupid bug there ;)
r7823 | fruitiex | 2009-09-16 11:28:35 -0400 (Wed, 16 Sep 2009) | 2 lines
g_shootfromcenter 0 works better with the current settings
r7824 | fruitiex | 2009-09-16 12:46:09 -0400 (Wed, 16 Sep 2009) | 2 lines
argh, g_balance_rocketlauncher_speed alone did not adjust the speed :(
r7825 | fruitiex | 2009-09-16 13:37:03 -0400 (Wed, 16 Sep 2009) | 2 lines
oops, g_shootfromcenter IS better after all, sorry for commit spam :(
r7826 | tzork | 2009-09-16 19:13:38 -0400 (Wed, 16 Sep 2009) | 1 line
Make multiple turrets a bit less of a cpuhog by spreading the thinks over different frames
r7827 | div0 | 2009-09-17 09:28:39 -0400 (Thu, 17 Sep 2009) | 2 lines
new weapon-stay mode 3: make taken weapons ghosted, but they can then still be picked up for the gun (not for the ammo)
r7828 | div0 | 2009-09-17 11:05:23 -0400 (Thu, 17 Sep 2009) | 2 lines
quake physics update
r7829 | div0 | 2009-09-18 02:29:17 -0400 (Fri, 18 Sep 2009) | 2 lines
make physicsQ actually match Quake 1 (physics code MISMATCHES!)
r7830 | div0 | 2009-09-18 03:25:27 -0400 (Fri, 18 Sep 2009) | 2 lines
support sv_gameplayfix_q2airaccelerate
r7831 | div0 | 2009-09-18 03:38:59 -0400 (Fri, 18 Sep 2009) | 2 lines
enable doublejump for Q2 physics
r7832 | div0 | 2009-09-18 05:36:50 -0400 (Fri, 18 Sep 2009) | 2 lines
add a host_sleep checkbox (default 1)
r7833 | div0 | 2009-09-18 05:37:33 -0400 (Fri, 18 Sep 2009) | 2 lines
as it's 1 in the engine now, not needed to do this on the cfg too
r7834 | div0 | 2009-09-18 06:00:22 -0400 (Fri, 18 Sep 2009) | 2 lines
change drawfont back afzer setting the big font

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7875 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7809 | div0 | 2009-09-15 08:14:48 -0400 (Tue, 15 Sep 2009) | 2 lines
div0 [Wed, 23 Sep 2009 09:45:12 +0000 (09:45 +0000)]
r7809 | div0 | 2009-09-15 08:14:48 -0400 (Tue, 15 Sep 2009) | 2 lines
rename physicsQBR.cfg to physics20.cfg now that nothing references it any more
r7810 | div0 | 2009-09-15 08:15:44 -0400 (Tue, 15 Sep 2009) | 2 lines
Nexuiz 1.0 player physics config
r7811 | div0 | 2009-09-15 08:21:54 -0400 (Tue, 15 Sep 2009) | 2 lines
give electro secondary a trail like in Nexuiz 1.0 :P
r7812 | div0 | 2009-09-15 08:44:13 -0400 (Tue, 15 Sep 2009) | 2 lines
Nexuiz physics did not change from 1.1 to 1.5. So physics15.cfg should be physics11.cfg.
r7813 | fruitiex | 2009-09-15 10:16:17 -0400 (Tue, 15 Sep 2009) | 2 lines
rcon2irc plugins by merlijn
r7814 | fruitiex | 2009-09-15 12:13:52 -0400 (Tue, 15 Sep 2009) | 2 lines
showspeed menu item replaced by cl_showspeed, cl_showacceleration added
r7815 | div0 | 2009-09-15 15:35:04 -0400 (Tue, 15 Sep 2009) | 2 lines
slightly better electro trail
r7816 | div0 | 2009-09-16 02:13:25 -0400 (Wed, 16 Sep 2009) | 2 lines
fix species loading

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7874 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agomore compile fioxes in rbanch
div0 [Tue, 15 Sep 2009 10:48:37 +0000 (10:48 +0000)]
more compile fioxes in rbanch

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7808 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agofix compile
div0 [Tue, 15 Sep 2009 10:19:51 +0000 (10:19 +0000)]
fix compile

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7807 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7786 | div0 | 2009-09-14 08:54:35 -0400 (Mon, 14 Sep 2009) | 2 lines
div0 [Tue, 15 Sep 2009 09:47:15 +0000 (09:47 +0000)]
r7786 | div0 | 2009-09-14 08:54:35 -0400 (Mon, 14 Sep 2009) | 2 lines
--typos

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7806 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7787 | div0 | 2009-09-14 10:57:53 -0400 (Mon, 14 Sep 2009) | 2 lines
div0 [Tue, 15 Sep 2009 09:44:32 +0000 (09:44 +0000)]
r7787 | div0 | 2009-09-14 10:57:53 -0400 (Mon, 14 Sep 2009) | 2 lines
sideways friction: make negative values never decrease velocity
r7788 | fruitiex | 2009-09-14 11:44:04 -0400 (Mon, 14 Sep 2009) | 2 lines
add units support to cl_showspeed and bump up the scale for the acceleration meter to make it more useful
r7795 | div0 | 2009-09-15 04:25:30 -0400 (Tue, 15 Sep 2009) | 2 lines
trueaim: do a no-world trace for the rifle so shots aren't adjusted in vain when shooting through walls
r7796 | div0 | 2009-09-15 04:28:49 -0400 (Tue, 15 Sep 2009) | 2 lines
matching clientside changes for trueaim
r7797 | div0 | 2009-09-15 04:33:15 -0400 (Tue, 15 Sep 2009) | 2 lines
fix typo
r7798 | div0 | 2009-09-15 04:35:39 -0400 (Tue, 15 Sep 2009) | 2 lines
another typo :(
r7799 | div0 | 2009-09-15 04:58:47 -0400 (Tue, 15 Sep 2009) | 2 lines
fix hit contents mask attempt

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7805 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7781 | lordhavoc | 2009-09-14 07:59:27 -0400 (Mon, 14 Sep 2009) | 3 lines
div0 [Tue, 15 Sep 2009 09:41:52 +0000 (09:41 +0000)]
r7781 | lordhavoc | 2009-09-14 07:59:27 -0400 (Mon, 14 Sep 2009) | 3 lines
use less traces for radius damage again, and cap it at 20 (roughly this
means a rocket blast is up to 20 traces)
r7782 | lordhavoc | 2009-09-14 08:03:53 -0400 (Mon, 14 Sep 2009) | 3 lines
use different number of radius damage traces depending on whether target
is a player or not
r7783 | div0 | 2009-09-14 08:28:57 -0400 (Mon, 14 Sep 2009) | 2 lines
whereever event_damage is set (or damageforcescale), also set takedamage
r7784 | div0 | 2009-09-14 08:29:47 -0400 (Mon, 14 Sep 2009) | 2 lines
only apply radius damage if takedamage (NOT FOR 2.5.2)
r7785 | fruitiex | 2009-09-14 08:53:18 -0400 (Mon, 14 Sep 2009) | 2 lines
use sbar_bigfont in cl_showspeed

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7804 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7778 | div0 | 2009-09-14 01:45:17 -0400 (Mon, 14 Sep 2009) | 2 lines
div0 [Tue, 15 Sep 2009 09:40:21 +0000 (09:40 +0000)]
r7778 | div0 | 2009-09-14 01:45:17 -0400 (Mon, 14 Sep 2009) | 2 lines
antilag fix, possibly

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7803 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7775 | fruitiex | 2009-09-13 15:01:51 -0400 (Sun, 13 Sep 2009) | 2 lines
div0 [Tue, 15 Sep 2009 09:39:12 +0000 (09:39 +0000)]
r7775 | fruitiex | 2009-09-13 15:01:51 -0400 (Sun, 13 Sep 2009) | 2 lines
g_waypoinstprite_alpha cvar

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7802 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7771 | fruitiex | 2009-09-13 04:06:32 -0400 (Sun, 13 Sep 2009) | 2 lines
div0 [Tue, 15 Sep 2009 09:33:33 +0000 (09:33 +0000)]
r7771 | fruitiex | 2009-09-13 04:06:32 -0400 (Sun, 13 Sep 2009) | 2 lines
fade out showpressedkeys and showacceleration when opening the menu
r7772 | fruitiex | 2009-09-13 04:20:38 -0400 (Sun, 13 Sep 2009) | 2 lines
also fade out radar and waypoints, fix showpressedkeys bg not fading out
r7773 | fruitiex | 2009-09-13 04:40:28 -0400 (Sun, 13 Sep 2009) | 2 lines
fade out the ons radar, all icons on the radar as well (duh) and healthbars on waypointsprites

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7801 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7764 | fruitiex | 2009-09-12 13:04:16 -0400 (Sat, 12 Sep 2009) | 2 lines
div0 [Tue, 15 Sep 2009 09:29:51 +0000 (09:29 +0000)]
r7764 | fruitiex | 2009-09-12 13:04:16 -0400 (Sat, 12 Sep 2009) | 2 lines
bigger cl_showpseed font, now looks nice with showacceleration and showpressedkeys

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7800 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agoIf r_letterbox is 1, disable waypoints. Else, allow them.
samual [Sun, 13 Sep 2009 19:53:02 +0000 (19:53 +0000)]
If r_letterbox is 1, disable waypoints. Else, allow them.

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7776 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years ago[NOT FOR 2.5.2] updated defaultNexuiz.cfg to fit the new cl_deathfade feature --...
samual [Sun, 13 Sep 2009 06:26:29 +0000 (06:26 +0000)]
[NOT FOR 2.5.2] updated defaultNexuiz.cfg to fit the new cl_deathfade feature -- cvar versioning was updated

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7769 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7763 | fruitiex | 2009-09-12 13:00:24 -0400 (Sat, 12 Sep 2009) | 2 lines
div0 [Sat, 12 Sep 2009 17:20:56 +0000 (17:20 +0000)]
r7763 | fruitiex | 2009-09-12 13:00:24 -0400 (Sat, 12 Sep 2009) | 2 lines
piece-o-cake demo ;)
r7744 | fruitiex | 2009-09-12 05:52:05 -0400 (Sat, 12 Sep 2009) | 2 lines
CSQC accelerometer! Please test (cl_showacceleration 1)
r7745 | fruitiex | 2009-09-12 06:24:04 -0400 (Sat, 12 Sep 2009) | 2 lines
use a gradient for the accelerometer, dynamically change it's color
r7752 | div0 | 2009-09-12 09:05:17 -0400 (Sat, 12 Sep 2009) | 2 lines
better accelerometer, now fps independent
r7756 | div0 | 2009-09-12 10:15:45 -0400 (Sat, 12 Sep 2009) | 2 lines
fix warnings in accelerometer

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7765 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7761 | div0 | 2009-09-12 10:53:00 -0400 (Sat, 12 Sep 2009) | 2 lines
div0 [Sat, 12 Sep 2009 14:54:43 +0000 (14:54 +0000)]
r7761 | div0 | 2009-09-12 10:53:00 -0400 (Sat, 12 Sep 2009) | 2 lines
fix con_chat_maximize

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7762 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7758 | div0 | 2009-09-12 10:43:19 -0400 (Sat, 12 Sep 2009) | 2 lines
div0 [Sat, 12 Sep 2009 14:47:01 +0000 (14:47 +0000)]
r7758 | div0 | 2009-09-12 10:43:19 -0400 (Sat, 12 Sep 2009) | 2 lines
firemine: less smoke and stuff, more fps

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7760 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7735 | fruitiex | 2009-09-11 10:03:25 -0400 (Fri, 11 Sep 2009) | 2 lines
div0 [Sat, 12 Sep 2009 14:16:40 +0000 (14:16 +0000)]
r7735 | fruitiex | 2009-09-11 10:03:25 -0400 (Fri, 11 Sep 2009) | 2 lines
fix ingame menu bg so it does not look cut off on the left
r7736 | fruitiex | 2009-09-11 12:54:45 -0400 (Fri, 11 Sep 2009) | 2 lines
little wickedz theme tweak
r7737 | fruitiex | 2009-09-11 13:01:45 -0400 (Fri, 11 Sep 2009) | 2 lines
just SLIGHTLY more bgmvolume on the tutorial map (0.1 -> 0.2)
r7738 | div0 | 2009-09-11 13:20:28 -0400 (Fri, 11 Sep 2009) | 2 lines
new cvar: _menu_alpha (current alpha of menu, read only), so csqc can read menu's alpha
r7739 | div0 | 2009-09-11 13:22:33 -0400 (Fri, 11 Sep 2009) | 2 lines
fix typo
r7740 | div0 | 2009-09-11 13:24:01 -0400 (Fri, 11 Sep 2009) | 2 lines
fade out HUD when opening menu
r7741 | fruitiex | 2009-09-11 13:42:53 -0400 (Fri, 11 Sep 2009) | 2 lines
also hide crosshair when the menu is opened
r7753 | lordhavoc | 2009-09-12 09:11:06 -0400 (Sat, 12 Sep 2009) | 7 lines
fixed bug where every secondary test trace in RadiusDamage went to a
location near '0 0 0', and thus never hit the target
reworked RadiusDamage occlusion handling, now uses more traces for
occlusion tests and calculates a hit/miss ratio instead of simply
accepting the entire damage/force if any ray succeeded
enabled fractional values for g_throughfloor
r7754 | div0 | 2009-09-12 09:26:20 -0400 (Sat, 12 Sep 2009) | 2 lines
fix hitloc handling in RadiusDamage in a seldom case

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7757 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7731 | div0 | 2009-09-11 09:12:19 -0400 (Fri, 11 Sep 2009) | 2 lines
div0 [Fri, 11 Sep 2009 13:15:13 +0000 (13:15 +0000)]
r7731 | div0 | 2009-09-11 09:12:19 -0400 (Fri, 11 Sep 2009) | 2 lines
cannot make a nolerp checkbox

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7732 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7701 | div0 | 2009-09-09 02:08:56 -0400 (Wed, 09 Sep 2009) | 2 lines
div0 [Fri, 11 Sep 2009 08:58:04 +0000 (08:58 +0000)]
r7701 | div0 | 2009-09-09 02:08:56 -0400 (Wed, 09 Sep 2009) | 2 lines
new weapon names
r7703 | div0 | 2009-09-09 07:13:30 -0400 (Wed, 09 Sep 2009) | 2 lines
increase alpha of hidden items
r7704 | div0 | 2009-09-09 07:17:28 -0400 (Wed, 09 Sep 2009) | 2 lines
another attempt...
r7705 | div0 | 2009-09-09 07:20:54 -0400 (Wed, 09 Sep 2009) | 2 lines
if we go this route, we need more alpha
r7706 | div0 | 2009-09-09 07:25:54 -0400 (Wed, 09 Sep 2009) | 2 lines
that's it. Now alpha in the middle of the two, and it's perfect.
r7707 | fruitiex | 2009-09-09 08:58:37 -0400 (Wed, 09 Sep 2009) | 2 lines
fix the last room of the tutorial map by making the glass playerclip
r7708 | fruitiex | 2009-09-09 08:59:45 -0400 (Wed, 09 Sep 2009) | 2 lines
fix warning when starting tutorial map
r7709 | fruitiex | 2009-09-09 09:08:55 -0400 (Wed, 09 Sep 2009) | 2 lines
team mirror damage slider fix for menu, now it's adjustable if another gametype than tdm is selected
r7710 | div0 | 2009-09-09 09:09:27 -0400 (Wed, 09 Sep 2009) | 2 lines
clean up the campaign cvar list
r7711 | fruitiex | 2009-09-09 09:11:56 -0400 (Wed, 09 Sep 2009) | 2 lines
oops, forgot the shader for the non-solid glass (tutorial map)
r7712 | div0 | 2009-09-09 09:14:33 -0400 (Wed, 09 Sep 2009) | 2 lines
no campaign with sv_cheats
r7714 | div0 | 2009-09-09 09:52:22 -0400 (Wed, 09 Sep 2009) | 2 lines
do not restart the jump anim using the teleport bit, sorry
r7717 | div0 | 2009-09-10 11:27:47 -0400 (Thu, 10 Sep 2009) | 2 lines
fix antilag ionteraction with ballistics (but, why?)
r7718 | div0 | 2009-09-10 11:30:26 -0400 (Thu, 10 Sep 2009) | 2 lines
work around engine weirdness in antilag
r7719 | tzork | 2009-09-10 20:50:08 -0400 (Thu, 10 Sep 2009) | 1 line
Always use setorigin
r7720 | div0 | 2009-09-11 02:41:06 -0400 (Fri, 11 Sep 2009) | 2 lines
more antilag fixes
r7721 | div0 | 2009-09-11 03:40:53 -0400 (Fri, 11 Sep 2009) | 2 lines
optimize zcurveparticles by combining multiple instances with same start
r7722 | div0 | 2009-09-11 03:43:56 -0400 (Fri, 11 Sep 2009) | 2 lines
fix typo
r7723 | div0 | 2009-09-11 04:15:50 -0400 (Fri, 11 Sep 2009) | 2 lines
fix ballistic bullet compression

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7729 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7693 | div0 | 2009-09-08 10:40:33 -0400 (Tue, 08 Sep 2009) | 2 lines
div0 [Fri, 11 Sep 2009 08:50:19 +0000 (08:50 +0000)]
r7693 | div0 | 2009-09-08 10:40:33 -0400 (Tue, 08 Sep 2009) | 2 lines
random weapon arena: switch gun after frag too
r7694 | div0 | 2009-09-08 10:44:25 -0400 (Tue, 08 Sep 2009) | 2 lines
add missing fdecl
r7695 | div0 | 2009-09-08 10:48:31 -0400 (Tue, 08 Sep 2009) | 2 lines
stupid stupid stupid ;)
r7696 | div0 | 2009-09-08 11:21:24 -0400 (Tue, 08 Sep 2009) | 2 lines
do not switch weapon after suicide (respawn will do anyway)
r7697 | mrbougo | 2009-09-08 12:10:52 -0400 (Tue, 08 Sep 2009) | 1 line
define localcmd correctly in svqc; add client- and serverside alias hooks on start and end of a match, as well as a serverside ready-restart hook
r7698 | div0 | 2009-09-08 15:24:10 -0400 (Tue, 08 Sep 2009) | 2 lines
random weapon arena: try to ensure the weapon ALWAYS changes on frag

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7728 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7680 | m0rfar | 2009-09-07 14:27:35 -0400 (Mon, 07 Sep 2009) | 2 lines
div0 [Fri, 11 Sep 2009 08:48:29 +0000 (08:48 +0000)]
r7680 | m0rfar | 2009-09-07 14:27:35 -0400 (Mon, 07 Sep 2009) | 2 lines
g_ctf_captimerecord_allow_assisted -> g_ctf_captimerecord_always
More user-friendly cvar name imo.
r7687 | div0 | 2009-09-08 08:06:04 -0400 (Tue, 08 Sep 2009) | 2 lines
Random Mutator Day: RANDOM WEAPON ARENA. You spawn randomly with any of the arena weapons set up.

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7727 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7599 | mand1nga | 2009-09-02 20:07:00 -0400 (Wed, 02 Sep 2009) | 1 line
div0 [Fri, 11 Sep 2009 08:44:39 +0000 (08:44 +0000)]
r7599 | mand1nga | 2009-09-02 20:07:00 -0400 (Wed, 02 Sep 2009) | 1 line
Refactored lag simulation to human-readable code
r7600 | mand1nga | 2009-09-02 22:26:38 -0400 (Wed, 02 Sep 2009) | 1 line
Refactored waypoint linking into human readable code. Please test.
r7630 | mand1nga | 2009-09-04 19:33:30 -0400 (Fri, 04 Sep 2009) | 2 lines
Refactored goal stack into an array
r7656 | div0 | 2009-09-06 06:37:47 -0400 (Sun, 06 Sep 2009) | 2 lines
move antilag player recording elsewhere, as per suggestion by LordHavoc. PLEASE TEST.

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7726 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agoback to 20netfps, sorry
div0 [Wed, 9 Sep 2009 13:33:38 +0000 (13:33 +0000)]
back to 20netfps, sorry

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7713 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7686 | tzork | 2009-09-08 06:48:35 -0400 (Tue, 08 Sep 2009) | 10 lines
div0 [Tue, 8 Sep 2009 13:10:40 +0000 (13:10 +0000)]
r7686 | tzork | 2009-09-08 06:48:35 -0400 (Tue, 08 Sep 2009) | 10 lines
Turrets update:
 * slight adjustments to turret_stdproc_aim_generic
 * make TFL_FIRECHECK_VERIFIED work a lil better
 * fix borked TFL_FIRECHECK_AIMDIST
 * add TFL_TARGETSELECT_MISSILESONLY (for flac turret)
 * handle g_turrets_targetscan_maxdelay / g_turrets_targetscan_mindelay better
 * various optimizations (removed / moved unlikely stuff from the code path)
 * cleaned up most the code a bit
 * reworked most units configs
 * Make tessla work against vehicles
r7689 | div0 | 2009-09-08 08:59:16 -0400 (Tue, 08 Sep 2009) | 2 lines
fix #523 (items being too bright)
r7690 | div0 | 2009-09-08 09:06:03 -0400 (Tue, 08 Sep 2009) | 2 lines
hopefully fix sound origins for explosions (#521)

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7692 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agofix effectinfo
div0 [Tue, 8 Sep 2009 13:08:36 +0000 (13:08 +0000)]
fix effectinfo

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7691 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7676 | tzork | 2009-09-06 17:46:39 -0400 (Sun, 06 Sep 2009) | 1 line
div0 [Mon, 7 Sep 2009 07:00:07 +0000 (07:00 +0000)]
r7676 | tzork | 2009-09-06 17:46:39 -0400 (Sun, 06 Sep 2009) | 1 line
Make turrets faster, part 1.
r7678 | div0 | 2009-09-07 02:55:38 -0400 (Mon, 07 Sep 2009) | 2 lines
remove a print from turrets

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7679 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7670 | fruitiex | 2009-09-06 14:56:36 -0400 (Sun, 06 Sep 2009) | 2 lines
div0 [Sun, 6 Sep 2009 19:20:58 +0000 (19:20 +0000)]
r7670 | fruitiex | 2009-09-06 14:56:36 -0400 (Sun, 06 Sep 2009) | 2 lines
sbar cvar fixes
r7672 | div0 | 2009-09-06 15:12:45 -0400 (Sun, 06 Sep 2009) | 2 lines
magic ear: decolorize before matching
r7673 | div0 | 2009-09-06 15:12:58 -0400 (Sun, 06 Sep 2009) | 2 lines
merge

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7675 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7665 | fruitiex | 2009-09-06 11:30:10 -0400 (Sun, 06 Sep 2009) | 2 lines
div0 [Sun, 6 Sep 2009 19:15:12 +0000 (19:15 +0000)]
r7665 | fruitiex | 2009-09-06 11:30:10 -0400 (Sun, 06 Sep 2009) | 2 lines
g_shootfromcenter instead of g_shootfromeye in Nexrun

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7674 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7663 | div0 | 2009-09-06 07:42:06 -0400 (Sun, 06 Sep 2009) | 2 lines
div0 [Sun, 6 Sep 2009 11:43:07 +0000 (11:43 +0000)]
r7663 | div0 | 2009-09-06 07:42:06 -0400 (Sun, 06 Sep 2009) | 2 lines
do not blur crosshair in chase cam

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7664 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7651 | div0 | 2009-09-05 15:59:12 -0400 (Sat, 05 Sep 2009) | 2 lines
div0 [Sun, 6 Sep 2009 11:14:56 +0000 (11:14 +0000)]
r7651 | div0 | 2009-09-05 15:59:12 -0400 (Sat, 05 Sep 2009) | 2 lines
remove the stupid ingame bottom left image
r7658 | div0 | 2009-09-06 07:04:27 -0400 (Sun, 06 Sep 2009) | 2 lines
lbs -> kg AHAHAHAHAH))
r7660 | div0 | 2009-09-06 07:12:41 -0400 (Sun, 06 Sep 2009) | 2 lines
background builder: fix background_l2

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7661 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7644 | fruitiex | 2009-09-05 08:40:57 -0400 (Sat, 05 Sep 2009) | 2 lines
div0 [Sun, 6 Sep 2009 11:10:53 +0000 (11:10 +0000)]
r7644 | fruitiex | 2009-09-05 08:40:57 -0400 (Sat, 05 Sep 2009) | 2 lines
physicsNexrun.cfg: remove comments at the end of the lines to prevent #include from prepending them into the cvars
r7645 | div0 | 2009-09-05 09:09:17 -0400 (Sat, 05 Sep 2009) | 5 lines
new property for menu skins: ALIGN_BACKGROUND
it's a string of the form "57915"
each number is an alignment of a background image
first layer in the string is background.tga, then background_l2.tga, then background_l3.tga etc.
r7646 | fruitiex | 2009-09-05 09:50:18 -0400 (Sat, 05 Sep 2009) | 2 lines
finish sbar_columns_help text
r7647 | fruitiex | 2009-09-05 12:48:40 -0400 (Sat, 05 Sep 2009) | 5 lines
piece-o-cake update
-people became better at nexrun so they could overshoot in the first building, fixed :P
-red pads made less evil by adding small, centered pads between the old ones
-32857 seconds of computing time wasted ;)
r7648 | div0 | 2009-09-05 13:10:39 -0400 (Sat, 05 Sep 2009) | 2 lines
default to a good campaign if default is wrong
r7649 | div0 | 2009-09-05 15:12:31 -0400 (Sat, 05 Sep 2009) | 2 lines
fix menu display at non-4:3 aspect ratio by drawing multiple background layers
r7650 | div0 | 2009-09-05 15:31:38 -0400 (Sat, 05 Sep 2009) | 2 lines
fix some cfg bugs for the weapons, nothing serious (just tuba and a superfluous line)

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7659 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agofix svn mergefail
div0 [Sat, 5 Sep 2009 20:02:49 +0000 (20:02 +0000)]
fix svn mergefail

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7652 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years ago7618 was not FULLY merged, better mark it as unmerged again
div0 [Sat, 5 Sep 2009 10:52:44 +0000 (10:52 +0000)]
7618 was not FULLY merged, better mark it as unmerged again

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7641 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7626 | div0 | 2009-09-04 07:09:28 -0400 (Fri, 04 Sep 2009) | 2 lines
div0 [Sat, 5 Sep 2009 10:49:48 +0000 (10:49 +0000)]
r7626 | div0 | 2009-09-04 07:09:28 -0400 (Fri, 04 Sep 2009) | 2 lines
screw it, we have to rename the campaign files :( file list returns all lower case names on Windows, so we cannot use upper case there
r7627 | div0 | 2009-09-04 07:18:03 -0400 (Fri, 04 Sep 2009) | 2 lines
speed up fireball effect
r7628 | div0 | 2009-09-04 10:35:23 -0400 (Fri, 04 Sep 2009) | 2 lines
allow recalling the welcome message by +show_info in campaign

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7640 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7623 | div0 | 2009-09-04 03:41:28 -0400 (Fri, 04 Sep 2009) | 2 lines
div0 [Sat, 5 Sep 2009 10:47:53 +0000 (10:47 +0000)]
r7623 | div0 | 2009-09-04 03:41:28 -0400 (Fri, 04 Sep 2009) | 2 lines
properly mark splash damage for electro

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7639 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7619 | mand1nga | 2009-09-03 19:21:15 -0400 (Thu, 03 Sep 2009) | 1 line
div0 [Sat, 5 Sep 2009 10:46:40 +0000 (10:46 +0000)]
r7619 | mand1nga | 2009-09-03 19:21:15 -0400 (Thu, 03 Sep 2009) | 1 line
Updated precached waypoint links
r7620 | mand1nga | 2009-09-03 19:23:30 -0400 (Thu, 03 Sep 2009) | 1 line
Fix warning

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7638 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7618 | blub0 | 2009-09-03 16:39:09 -0400 (Thu, 03 Sep 2009) | 1 line
div0 [Sat, 5 Sep 2009 10:46:19 +0000 (10:46 +0000)]
r7618 | blub0 | 2009-09-03 16:39:09 -0400 (Thu, 03 Sep 2009) | 1 line
making it compile again - div0: please check the pow() change in g_trigger.qc

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7637 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7612 | lordhavoc | 2009-09-03 12:27:41 -0400 (Thu, 03 Sep 2009) | 2 lines
div0 [Sat, 5 Sep 2009 10:43:31 +0000 (10:43 +0000)]
r7612 | lordhavoc | 2009-09-03 12:27:41 -0400 (Thu, 03 Sep 2009) | 2 lines
rewrote rubble handling to fix more bugs
r7613 | lordhavoc | 2009-09-03 13:01:38 -0400 (Thu, 03 Sep 2009) | 3 lines
rewrote acceleration/damping mode in trigger_impulse to work properly
with ticrates other than 0.05
r7614 | lordhavoc | 2009-09-03 13:03:19 -0400 (Thu, 03 Sep 2009) | 3 lines
fixed a bug which prevented falloff modes from working in directional
trigger_impulse
r7615 | div0 | 2009-09-03 16:03:07 -0400 (Thu, 03 Sep 2009) | 2 lines
trigger_impulse: make it sane again (strength 1 = identity, <1 = slow down, >1 = speedup, the value is the speed change factor PER SECOND)

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7636 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7605 | div0 | 2009-09-03 04:08:36 -0400 (Thu, 03 Sep 2009) | 2 lines
div0 [Sat, 5 Sep 2009 10:40:32 +0000 (10:40 +0000)]
r7605 | div0 | 2009-09-03 04:08:36 -0400 (Thu, 03 Sep 2009) | 2 lines
updated credits
r7606 | div0 | 2009-09-03 09:39:00 -0400 (Thu, 03 Sep 2009) | 2 lines
prevent screwup when trying to route to a waypoint as opposed to an item (CTF DOES THAT)
r7607 | div0 | 2009-09-03 10:17:49 -0400 (Thu, 03 Sep 2009) | 3 lines
- do not crash on "disconnect" or "quit" in CTF
- improve base finding in CTF, make it actually work
r7608 | div0 | 2009-09-03 11:00:26 -0400 (Thu, 03 Sep 2009) | 2 lines
fix routing to personal waypoints that I broke today
r7609 | fruitiex | 2009-09-03 11:11:20 -0400 (Thu, 03 Sep 2009) | 2 lines
make the scoreboard background more visible, crank up default hud bg alpha from 0.7 to 0.8
r7610 | lordhavoc | 2009-09-03 11:37:11 -0400 (Thu, 03 Sep 2009) | 3 lines
removed sv_gameplayfix_delayprojectiles 0
removed cl_nolerp 1

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7635 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7595 | div0 | 2009-09-02 09:18:14 -0400 (Wed, 02 Sep 2009) | 2 lines
div0 [Thu, 3 Sep 2009 06:31:17 +0000 (06:31 +0000)]
r7595 | div0 | 2009-09-02 09:18:14 -0400 (Wed, 02 Sep 2009) | 2 lines
fix bogus "unreachable code" by changing the break/continue stuff in there
r7597 | div0 | 2009-09-02 14:36:29 -0400 (Wed, 02 Sep 2009) | 2 lines
fix setsize warning
r7601 | div0 | 2009-09-03 01:47:37 -0400 (Thu, 03 Sep 2009) | 2 lines
make declaration of getresolution match DP
r7602 | lordhavoc | 2009-09-03 02:23:20 -0400 (Thu, 03 Sep 2009) | 3 lines
fix bugs with removal of least recent rubble, there were uninitialized
variables and other chaotic elements

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7604 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7592 | div0 | 2009-09-02 02:38:13 -0400 (Wed, 02 Sep 2009) | 2 lines
div0 [Wed, 2 Sep 2009 06:38:50 +0000 (06:38 +0000)]
r7592 | div0 | 2009-09-02 02:38:13 -0400 (Wed, 02 Sep 2009) | 2 lines
better sphere

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7594 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7584 | div0 | 2009-09-01 16:02:50 -0400 (Tue, 01 Sep 2009) | 2 lines
div0 [Wed, 2 Sep 2009 05:51:52 +0000 (05:51 +0000)]
r7584 | div0 | 2009-09-01 16:02:50 -0400 (Tue, 01 Sep 2009) | 2 lines
[for 2.5.2] fireball weapon DATA
r7585 | div0 | 2009-09-01 16:04:59 -0400 (Tue, 01 Sep 2009) | 2 lines
needs HUD icon too
r7586 | div0 | 2009-09-01 16:05:50 -0400 (Tue, 01 Sep 2009) | 2 lines
fireball sounds
r7589 | div0 | 2009-09-02 01:51:22 -0400 (Wed, 02 Sep 2009) | 2 lines
slightly improved sounds for fireball

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7590 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7580 | div0 | 2009-09-01 03:01:01 -0400 (Tue, 01 Sep 2009) | 2 lines
div0 [Tue, 1 Sep 2009 13:30:48 +0000 (13:30 +0000)]
r7580 | div0 | 2009-09-01 03:01:01 -0400 (Tue, 01 Sep 2009) | 2 lines
modeleffects: also network skin
r7581 | tzork | 2009-09-01 06:04:55 -0400 (Tue, 01 Sep 2009) | 1 line
 <div0> add a 0 as second argument then commit
r7582 | div0 | 2009-09-01 09:14:03 -0400 (Tue, 01 Sep 2009) | 2 lines
do not rot/regen fuel when using unlimited ammo

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7583 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7514 | div0 | 2009-08-25 02:55:33 -0400 (Tue, 25 Aug 2009) | 2 lines
div0 [Tue, 1 Sep 2009 06:56:52 +0000 (06:56 +0000)]
r7514 | div0 | 2009-08-25 02:55:33 -0400 (Tue, 25 Aug 2009) | 2 lines
onslaught shockwave: make this feature available to all game modes by refactoring it out
r7515 | div0 | 2009-08-25 03:22:16 -0400 (Tue, 25 Aug 2009) | 2 lines
remove stupid prints and unused function
r7526 | div0 | 2009-08-26 03:31:57 -0400 (Wed, 26 Aug 2009) | 2 lines
shockwave is now clientside (smoother)
r7527 | lordhavoc | 2009-08-26 05:45:09 -0400 (Wed, 26 Aug 2009) | 2 lines
fix compile error
r7532 | div0 | 2009-08-26 10:02:55 -0400 (Wed, 26 Aug 2009) | 2 lines
onslaught: change another model effect to be clientside. PLEASE TEST AND POSSIBLY FIX.
r7533 | div0 | 2009-08-26 10:05:22 -0400 (Wed, 26 Aug 2009) | 2 lines
make CTF flag cap shockwave clientside too
r7570 | div0 | 2009-09-01 01:54:13 -0400 (Tue, 01 Sep 2009) | 2 lines
fix size calc in shockwave
r7571 | div0 | 2009-09-01 02:00:52 -0400 (Tue, 01 Sep 2009) | 2 lines
proper shockwave origin
r7572 | div0 | 2009-09-01 02:09:41 -0400 (Tue, 01 Sep 2009) | 2 lines
add a missing file

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7579 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7563 | lordhavoc | 2009-08-30 16:45:16 -0400 (Sun, 30 Aug 2009) | 2 lines
div0 [Tue, 1 Sep 2009 06:53:37 +0000 (06:53 +0000)]
r7563 | lordhavoc | 2009-08-30 16:45:16 -0400 (Sun, 30 Aug 2009) | 2 lines
made items transparent when awaiting respawn, not invisible
r7568 | fruitiex | 2009-08-31 10:53:09 -0400 (Mon, 31 Aug 2009) | 2 lines
add sv_gameplayfix_delayprojectiles 0 to nexrun
r7569 | lordhavoc | 2009-08-31 11:17:32 -0400 (Mon, 31 Aug 2009) | 2 lines
fix transparent items behavior for teamed items
r7573 | div0 | 2009-09-01 02:44:39 -0400 (Tue, 01 Sep 2009) | 2 lines
teleport bit for projectiles
r7574 | div0 | 2009-09-01 02:45:20 -0400 (Tue, 01 Sep 2009) | 2 lines
honor teleport bit
r7575 | div0 | 2009-09-01 02:46:01 -0400 (Tue, 01 Sep 2009) | 2 lines
fix typo
r7576 | div0 | 2009-09-01 02:47:37 -0400 (Tue, 01 Sep 2009) | 2 lines
spawnflag 256 on most damageable entities = ignore splash damage
r7577 | div0 | 2009-09-01 02:47:54 -0400 (Tue, 01 Sep 2009) | 2 lines
entities.def merge

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7578 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agor7562 | lordhavoc | 2009-08-30 16:44:10 -0400 (Sun, 30 Aug 2009) | 2 lines
div0 [Mon, 31 Aug 2009 14:28:48 +0000 (14:28 +0000)]
r7562 | lordhavoc | 2009-08-30 16:44:10 -0400 (Sun, 30 Aug 2009) | 2 lines
major changes to havoc mode
r7565 | div0 | 2009-08-31 01:56:31 -0400 (Mon, 31 Aug 2009) | 2 lines
turn off warmup in runematch too (warmup code SUCKS)

git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7567 f962a42d-fe04-0410-a3ab-8c8b0445ebaa