]> icculus.org git repositories - divverent/nexuiz.git/log
divverent/nexuiz.git
15 years agoentities
div0 [Mon, 6 Apr 2009 13:59:17 +0000 (13:59 +0000)]
entities

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

15 years agoshow waypoint links message only on console
div0 [Mon, 6 Apr 2009 13:51:54 +0000 (13:51 +0000)]
show waypoint links message only on console

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

15 years agobetter void evasion with the jetpack
div0 [Mon, 6 Apr 2009 13:24:05 +0000 (13:24 +0000)]
better void evasion with the jetpack

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

15 years agoadd waypoints cache files
div0 [Mon, 6 Apr 2009 12:45:20 +0000 (12:45 +0000)]
add waypoints cache files

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

15 years agofell off the track
div0 [Mon, 6 Apr 2009 07:55:03 +0000 (07:55 +0000)]
fell off the track

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

15 years agotry to fix runaway loop when loading waypoints by being more efficiently when finding...
div0 [Mon, 6 Apr 2009 07:53:27 +0000 (07:53 +0000)]
try to fix runaway loop when loading waypoints by being more efficiently when finding waypoints near a point

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

15 years agofix 2735547
div0 [Mon, 6 Apr 2009 07:42:11 +0000 (07:42 +0000)]
fix 2735547

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

15 years agoyet another update to the map compiler. Should now run with a 2.5 release.
div0 [Mon, 6 Apr 2009 06:49:31 +0000 (06:49 +0000)]
yet another update to the map compiler. Should now run with a 2.5 release.

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

15 years agoimprove nexuiz-map-compiler
div0 [Mon, 6 Apr 2009 06:32:53 +0000 (06:32 +0000)]
improve nexuiz-map-compiler

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

15 years agoChanged the method for caching paths. Now the .cache file stores pairs of walkable...
mand1nga [Sun, 5 Apr 2009 23:05:49 +0000 (23:05 +0000)]
Changed the method for caching paths. Now the .cache file stores pairs of walkable nodes each line (waypoint_a.origin,waypoint_b.origin)

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

15 years agofix menu_updatecheck cvar
div0 [Sun, 5 Apr 2009 20:45:22 +0000 (20:45 +0000)]
fix menu_updatecheck cvar

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

15 years agoAdded cache for waypoint links. It stores every link on a new file named maps/<map...
mand1nga [Sun, 5 Apr 2009 18:39:04 +0000 (18:39 +0000)]
Added cache for waypoint links. It stores every link on a new file named  maps/<map>.waypoints.cache whenever 1) There was no previous cache or 2) A new .waypoints file is created/updated.
Now silvercity startup is *way* faster
Please test

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

15 years agosupport settable attenuation for pointparticles
div0 [Sun, 5 Apr 2009 18:17:13 +0000 (18:17 +0000)]
support settable attenuation for pointparticles

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

15 years agofix keyhunt team counts
div0 [Sun, 5 Apr 2009 17:23:26 +0000 (17:23 +0000)]
fix keyhunt team counts

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

15 years agonew weapon sources
morphed [Sun, 5 Apr 2009 15:29:21 +0000 (15:29 +0000)]
new weapon sources

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

15 years agofix negative pointparticles impulse
div0 [Sun, 5 Apr 2009 12:20:22 +0000 (12:20 +0000)]
fix negative pointparticles impulse

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

15 years agofix target_items handling jetpack
div0 [Sun, 5 Apr 2009 09:35:36 +0000 (09:35 +0000)]
fix target_items handling jetpack

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

15 years agoImproved dangers detection
mand1nga [Sun, 5 Apr 2009 05:36:25 +0000 (05:36 +0000)]
Improved dangers detection

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

15 years agoCompleted newlines on some arena mode messages
mand1nga [Sun, 5 Apr 2009 00:44:25 +0000 (00:44 +0000)]
Completed newlines on some arena mode messages

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

15 years agoFixed insane weapon switching
mand1nga [Sun, 5 Apr 2009 00:11:50 +0000 (00:11 +0000)]
Fixed insane weapon switching

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

15 years agoDon't default to laser when there is no enemy at sight
mand1nga [Sat, 4 Apr 2009 21:57:13 +0000 (21:57 +0000)]
Don't default to laser when there is no enemy at sight
If no weapon was chosen previously use the first available

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

15 years agoCalculate xy speed properly
mand1nga [Sat, 4 Apr 2009 21:37:41 +0000 (21:37 +0000)]
Calculate xy speed properly

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

15 years ago- trigger_items: make it kill dropped weapons
div0 [Sat, 4 Apr 2009 20:27:50 +0000 (20:27 +0000)]
- trigger_items: make it kill dropped weapons
- bots: fix warning

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

15 years agoAdded waypoints so bots are able to open the doors. Timing fail.
mand1nga [Sat, 4 Apr 2009 20:08:48 +0000 (20:08 +0000)]
Added waypoints so bots are able to open the doors. Timing fail.

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

15 years agoFixed typo in map source
mand1nga [Sat, 4 Apr 2009 19:34:54 +0000 (19:34 +0000)]
Fixed typo in map source

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

15 years agoDisable crosshair when the demo camera is enabled
mand1nga [Sat, 4 Apr 2009 19:16:58 +0000 (19:16 +0000)]
Disable crosshair when the demo camera is enabled

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

15 years agoSlightly improved rocket jumping
mand1nga [Fri, 3 Apr 2009 15:19:18 +0000 (15:19 +0000)]
Slightly improved rocket jumping

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

15 years agoImproved jetpack usage and rocket jumping
mand1nga [Fri, 3 Apr 2009 13:51:31 +0000 (13:51 +0000)]
Improved jetpack usage and rocket jumping

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

15 years agoBots will try to use the jetpack or rocket jump if they're falling :)
mand1nga [Fri, 3 Apr 2009 04:32:29 +0000 (04:32 +0000)]
Bots will try to use the jetpack or rocket jump if they're falling :)

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

15 years agoFix a bug in the strafing code
mand1nga [Fri, 3 Apr 2009 02:36:39 +0000 (02:36 +0000)]
Fix a bug in the strafing code
If the bot is carrying the flag it will search for health/armor only if its health is below 100

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

15 years agoIf there are no enemies at sight and the laser is not available then try use the...
mand1nga [Thu, 2 Apr 2009 23:19:17 +0000 (23:19 +0000)]
If there are no enemies at sight and the laser is not available then try use the first available weapon

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

15 years agoDon't rate enemies if bot_nofire is set
mand1nga [Thu, 2 Apr 2009 22:56:40 +0000 (22:56 +0000)]
Don't rate enemies if bot_nofire is set

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

15 years agoMake the bunny hopping algorithm a little more robust
mand1nga [Thu, 2 Apr 2009 22:43:11 +0000 (22:43 +0000)]
Make the bunny hopping algorithm a little more robust
Changed bot_ai_strategyinterval from 2 to 3

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

15 years agoIncreased in 250 qu the radius used for searching nearest waypoints. Now bots don...
mand1nga [Thu, 2 Apr 2009 18:51:01 +0000 (18:51 +0000)]
Increased in 250 qu the radius used for searching nearest waypoints. Now bots don't get stuck near the electro on runningman anymore.

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

15 years agoslower fuel regen...
div0 [Thu, 2 Apr 2009 11:02:06 +0000 (11:02 +0000)]
slower fuel regen...

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

15 years agowe now have to take more fuel for the jetpack
div0 [Thu, 2 Apr 2009 10:51:58 +0000 (10:51 +0000)]
we now have to take more fuel for the jetpack

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

15 years agojetpack: more correct fuel calculation
div0 [Thu, 2 Apr 2009 10:43:45 +0000 (10:43 +0000)]
jetpack: more correct fuel calculation

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

15 years agofix a tiny waypointsprite interpolation bug
div0 [Thu, 2 Apr 2009 08:49:10 +0000 (08:49 +0000)]
fix a tiny waypointsprite interpolation bug

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

15 years agofix a tiny menu bug (try finding it without reading this diff) :P
div0 [Thu, 2 Apr 2009 06:17:02 +0000 (06:17 +0000)]
fix a tiny menu bug (try finding it without reading this diff) :P

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

15 years agobetter hardcode update.alientrap.org's IP
div0 [Wed, 1 Apr 2009 19:36:50 +0000 (19:36 +0000)]
better hardcode update.alientrap.org's IP

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

15 years agobump version in cfg
div0 [Wed, 1 Apr 2009 06:12:12 +0000 (06:12 +0000)]
bump version in cfg

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

15 years agofix weird sign in Don't camp message
div0 [Tue, 31 Mar 2009 19:37:35 +0000 (19:37 +0000)]
fix weird sign in Don't camp message

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

15 years agoremove the "brutus" command again (didn't want to commit it)
div0 [Tue, 31 Mar 2009 18:45:45 +0000 (18:45 +0000)]
remove the "brutus" command again (didn't want to commit it)

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

15 years agoadd a semicolon to the makefile
div0 [Tue, 31 Mar 2009 18:43:40 +0000 (18:43 +0000)]
add a semicolon to the makefile

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

15 years agodon't spawn item_jetpack if g_grappling_hook is 1
div0 [Tue, 31 Mar 2009 13:57:09 +0000 (13:57 +0000)]
don't spawn item_jetpack if g_grappling_hook is 1

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

15 years agosome minor centerprint fixes
div0 [Tue, 31 Mar 2009 13:37:36 +0000 (13:37 +0000)]
some minor centerprint fixes

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

15 years agoless lives on evilspace lms
div0 [Tue, 31 Mar 2009 08:34:31 +0000 (08:34 +0000)]
less lives on evilspace lms

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

15 years agofix the low gravity campaign level
div0 [Tue, 31 Mar 2009 08:32:26 +0000 (08:32 +0000)]
fix the low gravity campaign level

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

15 years agoupdate changes list :P
div0 [Tue, 31 Mar 2009 08:16:30 +0000 (08:16 +0000)]
update changes list :P

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

15 years agoq3map2 misc_model spawnflag 32 description
div0 [Tue, 31 Mar 2009 06:30:06 +0000 (06:30 +0000)]
q3map2 misc_model spawnflag 32 description

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

15 years agolet fuel rot a bit slower :P
div0 [Tue, 31 Mar 2009 05:21:24 +0000 (05:21 +0000)]
let fuel rot a bit slower :P

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

15 years agotypo fixed
esteel [Mon, 30 Mar 2009 14:53:08 +0000 (14:53 +0000)]
typo fixed

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

15 years agocorrect colors in FAQ and add some more
esteel [Mon, 30 Mar 2009 14:25:56 +0000 (14:25 +0000)]
correct colors in FAQ and add some more

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

15 years agoentities.def
div0 [Mon, 30 Mar 2009 13:46:07 +0000 (13:46 +0000)]
entities.def

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

15 years agomake fuel regen un-confusable :P
div0 [Mon, 30 Mar 2009 13:39:35 +0000 (13:39 +0000)]
make fuel regen un-confusable :P

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

15 years agofuel and fuel regen models :)
div0 [Mon, 30 Mar 2009 13:33:29 +0000 (13:33 +0000)]
fuel and fuel regen models :)

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

15 years agojetpack: item_jetpack now has a model
div0 [Mon, 30 Mar 2009 13:10:13 +0000 (13:10 +0000)]
jetpack: item_jetpack now has a model

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

15 years agofix the last commit. Now the feature is ready..
div0 [Mon, 30 Mar 2009 12:59:37 +0000 (12:59 +0000)]
fix the last commit. Now the feature is ready..

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

15 years agopatch by terencehill to make the color buttons align correctly
esteel [Mon, 30 Mar 2009 12:42:50 +0000 (12:42 +0000)]
patch by terencehill to make the color buttons align correctly

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

15 years agofix display bug in sbar_hudsleector 0
div0 [Mon, 30 Mar 2009 11:52:10 +0000 (11:52 +0000)]
fix display bug in sbar_hudsleector 0

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

15 years agofix sb_fuel image
div0 [Mon, 30 Mar 2009 11:50:40 +0000 (11:50 +0000)]
fix sb_fuel image

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

15 years agoadd a fuel icon to the sbar
div0 [Mon, 30 Mar 2009 11:47:13 +0000 (11:47 +0000)]
add a fuel icon to the sbar

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

15 years agomake jetpack and fuel regen use the large bbox
div0 [Mon, 30 Mar 2009 11:24:00 +0000 (11:24 +0000)]
make jetpack and fuel regen use the large bbox

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

15 years agomake jetpack and fuel regenerator have the powerup respawn time (mapper can override...
div0 [Mon, 30 Mar 2009 11:11:07 +0000 (11:11 +0000)]
make jetpack and fuel regenerator have the powerup respawn time (mapper can override it anyway if he insists)

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

15 years agog_pickup_fuel_jetpack (make jetpack come with more fuel than a single fuel pickup)
div0 [Mon, 30 Mar 2009 11:00:10 +0000 (11:00 +0000)]
g_pickup_fuel_jetpack (make jetpack come with more fuel than a single fuel pickup)

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

15 years agofix the namepreview. display changes at once now! really can be in 2.5 now
esteel [Mon, 30 Mar 2009 10:56:50 +0000 (10:56 +0000)]
fix the namepreview. display changes at once now! really can be in 2.5 now

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

15 years agoitem_fuel
div0 [Mon, 30 Mar 2009 10:54:05 +0000 (10:54 +0000)]
item_fuel
item_jetpack (alias: item_flight from Q3A)
item_fuel_regen

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

15 years agono-operation change to pave the way for fuel and jetpack pickups
div0 [Mon, 30 Mar 2009 10:37:13 +0000 (10:37 +0000)]
no-operation change to pave the way for fuel and jetpack pickups

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

15 years agoforgot one file
esteel [Mon, 30 Mar 2009 09:28:46 +0000 (09:28 +0000)]
forgot one file

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

15 years agoslightly modified patch by Ronan, make the modbutton go back to the same menu after...
esteel [Mon, 30 Mar 2009 09:25:11 +0000 (09:25 +0000)]
slightly modified patch by Ronan, make the modbutton go back to the same menu after switching the mod.  Currently thats more userfriendly.  Might need to be changed back when its a real mod menu (Please test)

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

15 years agomore consistency regarding fuel
div0 [Mon, 30 Mar 2009 09:17:28 +0000 (09:17 +0000)]
more consistency regarding fuel

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

15 years agoI forgot an item we need:
div0 [Mon, 30 Mar 2009 08:57:10 +0000 (08:57 +0000)]
I forgot an item we need:

"Fuel Regenerator" - makes fuel able to regenerate

g_jetpack already gives this item, but without this mutator, it might be good
to have an item that enables regeneration

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

15 years agofix the remaining bugs in fuel support
div0 [Mon, 30 Mar 2009 08:54:16 +0000 (08:54 +0000)]
fix the remaining bugs in fuel support

now we need item models, and items that do:

- "fuel":
  - increase ammo_fuel
  - set pauserotfuel_finished

- "jetpack":
  - increase ammo_fuel
  - set pauserotfuel_finished
  - add IT_JETPACK to the items

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

15 years agojetpack: add a "fuel" ammo type, and use that - and let it have regeneration
div0 [Mon, 30 Mar 2009 08:39:32 +0000 (08:39 +0000)]
jetpack: add a "fuel" ammo type, and use that - and let it have regeneration

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

15 years agonew qnet auth
div0 [Mon, 30 Mar 2009 07:38:20 +0000 (07:38 +0000)]
new qnet auth

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

15 years agoadd spawnflags:
tzork [Sun, 29 Mar 2009 23:25:46 +0000 (23:25 +0000)]
add spawnflags:
TSF_TERRAINBASE - was already supported but hard coded
TSF_NO_AMMO_REGEN - Disable ammo regeneration, only makes sense energy based turrets power by a reactor atm.
TSF_NO_PATHBREAK. - Stop moving units from leaving its path to chase targets

make ewheel and walker honor TSF_NO_PATHBREAK.

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

15 years agoFix warnings
tzork [Sun, 29 Mar 2009 21:47:59 +0000 (21:47 +0000)]
Fix warnings

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

15 years agonew benchmark demo with new code. called bench1
m0rfar [Sun, 29 Mar 2009 19:50:42 +0000 (19:50 +0000)]
new benchmark demo with new code. called bench1

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

15 years agoanother typo.. seems i hate then vs than :-]
esteel [Sun, 29 Mar 2009 13:56:17 +0000 (13:56 +0000)]
another typo.. seems i hate then vs than :-]

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

15 years agofix typos and colored the Help-Nick green
esteel [Sun, 29 Mar 2009 13:53:24 +0000 (13:53 +0000)]
fix typos and colored the Help-Nick green

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

15 years agoremoved a lot of dom points on silvercity
m0rfar [Sun, 29 Mar 2009 13:10:31 +0000 (13:10 +0000)]
removed a lot of dom points on silvercity

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

15 years agotoxic: removed 2 dom points. and only allow 2 teams
m0rfar [Sun, 29 Mar 2009 11:34:15 +0000 (11:34 +0000)]
toxic: removed 2 dom points. and only allow 2 teams

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

15 years agoAdded facilities for debugging tracewalk visually
mand1nga [Sat, 28 Mar 2009 22:09:54 +0000 (22:09 +0000)]
Added facilities for debugging tracewalk visually
Sligthly better water handling for tracewalk
Enable under water waypoint visualization when g_waypointeditor = 1

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

15 years agomore unused skins removed
m0rfar [Sat, 28 Mar 2009 17:51:54 +0000 (17:51 +0000)]
more unused skins removed

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

15 years agog_shootfromfixedorigin cvar (fixed shotorg)
div0 [Sat, 28 Mar 2009 16:12:06 +0000 (16:12 +0000)]
g_shootfromfixedorigin cvar (fixed shotorg)

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

15 years agoWe can remove these skins now thanks to tZork :)
m0rfar [Sat, 28 Mar 2009 16:06:09 +0000 (16:06 +0000)]
We can remove these skins now thanks to tZork :)

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

15 years agorotate!
m0rfar [Sat, 28 Mar 2009 15:56:51 +0000 (15:56 +0000)]
rotate!

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

15 years agoand again
m0rfar [Sat, 28 Mar 2009 15:50:45 +0000 (15:50 +0000)]
and again

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

15 years agouse pickups.tga for a_a50.md3
tzork [Sat, 28 Mar 2009 15:45:19 +0000 (15:45 +0000)]
use pickups.tga for a_a50.md3

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

15 years agofix some ALT= atttributes
div0 [Sat, 28 Mar 2009 15:39:22 +0000 (15:39 +0000)]
fix some ALT= atttributes

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

15 years agoshut up about "zero modelindex" if the player is dead and has a zero modelindex for...
div0 [Sat, 28 Mar 2009 15:21:12 +0000 (15:21 +0000)]
shut up about "zero modelindex" if the player is dead and has a zero modelindex for a reason

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

15 years agoRemoved a lot of DOM points on Bleach.
m0rfar [Sat, 28 Mar 2009 15:05:39 +0000 (15:05 +0000)]
Removed a lot of DOM points on Bleach.
All maps now use the proper entity names for health and armors (a few q3 items remain unchanged though), so netradiant can show them.

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

15 years agotry adding readme.html
div0 [Sat, 28 Mar 2009 14:17:38 +0000 (14:17 +0000)]
try adding readme.html

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

15 years agoRadiant texture fixes again. People should learn to prefix "textures/" on skin names.
m0rfar [Sat, 28 Mar 2009 14:15:54 +0000 (14:15 +0000)]
Radiant texture fixes again. People should learn to prefix "textures/" on skin names.

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

15 years agofaq fixed :)
mand1nga [Sat, 28 Mar 2009 13:09:57 +0000 (13:09 +0000)]
faq fixed :)

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

15 years agofaq fixes by Ronan, please review the mapping section
mand1nga [Sat, 28 Mar 2009 12:35:00 +0000 (12:35 +0000)]
faq fixes by Ronan, please review the mapping section

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

15 years agoremove some stuff in case the build system is used
div0 [Fri, 27 Mar 2009 19:13:42 +0000 (19:13 +0000)]
remove some stuff in case the build system is used

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

15 years agoadd a cvar menu_updatecheck that can be used to turn off update checking
div0 [Fri, 27 Mar 2009 15:52:48 +0000 (15:52 +0000)]
add a cvar menu_updatecheck that can be used to turn off update checking

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

15 years agoprotect dom points for 0.3s
div0 [Fri, 27 Mar 2009 14:56:06 +0000 (14:56 +0000)]
protect dom points for 0.3s

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

15 years agonow REALLY make sure jetpack sound turns off
div0 [Fri, 27 Mar 2009 12:51:25 +0000 (12:51 +0000)]
now REALLY make sure jetpack sound turns off

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