]>
git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
otta8634 [Mon, 10 Feb 2025 07:31:31 +0000 (15:31 +0800)]
Hide leadlimit on scoreboard if more than fraglimit
With a frag limit less than the lead limit, the lead limit can never be achieved, so displaying it is redundant.
Made it not show in such cases.
terencehill [Sun, 9 Feb 2025 12:37:00 +0000 (12:37 +0000)]
Merge "Don't create useless client-side weapon autocvars"
Source branch: 'terencehill/weapon_autocvars_cleanup'
Target branch: 'master'
See merge request xonotic/xonotic-data.pk3dir!1456
bones_was_here [Sun, 9 Feb 2025 09:04:26 +0000 (09:04 +0000)]
Merge "Allow binding weapons individually in the menu"
Source branch: 'k9er/improve-wep-bind-menu'
Target branch: 'master'
Closes #108 and #2065
See merge request xonotic/xonotic-data.pk3dir!1457
bones_was_here [Sun, 9 Feb 2025 08:31:08 +0000 (08:31 +0000)]
Merge "Remove the unfinished Shockwave prototype"
Source branch: 'Mario/shockwave_removal'
Target branch: 'master'
Closes #2654
See merge request xonotic/xonotic-data.pk3dir!1381
Mario [Sun, 9 Feb 2025 08:31:08 +0000 (08:31 +0000)]
Remove the unfinished Shockwave prototype
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).
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".
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.
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.
otta8634 [Tue, 4 Feb 2025 07:08:50 +0000 (15:08 +0800)]
Apply standard code style to qcsrc/menu/xonotic/keybinder.qc
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.
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.
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.
terencehill [Sun, 2 Feb 2025 23:52:01 +0000 (00:52 +0100)]
Don't create useless client-side weapon autocvars; move a few tuba cvars from server to client config because they are client settings
Rudolf Polzer [Fri, 31 Jan 2025 06:23:14 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Thu, 30 Jan 2025 06:23:17 +0000 (07:23 +0100)]
Transifex autosync
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
Mario [Wed, 29 Jan 2025 18:25:28 +0000 (18:25 +0000)]
Improve menu performance with Quake 3 maps installed
Rudolf Polzer [Wed, 29 Jan 2025 06:23:12 +0000 (07:23 +0100)]
Transifex autosync
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
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
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
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
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.
Rudolf Polzer [Tue, 28 Jan 2025 06:23:26 +0000 (07:23 +0100)]
Transifex autosync
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
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
Mario [Mon, 27 Jan 2025 22:27:53 +0000 (22:27 +0000)]
Clean up some weapon-specific references
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
Mario [Mon, 27 Jan 2025 22:06:48 +0000 (22:06 +0000)]
Make some team-specific particle effects team/player coloured
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
Dr. Jaska [Mon, 27 Jan 2025 16:28:52 +0000 (16:28 +0000)]
Added new cl_hooks, menu_cmd isdemo and fixed demoseeking.cfg
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
Mario [Sun, 26 Jan 2025 12:41:20 +0000 (22:41 +1000)]
Minor cleanup of a local copy of an autocvar
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
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
k9er [Sun, 26 Jan 2025 12:10:47 +0000 (12:10 +0000)]
Show weapon icons in the menu weapon priority list
Mario [Sun, 26 Jan 2025 12:09:13 +0000 (22:09 +1000)]
Delete the temporary gibslash entity if it returns early, fixes random crashes
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
Mario [Sun, 26 Jan 2025 08:12:27 +0000 (08:12 +0000)]
Whitelist some client cvar changes shown while playing as a listen server
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
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).
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
Mario [Sun, 26 Jan 2025 07:53:19 +0000 (07:53 +0000)]
Disable MachineGun spread damage multipliers when set to 0 for compatibility
Rudolf Polzer [Sat, 25 Jan 2025 06:23:12 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Fri, 24 Jan 2025 06:23:13 +0000 (07:23 +0100)]
Transifex autosync
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
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.
bones_was_here [Thu, 23 Jan 2025 12:35:54 +0000 (22:35 +1000)]
Fix gitlab syntax highlighting
:face_palm:
Rudolf Polzer [Thu, 23 Jan 2025 06:23:19 +0000 (07:23 +0100)]
Transifex autosync
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
Rudolf Polzer [Wed, 22 Jan 2025 15:36:01 +0000 (15:36 +0000)]
Remove reliance of gmqcc allowing to overwrite builtin.
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
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...
bones_was_here [Wed, 22 Jan 2025 12:06:14 +0000 (22:06 +1000)]
Apply standard code style to sv_rules.q*
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
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
Juhu [Wed, 22 Jan 2025 11:43:57 +0000 (11:43 +0000)]
StrafeHUD-Next, new StrafeHUD features + fixes and refactoring
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
Rudolf Polzer [Wed, 22 Jan 2025 06:23:14 +0000 (07:23 +0100)]
Transifex autosync
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
Rudolf Polzer [Tue, 21 Jan 2025 06:23:18 +0000 (07:23 +0100)]
Transifex autosync
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
k9er [Mon, 20 Jan 2025 21:58:21 +0000 (21:58 +0000)]
Update hudpanel dialogs
Rudolf Polzer [Mon, 20 Jan 2025 06:23:17 +0000 (07:23 +0100)]
Transifex autosync
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
k9er [Sun, 19 Jan 2025 18:54:07 +0000 (18:54 +0000)]
Implement zoom scrolling
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
k9er [Sun, 19 Jan 2025 18:33:10 +0000 (18:33 +0000)]
Fix autoswitch bug from !1398
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
k9er [Sun, 19 Jan 2025 11:57:30 +0000 (11:57 +0000)]
Improve advanced menu tooltips
terencehill [Sun, 19 Jan 2025 11:47:08 +0000 (12:47 +0100)]
Add campaign translator names in the translation files
otta8634 [Sat, 18 Jan 2025 08:02:42 +0000 (16:02 +0800)]
Some ecs physics cleanups and small optimizations
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.
Rudolf Polzer [Fri, 17 Jan 2025 06:23:14 +0000 (07:23 +0100)]
Transifex autosync
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
Rudolf Polzer [Thu, 16 Jan 2025 06:23:14 +0000 (07:23 +0100)]
Transifex autosync
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
Dr. Jaska [Wed, 15 Jan 2025 07:22:46 +0000 (07:22 +0000)]
Add genmod and cvar spelling into CI/CD tests
Rudolf Polzer [Wed, 15 Jan 2025 06:23:22 +0000 (07:23 +0100)]
Transifex autosync
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
k9er [Tue, 14 Jan 2025 22:38:15 +0000 (22:38 +0000)]
Improve autoswitching options in CTS
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
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.
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").
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
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
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.
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
k9er [Mon, 13 Jan 2025 22:23:07 +0000 (22:23 +0000)]
Split up nades & buffs into individual files
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
k9er [Mon, 13 Jan 2025 20:50:05 +0000 (20:50 +0000)]
Merge adjacent identical ifdefs in genmod
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
k9er [Mon, 13 Jan 2025 18:06:31 +0000 (18:06 +0000)]
Improve weapon colors, and make HLAC green
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
k9er [Mon, 13 Jan 2025 17:51:25 +0000 (17:51 +0000)]
Color the ammo hud text and progressbars
Rudolf Polzer [Sat, 11 Jan 2025 06:23:16 +0000 (07:23 +0100)]
Transifex autosync
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
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
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