]> icculus.org git repositories - divverent/nexuiz.git/log
divverent/nexuiz.git
14 years agoNDR: add sample and virtualdub plug-in
greenmarine [Thu, 11 Feb 2010 16:02:26 +0000 (16:02 +0000)]
NDR: add sample and virtualdub plug-in

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

14 years agocreate plugins folder for NDR to host plug-ins
greenmarine [Thu, 11 Feb 2010 15:59:48 +0000 (15:59 +0000)]
create plugins folder for NDR to host plug-ins

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

14 years agomove NDR main program into subfolder
greenmarine [Thu, 11 Feb 2010 15:59:12 +0000 (15:59 +0000)]
move NDR main program into subfolder

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

14 years agomove NDR main program into subfolder
greenmarine [Thu, 11 Feb 2010 15:58:55 +0000 (15:58 +0000)]
move NDR main program into subfolder

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

14 years agocommit v0.2 of Nexuiz Demo Recorder
greenmarine [Thu, 11 Feb 2010 15:54:58 +0000 (15:54 +0000)]
commit v0.2 of Nexuiz Demo Recorder

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

14 years agocreate dir for the Nexuiz Demo Recorder
greenmarine [Thu, 11 Feb 2010 15:52:21 +0000 (15:52 +0000)]
create dir for the Nexuiz Demo Recorder

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

14 years agodisable mortar secondary spread in nexrun balance
fruitiex [Thu, 11 Feb 2010 14:19:58 +0000 (14:19 +0000)]
disable mortar secondary spread in nexrun balance

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

14 years agoduh... the ramp problem lies not in doublejump, but in the speedcap: fix
fruitiex [Wed, 10 Feb 2010 18:54:42 +0000 (18:54 +0000)]
duh... the ramp problem lies not in doublejump, but in the speedcap: fix
that.

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

14 years agocvar that disables doublejump code on ramps for exact old rampjump style
fruitiex [Wed, 10 Feb 2010 18:04:16 +0000 (18:04 +0000)]
cvar that disables doublejump code on ramps for exact old rampjump style

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

14 years agosv_doublejump: trace only 0.01 units down instead of 1, this fixes the
fruitiex [Wed, 10 Feb 2010 16:38:49 +0000 (16:38 +0000)]
sv_doublejump: trace only 0.01 units down instead of 1, this fixes the
"doublejump off flat ground bug". If this causes problems with
inaccuracies we can just ramp it up a bit... so far I haven't spotted
any problems even on looves_insane :)

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

14 years agoclientside announcers, patch by Taoki with some minor tweaks
fruitiex [Tue, 9 Feb 2010 13:37:45 +0000 (13:37 +0000)]
clientside announcers, patch by Taoki with some minor tweaks

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

14 years agoa trigger_warpzone entity (a silent everything-teleporting teleporter). IT HAS NO...
div0 [Mon, 8 Feb 2010 10:42:18 +0000 (10:42 +0000)]
a trigger_warpzone entity (a silent everything-teleporting teleporter). IT HAS NO VISUALS YET, NEEDS TO BE ADDED TO ENGINE.
Neither does it have hitscan or radiusdamage support yet, but it should get that, even though UT's warpzones didn't.
Projectiles should already be able to get past it.
More to come once rendering supports them in some way...

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

14 years agomore doublejump improvements
fruitiex [Sun, 7 Feb 2010 15:44:21 +0000 (15:44 +0000)]
more doublejump improvements

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

14 years agofix doublejump speedcap to properly refuse the jump
div0 [Sun, 7 Feb 2010 13:59:42 +0000 (13:59 +0000)]
fix doublejump speedcap to properly refuse the jump

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

14 years agoadd an optional (default off) z-axis speedcap above which a doublejump won't be perfo...
fruitiex [Sun, 7 Feb 2010 08:25:47 +0000 (08:25 +0000)]
add an optional (default off) z-axis speedcap above which a doublejump won't be performed, try values like 270 (=sv_jumpvelocity) to fix crazy jumps off stairs

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

14 years agoenable sv_doublejump in nexrun by default
fruitiex [Sun, 7 Feb 2010 08:08:19 +0000 (08:08 +0000)]
enable sv_doublejump in nexrun by default

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

14 years agosend speedaward_alltimebest as Int24_t as well...
fruitiex [Sun, 7 Feb 2010 08:06:04 +0000 (08:06 +0000)]
send speedaward_alltimebest as Int24_t as well...

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

14 years agoexosystem sky on warfare
m0rfar [Sat, 6 Feb 2010 23:33:36 +0000 (23:33 +0000)]
exosystem sky on warfare
fixing many lamp texture misalignments

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

14 years agoimprove sv_doublejump (less floor sticking)
div0 [Sat, 6 Feb 2010 21:53:20 +0000 (21:53 +0000)]
improve sv_doublejump (less floor sticking)

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

14 years agoRevert "clipped the gap near rl on toxic. we're back normal."
div0 [Sat, 6 Feb 2010 21:52:53 +0000 (21:52 +0000)]
Revert "clipped the gap near rl on toxic. we're back normal."

This reverts commit f5b6ac172420502e24a3ed0a0c1c6e9eb95c1b21.

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

14 years agosend speed award as long int instead to make it harder to get a "negative speed" :P
fruitiex [Sat, 6 Feb 2010 17:59:53 +0000 (17:59 +0000)]
send speed award as long int instead to make it harder to get a "negative speed" :P

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

14 years agofix ons cvar typos
m0rfar [Sat, 6 Feb 2010 17:02:12 +0000 (17:02 +0000)]
fix ons cvar typos

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

14 years agofix checkpoints that also point to a target_items entity (defrag ents)
fruitiex [Sat, 6 Feb 2010 16:51:40 +0000 (16:51 +0000)]
fix checkpoints that also point to a target_items entity (defrag ents)

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

14 years agocorrect aspect ratio on xolar preview
m0rfar [Sat, 6 Feb 2010 12:57:45 +0000 (12:57 +0000)]
correct aspect ratio on xolar preview

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

14 years agofix the notify message when setting the first record on a map
fruitiex [Fri, 5 Feb 2010 14:28:05 +0000 (14:28 +0000)]
fix the notify message when setting the first record on a map

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

14 years agofix fireball TGA
div0 [Thu, 4 Feb 2010 13:51:46 +0000 (13:51 +0000)]
fix fireball TGA

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

14 years agomake w_all.qc better mergable
div0 [Thu, 4 Feb 2010 13:35:07 +0000 (13:35 +0000)]
make w_all.qc better mergable

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

14 years agoDo the last change CORRECTLY :P also fix permissions of files
div0 [Thu, 4 Feb 2010 13:10:37 +0000 (13:10 +0000)]
Do the last change CORRECTLY :P also fix permissions of files

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

14 years agolarge weapon system change - please test
div0 [Thu, 4 Feb 2010 12:46:30 +0000 (12:46 +0000)]
large weapon system change - please test
removed the weapon impulses array, as CSQC already has that info compiled in (in weaponinfo)
changed inv_weapon* images to be named, no longer numbered (old files remain for compatibility)

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

14 years agoweapon system: add a fourth case "simple animation, shot origin and shell casing...
div0 [Wed, 3 Feb 2010 15:21:58 +0000 (15:21 +0000)]
weapon system: add a fourth case "simple animation, shot origin and shell casing ejection on the v_ model"

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

14 years agomove cl_netfps to sys_ticrate
div0 [Wed, 3 Feb 2010 15:21:52 +0000 (15:21 +0000)]
move cl_netfps to sys_ticrate

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

14 years agoFixing teamscore positions
blub0 [Tue, 2 Feb 2010 18:33:38 +0000 (18:33 +0000)]
Fixing teamscore positions

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

14 years agofix stupid onload spam :P
div0 [Mon, 1 Feb 2010 15:50:01 +0000 (15:50 +0000)]
fix stupid onload spam :P

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

14 years agofix name typo
div0 [Mon, 1 Feb 2010 15:28:04 +0000 (15:28 +0000)]
fix name typo

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

14 years agoFix strength bug, hopefully
div0 [Mon, 1 Feb 2010 15:25:03 +0000 (15:25 +0000)]
Fix strength bug, hopefully

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

14 years agotry fixing blood with current engine
div0 [Mon, 1 Feb 2010 09:28:57 +0000 (09:28 +0000)]
try fixing blood with current engine

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

14 years agoimproved chatbubble and net clock by sev
fruitiex [Sun, 31 Jan 2010 21:18:52 +0000 (21:18 +0000)]
improved chatbubble and net clock by sev

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

14 years agotarget_items: fix strength_finished only giving 1 second of strength
div0 [Sun, 31 Jan 2010 17:52:23 +0000 (17:52 +0000)]
target_items: fix strength_finished only giving 1 second of strength

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

14 years agofix the "give NNN strength" command
div0 [Sun, 31 Jan 2010 17:48:58 +0000 (17:48 +0000)]
fix the "give NNN strength" command

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

14 years agofix missing sqrt in sideways friction
div0 [Sat, 30 Jan 2010 18:27:06 +0000 (18:27 +0000)]
fix missing sqrt in sideways friction

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

14 years agoimproved physicsNoQWBunny (improvements by FruitieX)
div0 [Sat, 30 Jan 2010 18:18:30 +0000 (18:18 +0000)]
improved physicsNoQWBunny (improvements by FruitieX)

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

14 years agowhat was I thinking... making previous commit compile
div0 [Sat, 30 Jan 2010 18:12:02 +0000 (18:12 +0000)]
what was I thinking... making previous commit compile

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

14 years agomake CPMA aircontrol code more logical
div0 [Sat, 30 Jan 2010 18:07:53 +0000 (18:07 +0000)]
make CPMA aircontrol code more logical

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

14 years agomake CPMA_PM_AirControl more gamepad friendly. Otherwise unchanged.
div0 [Sat, 30 Jan 2010 09:46:44 +0000 (09:46 +0000)]
make CPMA_PM_AirControl more gamepad friendly. Otherwise unchanged.

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

14 years agonew physics config physicsNoQWBunny.cfg (currently 2.0-2.4.2 physics with bunnyhoppin...
div0 [Sat, 30 Jan 2010 08:19:21 +0000 (08:19 +0000)]
new physics config physicsNoQWBunny.cfg (currently 2.0-2.4.2 physics with bunnyhopping bug removed and sideways friction changed to behave more logical)

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

14 years agofix a minor code bug that should never occur in the last commit ;)
div0 [Sat, 30 Jan 2010 08:12:45 +0000 (08:12 +0000)]
fix a minor code bug that should never occur in the last commit ;)

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

14 years agospeed clamping: sideways friction < 0 clamps against minimum possible backwards speed...
div0 [Sat, 30 Jan 2010 08:08:38 +0000 (08:08 +0000)]
speed clamping: sideways friction < 0 clamps against minimum possible backwards speed, airaccel_qw clamps against maximum possible forward speed, can behave like CPMA but with no strafejump bug

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

14 years agoalternate physics mode
div0 [Sat, 30 Jan 2010 08:07:59 +0000 (08:07 +0000)]
alternate physics mode

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

14 years agocl_physics: an "alternate speed clamping" mode (iffed out until I added support for...
div0 [Fri, 29 Jan 2010 16:52:27 +0000 (16:52 +0000)]
cl_physics: an "alternate speed clamping" mode (iffed out until I added support for it to cl_movement)

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

14 years agofix wrong hagar cvar use
div0 [Fri, 29 Jan 2010 11:37:51 +0000 (11:37 +0000)]
fix wrong hagar cvar use

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

14 years agomodel drawing from csqc
div0 [Wed, 27 Jan 2010 20:46:36 +0000 (20:46 +0000)]
model drawing from csqc

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

14 years agoclipped the gap near rl on toxic. we're back normal.
m0rfar [Wed, 27 Jan 2010 20:44:41 +0000 (20:44 +0000)]
clipped the gap near rl on toxic. we're back normal.

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

14 years agodeny a hiding place on final_rage
m0rfar [Wed, 27 Jan 2010 20:43:03 +0000 (20:43 +0000)]
deny a hiding place on final_rage

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

14 years agofix a stupid warning
fruitiex [Wed, 27 Jan 2010 20:36:58 +0000 (20:36 +0000)]
fix a stupid warning

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

14 years agorename CHRAME_DRAG frame number from 1 to 8, so it matches +BUTTON8
div0 [Wed, 27 Jan 2010 14:03:48 +0000 (14:03 +0000)]
rename CHRAME_DRAG frame number from 1 to 8, so it matches +BUTTON8

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

14 years agofix autoswitch + give
div0 [Wed, 27 Jan 2010 13:40:04 +0000 (13:40 +0000)]
fix autoswitch + give

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

14 years agoFix expanding text; change one tokenize call because I can
div0 [Wed, 27 Jan 2010 13:28:23 +0000 (13:28 +0000)]
Fix expanding text; change one tokenize call because I can

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

14 years agoRevert "t commit, please reset"
div0 [Wed, 27 Jan 2010 11:49:22 +0000 (11:49 +0000)]
Revert "t commit, please reset"

This reverts commit 00df12891401732ff24663f538c069d1fc8d93e8.

Conflicts:

misc/tools/demosplit.pl

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

14 years agoremove demosplit
div0 [Wed, 27 Jan 2010 11:49:19 +0000 (11:49 +0000)]
remove demosplit

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

14 years agot commit, please reset
div0 [Wed, 27 Jan 2010 11:46:06 +0000 (11:46 +0000)]
t commit, please reset

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

14 years agofix fire owner handling
div0 [Wed, 27 Jan 2010 10:40:03 +0000 (10:40 +0000)]
fix fire owner handling

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

14 years agofix the havoc button when connected
div0 [Wed, 27 Jan 2010 06:30:24 +0000 (06:30 +0000)]
fix the havoc button when connected

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

14 years agotemp workaround to disable nudgeoutofsolid - then div0-stable works
div0 [Tue, 26 Jan 2010 21:22:18 +0000 (21:22 +0000)]
temp workaround to disable nudgeoutofsolid - then div0-stable works

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

14 years agomakebuild.sh: support pk3dir -> pk3 (not tested)
div0 [Tue, 26 Jan 2010 21:19:58 +0000 (21:19 +0000)]
makebuild.sh: support pk3dir -> pk3 (not tested)

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

14 years agogit-svn-id: svn://svn.icculus.org/nexuiz/trunk@8573 f962a42d-fe04-0410-a3ab-8c8b0445ebaa
samual [Tue, 26 Jan 2010 12:32:17 +0000 (12:32 +0000)]
git-svn-id: svn://svn.icculus.org/nexuiz/trunk@8573 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

14 years agobetter sound handling in "give";
div0 [Mon, 25 Jan 2010 17:13:58 +0000 (17:13 +0000)]
better sound handling in "give";
log attempted cheats if sv_cheats is 0
don't log ineffective cheats as invalid clientcommand

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

14 years agomore give ALL changes :P
div0 [Mon, 25 Jan 2010 17:13:32 +0000 (17:13 +0000)]
more give ALL changes :P

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

14 years agodead people shouldn't cheat
div0 [Mon, 25 Jan 2010 17:12:49 +0000 (17:12 +0000)]
dead people shouldn't cheat

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

14 years agogive ALL now gives more than give all does
div0 [Mon, 25 Jan 2010 17:12:14 +0000 (17:12 +0000)]
give ALL now gives more than give all does

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

14 years agofix weapons-giving :(
div0 [Mon, 25 Jan 2010 17:11:25 +0000 (17:11 +0000)]
fix weapons-giving :(

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

14 years agofix precaching
div0 [Mon, 25 Jan 2010 17:10:50 +0000 (17:10 +0000)]
fix precaching

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

14 years agomoved "give all" into items trigger code, so an items trigger can also cause it
div0 [Mon, 25 Jan 2010 17:10:19 +0000 (17:10 +0000)]
moved "give all" into items trigger code, so an items trigger can also cause it

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

14 years agofix some not working stuff in Give
div0 [Mon, 25 Jan 2010 17:09:54 +0000 (17:09 +0000)]
fix some not working stuff in Give

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

14 years ago- don't give the powerups in "give all", they're annoying
div0 [Mon, 25 Jan 2010 17:09:49 +0000 (17:09 +0000)]
- don't give the powerups in "give all", they're annoying
- handle rot/regen correctly in give

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

14 years agoremove an ugly print
div0 [Mon, 25 Jan 2010 17:09:26 +0000 (17:09 +0000)]
remove an ugly print

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

14 years agoget rid of fteqcc warning
div0 [Mon, 25 Jan 2010 17:08:58 +0000 (17:08 +0000)]
get rid of fteqcc warning

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

14 years agosimplify "give all"
div0 [Mon, 25 Jan 2010 17:08:27 +0000 (17:08 +0000)]
simplify "give all"

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

14 years agofix bug regarding impulse 30 (waypoint not being created)
div0 [Mon, 25 Jan 2010 17:08:10 +0000 (17:08 +0000)]
fix bug regarding impulse 30 (waypoint not being created)

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

14 years agorefactor target_items to use the give command
div0 [Mon, 25 Jan 2010 17:07:43 +0000 (17:07 +0000)]
refactor target_items to use the give command

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

14 years ago"give" cheat implemented fully
div0 [Mon, 25 Jan 2010 17:07:25 +0000 (17:07 +0000)]
"give" cheat implemented fully

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

14 years agoactually call the init/shutdown handlers
div0 [Mon, 25 Jan 2010 17:06:39 +0000 (17:06 +0000)]
actually call the init/shutdown handlers

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

14 years ago"give all"
div0 [Mon, 25 Jan 2010 17:06:07 +0000 (17:06 +0000)]
"give all"

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

14 years agoget rid of all cheat stuff from other files;
div0 [Mon, 25 Jan 2010 17:05:43 +0000 (17:05 +0000)]
get rid of all cheat stuff from other files;
make sv_cheats global not used outside
when compiling with -DNOCHEATS, cheat code is not even compiled in

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

14 years agodo engine cheats in qc too
div0 [Mon, 25 Jan 2010 17:05:08 +0000 (17:05 +0000)]
do engine cheats in qc too

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

14 years agoTrack whether cheats have been used (cheatcount field)
div0 [Mon, 25 Jan 2010 17:04:39 +0000 (17:04 +0000)]
Track whether cheats have been used (cheatcount field)

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

14 years agomove box dragging to cheats.qc too
div0 [Mon, 25 Jan 2010 17:04:09 +0000 (17:04 +0000)]
move box dragging to cheats.qc too

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

14 years agoMigrate cmd cheats too
div0 [Mon, 25 Jan 2010 17:03:53 +0000 (17:03 +0000)]
Migrate cmd cheats too

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

14 years agoFactor "impulse" cheats out of cl_impulse.qc
div0 [Mon, 25 Jan 2010 17:03:41 +0000 (17:03 +0000)]
Factor "impulse" cheats out of cl_impulse.qc

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

14 years agoprint less annoying message when client connects (it was saying they
lordhavoc [Mon, 25 Jan 2010 14:11:46 +0000 (14:11 +0000)]
print less annoying message when client connects (it was saying they
joined a team, while they are an observer)

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

14 years agoUpdate savdm6ish/#teleport.jpg with a slightly improved image, also commit samtex...
samual [Mon, 25 Jan 2010 05:59:43 +0000 (05:59 +0000)]
Update savdm6ish/#teleport.jpg with a slightly improved image, also commit samtex folder for later textures by me

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

14 years agoforgot to commit loadfonts.cfg
blub0 [Sun, 24 Jan 2010 22:12:50 +0000 (22:12 +0000)]
forgot to commit loadfonts.cfg

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

14 years agocommitting stringwidth change - from now on, always provide a fontsize argument to...
blub0 [Sun, 24 Jan 2010 21:44:44 +0000 (21:44 +0000)]
committing stringwidth change - from now on, always provide a fontsize argument to text-handlng functions

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

14 years agofix detecting width of vote string, coloring in teamgames and abstain support (vote...
fruitiex [Sun, 24 Jan 2010 12:53:27 +0000 (12:53 +0000)]
fix detecting width of vote string, coloring in teamgames and abstain support (vote dialog)

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

14 years agographical vote dialog
fruitiex [Sun, 24 Jan 2010 11:35:25 +0000 (11:35 +0000)]
graphical vote dialog

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

14 years agoMake final_Rage use the new exosystem2 sky
m0rfar [Sat, 23 Jan 2010 22:20:21 +0000 (22:20 +0000)]
Make final_Rage use the new exosystem2 sky

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

14 years agoTwo new skies by me!
m0rfar [Sat, 23 Jan 2010 22:15:29 +0000 (22:15 +0000)]
Two new skies by me!

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

14 years agodeleting stuff
m0rfar [Sat, 23 Jan 2010 19:15:08 +0000 (19:15 +0000)]
deleting stuff

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

14 years agoRevert "extract common-spog.pk3 (binaries in version control suck)" because Radiant...
div0 [Sat, 23 Jan 2010 17:48:42 +0000 (17:48 +0000)]
Revert "extract common-spog.pk3 (binaries in version control suck)" because Radiant needs them that way

This reverts commit 41a14e68a785deab2b4e4fd4478edfbe87246aa8.

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

14 years agouse scr_centersize
div0 [Sat, 23 Jan 2010 17:48:37 +0000 (17:48 +0000)]
use scr_centersize

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

14 years agooops, need to call sbar_columns_set
div0 [Sat, 23 Jan 2010 16:58:23 +0000 (16:58 +0000)]
oops, need to call sbar_columns_set

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