]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
20 months agoBot AI: increase the amount of error induced to the bots aim with skill < 10, make...
terencehill [Mon, 5 Sep 2022 20:48:36 +0000 (22:48 +0200)]
Bot AI: increase the amount of error induced to the bots aim with skill < 10, make it less intense vertically and when bot is not aiming at any enemy and a bit more randomized in time. Also get rid of a useless normalize call

21 months agoUpdate hash
terencehill [Thu, 25 Aug 2022 14:13:48 +0000 (16:13 +0200)]
Update hash

21 months agoBot AI: fix max fire deviation factor calculation (introduced in 4ae6e27ee) making...
terencehill [Tue, 23 Aug 2022 21:32:22 +0000 (23:32 +0200)]
Bot AI: fix max fire deviation factor calculation (introduced in 4ae6e27ee) making less skilled bots better at aiming with certain weapons

21 months agoBot AI: fix think rate formula giving exaggerated importance to bot personality value...
terencehill [Tue, 23 Aug 2022 16:21:16 +0000 (18:21 +0200)]
Bot AI: fix think rate formula giving exaggerated importance to bot personality values of "aithink" (set in bots.txt)

21 months agoBot AI: fix aim think rate lower than expected (7.5 instead of 10 fps) for high skill...
terencehill [Mon, 22 Aug 2022 15:48:21 +0000 (17:48 +0200)]
Bot AI: fix aim think rate lower than expected (7.5 instead of 10 fps) for high skill bots due to extremely small precision errors

21 months agoRemove unused havocbot_gettarget
terencehill [Mon, 22 Aug 2022 15:28:43 +0000 (17:28 +0200)]
Remove unused havocbot_gettarget

21 months agoRemove a redundant check, already performed before wr_aim execution
terencehill [Mon, 22 Aug 2022 13:46:27 +0000 (15:46 +0200)]
Remove a redundant check, already performed before wr_aim execution

21 months agoRemove unused bot_canfire field
terencehill [Sun, 21 Aug 2022 17:07:32 +0000 (19:07 +0200)]
Remove unused bot_canfire field

21 months agoBot AI: improve aim by refactoring max fire deviation formula, now more accurate...
terencehill [Sun, 21 Aug 2022 17:04:27 +0000 (19:04 +0200)]
Bot AI: improve aim by refactoring max fire deviation formula, now more accurate and scalable on any distance

21 months agoBot AI: improve bots aim by requiring they aim at the target (with some tolerance...
terencehill [Sat, 20 Aug 2022 16:28:52 +0000 (18:28 +0200)]
Bot AI: improve bots aim by requiring they aim at the target (with some tolerance) before starting to shoot (bot_ai_aimskill_firetolerance is now enabled by default). It fixes bots often missing the first shot right when they get a new target if they were aiming in a different direction

To make work bot_ai_aimskill_firetolerance with all weapons, fire tolerance is now raised for specific attacks that don't require too much accuracy, e.g. shotgun and devastator attacks

21 months agoBot AI: fix bots sometimes firing in the opposite direction if bot_ai_aimskill_fireto...
terencehill [Fri, 19 Aug 2022 17:09:10 +0000 (19:09 +0200)]
Bot AI: fix bots sometimes firing in the opposite direction if bot_ai_aimskill_firetolerance is on. Also avoid an useless makevector call if bot_ai_aimskill_firetolerance is off

21 months agoBot AI: improve remote rocket detonation. It fixes bots detonating rockets prematurel...
terencehill [Thu, 18 Aug 2022 17:21:19 +0000 (19:21 +0200)]
Bot AI: improve remote rocket detonation. It fixes bots detonating rockets prematurely and dealing less damage.

This new damage prediction algorithm takes into account self damage, team damage and damage modification factors of strength and shield powerups

21 months agoBot AI: improve rocket guide with the devastator
terencehill [Wed, 17 Aug 2022 14:51:06 +0000 (16:51 +0200)]
Bot AI: improve rocket guide with the devastator

21 months agoBot AI: fix bots randomly refusing to shoot with the devastator
terencehill [Mon, 15 Aug 2022 11:29:07 +0000 (13:29 +0200)]
Bot AI: fix bots randomly refusing to shoot with the devastator

21 months agoClean up devastator aim code
terencehill [Mon, 15 Aug 2022 10:15:06 +0000 (12:15 +0200)]
Clean up devastator aim code

21 months agoTransifex autosync
Rudolf Polzer [Sat, 13 Aug 2022 05:23:37 +0000 (07:23 +0200)]
Transifex autosync

21 months agoTransifex autosync
Rudolf Polzer [Fri, 12 Aug 2022 05:23:30 +0000 (07:23 +0200)]
Transifex autosync

21 months agoTransifex autosync
Rudolf Polzer [Thu, 11 Aug 2022 05:23:31 +0000 (07:23 +0200)]
Transifex autosync

21 months agoMerge branch 'bones_was_here/team_selection_compatibility' into 'master'
terencehill [Wed, 10 Aug 2022 12:58:00 +0000 (12:58 +0000)]
Merge branch 'bones_was_here/team_selection_compatibility' into 'master'

Fix team selection for 0.8.5 clients on current servers that use g_balance_teams 0

Closes #2729

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

21 months agoMerge branch 'Mario/ctf_colormaps' into 'master'
terencehill [Wed, 10 Aug 2022 12:56:16 +0000 (12:56 +0000)]
Merge branch 'Mario/ctf_colormaps' into 'master'

Merge branch Mario/ctf_colormaps (S merge request)

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

21 months agoTransifex autosync
Rudolf Polzer [Wed, 10 Aug 2022 05:23:27 +0000 (07:23 +0200)]
Transifex autosync

21 months agoTransifex autosync
Rudolf Polzer [Tue, 9 Aug 2022 05:23:29 +0000 (07:23 +0200)]
Transifex autosync

21 months agoTransifex autosync
Rudolf Polzer [Mon, 8 Aug 2022 05:23:27 +0000 (07:23 +0200)]
Transifex autosync

21 months agoMake scoreboard team selection on spacebar press work for old clients. While at it... 1059/head
terencehill [Mon, 1 Aug 2022 23:23:54 +0000 (01:23 +0200)]
Make scoreboard team selection on spacebar press work for old clients. While at it give team selection aliases more consistent names

21 months agoTransifex autosync
Rudolf Polzer [Sun, 7 Aug 2022 05:24:01 +0000 (07:24 +0200)]
Transifex autosync

21 months agoTransifex autosync
Rudolf Polzer [Sat, 6 Aug 2022 05:23:29 +0000 (07:23 +0200)]
Transifex autosync

21 months agoTransifex autosync
Rudolf Polzer [Fri, 5 Aug 2022 05:23:26 +0000 (07:23 +0200)]
Transifex autosync

21 months agoTransifex autosync
Rudolf Polzer [Thu, 4 Aug 2022 05:23:25 +0000 (07:23 +0200)]
Transifex autosync

22 months agoTransifex autosync
Rudolf Polzer [Mon, 1 Aug 2022 05:23:28 +0000 (07:23 +0200)]
Transifex autosync

22 months agoTransifex autosync
Rudolf Polzer [Sun, 31 Jul 2022 05:24:01 +0000 (07:24 +0200)]
Transifex autosync

22 months agoTransifex autosync
Rudolf Polzer [Fri, 29 Jul 2022 05:23:27 +0000 (07:23 +0200)]
Transifex autosync

22 months agoFix #2727 "New esc-menu shouldn't open a standard settings page"
terencehill [Thu, 28 Jul 2022 09:01:34 +0000 (11:01 +0200)]
Fix #2727 "New esc-menu shouldn't open a standard settings page"

22 months agoTransifex autosync
Rudolf Polzer [Thu, 28 Jul 2022 05:23:23 +0000 (07:23 +0200)]
Transifex autosync

22 months agoTransifex autosync
Rudolf Polzer [Tue, 26 Jul 2022 05:23:28 +0000 (07:23 +0200)]
Transifex autosync

22 months agoTransifex autosync
Rudolf Polzer [Mon, 25 Jul 2022 05:23:25 +0000 (07:23 +0200)]
Transifex autosync

22 months agoDon't allow opening scoreboard UI / team selection in demos
terencehill [Sun, 24 Jul 2022 16:26:36 +0000 (18:26 +0200)]
Don't allow opening scoreboard UI / team selection in demos

22 months agoTransifex autosync
Rudolf Polzer [Sun, 24 Jul 2022 05:24:03 +0000 (07:24 +0200)]
Transifex autosync

22 months agoOops, forgot to commit changes of main.qc in the previous commit
terencehill [Sat, 23 Jul 2022 17:30:49 +0000 (19:30 +0200)]
Oops, forgot to commit changes of main.qc in the previous commit

22 months agoShow the team selection dialog on old servers
terencehill [Sat, 23 Jul 2022 16:55:16 +0000 (18:55 +0200)]
Show the team selection dialog on old servers

22 months agoMerge branch 'terencehill/scoreboard_ui' into 'master'
LegendaryGuard [Fri, 22 Jul 2022 17:11:04 +0000 (17:11 +0000)]
Merge branch 'terencehill/scoreboard_ui' into 'master'

Scoreboard UI and team selection

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

22 months agoTransifex autosync
Rudolf Polzer [Fri, 22 Jul 2022 05:23:36 +0000 (07:23 +0200)]
Transifex autosync

22 months agoFix #2722 "Voting endmatch during intermission will skip the next map and go into...
terencehill [Thu, 21 Jul 2022 23:35:05 +0000 (01:35 +0200)]
Fix #2722 "Voting endmatch during intermission will skip the next map and go into a random map"

22 months agoMerge branch 'terencehill/gotomap_fix' into 'master'
LegendaryGuard [Thu, 21 Jul 2022 14:09:13 +0000 (14:09 +0000)]
Merge branch 'terencehill/gotomap_fix' into 'master'

Fix #2718 "Online dedicated servers panic when gotomap is called during an intermission"

Closes #2718

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

22 months agoTransifex autosync
Rudolf Polzer [Thu, 21 Jul 2022 05:23:24 +0000 (07:23 +0200)]
Transifex autosync

22 months agoFix #2718 "Online dedicated servers panic when gotomap is called during an intermission" 1055/head
terencehill [Wed, 20 Jul 2022 21:13:12 +0000 (23:13 +0200)]
Fix #2718 "Online dedicated servers panic when gotomap is called during an intermission"

22 months agoDisambiguate a parameter name in a few functions
terencehill [Tue, 19 Jul 2022 14:16:29 +0000 (16:16 +0200)]
Disambiguate a parameter name in a few functions

22 months ago"Fontsize:" -> "Font size:". Thanks to Calinou for spotting this typo
terencehill [Tue, 19 Jul 2022 14:00:20 +0000 (16:00 +0200)]
"Fontsize:" -> "Font size:". Thanks to Calinou for spotting this typo

22 months agoRestore the banner outline to improve the look of the yellow flag (banner and flag... 1038/head
terencehill [Mon, 18 Jul 2022 08:51:08 +0000 (10:51 +0200)]
Restore the banner outline to improve the look of the yellow flag (banner and flag have similar colors)

22 months agoImprove flag textures: make the glowing parts on the flag pole brighter, make the...
terencehill [Sun, 17 Jul 2022 16:04:03 +0000 (18:04 +0200)]
Improve flag textures: make the glowing parts on the flag pole brighter, make the flag texture detailed and bright roughly as before

22 months agoTransifex autosync
Rudolf Polzer [Fri, 15 Jul 2022 05:23:31 +0000 (07:23 +0200)]
Transifex autosync

22 months agoTransifex autosync
Rudolf Polzer [Tue, 12 Jul 2022 05:23:27 +0000 (07:23 +0200)]
Transifex autosync

22 months agoMerge branch 'bones_was_here/ripoldmotd' into 'master'
bones_was_here [Mon, 11 Jul 2022 10:01:32 +0000 (10:01 +0000)]
Merge branch 'bones_was_here/ripoldmotd' into 'master'

Remove legacy MOTD

Closes #2619

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

22 months agoRevert "Make sure endless function call loop actually works"
bones_was_here [Mon, 11 Jul 2022 09:42:38 +0000 (19:42 +1000)]
Revert "Make sure endless function call loop actually works"

This reverts commit af68e02202d3fc9fba725cc1f5f227f364b25d3e.

22 months agoTransifex autosync
Rudolf Polzer [Mon, 11 Jul 2022 05:23:30 +0000 (07:23 +0200)]
Transifex autosync

22 months agoMake crylink screen brighter, made by MusicGoat, resaved with RLE compression (12MB...
terencehill [Sun, 10 Jul 2022 08:39:14 +0000 (10:39 +0200)]
Make crylink screen brighter, made by MusicGoat, resaved with RLE compression (12MB -> 0.5MB). It implements #2663

22 months agoTransifex autosync
Rudolf Polzer [Sun, 10 Jul 2022 05:24:01 +0000 (07:24 +0200)]
Transifex autosync

22 months agoTransifex autosync
Rudolf Polzer [Sat, 9 Jul 2022 05:23:26 +0000 (07:23 +0200)]
Transifex autosync

22 months agoTransifex autosync
Rudolf Polzer [Fri, 8 Jul 2022 05:23:41 +0000 (07:23 +0200)]
Transifex autosync

22 months agoMerge branch 'Mario/weapon_alias_fix' into 'master'
LegendaryGuard [Thu, 7 Jul 2022 22:59:42 +0000 (22:59 +0000)]
Merge branch 'Mario/weapon_alias_fix' into 'master'

Merge branch Mario/weapon_alias_fix (XS merge request)

Closes #2714

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

22 months agoAdd cvar cl_welcome to control if Welcome dialog appears automatically 1012/head
bones_was_here [Sun, 3 Jul 2022 23:18:48 +0000 (09:18 +1000)]
Add cvar cl_welcome to control if Welcome dialog appears automatically

Replaces cvar cl_welcome_in_menu_dialog

22 months agoAllow showing the Welcome dialog in demos, initially hidden
terencehill [Sun, 3 Jul 2022 22:36:28 +0000 (00:36 +0200)]
Allow showing the Welcome dialog in demos, initially hidden

22 months agoRename SendWelcomemessage_msg_type to SendWelcomeMessage
bones_was_here [Wed, 27 Apr 2022 16:34:16 +0000 (02:34 +1000)]
Rename SendWelcomemessage_msg_type to SendWelcomeMessage

22 months agoRemove legacy MOTD centreprint (retaining support for old servers)
bones_was_here [Thu, 21 Apr 2022 16:06:43 +0000 (02:06 +1000)]
Remove legacy MOTD centreprint (retaining support for old servers)

22 months agoRemove legacy MOTD logic
bones_was_here [Sun, 17 Apr 2022 19:23:00 +0000 (05:23 +1000)]
Remove legacy MOTD logic

22 months agoMove weapon hardcoded impulses to the included weapon list and note when it should... 1052/head
Mario [Wed, 6 Jul 2022 15:04:29 +0000 (01:04 +1000)]
Move weapon hardcoded impulses to the included weapon list and note when it should be updated along with a reference to the issue removing it causes

22 months agoMerge branch 'terencehill/lms_updates' into 'master'
LegendaryGuard [Wed, 6 Jul 2022 14:53:48 +0000 (14:53 +0000)]
Merge branch 'terencehill/lms_updates' into 'master'

LMS updates

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

22 months agoMerge branch 'master' into terencehill/lms_updates 808/head
terencehill [Wed, 6 Jul 2022 13:28:34 +0000 (15:28 +0200)]
Merge branch 'master' into terencehill/lms_updates

# Conflicts:
# gamemodes-server.cfg
# notifications.cfg
# qcsrc/common/gamemodes/gamemode/lms/sv_lms.qc
# qcsrc/common/notifications/all.inc

22 months agoUpdate gameplay hash
Mario [Wed, 6 Jul 2022 00:01:38 +0000 (10:01 +1000)]
Update gameplay hash

22 months agoRestore a legacy hack to ensure core weapons have impulse priority, fixes #2714
Mario [Tue, 5 Jul 2022 22:00:00 +0000 (08:00 +1000)]
Restore a legacy hack to ensure core weapons have impulse priority, fixes #2714

22 months agoTransifex autosync
Rudolf Polzer [Tue, 5 Jul 2022 05:23:25 +0000 (07:23 +0200)]
Transifex autosync

22 months agoTransifex autosync
Rudolf Polzer [Mon, 4 Jul 2022 05:23:21 +0000 (07:23 +0200)]
Transifex autosync

22 months agoWhitelist sv_termsofservice_url
bones_was_here [Sun, 3 Jul 2022 23:43:28 +0000 (09:43 +1000)]
Whitelist sv_termsofservice_url

23 months 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)

23 months 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

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

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

23 months 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

23 months 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

23 months 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

23 months 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

23 months 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

23 months agoRemove a legacy hack to test cs_project breakage that predates Xonotic and is very... 1043/head
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

23 months agoDuel centerprint title: slightly extend underline under the longest name, use the... 1039/head
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

23 months 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)

23 months agoIf monsters are disabled use a regular nade explosion for pokenades, fixes #2703 1041/head
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

23 months agoAdd the combined damage of all shots to the HLAC shot setup calculations 1040/head
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

23 months 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

23 months 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

23 months 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

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

23 months 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

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

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

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

23 months 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

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

23 months agoIncrease Xonotic version to 0.8.5 1034/head
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.

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

23 months 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

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