]>
git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
Juhu [Mon, 24 Jan 2022 14:41:33 +0000 (15:41 +0100)]
make sure all g_br_* cvars are handled server side
Juhu [Mon, 24 Jan 2022 14:28:23 +0000 (15:28 +0100)]
make vehicle behaviour outside of ring configurable
LegendaryGuard [Sun, 23 Jan 2022 15:17:25 +0000 (16:17 +0100)]
Refactor: when a player is controlling a vehicle inside the ring, the player is being kicked off when trying to be safe lol moment :)
Juhu [Sun, 23 Jan 2022 18:42:28 +0000 (19:42 +0100)]
require dropship path to be atleast a quarter of the diagonal length of the map, prevents the dropship from spawning in buildings
Juhu [Sun, 23 Jan 2022 18:16:38 +0000 (19:16 +0100)]
fix player names of spectators being shown in battle royale
Juhu [Sun, 23 Jan 2022 17:06:39 +0000 (18:06 +0100)]
prevent dropship routes through playerclip
Juhu [Sun, 23 Jan 2022 16:36:23 +0000 (17:36 +0100)]
get rid of br_PlayerDamage()
LegendaryGuard [Thu, 20 Jan 2022 01:55:46 +0000 (02:55 +0100)]
Fix crash when player controls vehicles going inside ring, plus when controlling, vehicle damage applied inside ring. Allow setting Battle Royale to play on CTF and Assault maps
Juhu [Tue, 18 Jan 2022 16:20:43 +0000 (17:20 +0100)]
add missing include for BR in scoreboard.qc
Juhu [Tue, 18 Jan 2022 15:52:47 +0000 (16:52 +0100)]
improve player color handling in battle royale
Juhu [Tue, 18 Jan 2022 13:48:55 +0000 (14:48 +0100)]
small battle royale cvar description change
Juhu [Tue, 18 Jan 2022 13:41:41 +0000 (14:41 +0100)]
minor improvement of g_br_startweapons
Juhu [Tue, 18 Jan 2022 12:32:56 +0000 (13:32 +0100)]
add battle royale cvar descriptions
Juhu [Tue, 18 Jan 2022 11:37:48 +0000 (11:37 +0000)]
Merge branch 'LegendaryGuard/battle-royale' into 'Juhu/battle-royale'
Enhance Battle Royale: Add some description about cvars and allow setting Battle Royale to play on DM maps
See merge request xonotic/xonotic-data.pk3dir!965
LegendaryGuard [Tue, 18 Jan 2022 01:18:50 +0000 (01:18 +0000)]
Fix misunderstanding cvar description
LegendaryGuard [Tue, 18 Jan 2022 01:12:20 +0000 (02:12 +0100)]
Add forgotten commas in some cvar descriptions
LegendaryGuard [Tue, 18 Jan 2022 01:02:38 +0000 (02:02 +0100)]
Add some description about cvars, allow setting Battle Royale to play on DM maps and update Hash
Juhu [Mon, 17 Jan 2022 20:05:08 +0000 (21:05 +0100)]
fix the floating spectator body bug in battle royale
Juhu [Mon, 17 Jan 2022 15:03:07 +0000 (16:03 +0100)]
fix battle royale ring being inaccurately placed client side
Juhu [Mon, 17 Jan 2022 02:35:04 +0000 (03:35 +0100)]
implement battle royale gamemode in xonotic
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
Rudolf Polzer [Mon, 13 Dec 2021 06:23:17 +0000 (07:23 +0100)]
Transifex autosync
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
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 [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
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
Rudolf Polzer [Tue, 16 Nov 2021 06:23:27 +0000 (07:23 +0100)]
Transifex autosync
z411 [Mon, 15 Nov 2021 03:23:49 +0000 (00:23 -0300)]
Make CA/FT/LMS respect g_use_ammunition
Makes it possible to play CA/FT/LMS with unlimited ammo.
Rudolf Polzer [Thu, 11 Nov 2021 06:23:41 +0000 (07:23 +0100)]
Transifex autosync
terencehill [Wed, 10 Nov 2021 18:01:54 +0000 (19:01 +0100)]
Add health / armor icons to other hud themes
Rudolf Polzer [Wed, 10 Nov 2021 06:23:35 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Tue, 9 Nov 2021 06:23:39 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Mon, 8 Nov 2021 06:23:28 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Sun, 7 Nov 2021 06:24:02 +0000 (07:24 +0100)]
Transifex autosync
z411 [Sat, 6 Nov 2021 21:27:43 +0000 (18:27 -0300)]
powerups_dropondeath: Use weapon despawn time for setting 2
Rudolf Polzer [Sat, 6 Nov 2021 06:23:37 +0000 (07:23 +0100)]
Transifex autosync
z411 [Fri, 5 Nov 2021 17:44:24 +0000 (14:44 -0300)]
Improved powerups_dropondeath setting
terencehill [Mon, 1 Nov 2021 23:48:18 +0000 (00:48 +0100)]
Add proper health / armor icons (used by the ItemStats and ItemsTime panels)
Rudolf Polzer [Tue, 2 Nov 2021 06:23:34 +0000 (07:23 +0100)]
Transifex autosync
terencehill [Sun, 31 Oct 2021 09:20:34 +0000 (10:20 +0100)]
Fix compilation units
Rudolf Polzer [Sun, 31 Oct 2021 06:23:58 +0000 (07:23 +0100)]
Transifex autosync
terencehill [Sat, 30 Oct 2021 20:45:11 +0000 (22:45 +0200)]
moveplayer: add # to player number
terencehill [Sat, 30 Oct 2021 19:45:24 +0000 (21:45 +0200)]
moveplayer: fix / improve error handling and messages
terencehill [Sat, 30 Oct 2021 19:32:55 +0000 (21:32 +0200)]
Fix whitespace in shader files
Rudolf Polzer [Fri, 22 Oct 2021 05:23:24 +0000 (07:23 +0200)]
Transifex autosync
Rudolf Polzer [Thu, 21 Oct 2021 05:23:23 +0000 (07:23 +0200)]
Transifex autosync
Rudolf Polzer [Wed, 20 Oct 2021 05:23:29 +0000 (07:23 +0200)]
Transifex autosync
Rudolf Polzer [Mon, 18 Oct 2021 05:23:30 +0000 (07:23 +0200)]
Transifex autosync
terencehill [Sun, 17 Oct 2021 08:14:25 +0000 (10:14 +0200)]
Move waypoints slightly away from screen edges. It closes #2634 "[xonvote] #181 - Use waypointsprite edgeoffset 0.1 by default"
Rudolf Polzer [Sun, 17 Oct 2021 05:24:04 +0000 (07:24 +0200)]
Transifex autosync
Rudolf Polzer [Fri, 15 Oct 2021 05:23:25 +0000 (07:23 +0200)]
Transifex autosync
bones_was_here [Tue, 12 Oct 2021 07:37:07 +0000 (17:37 +1000)]
strafehud: fix and refactor jumpheight feature
The height displayed was always too small, as one or two frames
of each jump were not included (especially the first frame,
when z velocity is greatest).
It now shows the exact height predicted by the formula in physicsX.cfg
and should be correct for all physics configurations.
Also, simplified the logic and removed 6 globals.
Rudolf Polzer [Tue, 12 Oct 2021 05:23:29 +0000 (07:23 +0200)]
Transifex autosync
Rudolf Polzer [Mon, 11 Oct 2021 05:23:27 +0000 (07:23 +0200)]
Transifex autosync
terencehill [Sun, 10 Oct 2021 13:12:34 +0000 (15:12 +0200)]
Fix / Improve translation context of some strings