]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
5 years agoAdd an item flag to mark items as resources (as opposed to items you collect in an...
Mario [Sun, 17 Jun 2018 11:58:35 +0000 (21:58 +1000)]
Add an item flag to mark items as resources (as opposed to items you collect in an inventory)

5 years agoAllow 0 as a valid limit (use -1 as the non-player limit)
Mario [Sun, 17 Jun 2018 07:59:30 +0000 (17:59 +1000)]
Allow 0 as a valid limit (use -1 as the non-player limit)

5 years agoSet health and armor explicitly when killing the player via team change or kill comma...
Mario [Sun, 17 Jun 2018 07:15:30 +0000 (17:15 +1000)]
Set health and armor explicitly when killing the player via team change or kill command, fixes a crash

5 years agoDon't apply resource limits to non-player entities
Mario [Sun, 17 Jun 2018 06:55:39 +0000 (16:55 +1000)]
Don't apply resource limits to non-player entities

5 years agoLitter the code with a few notes about where health is accessed in the engine and...
Mario [Sat, 16 Jun 2018 18:45:59 +0000 (04:45 +1000)]
Litter the code with a few notes about where health is accessed in the engine and possible QC-based solutions

5 years agoClean up some unnecessary uses of SetResourceAmountExplicit
Mario [Sat, 16 Jun 2018 18:15:25 +0000 (04:15 +1000)]
Clean up some unnecessary uses of SetResourceAmountExplicit

5 years agoUse it in mage code too
Mario [Sat, 16 Jun 2018 18:07:05 +0000 (04:07 +1000)]
Use it in mage code too

5 years agoImplement TakeResource
Mario [Sat, 16 Jun 2018 18:06:30 +0000 (04:06 +1000)]
Implement TakeResource

5 years agoRemove a no longer required hack
Mario [Sat, 16 Jun 2018 17:44:28 +0000 (03:44 +1000)]
Remove a no longer required hack

5 years agoMove the hard resource limit constant to common
Mario [Sat, 16 Jun 2018 17:28:57 +0000 (03:28 +1000)]
Move the hard resource limit constant to common

5 years agoClear out .health and .armorvalue from the client side
Mario [Sat, 16 Jun 2018 17:25:07 +0000 (03:25 +1000)]
Clear out .health and .armorvalue from the client side

5 years agoClear out most references to .health and .armorvalue on the server side
Mario [Sat, 16 Jun 2018 17:00:32 +0000 (03:00 +1000)]
Clear out most references to .health and .armorvalue on the server side

5 years agoClear out most references to the .ammo_* fields
Mario [Sat, 16 Jun 2018 13:44:51 +0000 (23:44 +1000)]
Clear out most references to the .ammo_* fields

5 years agoTweak arc's healing so it affects a few other entities (onslaught control points...
Mario [Sat, 16 Jun 2018 11:40:31 +0000 (21:40 +1000)]
Tweak arc's healing so it affects a few other entities (onslaught control points, assault objects, vehicles), currently a hacky mess

5 years agoIncrease the onslaught round time limit
Mario [Sat, 16 Jun 2018 10:24:47 +0000 (20:24 +1000)]
Increase the onslaught round time limit

5 years agoMutators dialog: arrange weapon checkboxes in 3 columns
terencehill [Fri, 15 Jun 2018 22:55:45 +0000 (00:55 +0200)]
Mutators dialog: arrange weapon checkboxes in 3 columns

5 years agoGet rid of a console error when an onslaught generator isn't shielded anymore
terencehill [Fri, 15 Jun 2018 22:46:12 +0000 (00:46 +0200)]
Get rid of a console error when an onslaught generator isn't shielded anymore

5 years agoReduce indentation of some code inside of ons_GeneratorThink
terencehill [Fri, 15 Jun 2018 22:41:22 +0000 (00:41 +0200)]
Reduce indentation of some code inside of ons_GeneratorThink

5 years agoMerge branch 'Mario/func_breakable_playercheck' into 'master'
Mirio [Fri, 15 Jun 2018 17:21:42 +0000 (17:21 +0000)]
Merge branch 'Mario/func_breakable_playercheck' into 'master'

Merge branch Mario/func_breakable_playercheck (XXS merge request)

See merge request xonotic/xonotic-data.pk3dir!566

5 years agoUpdate gameplay hash
Mario [Fri, 15 Jun 2018 17:20:31 +0000 (03:20 +1000)]
Update gameplay hash

5 years agoUse team colour for the same team flag carrier instead of yellow
Mario [Fri, 15 Jun 2018 16:04:27 +0000 (02:04 +1000)]
Use team colour for the same team flag carrier instead of yellow

5 years agoDo a trace before respawning a func_breakable to see if there's a player inside their... 566/head
Mario [Fri, 15 Jun 2018 15:48:30 +0000 (01:48 +1000)]
Do a trace before respawning a func_breakable to see if there's a player inside their bounding box

5 years agoConsistently refer to the jetpack as that (not jet pack)
Mario [Fri, 15 Jun 2018 15:28:18 +0000 (01:28 +1000)]
Consistently refer to the jetpack as that (not jet pack)

5 years agoDisable the weapon pickup notification in item pickup code (the pickup mask only...
Mario [Fri, 15 Jun 2018 15:24:37 +0000 (01:24 +1000)]
Disable the weapon pickup notification in item pickup code (the pickup mask only applies to items, so using it here is broken)

5 years agoUse the regular method for getting the shot origin for the grappling hook, hook now...
Mario [Fri, 15 Jun 2018 15:19:51 +0000 (01:19 +1000)]
Use the regular method for getting the shot origin for the grappling hook, hook now shoots to the crosshair and is antilagged

5 years agoAttach the hook properly to entities even if they have the NONE movetype, and remove...
Mario [Fri, 15 Jun 2018 13:40:29 +0000 (23:40 +1000)]
Attach the hook properly to entities even if they have the NONE movetype, and remove attached hooks when func_breakable is destroyed

5 years agoFix compile
Mario [Fri, 15 Jun 2018 09:58:24 +0000 (19:58 +1000)]
Fix compile

5 years agoAllow instant detonation on devastator rockets
Mario [Fri, 15 Jun 2018 09:46:00 +0000 (19:46 +1000)]
Allow instant detonation on devastator rockets

5 years agoTweak crylink to match closer to vodka in Mario balance
Mario [Fri, 15 Jun 2018 06:37:10 +0000 (16:37 +1000)]
Tweak crylink to match closer to vodka in Mario balance

5 years agoDisable jump grunting in XDF ruleset
Mario [Thu, 14 Jun 2018 15:18:20 +0000 (01:18 +1000)]
Disable jump grunting in XDF ruleset

5 years agoDisable taunting in XPM config
Mario [Thu, 14 Jun 2018 15:10:56 +0000 (01:10 +1000)]
Disable taunting in XPM config

5 years agoAllow players to use the old-style vortex beam if they want to
Mario [Thu, 14 Jun 2018 14:41:56 +0000 (00:41 +1000)]
Allow players to use the old-style vortex beam if they want to

5 years agoReduce arc range a bit in Mario balance
Mario [Thu, 14 Jun 2018 13:01:48 +0000 (23:01 +1000)]
Reduce arc range a bit in Mario balance

5 years agoDisambiguate and simplify some waypoint code
terencehill [Thu, 14 Jun 2018 12:35:56 +0000 (14:35 +0200)]
Disambiguate and simplify some waypoint code

5 years agoSplit havocbot_symmetryaxis_equation vector into separate floats
terencehill [Thu, 14 Jun 2018 11:03:36 +0000 (13:03 +0200)]
Split havocbot_symmetryaxis_equation vector into separate floats

5 years agoBot waypoints: fix waypoint link creation ignoring botclip surfaces. Apply the same...
terencehill [Thu, 14 Jun 2018 11:00:40 +0000 (13:00 +0200)]
Bot waypoints: fix waypoint link creation ignoring botclip surfaces. Apply the same logic to the debug command "sv_cmd trace walk"

5 years agoWhitelist all the hats cvars from purity checks
Mario [Tue, 12 Jun 2018 12:48:15 +0000 (22:48 +1000)]
Whitelist all the hats cvars from purity checks

5 years agoPossible fix for compilation unit...
Mario [Tue, 12 Jun 2018 08:48:04 +0000 (18:48 +1000)]
Possible fix for compilation unit...

5 years agoMinor tidy up in steerlib
Mario [Tue, 12 Jun 2018 05:51:39 +0000 (15:51 +1000)]
Minor tidy up in steerlib

5 years agoFix a spawnflag check
Mario [Tue, 12 Jun 2018 05:35:39 +0000 (15:35 +1000)]
Fix a spawnflag check

5 years agoAdd a function for turrets to tell how close they are to their target
Mario [Tue, 12 Jun 2018 05:24:03 +0000 (15:24 +1000)]
Add a function for turrets to tell how close they are to their target

5 years agoClean up some dangling definitions on the client side
Mario [Tue, 12 Jun 2018 04:26:55 +0000 (14:26 +1000)]
Clean up some dangling definitions on the client side

5 years agoClean up some dangling definitions from the server side
Mario [Tue, 12 Jun 2018 04:02:05 +0000 (14:02 +1000)]
Clean up some dangling definitions from the server side

5 years agoMerge branch 'terencehill/min_spec_time' into 'master'
Mario [Tue, 12 Jun 2018 02:47:37 +0000 (02:47 +0000)]
Merge branch 'terencehill/min_spec_time' into 'master'

Min spec time

Closes #1834, #1856, and #1875

See merge request xonotic/xonotic-data.pk3dir!524

5 years agoRevert "Potential fix for arc's buffer overflow issue (hacky method)"
Mario [Mon, 11 Jun 2018 14:48:35 +0000 (00:48 +1000)]
Revert "Potential fix for arc's buffer overflow issue (hacky method)"

This reverts commit d35415a2feca70c00f7e009e290513a5a0b48014.

5 years agoPotential fix for arc's buffer overflow issue (hacky method)
Mario [Mon, 11 Jun 2018 13:46:52 +0000 (23:46 +1000)]
Potential fix for arc's buffer overflow issue (hacky method)

5 years agoTweak it even more
Mario [Mon, 11 Jun 2018 13:19:58 +0000 (23:19 +1000)]
Tweak it even more

5 years agoTweak it again
Mario [Mon, 11 Jun 2018 12:37:57 +0000 (22:37 +1000)]
Tweak it again

5 years agoTweak Mario balance
Mario [Mon, 11 Jun 2018 12:00:27 +0000 (22:00 +1000)]
Tweak Mario balance

5 years agoMerge branch 'martin-t/defaults' into 'master'
Mario [Mon, 11 Jun 2018 08:55:19 +0000 (08:55 +0000)]
Merge branch 'martin-t/defaults' into 'master'

Changes to defaults

See merge request xonotic/xonotic-data.pk3dir!530

5 years agoMerge branch 'Lyberta/PrintMove' into 'master'
Mario [Mon, 11 Jun 2018 08:52:58 +0000 (08:52 +0000)]
Merge branch 'Lyberta/PrintMove' into 'master'

Moved print functions to client.q[ch].

See merge request xonotic/xonotic-data.pk3dir!555

5 years agoDisable sv_vote_gametype (to be decided by a poll)
Mario [Mon, 11 Jun 2018 08:11:49 +0000 (18:11 +1000)]
Disable sv_vote_gametype (to be decided by a poll)

5 years agoMerge branch 'master' into martin-t/defaults
Mario [Mon, 11 Jun 2018 08:06:38 +0000 (18:06 +1000)]
Merge branch 'master' into martin-t/defaults

5 years agoMove dedicated_print to miscfunctions (not a client-specific function)
Mario [Mon, 11 Jun 2018 07:50:04 +0000 (17:50 +1000)]
Move dedicated_print to miscfunctions (not a client-specific function)

5 years agoMerge branch 'master' into Lyberta/PrintMove
Mario [Mon, 11 Jun 2018 07:48:10 +0000 (17:48 +1000)]
Merge branch 'master' into Lyberta/PrintMove

5 years agoPurge direct includes of mutators/events.qh in favour of the _mod files
Mario [Mon, 11 Jun 2018 04:45:51 +0000 (14:45 +1000)]
Purge direct includes of mutators/events.qh in favour of the _mod files

5 years agoFix compilation unit
Mario [Mon, 11 Jun 2018 04:33:30 +0000 (14:33 +1000)]
Fix compilation unit

5 years agoAnother attempt to fix compilation unit
Mario [Mon, 11 Jun 2018 02:45:15 +0000 (12:45 +1000)]
Another attempt to fix compilation unit

5 years agoFix compilation unit
Mario [Mon, 11 Jun 2018 02:15:01 +0000 (12:15 +1000)]
Fix compilation unit

5 years agoMerge branch 'Lyberta/OverkillWeaponIcons' into 'master'
Mario [Mon, 11 Jun 2018 02:12:48 +0000 (02:12 +0000)]
Merge branch 'Lyberta/OverkillWeaponIcons' into 'master'

Overkill weapon icons code

See merge request xonotic/xonotic-data.pk3dir!563

5 years agoUse icon names from default HUD theme for OK weapons. 563/head
Lyberta [Mon, 11 Jun 2018 00:29:24 +0000 (03:29 +0300)]
Use icon names from default HUD theme for OK weapons.

5 years agoPort the g_inventory global entity from the scoreboard items branch, for accessing...
Mario [Sun, 10 Jun 2018 11:32:54 +0000 (21:32 +1000)]
Port the g_inventory global entity from the scoreboard items branch, for accessing the player's inventory locally

5 years agoFix a couple more compilation unit failures
Mario [Sun, 10 Jun 2018 09:44:11 +0000 (19:44 +1000)]
Fix a couple more compilation unit failures

5 years agoAdd the item definition as a paremter to m_iteminit so the correct field can be acces...
Mario [Sun, 10 Jun 2018 09:41:06 +0000 (19:41 +1000)]
Add the item definition as a paremter to m_iteminit so the correct field can be accessed later

5 years agoReplace some ammo field references with resources
Mario [Sun, 10 Jun 2018 09:24:43 +0000 (19:24 +1000)]
Replace some ammo field references with resources

5 years agoMove the client portion of client walls into the models file now that it's common
Mario [Sun, 10 Jun 2018 08:12:06 +0000 (18:12 +1000)]
Move the client portion of client walls into the models file now that it's common

5 years agoMerge branch 'Lyberta/OverkillWeaponsMutator' into 'master'
Mario [Sun, 10 Jun 2018 08:04:11 +0000 (08:04 +0000)]
Merge branch 'Lyberta/OverkillWeaponsMutator' into 'master'

Overkill weapons mutator

See merge request xonotic/xonotic-data.pk3dir!561

5 years agoFix another random include error
Mario [Sun, 10 Jun 2018 07:59:10 +0000 (17:59 +1000)]
Fix another random include error

5 years agoAdded Overkill weapons mutator. 561/head
Lyberta [Sun, 10 Jun 2018 07:47:41 +0000 (10:47 +0300)]
Added Overkill weapons mutator.

5 years agoRemove g_subs
Mario [Sun, 10 Jun 2018 07:40:12 +0000 (17:40 +1000)]
Remove g_subs

5 years agoClean up g_subs a bit more
Mario [Sun, 10 Jun 2018 06:59:33 +0000 (16:59 +1000)]
Clean up g_subs a bit more

5 years agoMerge branch 'Lyberta/RandomItems2' into 'master'
Mario [Sun, 10 Jun 2018 06:22:14 +0000 (06:22 +0000)]
Merge branch 'Lyberta/RandomItems2' into 'master'

Better random items.

See merge request xonotic/xonotic-data.pk3dir!560

5 years agoMove all the remaining gamemodes to common
Mario [Sun, 10 Jun 2018 06:21:04 +0000 (16:21 +1000)]
Move all the remaining gamemodes to common

5 years agoMerge branch 'master' into Lyberta/RandomItems2 560/head
Lyberta [Sun, 10 Jun 2018 04:36:35 +0000 (07:36 +0300)]
Merge branch 'master' into Lyberta/RandomItems2

5 years agoFix compilation unit
Mario [Sun, 10 Jun 2018 04:20:11 +0000 (14:20 +1000)]
Fix compilation unit

5 years agoFix a missed use of SUB_UseTargets
Mario [Sun, 10 Jun 2018 03:48:12 +0000 (13:48 +1000)]
Fix a missed use of SUB_UseTargets

5 years agoPossibly fix compilation unit
Mario [Sun, 10 Jun 2018 03:24:27 +0000 (13:24 +1000)]
Possibly fix compilation unit

5 years agoBetter random items.
Lyberta [Sat, 9 Jun 2018 21:41:06 +0000 (00:41 +0300)]
Better random items.

5 years agoRemove a bit more dead code and put an include in the right place
Mario [Sat, 9 Jun 2018 16:48:10 +0000 (02:48 +1000)]
Remove a bit more dead code and put an include in the right place

5 years agoRemove some dead code from steerlib
Mario [Sat, 9 Jun 2018 16:35:21 +0000 (02:35 +1000)]
Remove some dead code from steerlib

5 years agoMove dynlight to mapobjects
Mario [Sat, 9 Jun 2018 16:29:39 +0000 (02:29 +1000)]
Move dynlight to mapobjects

5 years agoClean up mapobjects' includes a little bit, move some subs around
Mario [Sat, 9 Jun 2018 16:23:57 +0000 (02:23 +1000)]
Clean up mapobjects' includes a little bit, move some subs around

5 years agoRename triggers to mapobjects
Mario [Sat, 9 Jun 2018 15:52:03 +0000 (01:52 +1000)]
Rename triggers to mapobjects

5 years agoMove an assault constant into the assault file
Mario [Sat, 9 Jun 2018 15:27:39 +0000 (01:27 +1000)]
Move an assault constant into the assault file

5 years agoMerge branch 'morosophos/rankings_cnt' into 'master'
Mario [Sat, 9 Jun 2018 15:18:49 +0000 (15:18 +0000)]
Merge branch 'morosophos/rankings_cnt' into 'master'

Morosophos/rankings cnt

See merge request xonotic/xonotic-data.pk3dir!558

5 years agoMove another small piece of random weapons around
Mario [Sat, 9 Jun 2018 13:31:14 +0000 (23:31 +1000)]
Move another small piece of random weapons around

5 years agoMove more of weaponarena_random into its mutator file
Mario [Sat, 9 Jun 2018 13:21:57 +0000 (23:21 +1000)]
Move more of weaponarena_random into its mutator file

5 years agoFix dual wielding devastator and mortar, enable vortex and rifle in dual wielding...
Mario [Sat, 9 Jun 2018 12:15:07 +0000 (22:15 +1000)]
Fix dual wielding devastator and mortar, enable vortex and rifle in dual wielding now that aiming is offset

5 years agoFix resetting of the rifle accumulator
Mario [Sat, 9 Jun 2018 07:22:47 +0000 (17:22 +1000)]
Fix resetting of the rifle accumulator

5 years agoOptimize racer performance a tiny bit
Mario [Sat, 9 Jun 2018 06:44:04 +0000 (16:44 +1000)]
Optimize racer performance a tiny bit

5 years agoMerge branch 'master' into Lyberta/PrintMove
Lyberta [Fri, 8 Jun 2018 14:20:01 +0000 (17:20 +0300)]
Merge branch 'master' into Lyberta/PrintMove

5 years agoMerge branch 'master' into Lyberta/PrintMove
Lyberta [Fri, 8 Jun 2018 13:44:56 +0000 (16:44 +0300)]
Merge branch 'master' into Lyberta/PrintMove

5 years agoMerge remote-tracking branch 'origin/master' into morosophos/rankings_cnt
Morosophos [Thu, 7 Jun 2018 19:46:03 +0000 (22:46 +0300)]
Merge remote-tracking branch 'origin/master' into morosophos/rankings_cnt

5 years agoUpdate hash
Mario [Thu, 7 Jun 2018 15:36:24 +0000 (01:36 +1000)]
Update hash

5 years agoFix the unit test
Mario [Wed, 6 Jun 2018 11:57:59 +0000 (21:57 +1000)]
Fix the unit test

5 years agoMerge branch 'master' into Lyberta/PrintMove
Lyberta [Wed, 6 Jun 2018 10:53:58 +0000 (13:53 +0300)]
Merge branch 'master' into Lyberta/PrintMove

5 years agoMerge branch 'Lyberta/mutator_is_enabled' into 'master'
Mario [Wed, 6 Jun 2018 08:39:02 +0000 (08:39 +0000)]
Merge branch 'Lyberta/mutator_is_enabled' into 'master'

Added MUTATOR_IS_ENABLED macro.

See merge request xonotic/xonotic-data.pk3dir!559

5 years agoFixed random items check in new toys. 559/head
Lyberta [Wed, 6 Jun 2018 02:00:11 +0000 (05:00 +0300)]
Fixed random items check in new toys.

5 years agoFixed compilation units.
Lyberta [Wed, 6 Jun 2018 01:50:28 +0000 (04:50 +0300)]
Fixed compilation units.

5 years agoMerge branch 'master' into Lyberta/mutator_is_enabled
Lyberta [Wed, 6 Jun 2018 00:45:24 +0000 (03:45 +0300)]
Merge branch 'master' into Lyberta/mutator_is_enabled