]>
git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
Rudolf Polzer [Tue, 25 Jan 2022 06:23:21 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Sun, 23 Jan 2022 06:23:48 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Sat, 22 Jan 2022 06:23:13 +0000 (07:23 +0100)]
Transifex autosync
terencehill [Wed, 19 Jan 2022 18:10:21 +0000 (18:10 +0000)]
Merge branch 'terencehill/ca_integer_score' into 'master'
CA: avoid fractional score by giving players 1 point every 100 units of damage
Closes #2653 and #2356
See merge request xonotic/xonotic-data.pk3dir!952
terencehill [Wed, 19 Jan 2022 18:10:21 +0000 (18:10 +0000)]
CA: avoid fractional score by giving players 1 point every 100 units of damage
terencehill [Tue, 18 Jan 2022 18:02:17 +0000 (18:02 +0000)]
Merge branch 'Mario/resource_registry' into 'master'
Migrating resources (ammo, health etc) to a registry for ease of maintenance and a cleaner codebase.
Closes #2030
See merge request xonotic/xonotic-data.pk3dir!910
Mario [Tue, 18 Jan 2022 18:02:17 +0000 (18:02 +0000)]
Migrating resources (ammo, health etc) to a registry for ease of maintenance and a cleaner codebase.
Rudolf Polzer [Sun, 16 Jan 2022 06:23:48 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Sat, 15 Jan 2022 06:23:17 +0000 (07:23 +0100)]
Transifex autosync
terencehill [Thu, 13 Jan 2022 22:04:04 +0000 (23:04 +0100)]
Rename misleading DAMAGE_DEALT_TOTAL and damage_dealt to HITSOUND_DAMAGE_DEALT_TOTAL and hitsound_damage_dealt since damage is counted only if dealt to players that aren't typing
terencehill [Thu, 13 Jan 2022 18:30:00 +0000 (19:30 +0100)]
Add a comment about DAMAGE_DEALT_TOTAL accuracy
terencehill [Thu, 13 Jan 2022 17:48:31 +0000 (18:48 +0100)]
Clean up code parsing restart / resetmatch commands (avoids repetitions)
Mario [Mon, 10 Jan 2022 04:22:44 +0000 (04:22 +0000)]
Merge branch 'drjaska/balance/vortex' into 'master'
https://forums.xonotic.org/showthread.php?tid=8520 related vortex changes
See merge request xonotic/xonotic-data.pk3dir!882
Dr. Jaska [Mon, 10 Jan 2022 04:22:43 +0000 (04:22 +0000)]
https://forums.xonotic.org/showthread.php?tid=8520 related vortex changes
Mario [Sat, 8 Jan 2022 14:32:40 +0000 (14:32 +0000)]
Merge branch 'bones_was_here/walking_groundentity_fix' into 'master'
Set groundentity when sv_gameplayfix_downtracesupportsongroundflag detects a floor
See merge request xonotic/xonotic-data.pk3dir!942
Mario [Sat, 8 Jan 2022 13:41:32 +0000 (13:41 +0000)]
Merge branch 'LegendaryGuard/nades_orb_time_fix' into 'master'
Fix spamming CSQC errors when a vehicle is inside nade orb
See merge request xonotic/xonotic-data.pk3dir!961
Rudolf Polzer [Fri, 7 Jan 2022 06:23:17 +0000 (07:23 +0100)]
Transifex autosync
LegendaryGuard [Thu, 6 Jan 2022 23:46:54 +0000 (00:46 +0100)]
Enhance fix details in show_tint entity
LegendaryGuard [Thu, 6 Jan 2022 21:37:19 +0000 (22:37 +0100)]
Enhance fix nades orb
Mario [Thu, 6 Jan 2022 16:03:49 +0000 (02:03 +1000)]
Fix a typographical error in a newly introduced team function name
terencehill [Wed, 5 Jan 2022 21:48:13 +0000 (22:48 +0100)]
Make cvar_cl_allow_uidtracking an int thanks to a patch to ReplicateVars: replicated cvars are now sent to the server on connection even if not changed so that server can process them properly
cvar_cl_allow_uidtracking as string was networked on connection because code immediately detects a change (null value "" != default value "0"), not possible as int (null value 0 == default value 0)
LegendaryGuard [Wed, 5 Jan 2022 17:44:27 +0000 (18:44 +0100)]
Fix spamming CSQC errors when a vehicle is inside nade orb
terencehill [Wed, 5 Jan 2022 00:10:02 +0000 (01:10 +0100)]
Fix #2597 "Game not listed in XonStats if a player has turned off stats tracking" by handling cl_allow_uidtracking as string rather than float in the client (reverting change of commit
2d8c8577 ).
This commit also reverts
a422dfd5 "Respect cl_allow_uidtracking on player stats reset" in warmup as it was actually replicating the misbehaviour causing #2597
terencehill [Tue, 4 Jan 2022 18:29:37 +0000 (19:29 +0100)]
LMS: Apply INGAME_STATUS_JOINED when players are reset
terencehill [Tue, 4 Jan 2022 00:27:48 +0000 (01:27 +0100)]
Add API to handle in-game status for game modes that temporarily turn players into spectators/observers when they are eliminated but keeping them "in game". Replaces caplayer and lmsplayer and the GetPlayerStatus mutator hook
terencehill [Sun, 2 Jan 2022 18:43:48 +0000 (18:43 +0000)]
Merge branch 'z411/timer_bound' into 'master'
Added upper bound for decreasing timer
See merge request xonotic/xonotic-data.pk3dir!960
z411 [Sun, 2 Jan 2022 18:43:48 +0000 (18:43 +0000)]
Added upper bound for decreasing timer
terencehill [Sun, 2 Jan 2022 18:07:13 +0000 (18:07 +0000)]
Merge branch 'bones_was_here/lms_items' into 'master'
Add support for LMS with items
Closes #2640
See merge request xonotic/xonotic-data.pk3dir!956
terencehill [Sun, 2 Jan 2022 18:03:11 +0000 (18:03 +0000)]
Merge branch 'bones_was_here/xonstat_https' into 'master'
Use https for xonstat submissions
See merge request xonotic/xonotic-data.pk3dir!953
terencehill [Sun, 2 Jan 2022 17:22:57 +0000 (18:22 +0100)]
Fix eliminated players not considered winners even if they belong to the winner team in CA; also show a message in console reporting the winner team of the match in all game modes
terencehill [Sun, 2 Jan 2022 16:23:31 +0000 (17:23 +0100)]
Assault: add a couple informational messages and fix various bugs related to the start of the second round
terencehill [Sun, 2 Jan 2022 10:10:30 +0000 (11:10 +0100)]
Fix parameter name in ReadyRestart
terencehill [Sun, 2 Jan 2022 09:55:44 +0000 (09:55 +0000)]
Merge branch 'z411/srestart' into 'master'
Add resetmatch command to soft restart the map without the need to respawn the server [restart] (fixes #2609)
Closes #2609
See merge request xonotic/xonotic-data.pk3dir!940
terencehill [Sun, 2 Jan 2022 09:24:53 +0000 (09:24 +0000)]
Merge branch 'terencehill/playerstats_reset' into 'master'
Reset player stats on repeated readyrestart, it fixes #2656
Closes #2656
See merge request xonotic/xonotic-data.pk3dir!955
terencehill [Sun, 2 Jan 2022 09:24:52 +0000 (09:24 +0000)]
Reset player stats on repeated readyrestart, it fixes #2656
terencehill [Sat, 1 Jan 2022 22:23:41 +0000 (23:23 +0100)]
LMS: fix screwed up rankings when a spectator disconnects
terencehill [Fri, 31 Dec 2021 14:59:58 +0000 (15:59 +0100)]
Rename Team_*ControlPoints functions to Team_*OwnedItems so they can be used without ambiguity to count control points in Domination and generators in Onslaught
terencehill [Fri, 31 Dec 2021 00:21:11 +0000 (01:21 +0100)]
Simplify and share some duplicated code
Rudolf Polzer [Wed, 29 Dec 2021 06:23:20 +0000 (07:23 +0100)]
Transifex autosync
terencehill [Tue, 28 Dec 2021 14:11:20 +0000 (15:11 +0100)]
Menu: fix Apply buttons not working if a button is pressed with the spacebar
Rudolf Polzer [Tue, 28 Dec 2021 06:23:22 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Mon, 27 Dec 2021 06:23:17 +0000 (07:23 +0100)]
Transifex autosync
terencehill [Fri, 24 Dec 2021 13:47:01 +0000 (14:47 +0100)]
Small cleanup
terencehill [Fri, 24 Dec 2021 13:25:20 +0000 (14:25 +0100)]
Menu Server list: partially fix server row next to the heading slightly smaller than others if (autocvar_menu_slist_categories <= 0) (now it's less noticeable)
Rudolf Polzer [Thu, 23 Dec 2021 06:23:19 +0000 (07:23 +0100)]
Transifex autosync
bones_was_here [Fri, 17 Dec 2021 08:41:43 +0000 (18:41 +1000)]
Add support for LMS with items
Rudolf Polzer [Mon, 13 Dec 2021 06:23:17 +0000 (07:23 +0100)]
Transifex autosync
z411 [Mon, 13 Dec 2021 06:04:17 +0000 (03:04 -0300)]
Make vcall restart do a resetmatch instead
z411 [Sun, 12 Dec 2021 18:05:25 +0000 (15:05 -0300)]
Updating outdated comment
z411 [Sun, 12 Dec 2021 18:02:40 +0000 (15:02 -0300)]
Making boolean name more descriptive
z411 [Sun, 12 Dec 2021 17:58:54 +0000 (14:58 -0300)]
Change command name from reset to resetmatch
terencehill [Sat, 11 Dec 2021 15:56:46 +0000 (16:56 +0100)]
Properly reset weapon accuracy on player respawn if sv_ready_restart_after_countdown is 1, thanks z411 for pointing out this bug
z411: "I think it seems to work as you expect because you are resetting the accuracies before the match starts, but once the players respawn accuracy_resend() which actually sends the stats is called in PutPlayerInServer() when they respawn. So the server is actually resetting the stats before it should, but sends them when they respawn."
terencehill [Sat, 11 Dec 2021 00:27:18 +0000 (01:27 +0100)]
Fix compilation units
terencehill [Fri, 10 Dec 2021 15:39:28 +0000 (16:39 +0100)]
Reset weapon accuracy on readyrestart
bones_was_here [Thu, 9 Dec 2021 15:22:58 +0000 (01:22 +1000)]
Use https for xonstat submissions
terencehill [Thu, 9 Dec 2021 12:26:15 +0000 (13:26 +0100)]
Remove an outdated comment and a redundant division by 1
terencehill [Thu, 9 Dec 2021 12:04:52 +0000 (12:04 +0000)]
Merge branch 'z411/round_countdown_fix' into 'master'
Fix countdown centerprint for round-based modes
See merge request xonotic/xonotic-data.pk3dir!951
Mario [Thu, 9 Dec 2021 05:47:55 +0000 (05:47 +0000)]
Merge branch 'Mario/lms_pickup_items' into 'master'
Merge branch Mario/lms_pickup_items (XXS merge request)
See merge request xonotic/xonotic-data.pk3dir!934
z411 [Wed, 8 Dec 2021 05:18:12 +0000 (02:18 -0300)]
Fixed issue where round countdown would start one second too late
Due to flooring and not rounding the countdown time, the round timer
would ocassionally start counting one second too late (ie at 9, not 10).
Rudolf Polzer [Mon, 6 Dec 2021 01:15:26 +0000 (20:15 -0500)]
Add another master server.
Thanks, gazby!
z411 [Sun, 5 Dec 2021 00:09:50 +0000 (21:09 -0300)]
Fix countdown centerprint for round-based modes
terencehill [Sat, 4 Dec 2021 22:45:51 +0000 (22:45 +0000)]
Merge branch 'z411/powerups_dropondeath' into 'master'
Merge branch z411/powerups_dropondeath (improves on Mario's implementation)
See merge request xonotic/xonotic-data.pk3dir!943
Rudolf Polzer [Sat, 4 Dec 2021 00:44:20 +0000 (01:44 +0100)]
Also point master4.xonotic.org at bones.
now playing: bonetrousle
Rudolf Polzer [Sat, 4 Dec 2021 00:35:28 +0000 (01:35 +0100)]
DP master does not have sv_masterextra3 anymore, so let's use sv_master4 for a 3rd master.
This keeps sv_master1 to sv_master3 usable for users.
Rudolf Polzer [Fri, 3 Dec 2021 20:33:51 +0000 (12:33 -0800)]
Use our own master server DNS records.
This allows us to update server addresses without a new engine binary release.
Rudolf Polzer [Fri, 3 Dec 2021 06:23:28 +0000 (07:23 +0100)]
Transifex autosync
z411 [Fri, 3 Dec 2021 03:09:16 +0000 (00:09 -0300)]
Make allready not votable if in a match
z411 [Fri, 3 Dec 2021 02:58:24 +0000 (23:58 -0300)]
Changed description of the reset server command
z411 [Fri, 3 Dec 2021 02:56:46 +0000 (23:56 -0300)]
Remove sv_ready_restart as this command superseedes it
z411 [Thu, 2 Dec 2021 20:45:56 +0000 (17:45 -0300)]
Added cvar for default loot lifetime and using it for dropped powerups
z411 [Thu, 2 Dec 2021 18:42:04 +0000 (15:42 -0300)]
Powerup drops: Changed cvar names
Rudolf Polzer [Thu, 2 Dec 2021 06:25:11 +0000 (07:25 +0100)]
Transifex autosync
Rudolf Polzer [Wed, 1 Dec 2021 06:23:42 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Tue, 30 Nov 2021 06:23:30 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Mon, 29 Nov 2021 06:23:30 +0000 (07:23 +0100)]
Transifex autosync
terencehill [Sun, 28 Nov 2021 14:02:27 +0000 (15:02 +0100)]
Add proper names to the Swedish translation
Rudolf Polzer [Sun, 28 Nov 2021 06:24:05 +0000 (07:24 +0100)]
Transifex autosync
z411 [Sat, 27 Nov 2021 02:55:06 +0000 (23:55 -0300)]
Implemented TTL as a timer and waypoint that shows the time left
z411 [Sat, 27 Nov 2021 00:58:23 +0000 (21:58 -0300)]
Revert "powerups_dropondeath: Added dropped waypoint"
This reverts commit
473dc5f95b6b40df65fc2ae5d841fde806063d29 .
Rudolf Polzer [Fri, 26 Nov 2021 06:23:37 +0000 (07:23 +0100)]
Transifex autosync
z411 [Thu, 25 Nov 2021 18:25:37 +0000 (15:25 -0300)]
powerups_dropondeath: Fix reverse health bar
Rudolf Polzer [Thu, 25 Nov 2021 06:23:32 +0000 (07:23 +0100)]
Transifex autosync
z411 [Wed, 24 Nov 2021 21:44:50 +0000 (18:44 -0300)]
powerups_dropondeath: Added dropped waypoint
z411 [Wed, 24 Nov 2021 17:21:07 +0000 (14:21 -0300)]
powerups_dropondeath: Make time to live configurable
terencehill [Sun, 21 Nov 2021 22:19:45 +0000 (23:19 +0100)]
Add "Bold font scale" slider to the Centerprint panel's menu
terencehill [Sun, 21 Nov 2021 22:16:42 +0000 (23:16 +0100)]
Small serverlist's code cleanup
terencehill [Sun, 21 Nov 2021 21:57:43 +0000 (21:57 +0000)]
Merge branch 'terencehill/health_armor_icons' into 'master'
Add proper health / armor icons (used by the ItemStats and ItemsTime panels)
Closes #2561
See merge request xonotic/xonotic-data.pk3dir!941
Rudolf Polzer [Sat, 20 Nov 2021 06:23:31 +0000 (07:23 +0100)]
Transifex autosync
z411 [Thu, 18 Nov 2021 15:40:12 +0000 (12:40 -0300)]
Soft reset: Fix warmup limit and repeatable restart
terencehill [Thu, 18 Nov 2021 11:18:47 +0000 (11:18 +0000)]
Merge branch 'drjaska/electrostickylifetime' into 'master'
New cvar for electro balls to get their lifetime from after sticking
See merge request xonotic/xonotic-data.pk3dir!931
Dr. Jaska [Thu, 18 Nov 2021 11:18:47 +0000 (11:18 +0000)]
New cvar for electro balls to get their lifetime from after sticking
terencehill [Wed, 17 Nov 2021 18:36:04 +0000 (18:36 +0000)]
Merge branch 'drjaska/fixSetStartItemsInitialization' into 'master'
update to CA/FT SetStartItems hookfunction
Closes #2652
See merge request xonotic/xonotic-data.pk3dir!944
Dr. Jaska [Wed, 17 Nov 2021 18:36:03 +0000 (18:36 +0000)]
update to CA/FT SetStartItems hookfunction
terencehill [Wed, 17 Nov 2021 13:54:52 +0000 (13:54 +0000)]
Merge branch 'bones_was_here/ft_start_armor' into 'master'
Increase freezetag starting armor from 0 to 100
See merge request xonotic/xonotic-data.pk3dir!933
terencehill [Wed, 17 Nov 2021 13:43:52 +0000 (13:43 +0000)]
Merge branch 'bones_was_here/strafehud_jumpheight' into 'master'
strafehud: fix and refactor jumpheight feature
See merge request xonotic/xonotic-data.pk3dir!939
terencehill [Wed, 17 Nov 2021 11:53:03 +0000 (12:53 +0100)]
Add missing supercells icons in old hud themes (copy of ammo_cells.tga)
terencehill [Wed, 17 Nov 2021 09:27:59 +0000 (09:27 +0000)]
Merge branch 'z411/ca_useammunition' into 'master'
Make CA/FT/LMS respect g_use_ammunition
See merge request xonotic/xonotic-data.pk3dir!946
terencehill [Tue, 16 Nov 2021 16:52:37 +0000 (17:52 +0100)]
Update .gitignore
terencehill [Tue, 16 Nov 2021 16:51:20 +0000 (17:51 +0100)]
Show full fuel bar with a low alpha, fade it in until fuel reaches the middle of the bar (like the oxygen bar)
terencehill [Tue, 16 Nov 2021 16:46:15 +0000 (17:46 +0100)]
Remove a wrong comment, IT_UNLIMITED_AMMO gives unlimited fuel too