]> icculus.org git repositories - divverent/nexuiz.git/log
divverent/nexuiz.git
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

15 years agotexture atlas hp/ar pickups.
tzork [Fri, 27 Mar 2009 12:48:37 +0000 (12:48 +0000)]
texture atlas hp/ar pickups.

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

15 years agoturn off jetpack sound when dead
div0 [Fri, 27 Mar 2009 12:30:44 +0000 (12:30 +0000)]
turn off jetpack sound when dead

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

15 years agofix sv_vote_nospectators 1 blocking admins from using sv_cmd vote call..
esteel [Fri, 27 Mar 2009 12:24:55 +0000 (12:24 +0000)]
fix sv_vote_nospectators 1 blocking admins from using sv_cmd vote call..

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

15 years agojetpack fly sound
div0 [Fri, 27 Mar 2009 11:58:18 +0000 (11:58 +0000)]
jetpack fly sound

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

15 years agoUpdated turret models (fixed normals) + marker.md3 for debug.
tzork [Fri, 27 Mar 2009 10:48:47 +0000 (10:48 +0000)]
Updated turret models (fixed normals) + marker.md3 for debug.

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

15 years ago+one
tzork [Fri, 27 Mar 2009 10:47:15 +0000 (10:47 +0000)]
+one

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

15 years agoTurret config updates.
tzork [Fri, 27 Mar 2009 10:46:25 +0000 (10:46 +0000)]
Turret config updates.

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

15 years agomake sure entities.def stays in sync
div0 [Fri, 27 Mar 2009 10:21:58 +0000 (10:21 +0000)]
make sure entities.def stays in sync

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

15 years agoWops. crash fix.
tzork [Fri, 27 Mar 2009 10:12:07 +0000 (10:12 +0000)]
Wops. crash fix.

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

15 years agoadd some effects cvars
div0 [Fri, 27 Mar 2009 10:07:15 +0000 (10:07 +0000)]
add some effects cvars

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

15 years agoBetter walker and ewheel.
tzork [Fri, 27 Mar 2009 09:36:50 +0000 (09:36 +0000)]
Better walker and ewheel.
Better fix for NaN angles (fixed turret_stdproc_track)
Fix unhanded damage type 0 on turret blow up
Support TFL_SHOOT_CUSTOM
Fix broken support units with TFL_TARGETSELECT_NOTURRETS
Fix idle_aim / defend aim
Fix missed body damage on support units
Fix in turret_tag_setup/turret_tag_fire_update for mangled md3 tags
Make tesla use te_csqc_lightningarc.
Restructure tela to conform a bit better.
Removed some un/rarely used crap
Updated units for above changes.
Fix harmless warning in pathlib

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

15 years agoLib updates
tzork [Fri, 27 Mar 2009 08:57:06 +0000 (08:57 +0000)]
Lib updates

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

15 years agoAdd TE_CSQC_LIGHTNINGARC (server)
tzork [Fri, 27 Mar 2009 08:56:37 +0000 (08:56 +0000)]
Add TE_CSQC_LIGHTNINGARC (server)

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

15 years agotypo fixes by victim (I turned numbers < 10 into text though)
esteel [Fri, 27 Mar 2009 08:31:39 +0000 (08:31 +0000)]
typo fixes by victim (I turned numbers < 10 into text though)

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

15 years agoAdd TE_CSQC_LIGHTNINGARC
tzork [Fri, 27 Mar 2009 08:24:26 +0000 (08:24 +0000)]
Add TE_CSQC_LIGHTNINGARC

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

15 years agoyet another fteqcc bug
div0 [Fri, 27 Mar 2009 07:18:15 +0000 (07:18 +0000)]
yet another fteqcc bug

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

15 years agofix typo.. in case the bot count was the typo please change again :)
esteel [Thu, 26 Mar 2009 22:00:27 +0000 (22:00 +0000)]
fix typo.. in case the bot count was the typo please change again :)

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

15 years agofix an acceleration bug in the jetpack
div0 [Thu, 26 Mar 2009 17:13:07 +0000 (17:13 +0000)]
fix an acceleration bug in the jetpack

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

15 years agohook: unlimited ammo PROPER handling
div0 [Thu, 26 Mar 2009 17:04:03 +0000 (17:04 +0000)]
hook: unlimited ammo PROPER handling

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

15 years agojetpack: support unlimited ammo
div0 [Thu, 26 Mar 2009 16:53:51 +0000 (16:53 +0000)]
jetpack: support unlimited ammo
hook: decrease ammo gradually, not one by one

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

15 years agojetpack: 3 ammo/sec. Finally this should be good... even for 2teams1base.
div0 [Thu, 26 Mar 2009 16:38:17 +0000 (16:38 +0000)]
jetpack: 3 ammo/sec. Finally this should be good... even for 2teams1base.

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

15 years agoadd jetpack to keybinds
div0 [Thu, 26 Mar 2009 16:28:48 +0000 (16:28 +0000)]
add jetpack to keybinds

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

15 years agoif g_jetpack, set some starting cells
div0 [Thu, 26 Mar 2009 16:27:08 +0000 (16:27 +0000)]
if g_jetpack, set some starting cells

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

15 years agomake jetpack able to coexist with hook (only the weapon one); add it to the mutators...
div0 [Thu, 26 Mar 2009 16:26:25 +0000 (16:26 +0000)]
make jetpack able to coexist with hook (only the weapon one); add it to the mutators dialog

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

15 years agoput NetRadiant's NexuizPack here
div0 [Thu, 26 Mar 2009 15:47:53 +0000 (15:47 +0000)]
put NetRadiant's NexuizPack here

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

15 years agofix g_weapon_stay 2, and make it the default in the menu for weapon stay mutator
div0 [Thu, 26 Mar 2009 09:59:14 +0000 (09:59 +0000)]
fix g_weapon_stay 2, and make it the default in the menu for weapon stay mutator

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

15 years agoslightly less control again, but more upwards speed
div0 [Thu, 26 Mar 2009 09:49:13 +0000 (09:49 +0000)]
slightly less control again, but more upwards speed

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

15 years agojetpack: more control
div0 [Thu, 26 Mar 2009 09:46:47 +0000 (09:46 +0000)]
jetpack: more control

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

15 years agonow twice as expensive (jetpack)
div0 [Thu, 26 Mar 2009 09:27:51 +0000 (09:27 +0000)]
now twice as expensive (jetpack)

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

15 years agojetpack fuel HUD
div0 [Thu, 26 Mar 2009 09:17:51 +0000 (09:17 +0000)]
jetpack fuel HUD

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

15 years agofix insane ammo consumption when trying to move down :P
div0 [Thu, 26 Mar 2009 08:58:56 +0000 (08:58 +0000)]
fix insane ammo consumption when trying to move down :P

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

15 years agocvar check
div0 [Thu, 26 Mar 2009 08:45:38 +0000 (08:45 +0000)]
cvar check

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

15 years agoAdd a team check to trigger_teleport and trigger_push, for team-owned teleporters...
div0 [Thu, 26 Mar 2009 08:42:11 +0000 (08:42 +0000)]
Add a team check to trigger_teleport and trigger_push, for team-owned teleporters and jumppads (e.g. for onslaught).
Team-owned jumppads can also be used as force fields that only one team can pass (use the INVERT_TEAM spawnflag for that).

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

15 years agonew and better jetpack code and settings
div0 [Thu, 26 Mar 2009 08:32:08 +0000 (08:32 +0000)]
new and better jetpack code and settings

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

15 years agoundo MF_ROCKET
div0 [Thu, 26 Mar 2009 07:10:46 +0000 (07:10 +0000)]
undo MF_ROCKET

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

15 years agoweapon stay 2: allow ammo from dropped weapons
div0 [Thu, 26 Mar 2009 06:23:17 +0000 (06:23 +0000)]
weapon stay 2: allow ammo from dropped weapons

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

15 years agoeven less up speed
div0 [Wed, 25 Mar 2009 20:31:35 +0000 (20:31 +0000)]
even less up speed

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

15 years agojetpack: less upspeed
div0 [Wed, 25 Mar 2009 20:21:32 +0000 (20:21 +0000)]
jetpack: less upspeed

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

15 years agos/ammo/fuel/ :P
div0 [Wed, 25 Mar 2009 20:07:36 +0000 (20:07 +0000)]
s/ammo/fuel/ :P

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

15 years agodamn, add a missing check
div0 [Wed, 25 Mar 2009 20:06:59 +0000 (20:06 +0000)]
damn, add a missing check

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

15 years agocvar check
div0 [Wed, 25 Mar 2009 20:05:31 +0000 (20:05 +0000)]
cvar check

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

15 years agojetpack: show remaining ammo
div0 [Wed, 25 Mar 2009 20:01:15 +0000 (20:01 +0000)]
jetpack: show remaining ammo

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

15 years agofix jetpack when out of ammo
div0 [Wed, 25 Mar 2009 19:54:19 +0000 (19:54 +0000)]
fix jetpack when out of ammo

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

15 years agofix jetpack acceleration
div0 [Wed, 25 Mar 2009 19:52:47 +0000 (19:52 +0000)]
fix jetpack acceleration

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

15 years agofeature not for 2.5: jetpack
div0 [Wed, 25 Mar 2009 19:48:54 +0000 (19:48 +0000)]
feature not for 2.5: jetpack

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

15 years agonixnex: remove non-normal weapons
div0 [Wed, 25 Mar 2009 18:22:11 +0000 (18:22 +0000)]
nixnex: remove non-normal weapons

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

15 years agoswap silvercity with strength (skill difference)
div0 [Wed, 25 Mar 2009 10:03:01 +0000 (10:03 +0000)]
swap silvercity with strength (skill difference)

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

15 years agoinvisibility was too strong imo. raised alpha to 0.15
m0rfar [Tue, 24 Mar 2009 21:03:30 +0000 (21:03 +0000)]
invisibility was too strong imo. raised alpha to 0.15

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

15 years agoAdd glowmaps to the OLD ctf flag skins. To simulate the old fullbright style.
m0rfar [Tue, 24 Mar 2009 20:29:17 +0000 (20:29 +0000)]
Add glowmaps to the OLD ctf flag skins. To simulate the old fullbright style.

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

15 years agocomment-only changes, updated locations that refer to effects
div0 [Tue, 24 Mar 2009 19:22:55 +0000 (19:22 +0000)]
comment-only changes, updated locations that refer to effects

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

15 years ago- add a "forbidden" flag to mapinfo that's stronger than hidden, and set it for turre...
div0 [Tue, 24 Mar 2009 17:26:57 +0000 (17:26 +0000)]
- add a "forbidden" flag to mapinfo that's stronger than hidden, and set it for turret_test and walker_pathtest2
- move gun down by 2 more units when in shootfromcenter mode

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

15 years agocampaign rename
div0 [Tue, 24 Mar 2009 15:24:18 +0000 (15:24 +0000)]
campaign rename

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

15 years agoadd a new campaign
div0 [Tue, 24 Mar 2009 12:31:07 +0000 (12:31 +0000)]
add a new campaign

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

15 years agorename the campaing txt file
div0 [Tue, 24 Mar 2009 12:30:39 +0000 (12:30 +0000)]
rename the campaing txt file

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

15 years agowe no longer need mutator_reset.cfg
div0 [Tue, 24 Mar 2009 11:21:32 +0000 (11:21 +0000)]
we no longer need mutator_reset.cfg

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

15 years agoDowner + TDM
div0 [Tue, 24 Mar 2009 11:14:46 +0000 (11:14 +0000)]
Downer + TDM
Campaign: allow up to 16 players (not 8)

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

15 years agoalso set the engine cvars timelimit and fraglimit so the scoreboard shows them right
div0 [Tue, 24 Mar 2009 11:08:46 +0000 (11:08 +0000)]
also set the engine cvars timelimit and fraglimit so the scoreboard shows them right

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

15 years agooops...
div0 [Tue, 24 Mar 2009 11:06:17 +0000 (11:06 +0000)]
oops...

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

15 years agocampaign: more fixes
div0 [Tue, 24 Mar 2009 11:04:46 +0000 (11:04 +0000)]
campaign: more fixes

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

15 years agosprites updates; Dom point sprites
div0 [Tue, 24 Mar 2009 11:02:44 +0000 (11:02 +0000)]
sprites updates; Dom point sprites

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

15 years agodomination: waypointsprites support to make it a viable mode in campaign
div0 [Tue, 24 Mar 2009 11:01:53 +0000 (11:01 +0000)]
domination: waypointsprites support to make it a viable mode in campaign

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

15 years agoallow leaving campaign again :P
div0 [Tue, 24 Mar 2009 11:00:37 +0000 (11:00 +0000)]
allow leaving campaign again :P

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

15 years agooops, forgot these files
div0 [Tue, 24 Mar 2009 10:07:06 +0000 (10:07 +0000)]
oops, forgot these files

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

15 years agomake the campaign cheatproof by ignoring the cvars, and using ONLY the settings from...
div0 [Tue, 24 Mar 2009 10:06:51 +0000 (10:06 +0000)]
make the campaign cheatproof by ignoring the cvars, and using ONLY the settings from the campaign file (PLEASE TEST)

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