]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
7 weeks agoShow Tuba in the keybinds input list 1457/head
otta8634 [Sun, 9 Feb 2025 07:38:32 +0000 (15:38 +0800)]
Show Tuba in the keybinds input list

Previously it wasn't shown, despite having a unique weapon impulse alias (weapon_arc).

7 weeks agoReplace the long menu weapon group names with their number
otta8634 [Fri, 7 Feb 2025 15:35:47 +0000 (23:35 +0800)]
Replace the long menu weapon group names with their number

E.g. "Crylink / Heavy Laser Assault Cannon" (so long that it couldn't even fit) -> "weapon group 6".

7 weeks agoRemove duplicate code in qcsrc/menu/xonotic/keybinder.qc
otta8634 [Fri, 7 Feb 2025 15:14:29 +0000 (23:14 +0800)]
Remove duplicate code in qcsrc/menu/xonotic/keybinder.qc

Merged some duplicate code into a function KeyBinder_Bind_UnbindAllForFunction.

8 weeks agoAdd menu tree icons for luminos and wickedx themes
bones_was_here [Tue, 4 Feb 2025 15:31:23 +0000 (01:31 +1000)]
Add menu tree icons for luminos and wickedx themes

Rendered from .svg files in the mediasource directory using the scripts
there.

8 weeks agoApply standard code style to qcsrc/menu/xonotic/keybinder.qc
otta8634 [Tue, 4 Feb 2025 07:08:50 +0000 (15:08 +0800)]
Apply standard code style to qcsrc/menu/xonotic/keybinder.qc

8 weeks agoDraw fixed keybinds darker in the menu
otta8634 [Tue, 4 Feb 2025 07:03:49 +0000 (15:03 +0800)]
Draw fixed keybinds darker in the menu

This makes it more obvious that they're immutable.
Did this by adding (COLOR|ALPHA)_KEYGRABBER_KEYS_IMMUTABLE to skinvalues.
- Used the same as the *_KEYGRABBER_KEYS values, with COLOR divided by 2 roughly.

8 weeks agoRemove legacy 0.1 config backwards compatibility
otta8634 [Tue, 4 Feb 2025 06:32:28 +0000 (14:32 +0800)]
Remove legacy 0.1 config backwards compatibility

This code is over 14 years old. Hopefully no complaints now that it's removed.

8 weeks agoAllow binding weapons individually in the menu
otta8634 [Tue, 4 Feb 2025 06:27:05 +0000 (14:27 +0800)]
Allow binding weapons individually in the menu

Previously weapon-groups could only be bound via the menu, meaning a player can't set a separate bind for Crylink and HLAC (for example).
Added individual weapon bind keys under the group key in the menu.
- Binding a group key will unbind all the child weapon binds, so that the user doesn't end up with multiple binds set for the one weapon. This is of course a legitimate thing to do, but is likely too confusing for inexperienced players.
Added tree icons to make it more obvious which weapons are a part of the group.
- Currently there's no tree icons for wickedx or luminos.
Since this now shows weapon icons along with their names, this is enough to complete the menu-side of #2065.

2 months agoTransifex autosync
Rudolf Polzer [Fri, 31 Jan 2025 06:23:14 +0000 (07:23 +0100)]
Transifex autosync

2 months agoTransifex autosync
Rudolf Polzer [Thu, 30 Jan 2025 06:23:17 +0000 (07:23 +0100)]
Transifex autosync

2 months agoMerge "Improve menu performance with Quake 3 maps installed"
terencehill [Wed, 29 Jan 2025 18:25:28 +0000 (18:25 +0000)]
Merge "Improve menu performance with Quake 3 maps installed"

Source branch: 'Mario/menu_maplist_lagfix_clean'
Target branch: 'master'

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

2 months agoImprove menu performance with Quake 3 maps installed
Mario [Wed, 29 Jan 2025 18:25:28 +0000 (18:25 +0000)]
Improve menu performance with Quake 3 maps installed

2 months agoTransifex autosync
Rudolf Polzer [Wed, 29 Jan 2025 06:23:12 +0000 (07:23 +0100)]
Transifex autosync

2 months agoMenu Settings/Game/Weapons: fix checkbox on the bottom overlapping the Apply button
terencehill [Wed, 29 Jan 2025 02:04:02 +0000 (03:04 +0100)]
Menu Settings/Game/Weapons: fix checkbox on the bottom overlapping the Apply button

Also fix non-empty string checks in a few display functions

2 months agoMerge "Use hud_skin when fetching images from /gfx/hud/"
terencehill [Wed, 29 Jan 2025 00:22:39 +0000 (00:22 +0000)]
Merge "Use hud_skin when fetching images from /gfx/hud/"

Source branch: 'k9er/use-correct-gfx'
Target branch: 'master'

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

2 months agoMerge "Keepaway: fix noncarrier damage being applied to ball carriers too"
terencehill [Tue, 28 Jan 2025 15:24:18 +0000 (15:24 +0000)]
Merge "Keepaway: fix noncarrier damage being applied to ball carriers too"

Source branch: 'terencehill/keyhunt_damage_fix'
Target branch: 'master'

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

2 months agoKeepaway: fix noncarrier damage being applied to ball carriers too 1451/head
terencehill [Tue, 28 Jan 2025 11:53:31 +0000 (12:53 +0100)]
Keepaway: fix noncarrier damage being applied to ball carriers too

This bug was introduced by 01bea1371

2 months agoUse hud_skin when fetching images from /gfx/hud/ 1450/head
otta8634 [Tue, 28 Jan 2025 13:39:33 +0000 (21:39 +0800)]
Use hud_skin when fetching images from /gfx/hud/

Previously some display methods (of Weapon, GameItem, StatusEffects, and Nades) tried to access `/gfx/hud/{menu_skin}`, when they should be accessing `/gfx/hud/{hud_skin}`.
This was introduced by 51c7e0a875.
Until !1412 this didn't cause any visible bugs because the display methods were never called, and consequently (after !1412) on menu skins other than `luma`, some or all weapon icons wouldn't show in the list.
This change fixes that issue.

2 months agoTransifex autosync
Rudolf Polzer [Tue, 28 Jan 2025 06:23:26 +0000 (07:23 +0100)]
Transifex autosync

2 months agoMerge "Get rid of all vector / float in server code"
Rudolf Polzer [Tue, 28 Jan 2025 01:46:17 +0000 (01:46 +0000)]
Merge "Get rid of all vector / float in server code"

Source branch: 'divVerent/fteqcc-compat'
Target branch: 'master'

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

2 months agoMerge "Clean up some weapon-specific references"
terencehill [Mon, 27 Jan 2025 22:27:53 +0000 (22:27 +0000)]
Merge "Clean up some weapon-specific references"

Source branch: 'Mario/weapon_reference_cleanup'
Target branch: 'master'

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

2 months agoClean up some weapon-specific references
Mario [Mon, 27 Jan 2025 22:27:53 +0000 (22:27 +0000)]
Clean up some weapon-specific references

2 months agoMerge "Make some team-specific particle effects team/player coloured"
terencehill [Mon, 27 Jan 2025 22:06:48 +0000 (22:06 +0000)]
Merge "Make some team-specific particle effects team/player coloured"

Source branch: 'Mario/effect_colors_v2'
Target branch: 'master'

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

2 months agoMake some team-specific particle effects team/player coloured
Mario [Mon, 27 Jan 2025 22:06:48 +0000 (22:06 +0000)]
Make some team-specific particle effects team/player coloured

2 months agoMerge "Added new cl_hooks, menu_cmd isdemo and fixed demoseeking.cfg"
Dr. Jaska [Mon, 27 Jan 2025 16:28:52 +0000 (16:28 +0000)]
Merge "Added new cl_hooks, menu_cmd isdemo and fixed demoseeking.cfg"

Source branch: 'drjaska/demohooks'
Target branch: 'master'

Closes #2970

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

2 months agoAdded new cl_hooks, menu_cmd isdemo and fixed demoseeking.cfg
Dr. Jaska [Mon, 27 Jan 2025 16:28:52 +0000 (16:28 +0000)]
Added new cl_hooks, menu_cmd isdemo and fixed demoseeking.cfg

2 months agoMerge "Fix a random client crash caused by leaking damage effect entities"
terencehill [Sun, 26 Jan 2025 14:54:38 +0000 (14:54 +0000)]
Merge "Fix a random client crash caused by leaking damage effect entities"

Source branch: 'Mario/arc_disconnect_fix'
Target branch: 'master'

Closes #2944

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

2 months agoMinor cleanup of a local copy of an autocvar 1447/head
Mario [Sun, 26 Jan 2025 12:41:20 +0000 (22:41 +1000)]
Minor cleanup of a local copy of an autocvar

2 months agoMerge "Campaign: fix turrets not firing in the Assault level"
terencehill [Sun, 26 Jan 2025 12:12:23 +0000 (12:12 +0000)]
Merge "Campaign: fix turrets not firing in the Assault level"

Source branch: 'terencehill/campaign_assault_fix'
Target branch: 'master'

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

2 months agoMerge "Show weapon icons in the menu weapon priority list"
terencehill [Sun, 26 Jan 2025 12:10:48 +0000 (12:10 +0000)]
Merge "Show weapon icons in the menu weapon priority list"

Source branch: 'k9er/wep-icons-in-menu'
Target branch: 'master'

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

2 months agoShow weapon icons in the menu weapon priority list
k9er [Sun, 26 Jan 2025 12:10:47 +0000 (12:10 +0000)]
Show weapon icons in the menu weapon priority list

2 months agoDelete the temporary gibslash entity if it returns early, fixes random crashes
Mario [Sun, 26 Jan 2025 12:09:13 +0000 (22:09 +1000)]
Delete the temporary gibslash entity if it returns early, fixes random crashes

2 months agoMerge "Whitelist some client cvar changes shown while playing as a listen server"
bones_was_here [Sun, 26 Jan 2025 08:12:28 +0000 (08:12 +0000)]
Merge "Whitelist some client cvar changes shown while playing as a listen server"

Source branch: 'Mario/client_cvars_whitelist'
Target branch: 'master'

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

2 months agoWhitelist some client cvar changes shown while playing as a listen server
Mario [Sun, 26 Jan 2025 08:12:27 +0000 (08:12 +0000)]
Whitelist some client cvar changes shown while playing as a listen server

2 months agoMerge "Check for a map-specific .arena file even when there's another one in the...
bones_was_here [Sun, 26 Jan 2025 08:02:18 +0000 (08:02 +0000)]
Merge "Check for a map-specific .arena file even when there's another one in the pk3"

Source branch: 'bones_was_here/q3arena_fileprecedence'
Target branch: 'master'

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

2 months agoq3compat: check for a map-specific .arena file even when there's another one in the pk3 1433/head
bones_was_here [Mon, 13 Jan 2025 08:27:37 +0000 (18:27 +1000)]
q3compat: check for a map-specific .arena file even when there's another one in the pk3

This allows the server admin to work around pk3s containing an .arena
file (or .defi file) that isn't valid for some map(s) in the pk3,
without modifying the pk3.
Or they could override the one in the pk3 (on a map-specific basis) to
change some value(s).

2 months agoMerge "Disable MachineGun spread damage multipliers when set to 0 for compatibility"
bones_was_here [Sun, 26 Jan 2025 07:53:19 +0000 (07:53 +0000)]
Merge "Disable MachineGun spread damage multipliers when set to 0 for compatibility"

Source branch: 'Mario/machinegun_damage_fix'
Target branch: 'master'

Closes #2954

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

2 months agoDisable MachineGun spread damage multipliers when set to 0 for compatibility
Mario [Sun, 26 Jan 2025 07:53:19 +0000 (07:53 +0000)]
Disable MachineGun spread damage multipliers when set to 0 for compatibility

2 months agoTransifex autosync
Rudolf Polzer [Sat, 25 Jan 2025 06:23:12 +0000 (07:23 +0100)]
Transifex autosync

2 months agoTransifex autosync
Rudolf Polzer [Fri, 24 Jan 2025 06:23:13 +0000 (07:23 +0100)]
Transifex autosync

2 months agoMerge "Fix bugs and complete implementation of weapon group notification and centrepr...
bones_was_here [Thu, 23 Jan 2025 17:36:25 +0000 (17:36 +0000)]
Merge "Fix bugs and complete implementation of weapon group notification and centreprint logic"

Source branch: 'bones_was_here/weapon_group_fixes'
Target branch: 'master'

Closes #2380

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

2 months agoGet rid of all vector / float in server code. 1442/head
Rudolf Polzer [Thu, 23 Jan 2025 16:32:34 +0000 (11:32 -0500)]
Get rid of all vector / float in server code.

It's a bit less accurate than it should be in GMQCC:

https://github.com/graphitemaster/gmqcc/issues/210

To get better equality between compilers, change the code so both
compilers emit the same.

2 months agoFix gitlab syntax highlighting
bones_was_here [Thu, 23 Jan 2025 12:35:54 +0000 (22:35 +1000)]
Fix gitlab syntax highlighting

:face_palm:

2 months agoTransifex autosync
Rudolf Polzer [Thu, 23 Jan 2025 06:23:19 +0000 (07:23 +0100)]
Transifex autosync

2 months agoMerge "Remove reliance of gmqcc allowing to overwrite builtin."
Rudolf Polzer [Wed, 22 Jan 2025 15:36:01 +0000 (15:36 +0000)]
Merge "Remove reliance of gmqcc allowing to overwrite builtin."

Source branch: 'divVerent/no-overwrite-builtins'
Target branch: 'master'

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

2 months agoRemove reliance of gmqcc allowing to overwrite builtin.
Rudolf Polzer [Wed, 22 Jan 2025 15:36:01 +0000 (15:36 +0000)]
Remove reliance of gmqcc allowing to overwrite builtin.

2 months agoMerge "Improve some Weapons panel dialog settings"
terencehill [Wed, 22 Jan 2025 14:38:22 +0000 (14:38 +0000)]
Merge "Improve some Weapons panel dialog settings"

Source branch: 'terencehill/weapon_panel_dialog_update'
Target branch: 'master'

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

2 months agoFTEQCC compile fixes for fields with accidentally wrong types.
Rudolf Polzer [Wed, 22 Jan 2025 14:16:52 +0000 (09:16 -0500)]
FTEQCC compile fixes for fields with accidentally wrong types.

No idea why this even compiled before in GMQCC...

2 months agoApply standard code style to sv_rules.q*
bones_was_here [Wed, 22 Jan 2025 12:06:14 +0000 (22:06 +1000)]
Apply standard code style to sv_rules.q*

2 months agog_warmup -1: when rounding to a team multiple, go up at the midpoint
bones_was_here [Wed, 22 Jan 2025 11:50:30 +0000 (21:50 +1000)]
g_warmup -1: when rounding to a team multiple, go up at the midpoint

It seems from much testing that a 5 players min DM map is more likely to
suit 3v3 TDM/FT/CA than 2v2.

See also: fd673ca98255dc41b080411c59712137b189079e !1082 and !1022

2 months agoMerge "StrafeHUD-Next, new StrafeHUD features + fixes and refactoring"
bones_was_here [Wed, 22 Jan 2025 11:43:57 +0000 (11:43 +0000)]
Merge "StrafeHUD-Next, new StrafeHUD features + fixes and refactoring"

Source branch: 'Juhu/strafehud-next'
Target branch: 'master'

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

2 months agoStrafeHUD-Next, new StrafeHUD features + fixes and refactoring
Juhu [Wed, 22 Jan 2025 11:43:57 +0000 (11:43 +0000)]
StrafeHUD-Next, new StrafeHUD features + fixes and refactoring

2 months agoMerge "Undo physics changes related to hash change of 0e542a1e"
bones_was_here [Wed, 22 Jan 2025 11:36:36 +0000 (11:36 +0000)]
Merge "Undo physics changes related to hash change of 0e542a1e"

Source branch: 'k9er/fix-phys-regressions'
Target branch: 'master'

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

2 months agoTransifex autosync
Rudolf Polzer [Wed, 22 Jan 2025 06:23:14 +0000 (07:23 +0100)]
Transifex autosync

2 months agoImprove some Weapons panel dialog settings: 1440/head
terencehill [Mon, 20 Jan 2025 23:16:58 +0000 (00:16 +0100)]
Improve some Weapons panel dialog settings:

* Rename "Show weapon ID as:" to "Show label:" (weapon is implicit)
* Turn "Show label:" into a checkbox so to get rid of the "None" option
* Add "Name" checkbox as "Show label:" option
* Rename "Weapon ID scale:" to "Scale:" (weapon label is implicit)
* Fix a few wrong dependencies introduced by xonotic/xonotic-data.pk3dir!1414

2 months agoTransifex autosync
Rudolf Polzer [Tue, 21 Jan 2025 06:23:18 +0000 (07:23 +0100)]
Transifex autosync

2 months agoMerge branch 'k9er/update-hudpanel-dialogs' into 'master'
terencehill [Mon, 20 Jan 2025 21:58:22 +0000 (21:58 +0000)]
Merge branch 'k9er/update-hudpanel-dialogs' into 'master'

Update hudpanel dialogs

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

2 months agoUpdate hudpanel dialogs
k9er [Mon, 20 Jan 2025 21:58:21 +0000 (21:58 +0000)]
Update hudpanel dialogs

2 months agoTransifex autosync
Rudolf Polzer [Mon, 20 Jan 2025 06:23:17 +0000 (07:23 +0100)]
Transifex autosync

2 months agoMerge branch 'k9er/scrollable-zoom' into 'master'
terencehill [Sun, 19 Jan 2025 18:54:07 +0000 (18:54 +0000)]
Merge branch 'k9er/scrollable-zoom' into 'master'

Implement zoom scrolling

Closes #2114

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

2 months agoImplement zoom scrolling
k9er [Sun, 19 Jan 2025 18:54:07 +0000 (18:54 +0000)]
Implement zoom scrolling

2 months agoMerge branch 'k9er/fix-autoswitch-regression' into 'master'
terencehill [Sun, 19 Jan 2025 18:33:10 +0000 (18:33 +0000)]
Merge branch 'k9er/fix-autoswitch-regression' into 'master'

Fix autoswitch bug from !1398

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

2 months agoFix autoswitch bug from !1398
k9er [Sun, 19 Jan 2025 18:33:10 +0000 (18:33 +0000)]
Fix autoswitch bug from !1398

2 months agoMerge branch 'k9er/improve-tooltips' into 'master'
terencehill [Sun, 19 Jan 2025 11:57:31 +0000 (11:57 +0000)]
Merge branch 'k9er/improve-tooltips' into 'master'

Improve advanced menu tooltips

Closes #2501 and #2482

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

2 months agoImprove advanced menu tooltips
k9er [Sun, 19 Jan 2025 11:57:30 +0000 (11:57 +0000)]
Improve advanced menu tooltips

2 months agoAdd campaign translator names in the translation files
terencehill [Sun, 19 Jan 2025 11:47:08 +0000 (12:47 +0100)]
Add campaign translator names in the translation files

2 months agoSome ecs physics cleanups and small optimizations 1438/head
otta8634 [Sat, 18 Jan 2025 08:02:42 +0000 (16:02 +0800)]
Some ecs physics cleanups and small optimizations

2 months agoUndo physics changes related to hash change of 0e542a1e
otta8634 [Sat, 18 Jan 2025 07:52:46 +0000 (15:52 +0800)]
Undo physics changes related to hash change of 0e542a1e

This commit altered how physics code works, changing the hash.
This is a regression.
The rest of the changes in 0e542a1e didn't update the hash, and logically speaking shouldn't alter how physics works.
Undid changes which led to the hash change, at the tiny cost of some lost regained performance.

2 months agoTransifex autosync
Rudolf Polzer [Fri, 17 Jan 2025 06:23:14 +0000 (07:23 +0100)]
Transifex autosync

2 months agoFix a regression regarding ExtraLife and Invisibility powerups
terencehill [Fri, 17 Jan 2025 02:07:23 +0000 (03:07 +0100)]
Fix a regression regarding ExtraLife and Invisibility powerups

Introduced by https://gitlab.com/xonotic/xonotic-data.pk3dir/-/merge_requests/1425

Also sync the ready command description with the ready alias description in commands.cfg

2 months agoTransifex autosync
Rudolf Polzer [Thu, 16 Jan 2025 06:23:14 +0000 (07:23 +0100)]
Transifex autosync

2 months agoMerge branch 'drjaska/moar_test' into 'master'
Dr. Jaska [Wed, 15 Jan 2025 07:22:46 +0000 (07:22 +0000)]
Merge branch 'drjaska/moar_test' into 'master'

Add genmod and cvar spelling into CI/CD tests

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

2 months agoAdd genmod and cvar spelling into CI/CD tests
Dr. Jaska [Wed, 15 Jan 2025 07:22:46 +0000 (07:22 +0000)]
Add genmod and cvar spelling into CI/CD tests

2 months agoTransifex autosync
Rudolf Polzer [Wed, 15 Jan 2025 06:23:22 +0000 (07:23 +0100)]
Transifex autosync

2 months agoMerge branch 'k9er/cts-autoswitch' into 'master'
terencehill [Tue, 14 Jan 2025 22:38:15 +0000 (22:38 +0000)]
Merge branch 'k9er/cts-autoswitch' into 'master'

Improve autoswitching options in CTS

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

2 months agoImprove autoswitching options in CTS
k9er [Tue, 14 Jan 2025 22:38:15 +0000 (22:38 +0000)]
Improve autoswitching options in CTS

2 months agoPrevent hidden weapons being revealed with waypoints and centreprints 1436/head
bones_was_here [Tue, 14 Jan 2025 15:30:41 +0000 (01:30 +1000)]
Prevent hidden weapons being revealed with waypoints and centreprints

Normally this issue isn't noticeable, but with
g_balance_blaster_weaponstart 0 the secret tubas were revealed by the
weapon_group_1 bind.

If all weapons in a group are HIDDEN, nothing is displayed when the
group bind is pressed.  This seems better than the alternatives:
- "AOL CD Thrower is not available"
- "@!#%'n Tuba is not available" even though it's in the secret room
- "No weapon in the group is available" but it's a lie

2 months agoImplement weapon availability warnings for custom weapon groups
bones_was_here [Tue, 14 Jan 2025 12:21:12 +0000 (22:21 +1000)]
Implement weapon availability warnings for custom weapon groups

Fixes "AOL CD Thrower is not available" (see previous commit and #2380)
when using a cl_weaponpriorityN custom weapon group and none of its
weapons are on the map.

Refactors and somewhat documents the `have_other` checking for
compatibility, performance and clarity.

2 months agoRemove duplicate code and fix div0 when warning about weapon availability
bones_was_here [Mon, 13 Jan 2025 22:05:29 +0000 (08:05 +1000)]
Remove duplicate code and fix div0 when warning about weapon availability

Fixes #2380 but doesn't add proper support for that feature (player is
informed that "AOL CD Thrower is not available").

2 months agoMerge branch 'Mario/hidden_weapons_spawn' into 'master'
bones_was_here [Tue, 14 Jan 2025 15:56:41 +0000 (15:56 +0000)]
Merge branch 'Mario/hidden_weapons_spawn' into 'master'

Fix Tuba not appearing in maps

Closes #2945

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

2 months agoMerge branch 'bones_was_here/ka_nodel' into 'master'
terencehill [Tue, 14 Jan 2025 14:29:02 +0000 (14:29 +0000)]
Merge branch 'bones_was_here/ka_nodel' into 'master'

Disable keepaway ball pickup delay

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

2 months agoDisable keepaway ball pickup delay 1432/head
bones_was_here [Fri, 7 Jul 2023 10:02:41 +0000 (20:02 +1000)]
Disable keepaway ball pickup delay

The delay was frustrating when getting a bckill in midair but being
unable to pick up the ball despite having travelled through it.

We still need to prevent instant pickup by the previous owner so the
ball can be dropped manually. Sharing a field from KH for this with the
same 0.5s delay as used when throwing a weapon.

2 months agoMerge branch 'k9er/implement-2562' into 'master'
terencehill [Mon, 13 Jan 2025 22:23:07 +0000 (22:23 +0000)]
Merge branch 'k9er/implement-2562' into 'master'

Split up nades & buffs into individual files

Closes #2562

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

2 months agoSplit up nades & buffs into individual files
k9er [Mon, 13 Jan 2025 22:23:07 +0000 (22:23 +0000)]
Split up nades & buffs into individual files

2 months agoMerge branch 'k9er/compress-genmod' into 'master'
terencehill [Mon, 13 Jan 2025 20:50:05 +0000 (20:50 +0000)]
Merge branch 'k9er/compress-genmod' into 'master'

Merge adjacent identical ifdefs in genmod

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

2 months agoMerge adjacent identical ifdefs in genmod
k9er [Mon, 13 Jan 2025 20:50:05 +0000 (20:50 +0000)]
Merge adjacent identical ifdefs in genmod

2 months agoMerge branch 'k9er/improve-wep-colors' into 'master'
terencehill [Mon, 13 Jan 2025 18:06:32 +0000 (18:06 +0000)]
Merge branch 'k9er/improve-wep-colors' into 'master'

Improve weapon colors, and make HLAC green

Closes #2278

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

2 months agoImprove weapon colors, and make HLAC green
k9er [Mon, 13 Jan 2025 18:06:31 +0000 (18:06 +0000)]
Improve weapon colors, and make HLAC green

2 months agoMerge branch 'k9er/give-ammo-color' into 'master'
terencehill [Mon, 13 Jan 2025 17:51:26 +0000 (17:51 +0000)]
Merge branch 'k9er/give-ammo-color' into 'master'

Color the ammo hud text and progressbars

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

2 months agoColor the ammo hud text and progressbars
k9er [Mon, 13 Jan 2025 17:51:25 +0000 (17:51 +0000)]
Color the ammo hud text and progressbars

2 months agoTransifex autosync
Rudolf Polzer [Sat, 11 Jan 2025 06:23:16 +0000 (07:23 +0100)]
Transifex autosync

2 months agoCode cleanup
terencehill [Fri, 10 Jan 2025 22:46:59 +0000 (23:46 +0100)]
Code cleanup

* rename Superweapons class to Superweapon because class names should always be singular
* rename StatusEffects class to StatusEffect because class names should always be singular
* rename StatusEffect registry to StatusEffects because registry names should always be plural
* rename Powerup class child of StatusEffect to PowerupStatusEffect so to remove ambiguity
 with Powerup child of Pickup

2 months agoMerge branch 'k9er/class-refactoring' into 'master'
terencehill [Fri, 10 Jan 2025 16:38:33 +0000 (16:38 +0000)]
Merge branch 'k9er/class-refactoring' into 'master'

Various class refactors

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

2 months agoMerge branch 'Mario/projectile_div0_fix' into 'master'
terencehill [Fri, 10 Jan 2025 01:26:58 +0000 (01:26 +0000)]
Merge branch 'Mario/projectile_div0_fix' into 'master'

Add a workaround for projectile fade rates in the event of ticrate being 0

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

2 months agoAdd a workaround for projectile fade rates in the event of ticrate being 0
Mario [Fri, 10 Jan 2025 01:26:58 +0000 (01:26 +0000)]
Add a workaround for projectile fade rates in the event of ticrate being 0

2 months agoCampaign: fix turrets not firing in the Assault level 1422/head
terencehill [Mon, 6 Jan 2025 11:56:01 +0000 (12:56 +0100)]
Campaign: fix turrets not firing in the Assault level

2 months agoFix typos made in 253640f352 1425/head
otta8634 [Thu, 9 Jan 2025 05:29:20 +0000 (13:29 +0800)]
Fix typos made in 253640f352

2 months agoRename .gametype_description to .m_description
otta8634 [Tue, 7 Jan 2025 14:50:14 +0000 (22:50 +0800)]
Rename .gametype_description to .m_description

.m_description is already used elsewhere.

2 months agoRename .turret_name to .m_name
otta8634 [Tue, 7 Jan 2025 14:45:32 +0000 (22:45 +0800)]
Rename .turret_name to .m_name

Turrets don't also use .m_name so this shouldn't introduce any regressions.
Makes it more consistent and removes one unnecessary entity field.
Mostly copied from b416d03c68.

2 months agoGive powerup statuseffect classes better names (cherry-pick 28ca8192ce)
otta8634 [Sun, 22 Dec 2024 16:58:25 +0000 (00:58 +0800)]
Give powerup statuseffect classes better names (cherry-pick 28ca8192ce)

This helps distinction between the Item and the StatusEffect clear for the main 4 powerups.
Also moved relevant attributes into their classes.