]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
5 years agoMerge branch 'master' into Lyberta/TeamplayOverhaul
Lyberta [Tue, 10 Jul 2018 04:06:30 +0000 (07:06 +0300)]
Merge branch 'master' into Lyberta/TeamplayOverhaul

5 years agoTransifex autosync
Rudolf Polzer [Mon, 9 Jul 2018 05:24:23 +0000 (07:24 +0200)]
Transifex autosync

5 years agoTransifex autosync
Rudolf Polzer [Sun, 8 Jul 2018 05:24:32 +0000 (07:24 +0200)]
Transifex autosync

5 years agoFix sort order of languages list.
Rudolf Polzer [Fri, 6 Jul 2018 20:31:29 +0000 (22:31 +0200)]
Fix sort order of languages list.

5 years agopt_BR -> Portuguese "Português (Brasil)"
terencehill [Fri, 6 Jul 2018 07:53:14 +0000 (09:53 +0200)]
pt_BR  ->  Portuguese "Português (Brasil)"

5 years agoAdapt indentation of TC calls to the surrounding code indentation
terencehill [Fri, 6 Jul 2018 07:51:59 +0000 (09:51 +0200)]
Adapt indentation of TC calls to the surrounding code indentation

5 years agoTransifex autosync
Rudolf Polzer [Fri, 6 Jul 2018 05:24:34 +0000 (07:24 +0200)]
Transifex autosync

5 years agoMerge branch 'martin-t/rpc-acc' into 'master'
Mario [Tue, 3 Jul 2018 03:16:23 +0000 (03:16 +0000)]
Merge branch 'martin-t/rpc-acc' into 'master'

Fix RPC accuracy

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

5 years agoRun impulse commands on spawn prior to running the weapon frame, so the selected...
Mario [Mon, 2 Jul 2018 10:59:41 +0000 (20:59 +1000)]
Run impulse commands on spawn prior to running the weapon frame, so the selected weapon is updated at spawn

5 years agowarn about max alias name length
Martin Taibr [Mon, 2 Jul 2018 00:30:06 +0000 (02:30 +0200)]
warn about max alias name length

5 years agofix misleading comment
Martin Taibr [Sun, 1 Jul 2018 00:22:29 +0000 (02:22 +0200)]
fix misleading comment

5 years agoReduce GetResourceAmount calls in gamemodes code where possible; update hash
terencehill [Fri, 29 Jun 2018 11:33:51 +0000 (13:33 +0200)]
Reduce GetResourceAmount calls in gamemodes code where possible; update hash

5 years agoOptimize some math code of havocbot_movetogoal
terencehill [Fri, 29 Jun 2018 10:06:39 +0000 (12:06 +0200)]
Optimize some math code of havocbot_movetogoal

5 years agoAssign entity number as name to bots without name (when bot_config_file is "")
terencehill [Fri, 29 Jun 2018 10:03:06 +0000 (12:03 +0200)]
Assign entity number as name to bots without name (when bot_config_file is "")

5 years agoDon't allow zooming while spectating a player in free camera mode
terencehill [Fri, 29 Jun 2018 10:01:07 +0000 (12:01 +0200)]
Don't allow zooming while spectating a player in free camera mode

5 years agofix okmg solidpen
Martin Taibr [Wed, 27 Jun 2018 05:01:50 +0000 (07:01 +0200)]
fix okmg solidpen

5 years agoDon't compress skies in the higher effects configs
Mario [Tue, 26 Jun 2018 15:21:51 +0000 (01:21 +1000)]
Don't compress skies in the higher effects configs

5 years agoFix the source entity of the shotgun melee, fixes inability to activate buttons
Mario [Tue, 26 Jun 2018 15:12:01 +0000 (01:12 +1000)]
Fix the source entity of the shotgun melee, fixes inability to activate buttons

5 years agoUpdate hash and enable 2D texture compression on the lowest graphical settings
Mario [Tue, 26 Jun 2018 14:19:11 +0000 (00:19 +1000)]
Update hash and enable 2D texture compression on the lowest graphical settings

5 years agoHide the masked variants (and gak) from the menu
Mario [Tue, 26 Jun 2018 14:14:55 +0000 (00:14 +1000)]
Hide the masked variants (and gak) from the menu

5 years agoSet crylink secondary ammo consumption to 3 (fixes being unable to fire primary when...
Mario [Tue, 26 Jun 2018 13:58:30 +0000 (23:58 +1000)]
Set crylink secondary ammo consumption to 3 (fixes being unable to fire primary when low enough on ammo, but not switching to another weapon)

5 years agoFix an ammo consumption warning with the arc bolts
Mario [Tue, 26 Jun 2018 13:37:09 +0000 (23:37 +1000)]
Fix an ammo consumption warning with the arc bolts

5 years agoDon't count dmg score if player has spawn shield or godmode
Mario [Tue, 26 Jun 2018 12:15:04 +0000 (22:15 +1000)]
Don't count dmg score if player has spawn shield or godmode

5 years agoDon't open the click radar if demo is active (fixes a bug)
Mario [Tue, 26 Jun 2018 12:03:24 +0000 (22:03 +1000)]
Don't open the click radar if demo is active (fixes a bug)

5 years agoRevert "Make sure hooks can't attach to projectiles (besides nades)"
Mario [Tue, 26 Jun 2018 11:18:27 +0000 (21:18 +1000)]
Revert "Make sure hooks can't attach to projectiles (besides nades)"

This reverts commit d83cc15cc3ed27a9197411147543feca6d54185b.

5 years agoFix compile
Mario [Mon, 25 Jun 2018 06:35:34 +0000 (16:35 +1000)]
Fix compile

5 years agoAdd mutator hooks for freezing/unfreezing, make use of them to fix a revive bug in...
Mario [Mon, 25 Jun 2018 06:17:33 +0000 (16:17 +1000)]
Add mutator hooks for freezing/unfreezing, make use of them to fix a revive bug in freezetag

5 years agoMerge branch 'Mario/morphed_explosivesmodel' into 'master'
Mario [Mon, 25 Jun 2018 03:16:21 +0000 (03:16 +0000)]
Merge branch 'Mario/morphed_explosivesmodel' into 'master'

Merge branch Mario/morphed_explosivesmodel (XS merge request)

Closes #2045

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

5 years agoMerge branch 'terencehill/scoreboard_columnns_set' into 'master'
Mario [Mon, 25 Jun 2018 03:12:30 +0000 (03:12 +0000)]
Merge branch 'terencehill/scoreboard_columnns_set' into 'master'

scoreboard_columnns_set enhancements

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

5 years agoRun the weapon frame after calling the weaponselect mutator hook, fixes mutators...
Mario [Mon, 25 Jun 2018 03:03:01 +0000 (13:03 +1000)]
Run the weapon frame after calling the weaponselect mutator hook, fixes mutators that change held weapon on spawn

5 years agoCheck the specific cases instead of using weapon_prepareattack_check in hagar's load...
Mario [Mon, 25 Jun 2018 02:59:14 +0000 (12:59 +1000)]
Check the specific cases instead of using weapon_prepareattack_check in hagar's load code (it has ammo checks of its own)

5 years agoImplement poll 378
Mirio [Sun, 24 Jun 2018 13:23:40 +0000 (13:23 +0000)]
Implement poll 378

5 years agoMake sure hooks can't attach to projectiles (besides nades)
Mario [Sat, 23 Jun 2018 17:07:30 +0000 (03:07 +1000)]
Make sure hooks can't attach to projectiles (besides nades)

5 years agoFix a relink warning
Mario [Sat, 23 Jun 2018 13:50:06 +0000 (23:50 +1000)]
Fix a relink warning

5 years agoXDF balance: Reduce rocket lifetime to a sane value and also diminish possible havoc...
Mirio [Fri, 22 Jun 2018 14:37:36 +0000 (14:37 +0000)]
XDF balance: Reduce rocket lifetime to a sane value and also diminish possible havoc by rockets stuck in walls

5 years agoAdd the explosives ammo model by Morphed 572/head
Mario [Fri, 22 Jun 2018 09:51:35 +0000 (19:51 +1000)]
Add the explosives ammo model by Morphed

5 years agoInstead of checking for instagib, check if the death weapon is a vaporizer, allows...
Mario [Fri, 22 Jun 2018 07:00:39 +0000 (17:00 +1000)]
Instead of checking for instagib, check if the death weapon is a vaporizer, allows damagetext to work in instagib with other weapons, and to filter vaporizer shots from regular modes

5 years agoCorrectly link the entity with the area grid in QC movetype code
Mario [Fri, 22 Jun 2018 02:09:48 +0000 (12:09 +1000)]
Correctly link the entity with the area grid in QC movetype code

5 years agoDon't attach LOD models to triggers
Mario [Fri, 22 Jun 2018 00:33:05 +0000 (10:33 +1000)]
Don't attach LOD models to triggers

5 years agoUpdate hash
Mario [Wed, 20 Jun 2018 13:08:38 +0000 (23:08 +1000)]
Update hash

5 years agoFix not being able to set a health item to take health
Mario [Wed, 20 Jun 2018 09:51:02 +0000 (19:51 +1000)]
Fix not being able to set a health item to take health

5 years agoAvoid a goto by splitting the end of sys_phys_update into a postupdate function
Mario [Wed, 20 Jun 2018 09:30:45 +0000 (19:30 +1000)]
Avoid a goto by splitting the end of sys_phys_update into a postupdate function

5 years agoOptimise bot route rating a tiny bit by abusing vlen2
Mario [Wed, 20 Jun 2018 08:36:44 +0000 (18:36 +1000)]
Optimise bot route rating a tiny bit by abusing vlen2

5 years agoUse intrusive lists in a sneaky way to avoid a findchain in spawn point filtering
Mario [Wed, 20 Jun 2018 08:21:08 +0000 (18:21 +1000)]
Use intrusive lists in a sneaky way to avoid a findchain in spawn point filtering

5 years agoCache the result of the find for testplayerstart to reduce load a tiny bit
Mario [Wed, 20 Jun 2018 08:02:45 +0000 (18:02 +1000)]
Cache the result of the find for testplayerstart to reduce load a tiny bit

5 years agoTransifex autosync
Rudolf Polzer [Wed, 20 Jun 2018 05:24:39 +0000 (07:24 +0200)]
Transifex autosync

5 years agoscoreboard_columns_set expand_default: loads default layout and expands it into the... 571/head
terencehill [Tue, 19 Jun 2018 18:56:56 +0000 (20:56 +0200)]
scoreboard_columns_set expand_default: loads default layout and expands it into the cvar scoreboard_columns so you can edit it

5 years agoEnhance scoreboard_columns_set help
terencehill [Tue, 19 Jun 2018 18:22:44 +0000 (20:22 +0200)]
Enhance scoreboard_columns_set help

5 years agoMake sure the hunter-killer rocket loses its target if the player becomes a spectator...
Mario [Tue, 19 Jun 2018 09:05:28 +0000 (19:05 +1000)]
Make sure the hunter-killer rocket loses its target if the player becomes a spectator/observer

5 years agoMake the score comparison result quicker by checking the .playerid of the clientstate...
Mario [Tue, 19 Jun 2018 07:01:29 +0000 (17:01 +1000)]
Make the score comparison result quicker by checking the .playerid of the clientstate entities, rather than their edict_num

5 years agoDon't count w_prop_interval as impure
Mario [Tue, 19 Jun 2018 06:34:10 +0000 (16:34 +1000)]
Don't count w_prop_interval as impure

5 years agoTransifex autosync
Rudolf Polzer [Tue, 19 Jun 2018 05:24:38 +0000 (07:24 +0200)]
Transifex autosync

5 years agoCompilation unit passes locally, what more can I do
Mario [Tue, 19 Jun 2018 03:01:21 +0000 (13:01 +1000)]
Compilation unit passes locally, what more can I do

5 years agoFix another compilation unit failure
Mario [Tue, 19 Jun 2018 02:27:27 +0000 (12:27 +1000)]
Fix another compilation unit failure

5 years agoDefine spawnflags in ammo.qh for now (another compilation unit failure)
Mario [Tue, 19 Jun 2018 02:20:19 +0000 (12:20 +1000)]
Define spawnflags in ammo.qh for now (another compilation unit failure)

5 years agoFix the compilation unit, apparently
Mario [Tue, 19 Jun 2018 01:55:27 +0000 (11:55 +1000)]
Fix the compilation unit, apparently

5 years agoMerge remote-tracking branch 'origin/master'
Mario [Tue, 19 Jun 2018 01:34:38 +0000 (11:34 +1000)]
Merge remote-tracking branch 'origin/master'

5 years agoMerge branch 'Mario/playerdemo_removal'
Mario [Tue, 19 Jun 2018 01:34:10 +0000 (11:34 +1000)]
Merge branch 'Mario/playerdemo_removal'

5 years agoRemove a redundant Weapons_from call
terencehill [Mon, 18 Jun 2018 18:57:49 +0000 (20:57 +0200)]
Remove a redundant Weapons_from call

5 years agoTurn complain_weapon into an entity to reduce accesses to .m_id field
terencehill [Mon, 18 Jun 2018 17:59:02 +0000 (19:59 +0200)]
Turn complain_weapon into an entity to reduce accesses to .m_id field

5 years agoWeapons panel: allow to show only the held weapon (hud_panel_weapons_onlyowned 2)
terencehill [Mon, 18 Jun 2018 17:18:03 +0000 (19:18 +0200)]
Weapons panel: allow to show only the held weapon (hud_panel_weapons_onlyowned 2)

5 years agoConsistent indentation for clanarena.qc code
terencehill [Mon, 18 Jun 2018 12:57:05 +0000 (14:57 +0200)]
Consistent indentation for clanarena.qc code

5 years agoClan Arena, warmup stage: fix bots standing still after their first death; don't...
terencehill [Mon, 18 Jun 2018 12:56:32 +0000 (14:56 +0200)]
Clan Arena, warmup stage: fix bots standing still after their first death; don't display the "you are now alone" message since players are allowed to respawn anytime

5 years agoUpdate hash
Mario [Mon, 18 Jun 2018 12:23:24 +0000 (22:23 +1000)]
Update hash

5 years agoDon't play the "new toys, new toys!" roflsound by default
Mario [Mon, 18 Jun 2018 09:45:09 +0000 (19:45 +1000)]
Don't play the "new toys, new toys!" roflsound by default

5 years agoMake cl_loddistance* cvars save to config
Mario [Mon, 18 Jun 2018 09:32:45 +0000 (19:32 +1000)]
Make cl_loddistance* cvars save to config

5 years agoRevert "Leave the load in the weapon when throwing it"
Mario [Mon, 18 Jun 2018 08:42:03 +0000 (18:42 +1000)]
Revert "Leave the load in the weapon when throwing it"

This reverts commit b3b87165949a2d97634b425231aeb56324cc1ce7.

5 years agoLeave the load in the weapon when throwing it
Mario [Mon, 18 Jun 2018 08:40:02 +0000 (18:40 +1000)]
Leave the load in the weapon when throwing it

5 years agoDon't play time limit announcements when the match is over
Mario [Mon, 18 Jun 2018 05:51:24 +0000 (15:51 +1000)]
Don't play time limit announcements when the match is over

5 years agoIf game is stopped, don't count accuracy
Mario [Mon, 18 Jun 2018 05:15:29 +0000 (15:15 +1000)]
If game is stopped, don't count accuracy

5 years agoAdd a few checks to the spam weapons to prevent them from firing when warmup is ending
Mario [Mon, 18 Jun 2018 05:12:13 +0000 (15:12 +1000)]
Add a few checks to the spam weapons to prevent them from firing when warmup is ending

5 years agoCall a weapon frame on the weapon entity when the player is first spawning, fixes...
Mario [Mon, 18 Jun 2018 04:41:33 +0000 (14:41 +1000)]
Call a weapon frame on the weapon entity when the player is first spawning, fixes a call to activeweapon none

5 years agoFix some typos and remove an unused constant
Mario [Mon, 18 Jun 2018 01:52:31 +0000 (11:52 +1000)]
Fix some typos and remove an unused constant

5 years agoMerge branch 'Mario/event_heal' into 'master'
Mario [Mon, 18 Jun 2018 01:23:07 +0000 (01:23 +0000)]
Merge branch 'Mario/event_heal' into 'master'

Merge branch Mario/event_heal (M merge request)

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

5 years agoUpdate Heal documentation (again) 569/head
Mario [Mon, 18 Jun 2018 00:57:34 +0000 (10:57 +1000)]
Update Heal documentation (again)

5 years agoAdd a note to trigger_heal for later
Mario [Sun, 17 Jun 2018 22:34:43 +0000 (08:34 +1000)]
Add a note to trigger_heal for later

5 years agoUse the new unlimited resource constant
Mario [Sun, 17 Jun 2018 22:32:39 +0000 (08:32 +1000)]
Use the new unlimited resource constant

5 years agoMerge branch 'master' into Mario/event_heal
Mario [Sun, 17 Jun 2018 22:29:23 +0000 (08:29 +1000)]
Merge branch 'master' into Mario/event_heal

5 years agoUse a constant to define the 'unlimited' resource limit
Mario [Sun, 17 Jun 2018 22:28:02 +0000 (08:28 +1000)]
Use a constant to define the 'unlimited' resource limit

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 agoUse Heal in more places (turrets, trigger_heal, mage, bumblebee, vampirehook)
Mario [Sun, 17 Jun 2018 08:34:16 +0000 (18:34 +1000)]
Use Heal in more places (turrets, trigger_heal, mage, bumblebee, vampirehook)

5 years agoUpdate the Heal documentation to reflect the new limit
Mario [Sun, 17 Jun 2018 08:12:39 +0000 (18:12 +1000)]
Update the Heal documentation to reflect the new limit

5 years agoTo match resource limit behaviour, set the 'unlimited' limit to -1 in event_heal...
Mario [Sun, 17 Jun 2018 08:07:45 +0000 (18:07 +1000)]
To match resource limit behaviour, set the 'unlimited' limit to -1 in event_heal calls too

5 years agoMerge branch 'master' into Mario/event_heal
Mario [Sun, 17 Jun 2018 08:04:51 +0000 (18:04 +1000)]
Merge branch 'master' into Mario/event_heal

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 agoAlso fix the multiplier so it doesn't heal generators instantly
Mario [Sun, 17 Jun 2018 07:31:50 +0000 (17:31 +1000)]
Also fix the multiplier so it doesn't heal generators instantly

5 years agoFix a dumb mistake causing crashes
Mario [Sun, 17 Jun 2018 07:27:52 +0000 (17:27 +1000)]
Fix a dumb mistake causing crashes

5 years agoMerge branch 'master' into Mario/event_heal
Mario [Sun, 17 Jun 2018 07:16:51 +0000 (17:16 +1000)]
Merge branch 'master' into Mario/event_heal

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 agoMerge branch 'master' into Mario/event_heal
Mario [Sun, 17 Jun 2018 06:56:00 +0000 (16:56 +1000)]
Merge branch 'master' into Mario/event_heal

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 agoImplement a proper Heal function for the Arc's ability, so specific entities can...
Mario [Sun, 17 Jun 2018 06:33:08 +0000 (16:33 +1000)]
Implement a proper Heal function for the Arc's ability, so specific entities can handle the way they're healed

5 years agoMerge branch 'master' into Lyberta/TeamplayOverhaul
Lyberta [Sun, 17 Jun 2018 00:34:27 +0000 (03:34 +0300)]
Merge branch 'master' into Lyberta/TeamplayOverhaul

5 years agoAdded small note for myself.
Lyberta [Sat, 16 Jun 2018 23:48:34 +0000 (02:48 +0300)]
Added small note for myself.

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