]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
11 months agoitems: alpha calculation rework
bones_was_here [Mon, 12 Jun 2023 18:38:36 +0000 (04:38 +1000)]
items: alpha calculation rework

- more efficient networking
- clients can now customise the range of the fade effect (as well as disable it)
- clients can no longer override server maxdist setting (was unfair)
- replaces vehicle ghost items with a weapon_stay-based effect
Fixes #2059

11 months agoitems: replace broken loot think implementation
bones_was_here [Thu, 15 Jun 2023 20:36:11 +0000 (06:36 +1000)]
items: replace broken loot think implementation

Implements a slow update rate for loot items, just enough to correct occasional prediction errors.
Includes SVQC prerequisites for loot item despawn effects

11 months agotrigger_viewloc: don't unset model field in spawnfunc
bones_was_here [Wed, 14 Jun 2023 13:03:56 +0000 (23:03 +1000)]
trigger_viewloc: don't unset model field in spawnfunc

Fixes collision detection failure in WarpZoneLib_BoxTouchesBrush()

See: https://gitlab.com/xonotic/xonotic-data.pk3dir/-/merge_requests/1207

11 months agoFix menu trying to open <campaign_file.txt>.en
terencehill [Wed, 14 Jun 2023 10:40:42 +0000 (12:40 +0200)]
Fix menu trying to open <campaign_file.txt>.en

11 months agoReset ready and eliminated status in the client as soon as a player disconnects,...
terencehill [Mon, 12 Jun 2023 17:50:44 +0000 (19:50 +0200)]
Reset ready and eliminated status in the client as soon as a player disconnects, fixing players occasionally appearing as eliminated (grayed out) as soon as they join the server because they wrongly inherited status of disconnected players

11 months agoMerge branch 'drjaska/terencehill/survival_scoreboard_colors_fix' into 'master'
terencehill [Mon, 12 Jun 2023 17:35:53 +0000 (17:35 +0000)]
Merge branch 'drjaska/terencehill/survival_scoreboard_colors_fix' into 'master'

Simpler implementation of !1200 and fixes to !1195

Closes #2844

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

11 months agoSimpler implementation of !1200 and fixes to !1195
Dr. Jaska [Mon, 12 Jun 2023 17:35:53 +0000 (17:35 +0000)]
Simpler implementation of !1200 and fixes to !1195

11 months agobot_cmd: update usage example of the cc subcommand. Use the BOLD macro in 2 Survival...
terencehill [Mon, 12 Jun 2023 14:56:56 +0000 (16:56 +0200)]
bot_cmd: update usage example of the cc subcommand. Use the BOLD macro in 2 Survival notifications

11 months agoMerge branch 'drjaska/new-defaults' into 'master'
LegendaryGuard [Mon, 12 Jun 2023 00:27:50 +0000 (00:27 +0000)]
Merge branch 'drjaska/new-defaults' into 'master'

Refined default values for mouse `sensitivity` (halved from 6 to 3) and `mastervolume` (9.0 to 7.0).

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

11 months agoRefined default values for mouse `sensitivity` (halved from 6 to 3) and `mastervolume...
Dr. Jaska [Mon, 12 Jun 2023 00:27:50 +0000 (00:27 +0000)]
Refined default values for mouse `sensitivity` (halved from 6 to 3) and `mastervolume` (9.0 to 7.0).

11 months agoMerge branch 'terencehill/survival_scoreboard_colors_fix' into 'master'
LegendaryGuard [Sun, 11 Jun 2023 12:16:52 +0000 (12:16 +0000)]
Merge branch 'terencehill/survival_scoreboard_colors_fix' into 'master'

Survival: show hunters to other hunters in the scoreboard. It fixes #2844

Closes #2844

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

11 months agoSurvival: show hunters to other hunters in the scoreboard. It fixes #2844
terencehill [Sun, 11 Jun 2023 12:16:52 +0000 (12:16 +0000)]
Survival: show hunters to other hunters in the scoreboard. It fixes #2844

11 months agoTransifex autosync
Rudolf Polzer [Sun, 11 Jun 2023 05:23:08 +0000 (07:23 +0200)]
Transifex autosync

11 months agoMerge branch 'terencehill/survival_fixes' into 'master'
Dr. Jaska [Sat, 10 Jun 2023 19:26:50 +0000 (19:26 +0000)]
Merge branch 'terencehill/survival_fixes' into 'master'

Survival: refactored code to prevent cheating and 2 minor fixes

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

11 months agoMerge branch 'Juhu/vehicle_ws_fix' into 'master'
LegendaryGuard [Sat, 10 Jun 2023 17:44:50 +0000 (17:44 +0000)]
Merge branch 'Juhu/vehicle_ws_fix' into 'master'

Make primary fire work in vehicles if the player has no gun

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

11 months agoMake primary fire work in vehicles if the player has no gun
Juhu [Sat, 10 Jun 2023 17:44:50 +0000 (17:44 +0000)]
Make primary fire work in vehicles if the player has no gun

11 months agoMerge branch 'LegendaryGuard/new_minigame_banning' into 'master'
LegendaryGuard [Sat, 10 Jun 2023 08:16:28 +0000 (08:16 +0000)]
Merge branch 'LegendaryGuard/new_minigame_banning' into 'master'

Add new 'playban' cvar to disallow banned players (forced to spectate) from playing minigames

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

11 months agoAdd new 'playban' cvar to disallow banned players (forced to spectate) from playing...
LegendaryGuard [Sat, 10 Jun 2023 08:16:28 +0000 (08:16 +0000)]
Add new 'playban' cvar to disallow banned players (forced to spectate) from playing minigames

11 months agoMerge branch 'terencehill/vote_commands' into 'master'
z411 [Sat, 10 Jun 2023 02:17:26 +0000 (02:17 +0000)]
Merge branch 'terencehill/vote_commands' into 'master'

Made moveto* votes always show player ID and name, 2 other minor voting related fixes

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

11 months agoRemove 2 redundant bounds
terencehill [Fri, 9 Jun 2023 21:00:12 +0000 (23:00 +0200)]
Remove 2 redundant bounds

11 months agoMerge branch 'terencehill/banning_stuff'
terencehill [Fri, 9 Jun 2023 15:16:43 +0000 (17:16 +0200)]
Merge branch 'terencehill/banning_stuff'

11 months agoMerge branch 'drjaska/surv-columns' into 'master'
terencehill [Fri, 9 Jun 2023 15:03:16 +0000 (15:03 +0000)]
Merge branch 'drjaska/surv-columns' into 'master'

Fix default scoreboard columns for survival

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

11 months agoFix default scoreboard columns for survival
Dr. Jaska [Fri, 9 Jun 2023 15:03:16 +0000 (15:03 +0000)]
Fix default scoreboard columns for survival

11 months agoFix and improve many ban cvar descriptions
terencehill [Fri, 9 Jun 2023 14:55:52 +0000 (16:55 +0200)]
Fix and improve many ban cvar descriptions

11 months agoBanning system: prevent a bug where any redundant space in a ban list bans all player...
terencehill [Fri, 9 Jun 2023 14:53:59 +0000 (16:53 +0200)]
Banning system: prevent a bug where any redundant space in a ban list bans all players; also optimize PlayerInList

11 months agoTransifex autosync
Rudolf Polzer [Fri, 9 Jun 2023 05:23:08 +0000 (07:23 +0200)]
Transifex autosync

11 months agoMerge branch 'drjaska/2839' into 'master'
z411 [Fri, 9 Jun 2023 00:04:48 +0000 (00:04 +0000)]
Merge branch 'drjaska/2839' into 'master'

tempfix 'Anonymous player' -> '???' until it's translatable

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

11 months agotempfix 'Anonymous player' -> '???' until it's translatable
Dr. Jaska [Fri, 9 Jun 2023 00:04:48 +0000 (00:04 +0000)]
tempfix 'Anonymous player' -> '???' until it's translatable

11 months agoSurvival: refactor survival status networking to avoid sending hunter statuses to...
terencehill [Thu, 8 Jun 2023 16:07:18 +0000 (18:07 +0200)]
Survival: refactor survival status networking to avoid sending hunter statuses to survivors

11 months agoSurvival: don't show personal colors of players joining mid-round in the scoreboard
terencehill [Thu, 8 Jun 2023 15:36:19 +0000 (17:36 +0200)]
Survival: don't show personal colors of players joining mid-round in the scoreboard

11 months agoSurvival, FT and CA: show eliminated players as soon as a player connects
terencehill [Thu, 8 Jun 2023 15:28:35 +0000 (17:28 +0200)]
Survival, FT and CA: show eliminated players as soon as a player connects

11 months agoFix #2840, now Invisible and Speed 2d icon powerups are visible when aren't available...
LegendaryGuard [Wed, 7 Jun 2023 11:08:15 +0000 (11:08 +0000)]
Fix #2840, now Invisible and Speed 2d icon powerups are visible when aren't available to pick up

11 months agoMerge branch 'drjaska/muteban-to-chatban' into 'master'
LegendaryGuard [Tue, 6 Jun 2023 19:44:56 +0000 (19:44 +0000)]
Merge branch 'drjaska/muteban-to-chatban' into 'master'

Rename muteban to chatban, left muteban aliases for chatban

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

11 months agoRename muteban to chatban, left muteban aliases for chatban
Dr. Jaska [Tue, 6 Jun 2023 19:44:56 +0000 (19:44 +0000)]
Rename muteban to chatban, left muteban aliases for chatban

11 months agoMerge branch 'Juhu/bot_weapcomplain' into 'master'
terencehill [Tue, 6 Jun 2023 17:46:04 +0000 (17:46 +0000)]
Merge branch 'Juhu/bot_weapcomplain' into 'master'

Fix bots selecting invalid weapons

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

11 months agotry initial bot weapon selection only at join/reset instead of repeatedly in think...
Juhu [Sun, 4 Jun 2023 03:00:18 +0000 (05:00 +0200)]
try initial bot weapon selection only at join/reset instead of repeatedly in think, prevents spammed weapon switching attempts if the bot has no weapons

11 months agoRevert "Give bots a weapon on map reset"
Juhu [Mon, 5 Jun 2023 19:47:24 +0000 (21:47 +0200)]
Revert "Give bots a weapon on map reset"

This reverts commit 4f7fbf82a607dbab329b793c527f59229acfd113.

11 months agoRevert "Campaign: give bots a weapon on map start"
Juhu [Mon, 5 Jun 2023 19:47:15 +0000 (21:47 +0200)]
Revert "Campaign: give bots a weapon on map start"

This reverts commit c2858527e0fd55a4a9b033af062aa505ee26e0f2.

11 months agoadd missing bot check in weapon complain code
Juhu [Sun, 4 Jun 2023 00:45:24 +0000 (02:45 +0200)]
add missing bot check in weapon complain code

11 months agoMerge branch 'drjaska/invalid-sv_vote_gametype_options' into 'master'
terencehill [Mon, 5 Jun 2023 17:09:40 +0000 (17:09 +0000)]
Merge branch 'drjaska/invalid-sv_vote_gametype_options' into 'master'

Fixed `sv_vote_gametype_options` so that it defaults to the current gametype if it has no valid gametypes.

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

11 months agoMerge branch 'terencehill/mapvote_fix' into 'master'
Dr. Jaska [Sun, 4 Jun 2023 19:30:42 +0000 (19:30 +0000)]
Merge branch 'terencehill/mapvote_fix' into 'master'

Fixed many crashes in map voting screen related to gametypes with low amount of supported maps.

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

11 months agoFixed many crashes in map voting screen related to gametypes with low amount of suppo...
terencehill [Sun, 4 Jun 2023 19:30:40 +0000 (19:30 +0000)]
Fixed many crashes in map voting screen related to gametypes with low amount of supported maps.

11 months agoif sv_vote_gametype_options has no valid gametypes, default to current one
drjaska [Sun, 4 Jun 2023 14:11:32 +0000 (17:11 +0300)]
if sv_vote_gametype_options has no valid gametypes, default to current one

11 months agoFix powerup waypoint stuck at '0 0 0' when a powerup is dropped inside a NODROP zone...
terencehill [Sun, 4 Jun 2023 12:19:43 +0000 (14:19 +0200)]
Fix powerup waypoint stuck at '0 0 0' when a powerup is dropped inside a NODROP zone (e.g. the pit below the Shield of arcanecitadel)

11 months agoFix trigger_push and trigger_impulse prediction
bones_was_here [Sat, 3 Jun 2023 18:01:22 +0000 (04:01 +1000)]
Fix trigger_push and trigger_impulse prediction

It's a bit awkward that some triggers require the model field unset and
others require it unchanged, so rather than having duplicated code that
restores it after it was unset, an argument is added to control that
behaviour.

This should have been included in 2b46f62db61e8ca869fc591d9ebe4053c3e876d7
and/or 0f843f8c9e7891ba3029ac5a18c6ebebde3a30da

See also: https://gitlab.com/xonotic/xonotic-data.pk3dir/-/issues/2838

11 months agowhitelist g_ca_prevent_stalemate based on unanimous council poll
drjaska [Sat, 3 Jun 2023 12:11:28 +0000 (15:11 +0300)]
whitelist g_ca_prevent_stalemate based on unanimous council poll

11 months agoFix indenting in qcsrc/client/items/items.qc
bones_was_here [Sat, 3 Jun 2023 07:57:02 +0000 (17:57 +1000)]
Fix indenting in qcsrc/client/items/items.qc

11 months agoTransifex autosync
Rudolf Polzer [Sat, 3 Jun 2023 05:23:08 +0000 (07:23 +0200)]
Transifex autosync

11 months agoMap vote screen: fix abstain vote shown over the winner map
terencehill [Fri, 2 Jun 2023 23:00:57 +0000 (01:00 +0200)]
Map vote screen: fix abstain vote shown over the winner map

11 months agoOptimize maplist shuffle algorithm by reducing the number of strcats
terencehill [Fri, 2 Jun 2023 21:31:37 +0000 (23:31 +0200)]
Optimize maplist shuffle algorithm by reducing the number of strcats

11 months agoMerge branch 'Juhu/strafehud-centerline' into 'master'
terencehill [Fri, 2 Jun 2023 07:40:48 +0000 (07:40 +0000)]
Merge branch 'Juhu/strafehud-centerline' into 'master'

Remove the center panel button in the strafehud hud editor dialog

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

11 months agoTransifex autosync
Rudolf Polzer [Thu, 1 Jun 2023 05:23:10 +0000 (07:23 +0200)]
Transifex autosync

11 months agoMerge branch 'z411/double_announcer_fix' into 'master'
bones_was_here [Thu, 1 Jun 2023 03:43:35 +0000 (03:43 +0000)]
Merge branch 'z411/double_announcer_fix' into 'master'

Fix "prepare for battle" playing twice on round-based modes

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

11 months agoFix "prepare for battle" playing twice on round-based modes
z411 [Thu, 1 Jun 2023 03:43:34 +0000 (03:43 +0000)]
Fix "prepare for battle" playing twice on round-based modes

11 months agoMerge branch 'terencehill/misc_stuff' into 'master'
z411 [Wed, 31 May 2023 23:34:48 +0000 (23:34 +0000)]
Merge branch 'terencehill/misc_stuff' into 'master'

Useful tools for debugging

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

11 months agoUseful tools for debugging
terencehill [Wed, 31 May 2023 23:34:47 +0000 (23:34 +0000)]
Useful tools for debugging

11 months agostrafehud: use makeXonoticCheckBox instead of makeXonoticCheckBoxString
Juhu [Wed, 31 May 2023 17:42:18 +0000 (19:42 +0200)]
strafehud: use makeXonoticCheckBox instead of makeXonoticCheckBoxString

11 months agomake return values of int havocbot_checkdanger unique
drjaska [Wed, 31 May 2023 16:19:26 +0000 (19:19 +0300)]
make return values of int havocbot_checkdanger unique

11 months agoTransifex autosync
Rudolf Polzer [Wed, 31 May 2023 05:23:14 +0000 (07:23 +0200)]
Transifex autosync

11 months agoMerge branch 'Juhu/onslaught_solidnot_fix' into 'master'
bones_was_here [Wed, 31 May 2023 02:50:58 +0000 (02:50 +0000)]
Merge branch 'Juhu/onslaught_solidnot_fix' into 'master'

Area grid linking fixes for DP master

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

11 months agoArea grid linking fixes for DP master
Juhu [Wed, 31 May 2023 02:50:58 +0000 (02:50 +0000)]
Area grid linking fixes for DP master

11 months agoMerge branch 'drjaska/sync-bal-wep-mario' into 'master'
bones_was_here [Wed, 31 May 2023 02:48:42 +0000 (02:48 +0000)]
Merge branch 'drjaska/sync-bal-wep-mario' into 'master'

sync 2 vanilla changes to Mario's balance as per their preference

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

11 months agoMerge branch 'bones_was_here/ladderfix' into 'master'
bones_was_here [Wed, 31 May 2023 02:46:56 +0000 (02:46 +0000)]
Merge branch 'bones_was_here/ladderfix' into 'master'

func_ladder: restore the model string unset in WarpZoneLib_ExactTrigger_Init()

Closes #2838

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

11 months agopipeline: update hash, it was changed by d6fe1d381e4530b5438c7bd49b41ce2151077901
bones_was_here [Wed, 31 May 2023 02:42:47 +0000 (12:42 +1000)]
pipeline: update hash, it was changed by d6fe1d381e4530b5438c7bd49b41ce2151077901

11 months agoUse the correct team selection command in the keybinder and in other 2 places
terencehill [Tue, 30 May 2023 22:47:11 +0000 (00:47 +0200)]
Use the correct team selection command in the keybinder and in other 2 places

11 months agoSeparate alternative ban aliases from the ones automatically generated by sv_cmd...
terencehill [Tue, 30 May 2023 22:37:41 +0000 (00:37 +0200)]
Separate alternative ban aliases from the ones automatically generated by sv_cmd dumpcommands

11 months agoFix regression introduced by superbots code that broke ability to climb ladders
terencehill [Tue, 30 May 2023 21:20:16 +0000 (23:20 +0200)]
Fix regression introduced by superbots code that broke ability to climb ladders

11 months agoAdd 'muteban' alias for 'mute' command and indent code block in BAN_COMMAND for bette...
LegendaryGuard [Tue, 30 May 2023 21:08:01 +0000 (21:08 +0000)]
Add 'muteban' alias for 'mute' command and indent code block in BAN_COMMAND for better readability

11 months agoAdd columns for Team Keepaway, Mayhem and Team Mayhem
Mirio [Tue, 30 May 2023 17:58:16 +0000 (17:58 +0000)]
Add columns for Team Keepaway, Mayhem and Team Mayhem

11 months agoTransifex autosync
Rudolf Polzer [Tue, 30 May 2023 05:23:09 +0000 (07:23 +0200)]
Transifex autosync

11 months agofunc_ladder: restore the model string unset in WarpZoneLib_ExactTrigger_Init()
bones_was_here [Mon, 29 May 2023 17:15:42 +0000 (03:15 +1000)]
func_ladder: restore the model string unset in WarpZoneLib_ExactTrigger_Init()

This was previously done by trigger_init() and
should have been included in 2b46f62db61e8ca869fc591d9ebe4053c3e876d7

The only other entities using trigger_init() were trigger_impulse and
trigger_push, but those use touch funcs whereas func_ladder uses a think
func to search.

11 months agoTransifex autosync
Rudolf Polzer [Mon, 29 May 2023 05:23:11 +0000 (07:23 +0200)]
Transifex autosync

11 months agomovetospec command: make it work even if the player is already spectating/observing...
terencehill [Sun, 28 May 2023 21:47:46 +0000 (23:47 +0200)]
movetospec command: make it work even if the player is already spectating/observing but still in game (CA, Survival, LMS)

11 months agorun dos2unix on .gitlab-ci.yml
drjaska [Sun, 28 May 2023 18:14:58 +0000 (21:14 +0300)]
run dos2unix on .gitlab-ci.yml

11 months agofraglimit vote: reduce maximum votable frag limit
terencehill [Sun, 28 May 2023 17:57:13 +0000 (19:57 +0200)]
fraglimit vote: reduce maximum votable frag limit

11 months agomoveto* votes: always show both player id and name in the vote panel since players...
terencehill [Sun, 28 May 2023 10:16:24 +0000 (12:16 +0200)]
moveto* votes: always show both player id and name in the vote panel since players are hardly identifiable without showing their names

11 months agostrafehud: replace spaces with tabs in strafehud menu code
Juhu [Sun, 28 May 2023 06:21:34 +0000 (08:21 +0200)]
strafehud: replace spaces with tabs in strafehud menu code

11 months agostrafehud: remove center panel button which is deprecated by the center line of the...
Juhu [Sun, 28 May 2023 06:19:08 +0000 (08:19 +0200)]
strafehud: remove center panel button which is deprecated by the center line of the hud editor

11 months agoIncrease Xonotic version to 0.8.6
bones_was_here [Sun, 28 May 2023 05:41:18 +0000 (15:41 +1000)]
Increase Xonotic version to 0.8.6

See also: https://gitlab.com/xonotic/xonotic-data.pk3dir/-/merge_requests/1034

11 months agoMerge branch 'pending-release' into 'master'
bones_was_here [Sun, 28 May 2023 05:36:53 +0000 (05:36 +0000)]
Merge branch 'pending-release' into 'master'

Breaking changes for 0.8.6

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

11 months agoTransifex autosync
Rudolf Polzer [Sun, 28 May 2023 05:23:11 +0000 (07:23 +0200)]
Transifex autosync

11 months agoMerge branch 'LegendaryGuard/remove_spawnfunc_check_fields' into 'master'
bones_was_here [Sun, 28 May 2023 05:18:47 +0000 (05:18 +0000)]
Merge branch 'LegendaryGuard/remove_spawnfunc_check_fields' into 'master'

Remove map entity whitelist checks

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

11 months agoRemove temporary (for translators) survival strings
bones_was_here [Sun, 28 May 2023 04:41:22 +0000 (14:41 +1000)]
Remove temporary (for translators) survival strings

11 months agoMerge remote-tracking branch 'origin/master' into pending-release
bones_was_here [Sun, 28 May 2023 04:38:13 +0000 (14:38 +1000)]
Merge remote-tracking branch 'origin/master' into pending-release

11 months agoMerge branch 'terencehill/vote_canceled' into 'master'
bones_was_here [Sun, 28 May 2023 04:09:11 +0000 (04:09 +0000)]
Merge branch 'terencehill/vote_canceled' into 'master'

When the match is over notify that the vote in progress is canceled

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

11 months agoAdd a cvar to make it easy to debug votes
terencehill [Sat, 27 May 2023 22:33:41 +0000 (00:33 +0200)]
Add a cvar to make it easy to debug votes

11 months agoSort g_ban_* cvars in xonotic-server.cfg
LegendaryGuard [Sat, 27 May 2023 22:21:51 +0000 (00:21 +0200)]
Sort g_ban_* cvars in xonotic-server.cfg

11 months agoWhen the match is over notify that the vote in progress is canceled
terencehill [Thu, 21 Jul 2022 20:18:44 +0000 (22:18 +0200)]
When the match is over notify that the vote in progress is canceled

11 months agoAdd info in g_muteban_list, g_playban_list, and g_voteban_list cvars
LegendaryGuard [Sat, 27 May 2023 22:15:33 +0000 (22:15 +0000)]
Add info in g_muteban_list, g_playban_list, and g_voteban_list cvars

11 months agoMerge branch 'terencehill/ft_froze_by_space_fix' into 'master'
terencehill [Sat, 27 May 2023 19:27:22 +0000 (19:27 +0000)]
Merge branch 'terencehill/ft_froze_by_space_fix' into 'master'

Freezetag: don't reset armor/ammo/weapons of players falling into space

Closes #2837

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

11 months agoMerge branch 'drjaska/superbots' into 'master'
Dr. Jaska [Sat, 27 May 2023 18:21:01 +0000 (18:21 +0000)]
Merge branch 'drjaska/superbots' into 'master'

Add a new bot skill level for extremely tough bots

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

11 months agoAdd a new bot skill level for extremely tough bots
Dr. Jaska [Sat, 27 May 2023 18:21:00 +0000 (18:21 +0000)]
Add a new bot skill level for extremely tough bots

11 months agoImprove a comment
terencehill [Sat, 27 May 2023 14:30:33 +0000 (16:30 +0200)]
Improve a comment

11 months agoRemove map entity whitelist checks
LegendaryGuard [Sat, 27 May 2023 10:32:22 +0000 (10:32 +0000)]
Remove map entity whitelist checks

11 months agoTransifex autosync
Rudolf Polzer [Sat, 27 May 2023 05:23:08 +0000 (07:23 +0200)]
Transifex autosync

11 months agoApply SPAWNFUNC_CHECK_FIELDS in the Makefile for customization reasons
LegendaryGuard [Fri, 26 May 2023 16:50:37 +0000 (16:50 +0000)]
Apply SPAWNFUNC_CHECK_FIELDS in the Makefile for customization reasons

11 months agoTransifex autosync
Rudolf Polzer [Fri, 26 May 2023 05:23:16 +0000 (07:23 +0200)]
Transifex autosync

11 months agoMerge branch 'terencehill/lms_spec' into 'master'
terencehill [Thu, 25 May 2023 16:35:55 +0000 (16:35 +0000)]
Merge branch 'terencehill/lms_spec' into 'master'

LMS: allow players to get back into the game if they spectated

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

11 months agoMerge branch 'drjaska/2809-splashdmgforcecalcfix' into 'master'
terencehill [Thu, 25 May 2023 15:12:25 +0000 (15:12 +0000)]
Merge branch 'drjaska/2809-splashdmgforcecalcfix' into 'master'

Resolve "Setting a weapon's primary damage to 1 causes extremely overpowered push"

Closes #2809

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

11 months agoResolve "Setting a weapon's primary damage to 1 causes extremely overpowered push"
Dr. Jaska [Thu, 25 May 2023 15:12:25 +0000 (15:12 +0000)]
Resolve "Setting a weapon's primary damage to 1 causes extremely overpowered push"