]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
3 years agoFix Items Stats and Accuracy panels instantly disappearing as soon as the scoreboard...
terencehill [Sat, 12 Dec 2020 12:44:11 +0000 (13:44 +0100)]
Fix Items Stats and Accuracy panels instantly disappearing as soon as the scoreboard key is released (without fading out) if scoreboard bottom is far down

3 years agoFix centerprint panel glitch when scoreboard bottom is far down
terencehill [Sat, 12 Dec 2020 12:41:22 +0000 (13:41 +0100)]
Fix centerprint panel glitch when scoreboard bottom is far down

3 years agoDon't slide the Item Stats panel down through the Accuracy panel
terencehill [Fri, 11 Dec 2020 23:12:24 +0000 (00:12 +0100)]
Don't slide the Item Stats panel down through the Accuracy panel

3 years agoDon't end the match at a 0:0 tie unless the server is empty, fixes #1981
Mario [Sat, 12 Dec 2020 07:56:50 +0000 (17:56 +1000)]
Don't end the match at a 0:0 tie unless the server is empty, fixes #1981

3 years agoImprove alpha sync of Accuracy and Item Stats panels with the scoreboard
terencehill [Fri, 11 Dec 2020 17:31:47 +0000 (18:31 +0100)]
Improve alpha sync of Accuracy and Item Stats panels with the scoreboard

3 years agoDisable crosshair (and crosshair_chase) if chase_front is enabled
terencehill [Thu, 10 Dec 2020 13:45:33 +0000 (14:45 +0100)]
Disable crosshair (and crosshair_chase) if chase_front is enabled

3 years agoTransifex autosync
Rudolf Polzer [Thu, 10 Dec 2020 06:24:04 +0000 (07:24 +0100)]
Transifex autosync

3 years agoFix #2519
Mario [Thu, 10 Dec 2020 00:36:43 +0000 (10:36 +1000)]
Fix #2519

3 years agoFix notification choices not working properly (they were still attached to the Client...
Mario [Wed, 9 Dec 2020 13:24:52 +0000 (23:24 +1000)]
Fix notification choices not working properly (they were still attached to the ClientState)

3 years agoFix compilation unit test
terencehill [Tue, 8 Dec 2020 10:14:39 +0000 (11:14 +0100)]
Fix compilation unit test

3 years agoAdd a note to the first run dialog letting clients know stats are enabled and where...
Mario [Tue, 8 Dec 2020 06:07:29 +0000 (16:07 +1000)]
Add a note to the first run dialog letting clients know stats are enabled and where they can find the option to disable it

3 years agoRecord player race move time in PlayerPreThink so it can be recorded while inside...
Mario [Mon, 7 Dec 2020 12:42:26 +0000 (22:42 +1000)]
Record player race move time in PlayerPreThink so it can be recorded while inside a vehicle, fixes #2263

3 years agoMerge branch 'Mario/ghost_botname_fix' into 'master'
Mario [Sun, 6 Dec 2020 11:08:23 +0000 (11:08 +0000)]
Merge branch 'Mario/ghost_botname_fix' into 'master'

Merge branch Mario/ghost_botname_fix (XXS merge request)

Closes #1824

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

3 years agoAdd a wrapper for networked cvars and attach them to the client rather than the clien...
Mario [Sun, 6 Dec 2020 04:06:35 +0000 (14:06 +1000)]
Add a wrapper for networked cvars and attach them to the client rather than the clientstate, possible fix for rare cases where players wouldn't be recorded in stats due to their data never being added (commands are able to be executed before clientstate exists)

3 years agoObey strict sorting when comparing player scores, fixes #1469
Mario [Sun, 6 Dec 2020 02:53:18 +0000 (12:53 +1000)]
Obey strict sorting when comparing player scores, fixes #1469

3 years agoReuse the inventory clear function for map resets
Mario [Sat, 5 Dec 2020 09:13:46 +0000 (19:13 +1000)]
Reuse the inventory clear function for map resets

3 years agoShow full oxygen bar with a low alpha, fade it in until oxygen reaches the middle...
terencehill [Sat, 5 Dec 2020 09:09:49 +0000 (10:09 +0100)]
Show full oxygen bar with a low alpha, fade it in until oxygen reaches the middle of the bar

3 years agoFix new mutator hook's description
Mario [Sat, 5 Dec 2020 03:45:59 +0000 (13:45 +1000)]
Fix new mutator hook's description

3 years agoDon't show any tooltip with the name of the selected cvar in the cvar list as it...
terencehill [Thu, 3 Dec 2020 16:28:48 +0000 (17:28 +0100)]
Don't show any tooltip with the name of the selected cvar in the cvar list as it's pointless and looks wrong (this change has been made by renaming cvarName to controlledCvar everywhere in the menu code except in cvarlist.qc/cvarlist.qh); it fixes #2481

3 years agoRemove a redundant real client check from notification code
Mario [Thu, 3 Dec 2020 14:15:23 +0000 (00:15 +1000)]
Remove a redundant real client check from notification code

3 years agoMerge branch 'z411/notif-fix' into 'master'
Mario [Thu, 3 Dec 2020 14:14:38 +0000 (14:14 +0000)]
Merge branch 'z411/notif-fix' into 'master'

Fix broken notifications with bots

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

3 years agoNetwork damage text with reliable messages by using linked entities (same technique...
Mario [Thu, 3 Dec 2020 14:11:29 +0000 (00:11 +1000)]
Network damage text with reliable messages by using linked entities (same technique used by notifications)

3 years agoUpdate gameplay hash
Mario [Thu, 3 Dec 2020 13:02:30 +0000 (23:02 +1000)]
Update gameplay hash

3 years agoDon't attempt to render the itemstats panel at all if there is no inventory entity...
Mario [Thu, 3 Dec 2020 09:31:43 +0000 (19:31 +1000)]
Don't attempt to render the itemstats panel at all if there is no inventory entity on the client, clear the inventory storage entity when detaching PlayerState, fixes inventory mismatch when switching between observer and a spectated player

3 years agoMove cloaked mutator cvars to the mutators configuration
Mario [Thu, 3 Dec 2020 08:06:24 +0000 (18:06 +1000)]
Move cloaked mutator cvars to the mutators configuration

3 years agoApply colormaps to gibs and apply a red tint by default, fixes #2476
Mario [Tue, 1 Dec 2020 13:54:51 +0000 (23:54 +1000)]
Apply colormaps to gibs and apply a red tint by default, fixes #2476

3 years agoAdd a fix for #1824: Don't attempt to network EntCS data as tempentities initially...
Mario [Tue, 1 Dec 2020 13:29:03 +0000 (23:29 +1000)]
Add a fix for #1824: Don't attempt to network EntCS data as tempentities initially, leaving the networking of linked entities for the engine to handle

3 years agoAdd a setup function for target_checkpoint entities, fixes #2515
Mario [Tue, 1 Dec 2020 10:51:30 +0000 (20:51 +1000)]
Add a setup function for target_checkpoint entities, fixes #2515

3 years agoDon't attempt to delete a null entity when removing inventories
Mario [Mon, 30 Nov 2020 09:40:10 +0000 (19:40 +1000)]
Don't attempt to delete a null entity when removing inventories

3 years agoTransifex autosync
Rudolf Polzer [Mon, 30 Nov 2020 06:24:08 +0000 (07:24 +0100)]
Transifex autosync

3 years agoClear inventory on ready-restart
terencehill [Sun, 29 Nov 2020 16:40:36 +0000 (17:40 +0100)]
Clear inventory on ready-restart

3 years agoItem stats: implement the item filter as a whitelist; also add a note as to why we...
terencehill [Sun, 29 Nov 2020 11:47:01 +0000 (12:47 +0100)]
Item stats: implement the item filter as a whitelist; also add a note as to why we need a copy of the Items registry

3 years agoTransifex autosync
Rudolf Polzer [Sat, 28 Nov 2020 06:23:51 +0000 (07:23 +0100)]
Transifex autosync

3 years agoTransifex autosync
Rudolf Polzer [Wed, 25 Nov 2020 06:24:03 +0000 (07:24 +0100)]
Transifex autosync

3 years agoTransifex autosync
Rudolf Polzer [Tue, 24 Nov 2020 06:23:58 +0000 (07:23 +0100)]
Transifex autosync

3 years agoMerge branch 'master' into z411/notif-fix
Mario [Mon, 23 Nov 2020 11:52:56 +0000 (21:52 +1000)]
Merge branch 'master' into z411/notif-fix

3 years agoTransifex autosync
Rudolf Polzer [Mon, 23 Nov 2020 06:24:07 +0000 (07:24 +0100)]
Transifex autosync

3 years agoTransifex autosync
Rudolf Polzer [Sun, 22 Nov 2020 06:25:26 +0000 (07:25 +0100)]
Transifex autosync

3 years agoMerge branch 'terencehill/crosshair_hittest_settings_fix' into 'master'
Mario [Sun, 22 Nov 2020 00:24:57 +0000 (00:24 +0000)]
Merge branch 'terencehill/crosshair_hittest_settings_fix' into 'master'

Fix messy crosshair_hittest settings in the menu:

Closes #2483

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

3 years agoFix messy crosshair_hittest settings in the menu:
terencehill [Sat, 21 Nov 2020 09:04:38 +0000 (10:04 +0100)]
Fix messy crosshair_hittest settings in the menu:

* remove crosshair_hittest_scale as it isn't used
* remove crosshair_hittest slider and its very long tooltip that was hard to read (fixes #2483)
* fix crosshair_hittest 1.25 description, it no longer enlarge the crosshair when you would hit an enemy but only shrinks it when you would hit a teammate
* add crosshair_hittest_blur_teammate setting

3 years agoTransifex autosync
Rudolf Polzer [Thu, 19 Nov 2020 06:24:14 +0000 (07:24 +0100)]
Transifex autosync

3 years agoThrow casings if chase_active is on and r_drawviewmodel is off
terencehill [Wed, 18 Nov 2020 22:52:51 +0000 (23:52 +0100)]
Throw casings if chase_active is on and r_drawviewmodel is off

3 years agoTransifex autosync
Rudolf Polzer [Tue, 17 Nov 2020 06:24:10 +0000 (07:24 +0100)]
Transifex autosync

3 years agoDon't spawn casings from the 1st person weapon model if it's invisible; it fixes...
terencehill [Mon, 16 Nov 2020 09:34:09 +0000 (10:34 +0100)]
Don't spawn casings from the 1st person weapon model if it's invisible; it fixes #2491

3 years agoTransifex autosync
Rudolf Polzer [Mon, 16 Nov 2020 06:24:05 +0000 (07:24 +0100)]
Transifex autosync

3 years agoAdd g_balance_electro_secondary_limit setting to allow controlling the maximum number...
Mario [Mon, 16 Nov 2020 03:17:39 +0000 (13:17 +1000)]
Add g_balance_electro_secondary_limit setting to allow controlling the maximum number of electro orbs a player can have active at a time (the oldest orb will explode when the limit is reached)

3 years agoTransifex autosync
Rudolf Polzer [Sun, 15 Nov 2020 06:25:18 +0000 (07:25 +0100)]
Transifex autosync

3 years agoRearrange checkboxes in the server filter row to be less confusing; it also fixes...
terencehill [Sat, 14 Nov 2020 15:28:23 +0000 (16:28 +0100)]
Rearrange checkboxes in the server filter row to be less confusing; it also fixes #2512

3 years agoAdvanced menu tooltips: display cvar value next to cvar name
terencehill [Sat, 14 Nov 2020 15:24:18 +0000 (16:24 +0100)]
Advanced menu tooltips: display cvar value next to cvar name

3 years agoGet rid of an useless global
terencehill [Sat, 14 Nov 2020 15:18:05 +0000 (16:18 +0100)]
Get rid of an useless global

3 years agoTransifex autosync
Rudolf Polzer [Sat, 14 Nov 2020 06:24:06 +0000 (07:24 +0100)]
Transifex autosync

3 years agoNullify the think function on map entities, works around some crashes in certain...
Mario [Fri, 13 Nov 2020 14:03:02 +0000 (00:03 +1000)]
Nullify the think function on map entities, works around some crashes in certain maps

3 years agoTransifex autosync
Rudolf Polzer [Fri, 13 Nov 2020 06:23:54 +0000 (07:23 +0100)]
Transifex autosync

3 years agoTransifex autosync
Rudolf Polzer [Thu, 12 Nov 2020 06:24:09 +0000 (07:24 +0100)]
Transifex autosync

3 years agoAdd a rough frontal view mode to the chase camera
Mario [Wed, 11 Nov 2020 23:24:42 +0000 (09:24 +1000)]
Add a rough frontal view mode to the chase camera

3 years agoTransifex autosync
Rudolf Polzer [Wed, 11 Nov 2020 06:23:57 +0000 (07:23 +0100)]
Transifex autosync

3 years agoFix broken notifications with bots
z411 [Tue, 10 Nov 2020 11:47:06 +0000 (08:47 -0300)]
Fix broken notifications with bots

3 years agoTransifex autosync
Rudolf Polzer [Tue, 10 Nov 2020 06:24:08 +0000 (07:24 +0100)]
Transifex autosync

3 years agoTransifex autosync
Rudolf Polzer [Mon, 9 Nov 2020 06:24:03 +0000 (07:24 +0100)]
Transifex autosync

3 years agoTransifex autosync
Rudolf Polzer [Sun, 8 Nov 2020 06:26:01 +0000 (07:26 +0100)]
Transifex autosync

3 years agoDon't apply view bobbing while observing
Mario [Sat, 7 Nov 2020 07:31:41 +0000 (17:31 +1000)]
Don't apply view bobbing while observing

3 years agoTransifex autosync
Rudolf Polzer [Sat, 7 Nov 2020 06:24:12 +0000 (07:24 +0100)]
Transifex autosync

3 years agoMerge branch 'Mario/arc_bolt_bounce' into 'master'
Mario [Fri, 6 Nov 2020 16:27:07 +0000 (16:27 +0000)]
Merge branch 'Mario/arc_bolt_bounce' into 'master'

Merge branch Mario/arc_bolt_bounce (S merge request)

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

3 years agoMerge branch 'Mario/rocket_wall_fix' into 'master'
Mario [Fri, 6 Nov 2020 15:47:11 +0000 (15:47 +0000)]
Merge branch 'Mario/rocket_wall_fix' into 'master'

Merge branch Mario/rocket_wall_fix (XS merge request)

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

3 years agoPerform an initial trace to the position of the gun, potential fix for rockets gettin...
Mario [Fri, 6 Nov 2020 15:47:11 +0000 (15:47 +0000)]
Perform an initial trace to the position of the gun, potential fix for rockets getting stuck in walls

3 years agoMerge branch 'master' into Mario/arc_bolt_bounce
Mario [Fri, 6 Nov 2020 15:25:25 +0000 (01:25 +1000)]
Merge branch 'master' into Mario/arc_bolt_bounce

3 years agoFix minor whitespace mismatch
Mario [Fri, 6 Nov 2020 15:25:16 +0000 (01:25 +1000)]
Fix minor whitespace mismatch

3 years agoMerge branch 'terencehill/ft_autorevive_progress' into 'master'
Mario [Fri, 6 Nov 2020 15:13:36 +0000 (15:13 +0000)]
Merge branch 'terencehill/ft_autorevive_progress' into 'master'

FreezeTag: autorevive progress

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

3 years agoMerge branch 'master' into terencehill/ft_autorevive_progress
Mario [Fri, 6 Nov 2020 15:00:06 +0000 (01:00 +1000)]
Merge branch 'master' into terencehill/ft_autorevive_progress

3 years agoMerge branch 'Mario/filter_highping' into 'master'
Mario [Fri, 6 Nov 2020 14:41:49 +0000 (14:41 +0000)]
Merge branch 'Mario/filter_highping' into 'master'

Merge branch Mario/filter_highping (S merge request)

Closes #2388

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

3 years agoAdd a checkbox to filter high latency servers (enabled by default with a ping limit...
Mario [Fri, 6 Nov 2020 14:41:49 +0000 (14:41 +0000)]
Add a checkbox to filter high latency servers (enabled by default with a ping limit of 300)

3 years agoMerge branch 'master' into Mario/arc_bolt_bounce
Mario [Fri, 6 Nov 2020 14:09:22 +0000 (00:09 +1000)]
Merge branch 'master' into Mario/arc_bolt_bounce

3 years agoHide the item stats panel in CTS, Race, Nexball and Invasion (items serve little...
Mario [Fri, 6 Nov 2020 13:29:00 +0000 (23:29 +1000)]
Hide the item stats panel in CTS, Race, Nexball and Invasion (items serve little purpose in these gamemodes)

3 years agoMerge branch 'master' into terencehill/scoreboard_item_stats
Mario [Fri, 6 Nov 2020 13:16:02 +0000 (23:16 +1000)]
Merge branch 'master' into terencehill/scoreboard_item_stats

3 years agoPerform a full projectile update when passing through a warpzone, workaround for...
Mario [Fri, 6 Nov 2020 12:45:05 +0000 (22:45 +1000)]
Perform a full projectile update when passing through a warpzone, workaround for projectiles frequently getting stuck visually at the warpzone

3 years agoTransifex autosync
Rudolf Polzer [Thu, 5 Nov 2020 06:23:59 +0000 (07:23 +0100)]
Transifex autosync

3 years agoTransifex autosync
Rudolf Polzer [Wed, 4 Nov 2020 06:24:01 +0000 (07:24 +0100)]
Transifex autosync

3 years agoTransifex autosync
Rudolf Polzer [Tue, 3 Nov 2020 06:23:56 +0000 (07:23 +0100)]
Transifex autosync

3 years agoMerge branch 'master' into terencehill/scoreboard_item_stats
terencehill [Mon, 2 Nov 2020 09:49:30 +0000 (10:49 +0100)]
Merge branch 'master' into terencehill/scoreboard_item_stats

3 years agoDon't disable rendering completely if the player is invisible, fixes #2395
Mario [Mon, 2 Nov 2020 00:48:15 +0000 (10:48 +1000)]
Don't disable rendering completely if the player is invisible, fixes #2395

3 years agoMake automatic revival message white, as it is just an info message
Mario [Sun, 1 Nov 2020 16:23:53 +0000 (02:23 +1000)]
Make automatic revival message white, as it is just an info message

3 years agoMinor cleanup to vehicle code: make hover tags common code and exclude model data...
Mario [Sun, 1 Nov 2020 15:02:55 +0000 (01:02 +1000)]
Minor cleanup to vehicle code: make hover tags common code and exclude model data from the menu VM

3 years agoDon't apply view bobbing while inside a vehicle (currently does not apply since vehic...
Mario [Sun, 1 Nov 2020 12:38:54 +0000 (22:38 +1000)]
Don't apply view bobbing while inside a vehicle (currently does not apply since vehicles are unpredicted)

3 years agoFix compilation unit test
Mario [Sun, 1 Nov 2020 12:20:22 +0000 (22:20 +1000)]
Fix compilation unit test

3 years agoDon't play teleportation sounds on dead players
Mario [Sun, 1 Nov 2020 11:35:52 +0000 (21:35 +1000)]
Don't play teleportation sounds on dead players

3 years agoRemove medic buff team healing functionality, fixes #2492. Only apply vampire buff...
Mario [Sun, 1 Nov 2020 11:30:44 +0000 (21:30 +1000)]
Remove medic buff team healing functionality, fixes #2492. Only apply vampire buff health stealing to players and fix vampire mutator potentially stealing health from frozen players

3 years agoFix distance check
terencehill [Sun, 1 Nov 2020 11:21:54 +0000 (12:21 +0100)]
Fix distance check

3 years agoMelee only mutator does not require items in the map
Mario [Sun, 1 Nov 2020 11:08:03 +0000 (21:08 +1000)]
Melee only mutator does not require items in the map

3 years agoAdd a gametype flag to signify that the mode forces its own weapon arena (allows...
Mario [Sun, 1 Nov 2020 10:58:46 +0000 (20:58 +1000)]
Add a gametype flag to signify that the mode forces its own weapon arena (allows mutators to check against it to disable themselves without needing to check for a specific gamemode)

3 years agoShownames: calculate distance only when really needed to avoid wasting a vlen call...
terencehill [Sun, 1 Nov 2020 10:23:37 +0000 (11:23 +0100)]
Shownames: calculate distance only when really needed to avoid wasting a vlen call; also reduce cvar calls in WarpZone_FixView

3 years agoCalculate a rough shot origin to show Arc smoke effects, rather than calling W_SetupS...
Mario [Sun, 1 Nov 2020 08:09:50 +0000 (18:09 +1000)]
Calculate a rough shot origin to show Arc smoke effects, rather than calling W_SetupShot every frame, improves performance slightly while holding the Arc

3 years agoDon't attempt to play "welcome" announcement, as it does not exist
Mario [Sun, 1 Nov 2020 08:04:23 +0000 (18:04 +1000)]
Don't attempt to play "welcome" announcement, as it does not exist

3 years agoMerge branch 'master' into Mario/arc_bolt_bounce
Mario [Sun, 1 Nov 2020 05:55:56 +0000 (15:55 +1000)]
Merge branch 'master' into Mario/arc_bolt_bounce

3 years agoTransifex autosync
Rudolf Polzer [Fri, 30 Oct 2020 06:24:07 +0000 (07:24 +0100)]
Transifex autosync

3 years agoTransifex autosync
Rudolf Polzer [Thu, 29 Oct 2020 06:23:51 +0000 (07:23 +0100)]
Transifex autosync

3 years agoRemove an extra new line prepended to LOG_INFO messages
terencehill [Wed, 28 Oct 2020 00:27:40 +0000 (01:27 +0100)]
Remove an extra new line prepended to LOG_INFO messages

3 years agoAttempt to prevent sound spam when a dead player gets stuck in the jumppad for some...
terencehill [Wed, 28 Oct 2020 00:27:00 +0000 (01:27 +0100)]
Attempt to prevent sound spam when a dead player gets stuck in the jumppad for some reason

3 years agoProperly fade Item stats panel in
terencehill [Tue, 27 Oct 2020 00:23:03 +0000 (01:23 +0100)]
Properly fade Item stats panel in

3 years agoPurge autocvars.qh from the codebase, cvars are defined in the headers of the feature...
Mario [Mon, 26 Oct 2020 11:14:14 +0000 (21:14 +1000)]
Purge autocvars.qh from the codebase, cvars are defined in the headers of the features that use them

3 years agoPurge autocvars.qh from the client-side codebase, cvars are defined in the headers...
Mario [Mon, 26 Oct 2020 07:31:56 +0000 (17:31 +1000)]
Purge autocvars.qh from the client-side codebase, cvars are defined in the headers of the features that use them