]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
15 months agoMerge branch 'bones_was_here/gunoffset' into 'master'
terencehill [Sat, 31 Dec 2022 23:37:05 +0000 (23:37 +0000)]
Merge branch 'bones_was_here/gunoffset' into 'master'

Implement cl_gunoffset and related fixes and refactoring

Closes #2374 and #2017

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

15 months agoMerge branch 'Mario/simple_ammo_pickupevalfunc' into 'master'
terencehill [Sat, 31 Dec 2022 17:49:15 +0000 (17:49 +0000)]
Merge branch 'Mario/simple_ammo_pickupevalfunc' into 'master'

Clean up ammo_pickupevalfunc to not reference items directly

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

15 months agoClean up ammo_pickupevalfunc to not reference items directly
Mario [Sat, 31 Dec 2022 17:49:15 +0000 (17:49 +0000)]
Clean up ammo_pickupevalfunc to not reference items directly

15 months agoMerge branch 'z411/annce_queue' into 'master'
bones_was_here [Sat, 31 Dec 2022 12:17:55 +0000 (12:17 +0000)]
Merge branch 'z411/annce_queue' into 'master'

Implemented announcer queue

Closes #1358

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

15 months agoMerge branch 'Mario/undeprecate_weapon_cleanup' into 'master'
terencehill [Fri, 30 Dec 2022 14:32:07 +0000 (14:32 +0000)]
Merge branch 'Mario/undeprecate_weapon_cleanup' into 'master'

Add a registry field for renamed weapons to define their previous name to maintain compatibility

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

15 months agoAdd a registry field for renamed weapons to define their previous name to maintain...
Mario [Fri, 30 Dec 2022 14:32:07 +0000 (14:32 +0000)]
Add a registry field for renamed weapons to define their previous name to maintain compatibility

15 months agoMerge branch 'drjaska/fireball-bot-firing-flip-fix' into 'master'
terencehill [Thu, 29 Dec 2022 16:49:15 +0000 (16:49 +0000)]
Merge branch 'drjaska/fireball-bot-firing-flip-fix' into 'master'

flip bot_primary_fireballmooth boolean so bots are able to fire fireball alt fire randomly

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

15 months agoflip bot_primary_fireballmooth boolean so bots are able to fire fireball alt fire...
Dr. Jaska [Thu, 29 Dec 2022 16:49:15 +0000 (16:49 +0000)]
flip bot_primary_fireballmooth boolean so bots are able to fire fireball alt fire randomly

16 months agotrigger_hurt q3compat: always damage player at 20hz in "fast" mode
bones_was_here [Tue, 27 Dec 2022 16:07:36 +0000 (02:07 +1000)]
trigger_hurt q3compat: always damage player at 20hz in "fast" mode

Although Q3A and Q3TA damage the player at the ticrate, CPMA and DeFRaG
hard-code trigger_hurt to 20hz (matching Q3A/Q3TA default ticrate) to
make gameplay consistent across all ticrates.

On higher ticrate servers, this fixes the torches on dfwc04-3, the lava
on ct3dm5, etc.

16 months agoTransifex autosync
Rudolf Polzer [Tue, 27 Dec 2022 06:23:57 +0000 (07:23 +0100)]
Transifex autosync

16 months agoTransifex autosync
Rudolf Polzer [Mon, 26 Dec 2022 06:24:02 +0000 (07:24 +0100)]
Transifex autosync

16 months agoMerge branch 'z411/gamemenu_cvar' into 'master'
terencehill [Sun, 25 Dec 2022 22:32:31 +0000 (22:32 +0000)]
Merge branch 'z411/gamemenu_cvar' into 'master'

Add menu_gamemenu client cvar to enable/disable the in-game menu

Closes #2732

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

16 months agoAdd menu_gamemenu client cvar for the in-game menu 1101/head
z411 [Fri, 25 Nov 2022 03:20:06 +0000 (00:20 -0300)]
Add menu_gamemenu client cvar for the in-game menu

16 months agoMerge branch 'Goodspeed/Naitlee/ChineseLocalizationUpdate' into 'master'
terencehill [Sun, 25 Dec 2022 18:27:22 +0000 (18:27 +0000)]
Merge branch 'Goodspeed/Naitlee/ChineseLocalizationUpdate' into 'master'

Localization: update translation names for zh series

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

16 months agoTransifex autosync
Rudolf Polzer [Sun, 25 Dec 2022 06:24:36 +0000 (07:24 +0100)]
Transifex autosync

16 months agoMerge branch 'Mario/minor_fixes' into 'master'
terencehill [Sun, 25 Dec 2022 02:08:11 +0000 (02:08 +0000)]
Merge branch 'Mario/minor_fixes' into 'master'

Several fixes for minor issues

Closes #2135, #2360, #2704, #2734, #2749, and #2751

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

16 months agoIncrease cl_casings_ticrate for better quality with cl_casings_sloppy 0 1100/head
bones_was_here [Sat, 24 Dec 2022 11:43:02 +0000 (21:43 +1000)]
Increase cl_casings_ticrate for better quality with cl_casings_sloppy 0

Closes #2374

16 months agoUse model size for casing bbox
bones_was_here [Sat, 24 Dec 2022 11:42:48 +0000 (21:42 +1000)]
Use model size for casing bbox

Fixes floating slightly off the ground or poking into solids
horizontally

16 months agoDelete casings that spawn in a solid to avoid glitchy behaviour
bones_was_here [Sat, 24 Dec 2022 11:42:35 +0000 (21:42 +1000)]
Delete casings that spawn in a solid to avoid glitchy behaviour

This is cheaper on CPU time than doing it on the server since the client
performs the trace anyway

16 months agoReduce overhead when deleting casings
bones_was_here [Sat, 24 Dec 2022 11:42:32 +0000 (21:42 +1000)]
Reduce overhead when deleting casings

16 months agoRemove unused parameters of SpawnCasing()
bones_was_here [Sat, 24 Dec 2022 11:42:29 +0000 (21:42 +1000)]
Remove unused parameters of SpawnCasing()

16 months agoSignificantly reduce the spin applied to casings
bones_was_here [Sat, 24 Dec 2022 11:42:24 +0000 (21:42 +1000)]
Significantly reduce the spin applied to casings

16 months agoMake bullet cases more bouncy than shell cases
bones_was_here [Sat, 24 Dec 2022 11:42:20 +0000 (21:42 +1000)]
Make bullet cases more bouncy than shell cases

16 months agoSave a byte on each casing message by omitting roll angle
bones_was_here [Sat, 24 Dec 2022 11:42:14 +0000 (21:42 +1000)]
Save a byte on each casing message by omitting roll angle

16 months agoupdate translation names and coverage for Chinese 1115/head
Naitlee [Sat, 24 Dec 2022 08:42:05 +0000 (16:42 +0800)]
update translation names and coverage for Chinese

This commit is requested by Naitlee, forwarded by William Goodspeed.

16 months agoSmall cleanup
terencehill [Thu, 22 Dec 2022 23:29:52 +0000 (00:29 +0100)]
Small cleanup

16 months agoFix server icons of the first entries of each group being smaller than others if...
terencehill [Thu, 22 Dec 2022 23:20:34 +0000 (00:20 +0100)]
Fix server icons of the first entries of each group being smaller than others if categories aren't enabled

16 months agoFix #2784 "Serverlist icon tooltips are wrongly offset" if categories aren't enabled...
terencehill [Thu, 22 Dec 2022 23:16:21 +0000 (00:16 +0100)]
Fix #2784 "Serverlist icon tooltips are wrongly offset" if categories aren't enabled (and slightly wrongly offset if categories are enabled). Also improve icons display:

* center only the visible icons in the icons column
* don't spawn the tooltip when mouse is hovering over the invisible IP icon
* don't show bigger icons if categories aren't enabled since the icons column can't be resized on the fly

16 months agoTransifex autosync
Rudolf Polzer [Thu, 22 Dec 2022 06:23:56 +0000 (07:23 +0100)]
Transifex autosync

16 months agoFix #2783 (natural/napierian logarithm)
LegendaryGuard [Wed, 21 Dec 2022 16:35:20 +0000 (17:35 +0100)]
Fix #2783 (natural/napierian logarithm)

16 months agoTransifex autosync
Rudolf Polzer [Wed, 21 Dec 2022 06:23:55 +0000 (07:23 +0100)]
Transifex autosync

16 months agoTransifex autosync
Rudolf Polzer [Tue, 20 Dec 2022 06:23:45 +0000 (07:23 +0100)]
Transifex autosync

16 months agoTransifex autosync
Rudolf Polzer [Mon, 19 Dec 2022 06:23:45 +0000 (07:23 +0100)]
Transifex autosync

16 months agoTransifex autosync
Rudolf Polzer [Sat, 17 Dec 2022 06:23:44 +0000 (07:23 +0100)]
Transifex autosync

16 months agoTransifex autosync
Rudolf Polzer [Fri, 16 Dec 2022 06:23:47 +0000 (07:23 +0100)]
Transifex autosync

16 months agoTransifex autosync
Rudolf Polzer [Thu, 15 Dec 2022 06:23:44 +0000 (07:23 +0100)]
Transifex autosync

16 months agoTransifex autosync
Rudolf Polzer [Wed, 14 Dec 2022 06:24:22 +0000 (07:24 +0100)]
Transifex autosync

16 months agoTransifex autosync
Rudolf Polzer [Tue, 13 Dec 2022 06:23:48 +0000 (07:23 +0100)]
Transifex autosync

16 months agoCheck PVS before sending casings
bones_was_here [Tue, 22 Nov 2022 15:26:58 +0000 (01:26 +1000)]
Check PVS before sending casings

...to players who don't own them and aren't spectating their owner

16 months agoSome viewmodel_draw() optimisations
bones_was_here [Tue, 22 Nov 2022 03:50:15 +0000 (13:50 +1000)]
Some viewmodel_draw() optimisations

16 months agoImplement cl_gunoffset: adjusts position of first person weapon viewmodel
bones_was_here [Tue, 22 Nov 2022 03:50:09 +0000 (13:50 +1000)]
Implement cl_gunoffset: adjusts position of first person weapon viewmodel

Fixes first person viewmodel casings being drawn on spectating clients
with r_drawviewmodel 0 set.

Fixes casing bitflag(s) being sent to clients other than the intended one(s).

Includes casing-related refactoring.

16 months agoTransifex autosync
Rudolf Polzer [Mon, 12 Dec 2022 06:23:45 +0000 (07:23 +0100)]
Transifex autosync

16 months agoTransifex autosync
Rudolf Polzer [Sun, 11 Dec 2022 06:24:24 +0000 (07:24 +0100)]
Transifex autosync

16 months agoTransifex autosync
Rudolf Polzer [Sat, 10 Dec 2022 06:23:46 +0000 (07:23 +0100)]
Transifex autosync

16 months agoTransifex autosync
Rudolf Polzer [Fri, 9 Dec 2022 06:23:48 +0000 (07:23 +0100)]
Transifex autosync

16 months agoTransifex autosync
Rudolf Polzer [Thu, 8 Dec 2022 06:23:47 +0000 (07:23 +0100)]
Transifex autosync

16 months agoMerge branch 'Mario/door_rotating_fix' into 'master'
bones_was_here [Wed, 7 Dec 2022 14:30:37 +0000 (14:30 +0000)]
Merge branch 'Mario/door_rotating_fix' into 'master'

Fix error spam that occurs when standing in the way of rotating doors

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

16 months agoTransifex autosync
Rudolf Polzer [Wed, 7 Dec 2022 06:23:47 +0000 (07:23 +0100)]
Transifex autosync

16 months agoMerge branch 'Mario/item_skins' into 'master'
LegendaryGuard [Wed, 7 Dec 2022 00:19:37 +0000 (00:19 +0000)]
Merge branch 'Mario/item_skins' into 'master'

Allow mappers to define item skins

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

16 months agoAllow mappers to define item skins 1107/head
Mario [Tue, 6 Dec 2022 08:06:42 +0000 (18:06 +1000)]
Allow mappers to define item skins

16 months agoTransifex autosync
Rudolf Polzer [Tue, 6 Dec 2022 06:23:37 +0000 (07:23 +0100)]
Transifex autosync

16 months agoTransifex autosync
Rudolf Polzer [Mon, 5 Dec 2022 06:23:45 +0000 (07:23 +0100)]
Transifex autosync

16 months agoRevert "Make messages translatable for trigger_hurt, target_kill, various movers"
bones_was_here [Sun, 4 Dec 2022 18:42:29 +0000 (04:42 +1000)]
Revert "Make messages translatable for trigger_hurt, target_kill, various movers"

This reverts commit a67a9c050b8e05e2f1b49b395c83a99d22ba5d78.

16 months agoMake messages translatable for trigger_hurt, target_kill, various movers
bones_was_here [Sun, 4 Dec 2022 16:41:36 +0000 (02:41 +1000)]
Make messages translatable for trigger_hurt, target_kill, various movers

Closes #2778

16 months agoFix error spam that occurs when standing in the way of rotating doors 1105/head
Mario [Sun, 4 Dec 2022 11:16:20 +0000 (21:16 +1000)]
Fix error spam that occurs when standing in the way of rotating doors

16 months agoTransifex autosync
Rudolf Polzer [Sun, 4 Dec 2022 06:24:24 +0000 (07:24 +0100)]
Transifex autosync

16 months agoTransifex autosync
Rudolf Polzer [Sat, 3 Dec 2022 06:23:35 +0000 (07:23 +0100)]
Transifex autosync

16 months agoOptimize damageeffects code a bit; also fix whitespace
terencehill [Sat, 3 Dec 2022 00:24:57 +0000 (01:24 +0100)]
Optimize damageeffects code a bit; also fix whitespace

16 months agoMerge branch 'Mario/droptofloor_outofsolid' into 'master'
bones_was_here [Fri, 2 Dec 2022 17:27:34 +0000 (17:27 +0000)]
Merge branch 'Mario/droptofloor_outofsolid' into 'master'

Make sv_gameplayfix_droptofloorstartsolid_nudgetocorrect functional again

Closes #2774

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

16 months agoCorrectly show particle fx and decal when a grenade stuck on the ceiling explodes...
terencehill [Fri, 2 Dec 2022 15:34:14 +0000 (16:34 +0100)]
Correctly show particle fx and decal when a grenade stuck on the ceiling explodes (see 0889fb8c for a similar fix to electro orbs)

16 months agoFix glow color of dropped weapons
terencehill [Fri, 2 Dec 2022 15:25:16 +0000 (16:25 +0100)]
Fix glow color of dropped weapons

16 months agopipeline: don't rename _init.bsp to gitlab-ci.bsp, it causes confusion
bones_was_here [Fri, 2 Dec 2022 14:58:26 +0000 (00:58 +1000)]
pipeline: don't rename _init.bsp to gitlab-ci.bsp, it causes confusion

16 months agoTransifex autosync
Rudolf Polzer [Fri, 2 Dec 2022 06:23:43 +0000 (07:23 +0100)]
Transifex autosync

16 months agoTransifex autosync
Rudolf Polzer [Thu, 1 Dec 2022 06:23:36 +0000 (07:23 +0100)]
Transifex autosync

16 months agoMerge branch 'z411/ca-prevent-observer' into 'master'
terencehill [Wed, 30 Nov 2022 15:41:11 +0000 (15:41 +0000)]
Merge branch 'z411/ca-prevent-observer' into 'master'

Add option to disable freecam (observer) in Clan Arena (enabled by default in XPM)

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

16 months agoAdd option to disable freecam (observer) in Clan Arena (enabled by default in XPM)
z411 [Wed, 30 Nov 2022 15:41:11 +0000 (15:41 +0000)]
Add option to disable freecam (observer) in Clan Arena (enabled by default in XPM)

16 months agoRemove no longer used g_monster_mage_heal_self cvar from configuration 1095/head
Mario [Wed, 30 Nov 2022 01:29:08 +0000 (11:29 +1000)]
Remove no longer used g_monster_mage_heal_self cvar from configuration

16 months agoFix mismatching whitespace
Mario [Tue, 29 Nov 2022 13:03:16 +0000 (23:03 +1000)]
Fix mismatching whitespace

16 months agopipeline: prefer to skip gmqcc build by downloading from beta.xonotic.org and update...
bones_was_here [Tue, 29 Nov 2022 07:09:06 +0000 (17:09 +1000)]
pipeline: prefer to skip gmqcc build by downloading from beta.xonotic.org and update DP URL

16 months agopipeline: attempt to skip DP build by downloading from beta.xonotic.org and make...
bones_was_here [Mon, 28 Nov 2022 20:34:03 +0000 (06:34 +1000)]
pipeline: attempt to skip DP build by downloading from beta.xonotic.org and make wget less verbose

16 months agoIf the entity cannot be unstuck when dropping it to the floor, mark it as on ground... 1084/head
Mario [Mon, 28 Nov 2022 02:59:56 +0000 (12:59 +1000)]
If the entity cannot be unstuck when dropping it to the floor, mark it as on ground to avoid physics attempting to drop it, work around #2774

17 months agoTransifex autosync
Rudolf Polzer [Sun, 27 Nov 2022 06:24:26 +0000 (07:24 +0100)]
Transifex autosync

17 months agoMerge branch 'z411/info_cleanup' into 'master'
Mario [Sun, 27 Nov 2022 02:20:48 +0000 (02:20 +0000)]
Merge branch 'z411/info_cleanup' into 'master'

Cleanup obsolete warmup info messages

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

17 months agoMerge branch 'Mario/qcphysics_tweaks' into 'master'
Mario [Sun, 27 Nov 2022 02:16:58 +0000 (02:16 +0000)]
Merge branch 'Mario/qcphysics_tweaks' into 'master'

Some minor tweaks to the QC physics logic

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

17 months agoSome minor tweaks to the QC physics logic
Mario [Sun, 27 Nov 2022 02:16:58 +0000 (02:16 +0000)]
Some minor tweaks to the QC physics logic

17 months agoMerge branch 'Mario/vortex_playercolors' into 'master'
Mario [Sun, 27 Nov 2022 01:52:10 +0000 (01:52 +0000)]
Merge branch 'Mario/vortex_playercolors' into 'master'

Use the player's color for Vortex charging instead of predefined colors

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

17 months agoUse the player's color for Vortex charging instead of predefined colors
Mario [Sun, 27 Nov 2022 01:52:10 +0000 (01:52 +0000)]
Use the player's color for Vortex charging instead of predefined colors

17 months agoTransifex autosync
Rudolf Polzer [Wed, 23 Nov 2022 06:23:36 +0000 (07:23 +0100)]
Transifex autosync

17 months agoSet the entity's origin to the trace position before moving it out of solid
Mario [Wed, 23 Nov 2022 00:41:18 +0000 (10:41 +1000)]
Set the entity's origin to the trace position before moving it out of solid

17 months agoTransifex autosync
Rudolf Polzer [Tue, 22 Nov 2022 06:23:38 +0000 (07:23 +0100)]
Transifex autosync

17 months agoMerge branch 'bones_was_here/sandbox_object_fix' into 'master'
terencehill [Mon, 21 Nov 2022 07:55:22 +0000 (07:55 +0000)]
Merge branch 'bones_was_here/sandbox_object_fix' into 'master'

Work around float precision problems with scaled model bboxes

Closes #2742

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

17 months agoTransifex autosync
Rudolf Polzer [Mon, 21 Nov 2022 06:23:35 +0000 (07:23 +0100)]
Transifex autosync

17 months agoUpdate g_ctf_dropped_capture_delay description to note that it counts from when the...
Mario [Mon, 21 Nov 2022 04:16:38 +0000 (14:16 +1000)]
Update g_ctf_dropped_capture_delay description to note that it counts from when the flag lands on the ground

17 months agoTransifex autosync
Rudolf Polzer [Sun, 20 Nov 2022 06:24:12 +0000 (07:24 +0100)]
Transifex autosync

17 months agoTransifex autosync
Rudolf Polzer [Sat, 19 Nov 2022 06:23:39 +0000 (07:23 +0100)]
Transifex autosync

17 months agoMerge branch 'terencehill/blocking_mover_fix' into 'master'
bones_was_here [Fri, 18 Nov 2022 07:15:03 +0000 (07:15 +0000)]
Merge branch 'terencehill/blocking_mover_fix' into 'master'

Fix #2744 "Blocking of bmodel movers is broken"

Closes #2744

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

17 months agoAdjust g_ctf_dropped_capture_delay to 1 second by default, down from 1.5 seconds
Mario [Fri, 18 Nov 2022 03:38:27 +0000 (13:38 +1000)]
Adjust g_ctf_dropped_capture_delay to 1 second by default, down from 1.5 seconds

17 months agoTransifex autosync
Rudolf Polzer [Tue, 15 Nov 2022 06:23:44 +0000 (07:23 +0100)]
Transifex autosync

17 months agoStart the dropped capture timer when the flag touches the ground rather than when...
Mario [Mon, 14 Nov 2022 10:10:19 +0000 (20:10 +1000)]
Start the dropped capture timer when the flag touches the ground rather than when it's thrown, fixes #2135

17 months agoFix a compilation error
Mario [Mon, 14 Nov 2022 09:35:08 +0000 (19:35 +1000)]
Fix a compilation error

17 months agoDisable some warnings that serve no purpose, fixes #2360
Mario [Mon, 14 Nov 2022 09:31:34 +0000 (19:31 +1000)]
Disable some warnings that serve no purpose, fixes #2360

17 months agoTransifex autosync
Rudolf Polzer [Mon, 14 Nov 2022 06:23:37 +0000 (07:23 +0100)]
Transifex autosync

17 months agoTransifex autosync
Rudolf Polzer [Sun, 13 Nov 2022 06:24:19 +0000 (07:24 +0100)]
Transifex autosync

17 months agoPrepare for battle can be queued. 1075/head
z411 [Sat, 12 Nov 2022 05:02:52 +0000 (02:02 -0300)]
Prepare for battle can be queued.

17 months agoReverting announcer queue default to 2 seconds
z411 [Sat, 12 Nov 2022 04:43:24 +0000 (01:43 -0300)]
Reverting announcer queue default to 2 seconds

Most announcers are longer than 2 seconds because most of them
have around 500ms of silence at the beginning. Using soundlength
actually makes them wait longer than they should. 2 seconds
seems like a better default for most announcers and it's more
consistent.

17 months agoFixed announcer queue bug where queue time wouldn't get calculated properly with...
z411 [Sat, 12 Nov 2022 04:41:51 +0000 (01:41 -0300)]
Fixed announcer queue bug where queue time wouldn't get calculated properly with soundlength

17 months agoSimplify announcer queue code
z411 [Sat, 12 Nov 2022 04:39:45 +0000 (01:39 -0300)]
Simplify announcer queue code

17 months agoRemove the "corrupted" skin from the Mage as the effect of it is very unclear, fixes...
Mario [Sat, 12 Nov 2022 03:58:35 +0000 (13:58 +1000)]
Remove the "corrupted" skin from the Mage as the effect of it is very unclear, fixes #2704

17 months agoAdd an option to allow monsters to drop their items in CTS (off by default), fixes...
Mario [Sat, 12 Nov 2022 03:49:26 +0000 (13:49 +1000)]
Add an option to allow monsters to drop their items in CTS (off by default), fixes #2734

17 months agoAbort processing a monster's dropped item if it couldn't be placed, resolves the...
Mario [Sat, 12 Nov 2022 03:38:23 +0000 (13:38 +1000)]
Abort processing a monster's dropped item if it couldn't be placed, resolves the error produced by #2734