]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
10 years agoRename nex to vortex
Mario [Mon, 23 Dec 2013 05:04:42 +0000 (16:04 +1100)]
Rename nex to vortex

10 years agoRemove a debug print
Mario [Mon, 16 Dec 2013 22:21:27 +0000 (09:21 +1100)]
Remove a debug print

10 years agoAdd a compatibility spawn function for vaporizer
Mario [Mon, 16 Dec 2013 22:20:18 +0000 (09:20 +1100)]
Add a compatibility spawn function for vaporizer

10 years agoUse weaponinfo to get weapon sprite info
Mario [Mon, 16 Dec 2013 22:16:28 +0000 (09:16 +1100)]
Use weaponinfo to get weapon sprite info

10 years agoRename minstanex to vaporizer
Mario [Mon, 16 Dec 2013 17:22:43 +0000 (04:22 +1100)]
Rename minstanex to vaporizer

10 years agoFix shotgun reloading
Mario [Fri, 13 Dec 2013 01:29:40 +0000 (12:29 +1100)]
Fix shotgun reloading

10 years agoFix shotgun not showing in new toys mutator
Mario [Fri, 13 Dec 2013 01:06:17 +0000 (12:06 +1100)]
Fix shotgun not showing in new toys mutator

10 years agoRetrieve weapon name from client, rather than networking it
Mario [Fri, 13 Dec 2013 01:06:04 +0000 (12:06 +1100)]
Retrieve weapon name from client, rather than networking it

10 years agoMerge branch 'divVerent/ballistic2' into samual/weapons
Rudolf Polzer [Thu, 12 Dec 2013 12:16:14 +0000 (13:16 +0100)]
Merge branch 'divVerent/ballistic2' into samual/weapons

Conflicts:
bal-wep-xonotic.cfg
qcsrc/common/weapons/w_machinegun.qc
qcsrc/common/weapons/w_rifle.qc
qcsrc/common/weapons/w_shotgun.qc
qcsrc/server/autocvars.qh
qcsrc/server/tturrets/units/unit_machinegun.qc
qcsrc/server/tturrets/units/unit_walker.qc
qcsrc/server/weapons/tracing.qc

10 years agoShotgun is not normal
Samual Lenks [Thu, 12 Dec 2013 04:56:42 +0000 (23:56 -0500)]
Shotgun is not normal

10 years agoNope, there is no better way to do that
Samual Lenks [Thu, 12 Dec 2013 04:50:01 +0000 (23:50 -0500)]
Nope, there is no better way to do that

10 years agoShockwave is not a bullet weapon
Samual Lenks [Thu, 12 Dec 2013 04:49:09 +0000 (23:49 -0500)]
Shockwave is not a bullet weapon

10 years agoWe DO need to detect double-hits, due to the weird engine tracing that
Rudolf Polzer [Wed, 11 Dec 2013 10:12:07 +0000 (11:12 +0100)]
We DO need to detect double-hits, due to the weird engine tracing that
happens sometimes at low angles.

10 years agoAlways show DamageInfo, even when hitting the same player twice.
Rudolf Polzer [Wed, 11 Dec 2013 08:48:12 +0000 (09:48 +0100)]
Always show DamageInfo, even when hitting the same player twice.

Also, prevention of hitting the same player twice SHOULD be no longer
necessary (but let's keep a big warning for this anwyay for now), as
this could only really happen due to curved projectile movement.

10 years agoMerge branch 'master' into divVerent/ballistic2
Rudolf Polzer [Wed, 11 Dec 2013 08:42:25 +0000 (09:42 +0100)]
Merge branch 'master' into divVerent/ballistic2

10 years agoFix use of "self".
Rudolf Polzer [Wed, 11 Dec 2013 08:42:13 +0000 (09:42 +0100)]
Fix use of "self".

10 years agoAdd shotgun
Mario [Wed, 11 Dec 2013 08:15:57 +0000 (19:15 +1100)]
Add shotgun

10 years agoClean spawning up a little too
Samual Lenks [Wed, 11 Dec 2013 04:44:00 +0000 (23:44 -0500)]
Clean spawning up a little too

10 years agoFix some things I broke
Samual Lenks [Wed, 11 Dec 2013 04:12:15 +0000 (23:12 -0500)]
Fix some things I broke

10 years agoUpdate config, plus small spacing fix
Samual Lenks [Wed, 11 Dec 2013 01:33:17 +0000 (20:33 -0500)]
Update config, plus small spacing fix

10 years agoUse .current_ammo instead of specific ammo fields
Samual Lenks [Wed, 11 Dec 2013 01:31:33 +0000 (20:31 -0500)]
Use .current_ammo instead of specific ammo fields

10 years agoUpdate config
Samual Lenks [Wed, 11 Dec 2013 01:12:27 +0000 (20:12 -0500)]
Update config

10 years agoCleanup cvar handling a bit
Samual Lenks [Wed, 11 Dec 2013 01:11:02 +0000 (20:11 -0500)]
Cleanup cvar handling a bit

10 years agoNo need for that extra prefix
Samual Lenks [Wed, 11 Dec 2013 01:00:09 +0000 (20:00 -0500)]
No need for that extra prefix

10 years agoArc, Fireball, Hook, Porto, and Tuba are not reloadable
Samual Lenks [Wed, 11 Dec 2013 00:51:33 +0000 (19:51 -0500)]
Arc, Fireball, Hook, Porto, and Tuba are not reloadable

10 years agoFix DecreaseAmmo usage
Samual Lenks [Wed, 11 Dec 2013 00:47:09 +0000 (19:47 -0500)]
Fix DecreaseAmmo usage

10 years agoBlaster does not need to decrease ammo
Samual Lenks [Wed, 11 Dec 2013 00:35:33 +0000 (19:35 -0500)]
Blaster does not need to decrease ammo

10 years agoElectro is not a plasma weapon anymore-- also clean it up a bit
Samual Lenks [Wed, 11 Dec 2013 00:30:41 +0000 (19:30 -0500)]
Electro is not a plasma weapon anymore-- also clean it up a bit

10 years agoUpdate config
Samual Lenks [Wed, 11 Dec 2013 00:15:24 +0000 (19:15 -0500)]
Update config

10 years agoStrip out legacy pellets support from Shockwave-- no reloading either.
Samual Lenks [Wed, 11 Dec 2013 00:13:22 +0000 (19:13 -0500)]
Strip out legacy pellets support from Shockwave-- no reloading either.

10 years agoBlaster is no longer reloadable
Samual Lenks [Wed, 11 Dec 2013 00:06:20 +0000 (19:06 -0500)]
Blaster is no longer reloadable

10 years agoFix string property saving
Samual Lenks [Wed, 11 Dec 2013 00:04:17 +0000 (19:04 -0500)]
Fix string property saving

10 years agoWhoops, forgot to also commit the config
Samual Lenks [Tue, 10 Dec 2013 23:57:50 +0000 (18:57 -0500)]
Whoops, forgot to also commit the config

10 years agoMachine Gun is not a normal weapon anymore, also weaponreplace it with arc
Samual Lenks [Tue, 10 Dec 2013 23:57:13 +0000 (18:57 -0500)]
Machine Gun is not a normal weapon anymore, also weaponreplace it with arc

10 years agoRemove shell ammo from Shockwave
Samual Lenks [Tue, 10 Dec 2013 23:31:06 +0000 (18:31 -0500)]
Remove shell ammo from Shockwave

10 years agoRifle is not a normal weapon, remove spawnflag
Samual Lenks [Tue, 10 Dec 2013 22:56:17 +0000 (17:56 -0500)]
Rifle is not a normal weapon, remove spawnflag

10 years agoSkip complain if: We don't own it, it's not normal, and it's not on the map
Samual Lenks [Tue, 10 Dec 2013 22:53:42 +0000 (17:53 -0500)]
Skip complain if: We don't own it, it's not normal, and it's not on the map

10 years agoMove New Toys to mutator config, we have the weapons in the main config
Samual Lenks [Tue, 10 Dec 2013 22:03:46 +0000 (17:03 -0500)]
Move New Toys to mutator config, we have the weapons in the main config
again

10 years agoUpdate config
Samual Lenks [Tue, 10 Dec 2013 22:01:01 +0000 (17:01 -0500)]
Update config

10 years agoMark mutator weapons in the config output
Samual Lenks [Tue, 10 Dec 2013 21:58:26 +0000 (16:58 -0500)]
Mark mutator weapons in the config output

10 years agoFix hagar primary spread
Samual Lenks [Tue, 10 Dec 2013 21:51:37 +0000 (16:51 -0500)]
Fix hagar primary spread

10 years agoMelee animtime should be 1.3, not 0.3
Samual Lenks [Tue, 10 Dec 2013 21:38:45 +0000 (16:38 -0500)]
Melee animtime should be 1.3, not 0.3

10 years agoFix some things with HUD
Samual Lenks [Tue, 10 Dec 2013 21:37:57 +0000 (16:37 -0500)]
Fix some things with HUD

10 years agoSome more consistency please
Samual Lenks [Tue, 10 Dec 2013 21:28:01 +0000 (16:28 -0500)]
Some more consistency please

10 years agoFixes for Crylink
Samual Lenks [Tue, 10 Dec 2013 21:15:14 +0000 (16:15 -0500)]
Fixes for Crylink

10 years agoAdd proper support for weaponstart and weaponstartoverride
Samual Lenks [Tue, 10 Dec 2013 20:59:09 +0000 (15:59 -0500)]
Add proper support for weaponstart and weaponstartoverride

10 years agoFix that last one, plus update the config- now we have spawn weapons again
Samual Lenks [Tue, 10 Dec 2013 20:45:04 +0000 (15:45 -0500)]
Fix that last one, plus update the config- now we have spawn weapons again

10 years agoSupport weaponreplace with new properties system
Samual Lenks [Tue, 10 Dec 2013 20:19:31 +0000 (15:19 -0500)]
Support weaponreplace with new properties system

10 years agoMore work on switching over to using entity field instead of item field
Samual Lenks [Tue, 10 Dec 2013 05:36:39 +0000 (00:36 -0500)]
More work on switching over to using entity field instead of item field
for ammo

10 years agoBegin fixing ammo field usage
Samual Lenks [Tue, 10 Dec 2013 01:32:52 +0000 (20:32 -0500)]
Begin fixing ammo field usage

10 years agoTry renaming MinstaNex and Nex temporarily (to Vaporizer and Vortex)
Samual Lenks [Tue, 10 Dec 2013 00:00:38 +0000 (19:00 -0500)]
Try renaming MinstaNex and Nex temporarily (to Vaporizer and Vortex)

10 years agoupgrade this todo to WEAPONTODO :D
Samual Lenks [Mon, 9 Dec 2013 23:32:05 +0000 (18:32 -0500)]
upgrade this todo to WEAPONTODO :D

10 years agoMove weaponstats to its own file as well
Samual Lenks [Mon, 9 Dec 2013 23:19:54 +0000 (18:19 -0500)]
Move weaponstats to its own file as well

10 years agoDelete useless comment from 2004
Samual Lenks [Mon, 9 Dec 2013 23:09:51 +0000 (18:09 -0500)]
Delete useless comment from 2004

10 years agoOn second thought, no, we're not moving this
Samual Lenks [Mon, 9 Dec 2013 23:07:48 +0000 (18:07 -0500)]
On second thought, no, we're not moving this

10 years agoMore fixes/cleanup for Shockwave
Samual Lenks [Mon, 9 Dec 2013 23:06:58 +0000 (18:06 -0500)]
More fixes/cleanup for Shockwave

10 years agoDon't do the full WEP_id for these, not necessary
Samual Lenks [Mon, 9 Dec 2013 22:37:10 +0000 (17:37 -0500)]
Don't do the full WEP_id for these, not necessary

10 years agoClean up settings lists slightly
Samual Lenks [Mon, 9 Dec 2013 22:34:08 +0000 (17:34 -0500)]
Clean up settings lists slightly

10 years agoAdd weaponstartoverride property to weapons
Samual Lenks [Mon, 9 Dec 2013 21:35:32 +0000 (16:35 -0500)]
Add weaponstartoverride property to weapons

10 years agoStart using weaponstart property now
Samual Lenks [Mon, 9 Dec 2013 21:12:22 +0000 (16:12 -0500)]
Start using weaponstart property now

10 years agoAdd the properties to all weapons now
Samual Lenks [Mon, 9 Dec 2013 18:40:13 +0000 (13:40 -0500)]
Add the properties to all weapons now

10 years agoBegin adding support for weaponstart and weaponreplace properties
Samual Lenks [Mon, 9 Dec 2013 18:31:00 +0000 (13:31 -0500)]
Begin adding support for weaponstart and weaponreplace properties

10 years agoMerge branch 'samual/weapons' of http://nl.git.xonotic.org/xonotic/xonotic-data.pk3di...
Mario [Mon, 9 Dec 2013 07:13:48 +0000 (18:13 +1100)]
Merge branch 'samual/weapons' of http://nl.git.xonotic.org/xonotic/xonotic-data.pk3dir into samual/weapons

10 years agoSimplify devastator bot logic
Mario [Mon, 9 Dec 2013 07:12:40 +0000 (18:12 +1100)]
Simplify devastator bot logic

10 years agoAdd reminder
Samual Lenks [Mon, 9 Dec 2013 06:37:12 +0000 (01:37 -0500)]
Add reminder

10 years agoFix forwardbias
Samual Lenks [Mon, 9 Dec 2013 06:32:12 +0000 (01:32 -0500)]
Fix forwardbias

10 years agoFix a missing cvar
Mario [Mon, 9 Dec 2013 06:18:37 +0000 (17:18 +1100)]
Fix a missing cvar

10 years agoEVEN FURTHER cleanup of shockwave blast function :D
Samual Lenks [Mon, 9 Dec 2013 06:16:46 +0000 (01:16 -0500)]
EVEN FURTHER cleanup of shockwave blast function :D

10 years agoMore cleanup for Shockwave blast attack
Samual Lenks [Mon, 9 Dec 2013 06:04:43 +0000 (01:04 -0500)]
More cleanup for Shockwave blast attack

10 years agoCleanup the next part of shockwave blast code as well
Samual Lenks [Mon, 9 Dec 2013 05:46:38 +0000 (00:46 -0500)]
Cleanup the next part of shockwave blast code as well

10 years agoRemove one of the projectile velocity setup macros
Samual Lenks [Mon, 9 Dec 2013 05:34:50 +0000 (00:34 -0500)]
Remove one of the projectile velocity setup macros

10 years agoFixes to Shockwave (make it use WEP_CVAR everywhere, add _primary cvar)
Samual Lenks [Mon, 9 Dec 2013 05:15:21 +0000 (00:15 -0500)]
Fixes to Shockwave (make it use WEP_CVAR everywhere, add _primary cvar)

10 years agoFix config stuff
Samual Lenks [Mon, 9 Dec 2013 04:40:57 +0000 (23:40 -0500)]
Fix config stuff

10 years agoFix unnecessary processing with combo triggering, add midaircombo_explode
Samual Lenks [Mon, 9 Dec 2013 04:30:11 +0000 (23:30 -0500)]
Fix unnecessary processing with combo triggering, add midaircombo_explode

10 years agoWe don't need to set a variable for that in this case
Samual Lenks [Mon, 9 Dec 2013 03:43:22 +0000 (22:43 -0500)]
We don't need to set a variable for that in this case

10 years agoFix checkcvars, start cleaning up Shockwave calculations
Samual Lenks [Mon, 9 Dec 2013 03:41:22 +0000 (22:41 -0500)]
Fix checkcvars, start cleaning up Shockwave calculations

10 years agoFix missing parentheses
Mario [Mon, 9 Dec 2013 00:26:34 +0000 (11:26 +1100)]
Fix missing parentheses

10 years agoRemove "if not"
Mario [Mon, 9 Dec 2013 00:20:51 +0000 (11:20 +1100)]
Remove "if not"

10 years agoUpdate configs to match new system (sort of)
Samual Lenks [Sun, 8 Dec 2013 22:14:24 +0000 (17:14 -0500)]
Update configs to match new system (sort of)

10 years agoMove MinstaNex to the new settings system as well
Samual Lenks [Sun, 8 Dec 2013 20:17:13 +0000 (15:17 -0500)]
Move MinstaNex to the new settings system as well

10 years agoAdd reminder
Samual Lenks [Sun, 8 Dec 2013 07:50:28 +0000 (02:50 -0500)]
Add reminder

10 years agoAvoid some unnecessary thinking
Samual Lenks [Sun, 8 Dec 2013 07:15:00 +0000 (02:15 -0500)]
Avoid some unnecessary thinking

10 years agoAdd cvars to disable plasma exploding on player touch and change midair combo radius
Mario [Sun, 8 Dec 2013 07:06:56 +0000 (18:06 +1100)]
Add cvars to disable plasma exploding on player touch and change midair combo radius

10 years agoMidair combos
Mario [Sun, 8 Dec 2013 06:41:48 +0000 (17:41 +1100)]
Midair combos

10 years agoCleanup shockwave pellets code
Samual Lenks [Sun, 8 Dec 2013 06:19:58 +0000 (01:19 -0500)]
Cleanup shockwave pellets code

10 years agoBouncing effects for mortar grenades
Mario [Sun, 8 Dec 2013 06:10:40 +0000 (17:10 +1100)]
Bouncing effects for mortar grenades

10 years agoMerge branch 'samual/weapons' of http://nl.git.xonotic.org/xonotic/xonotic-data.pk3di...
Mario [Sun, 8 Dec 2013 06:02:38 +0000 (17:02 +1100)]
Merge branch 'samual/weapons' of http://nl.git.xonotic.org/xonotic/xonotic-data.pk3dir into samual/weapons

10 years agoRename WEP_GRENADE_LAUNCHER to WEP_MORTAR
Mario [Sun, 8 Dec 2013 06:01:35 +0000 (17:01 +1100)]
Rename WEP_GRENADE_LAUNCHER to WEP_MORTAR

10 years agoMake pellets use new cvar reading too
Samual Lenks [Sun, 8 Dec 2013 05:59:08 +0000 (00:59 -0500)]
Make pellets use new cvar reading too

10 years agoAdd comment for reminder
Samual Lenks [Sun, 8 Dec 2013 05:56:02 +0000 (00:56 -0500)]
Add comment for reminder

10 years agoMerge branch 'samual/weapons' of http://nl.git.xonotic.org/xonotic/xonotic-data.pk3di...
Mario [Sun, 8 Dec 2013 05:45:49 +0000 (16:45 +1100)]
Merge branch 'samual/weapons' of http://nl.git.xonotic.org/xonotic/xonotic-data.pk3dir into samual/weapons

10 years agoAnother fix by Mario for previous weapon function
Samual Lenks [Sun, 8 Dec 2013 05:46:38 +0000 (00:46 -0500)]
Another fix by Mario for previous weapon function

10 years agoMerge branch 'samual/weapons' of http://nl.git.xonotic.org/xonotic/xonotic-data.pk3di...
Mario [Sun, 8 Dec 2013 05:44:25 +0000 (16:44 +1100)]
Merge branch 'samual/weapons' of http://nl.git.xonotic.org/xonotic/xonotic-data.pk3dir into samual/weapons

10 years agoAttempt to fix some item linking issues
Mario [Sun, 8 Dec 2013 05:43:09 +0000 (16:43 +1100)]
Attempt to fix some item linking issues

10 years agoLots of work on Shockwave-- now most of it uses new settings system
Samual Lenks [Sun, 8 Dec 2013 05:41:34 +0000 (00:41 -0500)]
Lots of work on Shockwave-- now most of it uses new settings system

10 years agoRaise shockwave animtime to 0.3
Samual Lenks [Sun, 8 Dec 2013 04:49:28 +0000 (23:49 -0500)]
Raise shockwave animtime to 0.3

10 years agoDon't need that comment anymore
Samual Lenks [Sun, 8 Dec 2013 04:47:38 +0000 (23:47 -0500)]
Don't need that comment anymore

10 years agoCommit by Mario: Attempt to fix dropped weapon networking/spawning from
Samual Lenks [Sun, 8 Dec 2013 04:41:24 +0000 (23:41 -0500)]
Commit by Mario: Attempt to fix dropped weapon networking/spawning from
getting stuck inside walls.

10 years agoRemove some files that got left over by merge accidentally
Samual Lenks [Sun, 8 Dec 2013 04:34:20 +0000 (23:34 -0500)]
Remove some files that got left over by merge accidentally

10 years agoDone with Electro for now :D
Samual Lenks [Sun, 8 Dec 2013 04:25:57 +0000 (23:25 -0500)]
Done with Electro for now :D