]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
2 years agoUpdate note about QCCFLAGS_TARGET
Mario [Sun, 3 Jul 2022 14:07:10 +0000 (00:07 +1000)]
Update note about QCCFLAGS_TARGET

2 years agoSlightly extend underline of normal centerprint titles (it looks better and is consis...
terencehill [Sun, 3 Jul 2022 12:41:51 +0000 (14:41 +0200)]
Slightly extend underline of normal centerprint titles (it looks better and is consistent with duel title style)

2 years agoLMS: fix all players declared winners in console
terencehill [Sun, 3 Jul 2022 12:34:08 +0000 (14:34 +0200)]
LMS: fix all players declared winners in console

2 years agoImprove wording of movement keys
terencehill [Sun, 3 Jul 2022 12:29:05 +0000 (14:29 +0200)]
Improve wording of movement keys

2 years agoChange default font hinting to 2, group font cvars better
bones_was_here [Sun, 3 Jul 2022 10:46:38 +0000 (20:46 +1000)]
Change default font hinting to 2, group font cvars better

2 years agoTransifex autosync
Rudolf Polzer [Sun, 3 Jul 2022 05:24:05 +0000 (07:24 +0200)]
Transifex autosync

2 years agoMerge branch 'terencehill/arc_suicide_message' into 'master'
LegendaryGuard [Sat, 2 Jul 2022 21:11:43 +0000 (21:11 +0000)]
Merge branch 'terencehill/arc_suicide_message' into 'master'

Fix #2698 "arc is missing a suicide death message"

Closes #2698

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

2 years agoMerge branch 'Mario/hlac_sound_fix' into 'master'
LegendaryGuard [Sat, 2 Jul 2022 21:04:48 +0000 (21:04 +0000)]
Merge branch 'Mario/hlac_sound_fix' into 'master'

Merge branch Mario/hlac_sound_fix (S merge request)

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

2 years agoMerge branch 'Mario/no_csproject_test' into 'master'
LegendaryGuard [Sat, 2 Jul 2022 21:03:05 +0000 (21:03 +0000)]
Merge branch 'Mario/no_csproject_test' into 'master'

Merge branch Mario/no_csproject_test (XS merge request)

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

2 years agoMake accumulated functions explicit, fix a few missed cases of pow being used directly
Mario [Sat, 2 Jul 2022 16:27:03 +0000 (02:27 +1000)]
Make accumulated functions explicit, fix a few missed cases of pow being used directly

2 years agoAdd QCCFLAGS_TARGET Makefile option to allow changing the QCC support target
Mario [Sat, 2 Jul 2022 14:09:00 +0000 (00:09 +1000)]
Add QCCFLAGS_TARGET Makefile option to allow changing the QCC support target

2 years agoEnforce use of the pow macro, allow switching between FTEQCC and GMQCC pow implementa...
Mario [Sat, 2 Jul 2022 13:54:02 +0000 (23:54 +1000)]
Enforce use of the pow macro, allow switching between FTEQCC and GMQCC pow implementations

2 years agoSome minor tweaks to the codebase to allow successful FTEQCC compilations
Mario [Sat, 2 Jul 2022 12:21:57 +0000 (22:21 +1000)]
Some minor tweaks to the codebase to allow successful FTEQCC compilations

2 years agoMerge branch 'terencehill/duel_centerprint_underline' into 'master'
LegendaryGuard [Sat, 2 Jul 2022 10:00:32 +0000 (10:00 +0000)]
Merge branch 'terencehill/duel_centerprint_underline' into 'master'

Break underline in duel centerprint title at "vs" so that title looks less unbalanced

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

2 years agoMerge branch 'Mario/pokenade_crash_fix' into 'master'
LegendaryGuard [Sat, 2 Jul 2022 09:34:12 +0000 (09:34 +0000)]
Merge branch 'Mario/pokenade_crash_fix' into 'master'

Merge branch Mario/pokenade_crash_fix (XS merge request)

Closes #2703

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

2 years agoFix a misnamed parameter
Mario [Fri, 1 Jul 2022 15:55:25 +0000 (01:55 +1000)]
Fix a misnamed parameter

2 years agoAdd a safety check incase net_sendentity doesn't exist, remove references to getSendE...
Mario [Fri, 1 Jul 2022 15:53:34 +0000 (01:53 +1000)]
Add a safety check incase net_sendentity doesn't exist, remove references to getSendEntity

2 years agoRemove the wrapper around SendEntity and use it directly
Mario [Fri, 1 Jul 2022 15:48:18 +0000 (01:48 +1000)]
Remove the wrapper around SendEntity and use it directly

2 years agoReplace all direct references to setSendEntity with Net_LinkEntity
Mario [Fri, 1 Jul 2022 15:27:02 +0000 (01:27 +1000)]
Replace all direct references to setSendEntity with Net_LinkEntity

2 years agoDisable deglobalisation logging, saves a tiny bit of performance
Mario [Fri, 1 Jul 2022 13:59:50 +0000 (23:59 +1000)]
Disable deglobalisation logging, saves a tiny bit of performance
Remove an unnecessary engine function call, may save a bit of performance when lots of projectiles are bouncing off eachother

2 years agoRemove a legacy hack to test cs_project breakage that predates Xonotic and is very...
Mario [Wed, 29 Jun 2022 12:42:56 +0000 (22:42 +1000)]
Remove a legacy hack to test cs_project breakage that predates Xonotic and is very likely no longer necessary

2 years agoDuel centerprint title: slightly extend underline under the longest name, use the...
terencehill [Sun, 26 Jun 2022 15:30:40 +0000 (17:30 +0200)]
Duel centerprint title: slightly extend underline under the longest name, use the same underline lenght for both names, center shortest name

2 years agoCut off long names in the duel centerprint title (same scoreboard limit)
terencehill [Sat, 25 Jun 2022 21:29:16 +0000 (23:29 +0200)]
Cut off long names in the duel centerprint title (same scoreboard limit)

2 years agoIf monsters are disabled use a regular nade explosion for pokenades, fixes #2703
Mario [Sat, 25 Jun 2022 00:38:45 +0000 (10:38 +1000)]
If monsters are disabled use a regular nade explosion for pokenades, fixes #2703

2 years agoAdd the combined damage of all shots to the HLAC shot setup calculations
Mario [Thu, 23 Jun 2022 13:39:39 +0000 (23:39 +1000)]
Add the combined damage of all shots to the HLAC shot setup calculations

2 years agoChange the HLAC's secondary attack function to only play a single sound and muzzle...
Mario [Thu, 23 Jun 2022 12:39:05 +0000 (22:39 +1000)]
Change the HLAC's secondary attack function to only play a single sound and muzzle flash effect when firing, workaround for #2691

2 years agoBreak underline in duel centerprint title at "vs" so that title looks less unbalanced
terencehill [Wed, 22 Jun 2022 16:07:02 +0000 (18:07 +0200)]
Break underline in duel centerprint title at "vs" so that title looks less unbalanced

2 years agoMerge branch 'terencehill/unwanted_autojoin_fix' into 'master' xonotic-v0.8.5
bones_was_here [Wed, 22 Jun 2022 05:26:52 +0000 (05:26 +0000)]
Merge branch 'terencehill/unwanted_autojoin_fix' into 'master'

Fix #2701 "Unwanted random auto-join"

Closes #2701

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

2 years agoFix #2701 "Unwanted random auto-join". This patch basically reverts 4941322
terencehill [Tue, 21 Jun 2022 21:56:46 +0000 (23:56 +0200)]
Fix #2701 "Unwanted random auto-join". This patch basically reverts 4941322

2 years agoMove handling of the nade orb overlay to the client side, resolves the need to networ...
Mario [Tue, 21 Jun 2022 02:17:28 +0000 (12:17 +1000)]
Move handling of the nade orb overlay to the client side, resolves the need to network orb states via stats

2 years agoReplace team-coloured CTF flag textures with a single neutral texture, add support...
Mario [Mon, 20 Jun 2022 10:30:19 +0000 (20:30 +1000)]
Replace team-coloured CTF flag textures with a single neutral texture, add support for colormaps to the flag rendering code

2 years agoTransifex autosync
Rudolf Polzer [Mon, 20 Jun 2022 05:23:29 +0000 (07:23 +0200)]
Transifex autosync

2 years agoTransifex autosync
Rudolf Polzer [Sun, 19 Jun 2022 05:24:05 +0000 (07:24 +0200)]
Transifex autosync

2 years agoUpdate the-big-keybench demo
bones_was_here [Sat, 18 Jun 2022 15:42:59 +0000 (01:42 +1000)]
Update the-big-keybench demo

2 years agoMerge branch 'bones_was_here/805' into 'master'
bones_was_here [Sat, 18 Jun 2022 14:54:03 +0000 (14:54 +0000)]
Merge branch 'bones_was_here/805' into 'master'

Increase Xonotic version to 0.8.5

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

2 years agoDo the pre-release TODOs
bones_was_here [Sat, 18 Jun 2022 09:38:43 +0000 (19:38 +1000)]
Do the pre-release TODOs

2 years agoIncrease Xonotic version to 0.8.5
bones_was_here [Sat, 18 Jun 2022 06:54:02 +0000 (16:54 +1000)]
Increase Xonotic version to 0.8.5

Also update version compatibility policy:
DisableServerBackwardsCompatibility() is removed, allowing 0.9.0 to join
servers running the last 0.8.x release.
Instead the general policy is to support the previous release on a
"best effort" basis.

Also some minor cleanups for gameversion cvars.

2 years agoTransifex autosync
Rudolf Polzer [Sat, 18 Jun 2022 05:23:50 +0000 (07:23 +0200)]
Transifex autosync

2 years agoMerge breaking changes for 0.8.5 into 'master'
bones_was_here [Fri, 17 Jun 2022 16:47:44 +0000 (16:47 +0000)]
Merge breaking changes for 0.8.5 into 'master'

Closes #2434

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

2 years agoTransifex autosync
Rudolf Polzer [Fri, 17 Jun 2022 05:23:24 +0000 (07:23 +0200)]
Transifex autosync

2 years agoFix #2698 "arc is missing a suicide death message"
terencehill [Tue, 14 Jun 2022 13:34:41 +0000 (15:34 +0200)]
Fix #2698 "arc is missing a suicide death message"

2 years agosv_maxidle_playertospectator: fix joining players getting moved to spec immediately
bones_was_here [Sun, 12 Jun 2022 00:00:05 +0000 (10:00 +1000)]
sv_maxidle_playertospectator: fix joining players getting moved to spec immediately

In gametypes without teams, if the player left the welcome dialog open for
the duration of sv_maxidle_playertospectator and then clicked join,
they were immediately moved back to spec for idling.

This could happen with any menu dialog or console command that allowed
joining without changing CSQC button state or mouse angle.

It was not noticeable prior to !1021 because pressing jump to join
changed the player's button state which reset their idlesince.
sv_maxidle_minplayers would have prevented this being found in local testing.

2 years agoMerge branch 'drjaska/catimelimit' into 'master'
terencehill [Sat, 11 Jun 2022 23:35:24 +0000 (23:35 +0000)]
Merge branch 'drjaska/catimelimit' into 'master'

Whitelist g_*_round_timelimit

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

2 years agoWhitelist g_*_round_timelimit
Dr. Jaska [Sat, 11 Jun 2022 23:35:24 +0000 (23:35 +0000)]
Whitelist g_*_round_timelimit

2 years agoMerge branch 'master' into terencehill/scoreboard_ui
terencehill [Sat, 11 Jun 2022 19:18:19 +0000 (21:18 +0200)]
Merge branch 'master' into terencehill/scoreboard_ui

2 years agoAvoid checking Arc overheat twice
terencehill [Sat, 11 Jun 2022 19:08:30 +0000 (21:08 +0200)]
Avoid checking Arc overheat twice

2 years agoCompact some conditions in the Arc code
terencehill [Sat, 11 Jun 2022 18:40:35 +0000 (20:40 +0200)]
Compact some conditions in the Arc code

2 years agoScoreboard UI: remove Enter to join if no player is selected because it isn't really...
terencehill [Sat, 11 Jun 2022 17:25:09 +0000 (19:25 +0200)]
Scoreboard UI: remove Enter to join if no player is selected because it isn't really needed and is bugged in team games

2 years agoAllow scoreboard team selection to fade out cleanly
terencehill [Sat, 11 Jun 2022 17:24:29 +0000 (19:24 +0200)]
Allow scoreboard team selection to fade out cleanly

2 years agoMerge branch 'drjaska/frozenarcfix' into 'master'
LegendaryGuard [Thu, 9 Jun 2022 17:09:23 +0000 (17:09 +0000)]
Merge branch 'drjaska/frozenarcfix' into 'master'

Add a frozen status check to arc

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

2 years agoTransifex autosync
Rudolf Polzer [Wed, 8 Jun 2022 05:23:29 +0000 (07:23 +0200)]
Transifex autosync

2 years agoForbid opening scoreboard team selection when the game is over
terencehill [Tue, 7 Jun 2022 22:05:02 +0000 (00:05 +0200)]
Forbid opening scoreboard team selection when the game is over

2 years agoScoreboard UI and team selection: add SHIFT+TAB shortcuts to reverse cycling
terencehill [Tue, 7 Jun 2022 21:43:51 +0000 (23:43 +0200)]
Scoreboard UI and team selection: add SHIFT+TAB shortcuts to reverse cycling

2 years agoScoreboard UI: fix not being able to switch to the Rankings panel
terencehill [Tue, 7 Jun 2022 21:41:29 +0000 (23:41 +0200)]
Scoreboard UI: fix not being able to switch to the Rankings panel

2 years agoFix ESC key not closing team selection if automatically opened by the server, scorebo...
terencehill [Tue, 7 Jun 2022 16:23:58 +0000 (18:23 +0200)]
Fix ESC key not closing team selection if automatically opened by the server, scoreboard_team_selection spam, jump sometimes stuck. This change also allowed to get rid of a no longer needed workaround

2 years agoTransifex autosync
Rudolf Polzer [Tue, 7 Jun 2022 05:23:32 +0000 (07:23 +0200)]
Transifex autosync

2 years agoMerge branch 'terencehill/weapon_model_fixes' into 'master'
terencehill [Mon, 6 Jun 2022 21:01:51 +0000 (21:01 +0000)]
Merge branch 'terencehill/weapon_model_fixes' into 'master'

Fix electro and blaster shadow artifacts

Closes #2667

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

2 years agoAdd a frozen status check to arc
drjaska [Mon, 6 Jun 2022 19:45:22 +0000 (22:45 +0300)]
Add a frozen status check to arc

2 years agoMerge branch 'terencehill/clockedtime_tostring_improvements' into 'master'
LegendaryGuard [Mon, 6 Jun 2022 19:33:52 +0000 (19:33 +0000)]
Merge branch 'terencehill/clockedtime_tostring_improvements' into 'master'

Show compact times (1.34 instead of 0:01.34) in some places

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

2 years agoMerge branch 'Mario/speed_powerup_noeffects' into 'master'
LegendaryGuard [Mon, 6 Jun 2022 19:24:24 +0000 (19:24 +0000)]
Merge branch 'Mario/speed_powerup_noeffects' into 'master'

Merge branch Mario/speed_powerup_noeffects (XXS merge request)

Closes #2668

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

2 years agoDisable the bubbly particles that show while holding the Speed powerup, as the effect...
Mario [Mon, 6 Jun 2022 08:19:43 +0000 (18:19 +1000)]
Disable the bubbly particles that show while holding the Speed powerup, as the effect is too subtle to notice while being a distraction in first person view, closes #2668

2 years agoTransifex autosync
Rudolf Polzer [Mon, 6 Jun 2022 05:23:31 +0000 (07:23 +0200)]
Transifex autosync

2 years agoTransifex autosync
Rudolf Polzer [Sun, 5 Jun 2022 05:24:06 +0000 (07:24 +0200)]
Transifex autosync

2 years agoMerge branch 'z411/welcome_join' into 'master'
terencehill [Sat, 4 Jun 2022 21:05:48 +0000 (21:05 +0000)]
Merge branch 'z411/welcome_join' into 'master'

Add join button to Welcome dialog and make it default

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

2 years agoWelcome dialog: use capitals in Join and Spectate, fix compilation unit test
bones_was_here [Sat, 4 Jun 2022 18:29:00 +0000 (04:29 +1000)]
Welcome dialog: use capitals in Join and Spectate, fix compilation unit test

2 years agoMerge branch 'master' into develop
bones_was_here [Sat, 4 Jun 2022 18:12:24 +0000 (04:12 +1000)]
Merge branch 'master' into develop

2 years agoMerge translatable strings for !1017 (Mario/monsters) early
bones_was_here [Sat, 4 Jun 2022 18:03:11 +0000 (04:03 +1000)]
Merge translatable strings for !1017 (Mario/monsters) early

2 years agoMerge branch 'Mario/monsters' into 'develop'
bones_was_here [Sat, 4 Jun 2022 12:43:50 +0000 (12:43 +0000)]
Merge branch 'Mario/monsters' into 'develop'

Merge branch Mario/monsters (L merge request)

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

2 years agoMerge branch 'drjaska/weaponindepency' into 'master'
LegendaryGuard [Thu, 2 Jun 2022 20:02:55 +0000 (20:02 +0000)]
Merge branch 'drjaska/weaponindepency' into 'master'

weapon independency fixes

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

2 years agoChange Invasion's primary scoring field from frags to kills
Mario [Thu, 2 Jun 2022 10:51:55 +0000 (20:51 +1000)]
Change Invasion's primary scoring field from frags to kills

2 years agoUpdate pipeline hash
bones_was_here [Thu, 2 Jun 2022 02:42:32 +0000 (12:42 +1000)]
Update pipeline hash

2 years agoAdjust the way monsters test their target to make them less likely to drop them and...
Mario [Thu, 2 Jun 2022 02:28:39 +0000 (12:28 +1000)]
Adjust the way monsters test their target to make them less likely to drop them and find them again immediately, fixes some cases of spammy behaviour

2 years agoMerge branch 'master' into develop
bones_was_here [Thu, 2 Jun 2022 02:25:34 +0000 (12:25 +1000)]
Merge branch 'master' into develop

2 years agoAdjust frequency of mage's teleportation attack, update monster configuration to...
Mario [Thu, 2 Jun 2022 01:56:00 +0000 (11:56 +1000)]
Adjust frequency of mage's teleportation attack, update monster configuration to include missing cvars

2 years agoUpdate the golem's sounds - source is the unused carni-lycan playersounds
Mario [Thu, 2 Jun 2022 01:45:12 +0000 (11:45 +1000)]
Update the golem's sounds - source is the unused carni-lycan playersounds

2 years agoUpdate cl_modeldetailreduction description to note that it applies to any non-player...
Mario [Thu, 2 Jun 2022 01:37:14 +0000 (11:37 +1000)]
Update cl_modeldetailreduction description to note that it applies to any non-player and non-weapon models, remove old Invasion teamplay cvars from configuration

2 years agoPrevent monsters from attacking when the match is stopped, rename shambler sounds...
Mario [Thu, 2 Jun 2022 01:32:31 +0000 (11:32 +1000)]
Prevent monsters from attacking when the match is stopped, rename shambler sounds to golem, allow customising the maximum range a mage can teleport to players from

2 years agoMake monsters unable to pass through player clips by default
Mario [Thu, 2 Jun 2022 01:14:18 +0000 (11:14 +1000)]
Make monsters unable to pass through player clips by default

2 years agoFix whitespace inconsistency in the newly added teleportation rule
Mario [Thu, 2 Jun 2022 01:05:06 +0000 (11:05 +1000)]
Fix whitespace inconsistency in the newly added teleportation rule

2 years agoRemove commented out legacy keyframe information from monster codefiles and update...
Mario [Thu, 2 Jun 2022 01:03:13 +0000 (11:03 +1000)]
Remove commented out legacy keyframe information from monster codefiles and update the wyvern's model to match its name

2 years agoMerge branch 'bones_was_here/matchid_eventlog' into 'master'
terencehill [Tue, 31 May 2022 11:24:43 +0000 (11:24 +0000)]
Merge branch 'bones_was_here/matchid_eventlog' into 'master'

Always use a monotonic matchid to prevent random rejections by xonstat

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

2 years agofix if else branching logic
drjaska [Mon, 30 May 2022 02:36:56 +0000 (05:36 +0300)]
fix if else branching logic

2 years agoMake sure client has received gametype name before displaying it in the centerprint...
terencehill [Sun, 29 May 2022 23:02:19 +0000 (01:02 +0200)]
Make sure client has received gametype name before displaying it in the centerprint title

2 years agoSmall cleanup
terencehill [Sun, 29 May 2022 23:00:34 +0000 (01:00 +0200)]
Small cleanup

2 years agoTransifex autosync
Rudolf Polzer [Sat, 28 May 2022 05:23:24 +0000 (07:23 +0200)]
Transifex autosync

2 years agoTransifex autosync
Rudolf Polzer [Fri, 27 May 2022 05:23:26 +0000 (07:23 +0200)]
Transifex autosync

2 years agoTransifex autosync
Rudolf Polzer [Tue, 24 May 2022 05:23:26 +0000 (07:23 +0200)]
Transifex autosync

2 years agoScoreboard UI: ctrl-c to change default / all / custom columns layout. Other minor...
terencehill [Sun, 22 May 2022 19:37:30 +0000 (21:37 +0200)]
Scoreboard UI: ctrl-c to change default / all / custom columns layout. Other minor fixes

2 years agoweapon independency fixes
drjaska [Sun, 22 May 2022 18:58:42 +0000 (21:58 +0300)]
weapon independency fixes
Damage() function now checks that the target entity does not have a realowner which is another independent player before dealing damage and/or force to it
fireball's primary BFG no longer tries to target independent players
fireball's secondary "turrets" no longer try to target independent players
they also ignore frozen players as suggested by terence
electro's primary's explosion no longer explodes electro balls owned by other independent players
electro's primary's midair combo no longer explodes electro balls owned by other independent players
electro's comboexplosion no longer explodes electro balls owned by other independent players

2 years agoScoreboard team selection: improve messages
terencehill [Sat, 21 May 2022 16:52:01 +0000 (18:52 +0200)]
Scoreboard team selection: improve messages

2 years agoMerge branch 'drjaska/minefix2' into 'master'
terencehill [Fri, 20 May 2022 23:36:02 +0000 (23:36 +0000)]
Merge branch 'drjaska/minefix2' into 'master'

fix #2690 by making sure mines aren't proximity exploded by independent players

Closes #2690

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

2 years agoReduce scoreboard_team_selection spam when team selection is enabled by the server
terencehill [Fri, 20 May 2022 23:28:49 +0000 (01:28 +0200)]
Reduce scoreboard_team_selection spam when team selection is enabled by the server

2 years agoFix scoreboard UI input handling, implement team selection in the scoreboard (keyboar...
terencehill [Fri, 20 May 2022 23:17:21 +0000 (01:17 +0200)]
Fix scoreboard UI input handling, implement team selection in the scoreboard (keyboard only), use it instead of the team selection dialog

2 years agoPrioritize scoreboard UI over other things
terencehill [Thu, 19 May 2022 21:15:19 +0000 (23:15 +0200)]
Prioritize scoreboard UI over other things

2 years agofix #2690 by making sure mines aren't proximity exploded by independent players
drjaska [Thu, 19 May 2022 21:01:54 +0000 (00:01 +0300)]
fix #2690 by making sure mines aren't proximity exploded by independent players

2 years agoFix #2689 "Welcome dialog is not closed by voting screens or by disconnecting"
terencehill [Wed, 18 May 2022 10:21:44 +0000 (12:21 +0200)]
Fix #2689 "Welcome dialog is not closed by voting screens or by disconnecting"

2 years agoPlayerstats: fix higher average ping for players who disconnect and reconnect
terencehill [Wed, 18 May 2022 00:42:24 +0000 (02:42 +0200)]
Playerstats: fix higher average ping for players who disconnect and reconnect

2 years agoMerge branch 'master' into terencehill/scoreboard_ui
terencehill [Tue, 17 May 2022 17:52:36 +0000 (19:52 +0200)]
Merge branch 'master' into terencehill/scoreboard_ui

# Conflicts:
# qcsrc/client/main.qc

2 years agoAdd join button to Welcome dialog and make it default
z411 [Tue, 17 May 2022 02:16:01 +0000 (22:16 -0400)]
Add join button to Welcome dialog and make it default

2 years agoFix a remaining tabbed whitespace in the renamed monster code
Mario [Tue, 17 May 2022 00:55:24 +0000 (10:55 +1000)]
Fix a remaining tabbed whitespace in the renamed monster code