]>
git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
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
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
Mario [Sat, 31 Dec 2022 17:49:15 +0000 (17:49 +0000)]
Clean up ammo_pickupevalfunc to not reference items directly
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
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
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
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
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
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.
Rudolf Polzer [Tue, 27 Dec 2022 06:23:57 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Mon, 26 Dec 2022 06:24:02 +0000 (07:24 +0100)]
Transifex autosync
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
z411 [Fri, 25 Nov 2022 03:20:06 +0000 (00:20 -0300)]
Add menu_gamemenu client cvar for the in-game menu
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
Rudolf Polzer [Sun, 25 Dec 2022 06:24:36 +0000 (07:24 +0100)]
Transifex autosync
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
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
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
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
bones_was_here [Sat, 24 Dec 2022 11:42:32 +0000 (21:42 +1000)]
Reduce overhead when deleting casings
bones_was_here [Sat, 24 Dec 2022 11:42:29 +0000 (21:42 +1000)]
Remove unused parameters of SpawnCasing()
bones_was_here [Sat, 24 Dec 2022 11:42:24 +0000 (21:42 +1000)]
Significantly reduce the spin applied to casings
bones_was_here [Sat, 24 Dec 2022 11:42:20 +0000 (21:42 +1000)]
Make bullet cases more bouncy than shell cases
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
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.
terencehill [Thu, 22 Dec 2022 23:29:52 +0000 (00:29 +0100)]
Small cleanup
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
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
Rudolf Polzer [Thu, 22 Dec 2022 06:23:56 +0000 (07:23 +0100)]
Transifex autosync
LegendaryGuard [Wed, 21 Dec 2022 16:35:20 +0000 (17:35 +0100)]
Fix #2783 (natural/napierian logarithm)
Rudolf Polzer [Wed, 21 Dec 2022 06:23:55 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Tue, 20 Dec 2022 06:23:45 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Mon, 19 Dec 2022 06:23:45 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Sat, 17 Dec 2022 06:23:44 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Fri, 16 Dec 2022 06:23:47 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Thu, 15 Dec 2022 06:23:44 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Wed, 14 Dec 2022 06:24:22 +0000 (07:24 +0100)]
Transifex autosync
Rudolf Polzer [Tue, 13 Dec 2022 06:23:48 +0000 (07:23 +0100)]
Transifex autosync
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
bones_was_here [Tue, 22 Nov 2022 03:50:15 +0000 (13:50 +1000)]
Some viewmodel_draw() optimisations
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.
Rudolf Polzer [Mon, 12 Dec 2022 06:23:45 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Sun, 11 Dec 2022 06:24:24 +0000 (07:24 +0100)]
Transifex autosync
Rudolf Polzer [Sat, 10 Dec 2022 06:23:46 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Fri, 9 Dec 2022 06:23:48 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Thu, 8 Dec 2022 06:23:47 +0000 (07:23 +0100)]
Transifex autosync
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
Rudolf Polzer [Wed, 7 Dec 2022 06:23:47 +0000 (07:23 +0100)]
Transifex autosync
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
Mario [Tue, 6 Dec 2022 08:06:42 +0000 (18:06 +1000)]
Allow mappers to define item skins
Rudolf Polzer [Tue, 6 Dec 2022 06:23:37 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Mon, 5 Dec 2022 06:23:45 +0000 (07:23 +0100)]
Transifex autosync
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 .
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
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
Rudolf Polzer [Sun, 4 Dec 2022 06:24:24 +0000 (07:24 +0100)]
Transifex autosync
Rudolf Polzer [Sat, 3 Dec 2022 06:23:35 +0000 (07:23 +0100)]
Transifex autosync
terencehill [Sat, 3 Dec 2022 00:24:57 +0000 (01:24 +0100)]
Optimize damageeffects code a bit; also fix whitespace
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
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)
terencehill [Fri, 2 Dec 2022 15:25:16 +0000 (16:25 +0100)]
Fix glow color of dropped weapons
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
Rudolf Polzer [Fri, 2 Dec 2022 06:23:43 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Thu, 1 Dec 2022 06:23:36 +0000 (07:23 +0100)]
Transifex autosync
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
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)
Mario [Wed, 30 Nov 2022 01:29:08 +0000 (11:29 +1000)]
Remove no longer used g_monster_mage_heal_self cvar from configuration
Mario [Tue, 29 Nov 2022 13:03:16 +0000 (23:03 +1000)]
Fix mismatching whitespace
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
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
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
Rudolf Polzer [Sun, 27 Nov 2022 06:24:26 +0000 (07:24 +0100)]
Transifex autosync
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
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
Mario [Sun, 27 Nov 2022 02:16:58 +0000 (02:16 +0000)]
Some minor tweaks to the QC physics logic
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
Mario [Sun, 27 Nov 2022 01:52:10 +0000 (01:52 +0000)]
Use the player's color for Vortex charging instead of predefined colors
Rudolf Polzer [Wed, 23 Nov 2022 06:23:36 +0000 (07:23 +0100)]
Transifex autosync
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
Rudolf Polzer [Tue, 22 Nov 2022 06:23:38 +0000 (07:23 +0100)]
Transifex autosync
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
Rudolf Polzer [Mon, 21 Nov 2022 06:23:35 +0000 (07:23 +0100)]
Transifex autosync
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
Rudolf Polzer [Sun, 20 Nov 2022 06:24:12 +0000 (07:24 +0100)]
Transifex autosync
Rudolf Polzer [Sat, 19 Nov 2022 06:23:39 +0000 (07:23 +0100)]
Transifex autosync
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
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
Rudolf Polzer [Tue, 15 Nov 2022 06:23:44 +0000 (07:23 +0100)]
Transifex autosync
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
Mario [Mon, 14 Nov 2022 09:35:08 +0000 (19:35 +1000)]
Fix a compilation error
Mario [Mon, 14 Nov 2022 09:31:34 +0000 (19:31 +1000)]
Disable some warnings that serve no purpose, fixes #2360
Rudolf Polzer [Mon, 14 Nov 2022 06:23:37 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Sun, 13 Nov 2022 06:24:19 +0000 (07:24 +0100)]
Transifex autosync
z411 [Sat, 12 Nov 2022 05:02:52 +0000 (02:02 -0300)]
Prepare for battle can be queued.
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.
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
z411 [Sat, 12 Nov 2022 04:39:45 +0000 (01:39 -0300)]
Simplify announcer queue code
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
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
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