]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
4 years agoStore map flags as well when parsing .arena files
Mario [Mon, 27 Jul 2020 06:57:34 +0000 (16:57 +1000)]
Store map flags as well when parsing .arena files

4 years agoMerge branch 'master' into Mario/q3compat_sanity. Also store supported map features...
Mario [Mon, 27 Jul 2020 06:56:06 +0000 (16:56 +1000)]
Merge branch 'master' into Mario/q3compat_sanity. Also store supported map features when parsing .arena files to avoid applying them when parsing the wrong map's info

4 years agoUse monster definitions directly instead of a set ID, reduces registry calls needed...
Mario [Mon, 27 Jul 2020 05:51:28 +0000 (15:51 +1000)]
Use monster definitions directly instead of a set ID, reduces registry calls needed per-monster (slight performance boost)

4 years agoMerge branch 'Mario/headshots' into 'master'
Mario [Mon, 27 Jul 2020 03:22:55 +0000 (03:22 +0000)]
Merge branch 'Mario/headshots' into 'master'

Merge branch Mario/headshots (S merge request)

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

4 years agoTransifex autosync
Rudolf Polzer [Sun, 26 Jul 2020 05:25:20 +0000 (07:25 +0200)]
Transifex autosync

4 years agoDisplay language names with different alpha levels depending on their completeness...
terencehill [Sat, 25 Jul 2020 13:02:36 +0000 (15:02 +0200)]
Display language names with different alpha levels depending on their completeness percentage and show a check mark for the fully translated language

4 years agoTransifex autosync
Rudolf Polzer [Sat, 25 Jul 2020 05:23:57 +0000 (07:23 +0200)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Fri, 24 Jul 2020 05:24:19 +0000 (07:24 +0200)]
Transifex autosync

4 years agoSet sv_playerphysicsqc to 1 in Xonotic's configuration to ensure it stays enabled...
Mario [Fri, 24 Jul 2020 05:13:44 +0000 (15:13 +1000)]
Set sv_playerphysicsqc to 1 in Xonotic's configuration to ensure it stays enabled regardless of the engine used

4 years agoCorrectly show the Japanese language in the menu
terencehill [Thu, 23 Jul 2020 12:31:32 +0000 (14:31 +0200)]
Correctly show the Japanese language in the menu

4 years agoTransifex autosync
Rudolf Polzer [Thu, 23 Jul 2020 05:23:59 +0000 (07:23 +0200)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Wed, 22 Jul 2020 05:24:07 +0000 (07:24 +0200)]
Transifex autosync

4 years agoAdd support for pitch shifting to the QC sound sending implementation, apply pitch...
Mario [Tue, 21 Jul 2020 19:07:09 +0000 (05:07 +1000)]
Add support for pitch shifting to the QC sound sending implementation, apply pitch shifting to player sounds

4 years agoMaker sure clones don't have a killindicator attached to them already when killing...
Mario [Tue, 21 Jul 2020 17:14:31 +0000 (03:14 +1000)]
Maker sure clones don't have a killindicator attached to them already when killing them

4 years agoRough support for vid_conwidthauto
Mario [Tue, 21 Jul 2020 16:55:01 +0000 (02:55 +1000)]
Rough support for vid_conwidthauto

4 years agoTransifex autosync
Rudolf Polzer [Tue, 21 Jul 2020 05:24:01 +0000 (07:24 +0200)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Mon, 20 Jul 2020 05:24:06 +0000 (07:24 +0200)]
Transifex autosync

4 years agoUpdate gamecfg value in default configuration, fixes server launch preferring deathmatch
Mario [Sun, 19 Jul 2020 20:39:51 +0000 (06:39 +1000)]
Update gamecfg value in default configuration, fixes server launch preferring deathmatch

4 years agoEnsure team balance entities are removed immediately
Mario [Sun, 19 Jul 2020 13:21:09 +0000 (23:21 +1000)]
Ensure team balance entities are removed immediately

4 years agoAlso don't apply sound-based damage to teammates
Mario [Sun, 19 Jul 2020 13:08:11 +0000 (23:08 +1000)]
Also don't apply sound-based  damage to teammates

4 years agoCheck for the sound hittype instead of the tuba when deciding whether to send damage...
Mario [Sun, 19 Jul 2020 13:00:51 +0000 (23:00 +1000)]
Check for the sound hittype instead of the tuba when deciding whether to send damage info to the client

4 years agoMerge branch 'terencehill/noclip_death_fix' into 'master'
Mario [Sat, 18 Jul 2020 17:18:17 +0000 (17:18 +0000)]
Merge branch 'terencehill/noclip_death_fix' into 'master'

Noclip death fix

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

4 years agoMerge branch 'master' into Mario/headshots
Mario [Sat, 18 Jul 2020 17:15:15 +0000 (03:15 +1000)]
Merge branch 'master' into Mario/headshots

4 years agoAttach muzzle effects to weapon data instead of trying to send it for each muzzle...
Mario [Sat, 18 Jul 2020 16:54:41 +0000 (02:54 +1000)]
Attach muzzle effects to weapon data instead of trying to send it for each muzzle flash, reduces bandwidth consumption of CSQC muzzle flashes and fixes potential for mismatching muzzle flash models

4 years agoMake ladders use the same iterative logic as conveyors, fixes some maps with super...
Mario [Sat, 18 Jul 2020 14:24:54 +0000 (00:24 +1000)]
Make ladders use the same iterative logic as conveyors, fixes some maps with super thin ladders

4 years agoDon't send movedir twice on jumppads
Mario [Sat, 18 Jul 2020 13:58:46 +0000 (23:58 +1000)]
Don't send movedir twice on jumppads

4 years agoMerge branch 'Mario/csqc_muzzleflash' into 'master'
Mario [Sat, 18 Jul 2020 12:23:39 +0000 (12:23 +0000)]
Merge branch 'Mario/csqc_muzzleflash' into 'master'

Merge branch Mario/csqc_muzzleflash (M merge request)

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

4 years agoMerge branch 'master' into Mario/csqc_muzzleflash 838/head
Mario [Sat, 18 Jul 2020 12:01:19 +0000 (22:01 +1000)]
Merge branch 'master' into Mario/csqc_muzzleflash

4 years agoRenumber gametypes after sorting their IDs, fixes sending of gametypes defined outsid...
Mario [Sat, 18 Jul 2020 10:59:52 +0000 (20:59 +1000)]
Renumber gametypes after sorting their IDs, fixes sending of gametypes defined outside the main codebase

4 years agoStore the current gametype as a shortname rather than registry ID, fixes some issues...
Mario [Sat, 18 Jul 2020 09:48:09 +0000 (19:48 +1000)]
Store the current gametype as a shortname rather than registry ID, fixes some issues related to starting maps with an older menu

4 years agoTransifex autosync
Rudolf Polzer [Sat, 18 Jul 2020 05:24:13 +0000 (07:24 +0200)]
Transifex autosync

4 years agoMerge branch 'master' into Mario/headshots
Mario [Fri, 17 Jul 2020 19:11:06 +0000 (05:11 +1000)]
Merge branch 'master' into Mario/headshots

4 years agoMerge branch 'Mario/gametypes' into 'master'
Mario [Fri, 17 Jul 2020 19:10:20 +0000 (19:10 +0000)]
Merge branch 'Mario/gametypes' into 'master'

Merge branch Mario/gametypes (L merge request)

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

4 years agoMerge branch 'Mario/speed_var' into 'master'
Mario [Fri, 17 Jul 2020 19:10:07 +0000 (19:10 +0000)]
Merge branch 'Mario/speed_var' into 'master'

Merge branch Mario/speed_var (S merge request)

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

4 years agoMerge branch 'Mario/q3_speaker_fix' into 'master'
Mario [Fri, 17 Jul 2020 16:35:04 +0000 (16:35 +0000)]
Merge branch 'Mario/q3_speaker_fix' into 'master'

Merge branch Mario/q3_speaker_fix (XXS merge request)

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

4 years agoMerge branch 'master' into Mario/q3_speaker_fix 844/head
Mario [Fri, 17 Jul 2020 07:42:39 +0000 (17:42 +1000)]
Merge branch 'master' into Mario/q3_speaker_fix

4 years agoCalculate desired speed on the client side, alleviates the need for a networked stat 843/head
Mario [Fri, 17 Jul 2020 07:38:42 +0000 (17:38 +1000)]
Calculate desired speed on the client side, alleviates the need for a networked stat

4 years agoMerge branch 'master' into Mario/speed_var
Mario [Fri, 17 Jul 2020 07:33:02 +0000 (17:33 +1000)]
Merge branch 'master' into Mario/speed_var

4 years agoTransifex autosync
Rudolf Polzer [Fri, 17 Jul 2020 05:24:18 +0000 (07:24 +0200)]
Transifex autosync

4 years agoDon't multiply RPC shot direction by 1000 either
Mario [Thu, 16 Jul 2020 19:33:06 +0000 (05:33 +1000)]
Don't multiply RPC shot direction by 1000 either

4 years agoDon't multiply shot direction by 1000 in each case, fixes strange flashes appearing...
Mario [Thu, 16 Jul 2020 19:31:11 +0000 (05:31 +1000)]
Don't multiply shot direction by 1000 in each case, fixes strange flashes appearing around the map

4 years agoMerge branch 'master' into Mario/csqc_muzzleflash
Mario [Thu, 16 Jul 2020 18:48:30 +0000 (04:48 +1000)]
Merge branch 'master' into Mario/csqc_muzzleflash

4 years agoFix respawn_ghost effectinfo definition
Mario [Thu, 16 Jul 2020 17:45:42 +0000 (03:45 +1000)]
Fix respawn_ghost effectinfo definition

4 years agoDisable the use .arena and .defi files in mapinfo generation by default until it...
Mario [Thu, 16 Jul 2020 14:25:59 +0000 (00:25 +1000)]
Disable the use .arena and .defi files in mapinfo generation by default until it is more complete

4 years agoFix display of maps with missing previews, add a new option (enabled by default)...
Mario [Thu, 16 Jul 2020 14:19:36 +0000 (00:19 +1000)]
Fix display of maps with missing previews, add a new option (enabled by default) which uses the .arena and .defi files directly instead of generating .mapinfo files, pull information from these files when generating .mapinfo, make use of the new search_packfile_begin extension to optimise .arena searches

4 years agoMerge branch 'master' into Mario/q3compat_sanity
Mario [Thu, 16 Jul 2020 12:40:48 +0000 (22:40 +1000)]
Merge branch 'master' into Mario/q3compat_sanity

4 years agoLink .clipgroup with CSQC on networked models so that collision matches in engines...
Mario [Thu, 16 Jul 2020 12:06:28 +0000 (22:06 +1000)]
Link .clipgroup with CSQC on networked models so that collision matches in engines with the clipgroup extension

4 years agoMerge branch 'Mario/defs_update' into 'master'
Mario [Thu, 16 Jul 2020 11:18:23 +0000 (11:18 +0000)]
Merge branch 'Mario/defs_update' into 'master'

Merge branch Mario/defs_update (XXS merge request)

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

4 years agoRemove an unnecessary alias for touch
Mario [Thu, 16 Jul 2020 10:02:44 +0000 (20:02 +1000)]
Remove an unnecessary alias for touch

4 years agoUpdate the upstream engine definitions, allowing access to newer extensions 842/head
Mario [Thu, 16 Jul 2020 09:42:23 +0000 (19:42 +1000)]
Update the upstream engine definitions, allowing access to newer extensions

4 years agoIncrease net_slist_queriespersecond to 60 and fix compilation unit test
Mario [Thu, 16 Jul 2020 08:09:48 +0000 (18:09 +1000)]
Increase net_slist_queriespersecond to 60 and fix compilation unit test

4 years agoMerge branch 'Mario/remove_testcase'
Mario [Thu, 16 Jul 2020 08:03:25 +0000 (18:03 +1000)]
Merge branch 'Mario/remove_testcase'

4 years agoTransifex autosync
Rudolf Polzer [Thu, 16 Jul 2020 05:24:16 +0000 (07:24 +0200)]
Transifex autosync

4 years agoIncrease gametype limit to 32 840/head
Mario [Wed, 15 Jul 2020 20:17:58 +0000 (06:17 +1000)]
Increase gametype limit to 32

4 years agoRemove the server-testcase folder (unused elsewhere, contains traces of regex from... 841/head
Mario [Wed, 15 Jul 2020 19:34:43 +0000 (05:34 +1000)]
Remove the server-testcase folder (unused elsewhere, contains traces of regex from sweeping gamecode changes and likely does not work at all now)

4 years agoRemove "Server queries/s" menu option (vague setting that generally shouldn't be...
Mario [Wed, 15 Jul 2020 18:22:58 +0000 (04:22 +1000)]
Remove "Server queries/s" menu option (vague setting that generally shouldn't be touched)

4 years agoDon't display VBO options in the menu if the gl_vbo setting doesn't exist in the...
Mario [Wed, 15 Jul 2020 18:14:58 +0000 (04:14 +1000)]
Don't display VBO options in the menu if the gl_vbo setting doesn't exist in the engine

4 years agoDon't display GLSL shaders option in the menu if the vid_gl20 doesn't exist in the...
Mario [Wed, 15 Jul 2020 15:10:35 +0000 (01:10 +1000)]
Don't display GLSL shaders option in the menu if the vid_gl20 doesn't exist in the engine

4 years agoMerge branch 'master' into Mario/gametypes
Mario [Wed, 15 Jul 2020 12:10:27 +0000 (22:10 +1000)]
Merge branch 'master' into Mario/gametypes

4 years agoTransifex autosync
Rudolf Polzer [Wed, 15 Jul 2020 05:26:10 +0000 (07:26 +0200)]
Transifex autosync

4 years agoIf the fallback filename is used, always save the first found map, fixes compatibilit...
Mario [Tue, 14 Jul 2020 20:16:48 +0000 (06:16 +1000)]
If the fallback filename is used, always save the first found map, fixes compatibility with several DeFrag maps

4 years agoPerform a search for brackets instead of relying on them being at the start of the...
Mario [Tue, 14 Jul 2020 19:48:56 +0000 (05:48 +1000)]
Perform a search for brackets instead of relying on them being at the start of the line with no trailing details, fixes compatibility with several maps, also fix compatibility with maps that capitalize parameters in .arena files

4 years agoDon't override map title if a new one isn't set (fixes display of some maps in the...
Mario [Tue, 14 Jul 2020 19:24:13 +0000 (05:24 +1000)]
Don't override map title if a new one isn't set (fixes display of some maps in the menu)

4 years agoOptimise a bit by skipping lines until a bracket is found, trim the full line of...
Mario [Tue, 14 Jul 2020 19:18:30 +0000 (05:18 +1000)]
Optimise a bit by skipping lines until a bracket is found, trim the full line of leading and trailing whitespace to ensure the first argument is properly obtained, show map details as blank if unset in .arena files

4 years agoFix replacement gametype names not being applied
Mario [Tue, 14 Jul 2020 18:28:13 +0000 (04:28 +1000)]
Fix replacement gametype names not being applied

4 years agoDon't override title and description if none was provided by the map
Mario [Tue, 14 Jul 2020 18:25:05 +0000 (04:25 +1000)]
Don't override title and description if none was provided by the map

4 years agoFix compatibility with .arena and .defi files that contain multiple map listings
Mario [Tue, 14 Jul 2020 18:08:04 +0000 (04:08 +1000)]
Fix compatibility with .arena and .defi files that contain multiple map listings

4 years agoFix tabs messing up .arena file processing
Mario [Tue, 14 Jul 2020 17:38:30 +0000 (03:38 +1000)]
Fix tabs messing up .arena file processing

4 years agoMake "music" and "noise" keys in worldspawn functional
Mario [Tue, 14 Jul 2020 16:39:30 +0000 (02:39 +1000)]
Make "music" and "noise" keys in worldspawn functional

4 years agoPerform an expensive search to locate the .arena and .defi files of Quake 3 maps...
Mario [Tue, 14 Jul 2020 16:27:30 +0000 (02:27 +1000)]
Perform an expensive search to locate the .arena and .defi files of Quake 3 maps for use as .mapinfo replacements, add levelshots compatibility to the menu

4 years agoFix racer being able to fire rockets before the round has started
Mario [Tue, 14 Jul 2020 10:41:15 +0000 (20:41 +1000)]
Fix racer being able to fire rockets before the round has started

4 years agoFix racer rockets not showing a proper explosion effect
Mario [Tue, 14 Jul 2020 10:34:22 +0000 (20:34 +1000)]
Fix racer rockets not showing a proper explosion effect

4 years agoAllow filtering for Quake 3 oneflag gametype entities when oneflag CTF is enabled
Mario [Tue, 14 Jul 2020 08:43:50 +0000 (18:43 +1000)]
Allow filtering for Quake 3 oneflag gametype entities when oneflag CTF is enabled

4 years agoIf no supported gamemodes are available, fall back to a randomly selected preferred...
Mario [Tue, 14 Jul 2020 08:14:09 +0000 (18:14 +1000)]
If no supported gamemodes are available, fall back to a randomly selected preferred gamemode (currently only DM) instead of switching directly to DM

4 years agoMerge branch 'master' into Mario/gametypes
Mario [Tue, 14 Jul 2020 07:56:35 +0000 (17:56 +1000)]
Merge branch 'master' into Mario/gametypes

4 years agoFix compilation unit test
Mario [Tue, 14 Jul 2020 07:32:26 +0000 (17:32 +1000)]
Fix compilation unit test

4 years agoMerge branch 'master' into Mario/headshots
Mario [Tue, 14 Jul 2020 07:27:22 +0000 (17:27 +1000)]
Merge branch 'master' into Mario/headshots

4 years agoTransifex autosync
Rudolf Polzer [Tue, 14 Jul 2020 05:24:17 +0000 (07:24 +0200)]
Transifex autosync

4 years agoWhitelist g_conquest_teams
Mario [Mon, 13 Jul 2020 21:50:05 +0000 (07:50 +1000)]
Whitelist g_conquest_teams

4 years agoFix cellammo shader capitalisation
Mario [Mon, 13 Jul 2020 21:32:13 +0000 (07:32 +1000)]
Fix cellammo shader capitalisation

4 years agoAdd a mutator hook to skip only color forcing on players, add a mutator hook when...
Mario [Mon, 13 Jul 2020 20:23:53 +0000 (06:23 +1000)]
Add a mutator hook to skip only color forcing on players, add a mutator hook when a player's obituary is displayed (allows disabling it or anonymizing attackers), whitelist g_survival and g_survival_not_dm_maps

4 years agoRemove a leftover debug print from the disabled gametype fallback code
Mario [Mon, 13 Jul 2020 10:32:31 +0000 (20:32 +1000)]
Remove a leftover debug print from the disabled gametype fallback code

4 years agoAdd a mutator hook to allow forcing team radar icons to display regardless of their...
Mario [Mon, 13 Jul 2020 10:20:51 +0000 (20:20 +1000)]
Add a mutator hook to allow forcing team radar icons to display regardless of their team (will be useful in Race to display all racers)

4 years agoAdd a gametype flag to indicate that a gametype shouldn't display standard score...
Mario [Mon, 13 Jul 2020 10:11:31 +0000 (20:11 +1000)]
Add a gametype flag to indicate that a gametype shouldn't display standard score limits in the scoreboard (for instance, LMS limits are counted per-player)

4 years agoAdd a mutator hook to control whether the race timer HUD panel is shown
Mario [Mon, 13 Jul 2020 09:46:33 +0000 (19:46 +1000)]
Add a mutator hook to control whether the race timer HUD panel is shown

4 years agoShow the uid2name dialogue in CTF if rankings are enabled and the player hasn't decid...
Mario [Mon, 13 Jul 2020 09:36:51 +0000 (19:36 +1000)]
Show the uid2name dialogue in CTF if rankings are enabled and the player hasn't decidedd on it yet

4 years agoAdd a mutator hook to shownames to allow hiding it per-player, also don't load accura...
Mario [Mon, 13 Jul 2020 09:34:40 +0000 (19:34 +1000)]
Add a mutator hook to shownames to allow hiding it per-player, also don't load accuracy levels in nexball

4 years agoFix CA modicons pointing to a freezetag cvar
Mario [Mon, 13 Jul 2020 09:07:34 +0000 (19:07 +1000)]
Fix CA modicons pointing to a freezetag cvar

4 years agoAdd a mutator hook to hide the accuracy panel in the scoreboard
Mario [Mon, 13 Jul 2020 08:58:57 +0000 (18:58 +1000)]
Add a mutator hook to hide the accuracy panel in the scoreboard

4 years agoAdd a mutator hook to indicate whether rankings should be shown
Mario [Mon, 13 Jul 2020 08:34:19 +0000 (18:34 +1000)]
Add a mutator hook to indicate whether rankings should be shown

4 years agoAdd a mutator hook to not show the scoreboard while dead
Mario [Mon, 13 Jul 2020 07:56:38 +0000 (17:56 +1000)]
Add a mutator hook to not show the scoreboard while dead

4 years agoAdd a mutator hook to hide the score HUD panel
Mario [Mon, 13 Jul 2020 07:50:12 +0000 (17:50 +1000)]
Add a mutator hook to hide the score HUD panel

4 years agoAdd a mutator hook to indicate whether the physics HUD panel should be shown when...
Mario [Mon, 13 Jul 2020 07:44:10 +0000 (17:44 +1000)]
Add a mutator hook to indicate whether the physics HUD panel should be shown when set to optional

4 years agoMove LMS info message to its own file
Mario [Mon, 13 Jul 2020 07:33:15 +0000 (17:33 +1000)]
Move LMS info message to its own file

4 years agoMove gametype registers into their own files, fallback now selects a supported gamety...
Mario [Mon, 13 Jul 2020 07:07:59 +0000 (17:07 +1000)]
Move gametype registers into their own files, fallback now selects a supported gametype at random (with DM preferred, and CTF/TDM taking priority over others)

4 years agoTransifex autosync
Rudolf Polzer [Mon, 13 Jul 2020 05:24:14 +0000 (07:24 +0200)]
Transifex autosync

4 years agoFix compatibility with legacy maps by treating "droppedweapon" classname as loot...
Mario [Sun, 12 Jul 2020 16:03:36 +0000 (02:03 +1000)]
Fix compatibility with legacy maps by treating "droppedweapon" classname as loot items

4 years agoMention the prefix added to weapon cvars near the WEP_CVAR macro
Mario [Sat, 11 Jul 2020 14:34:19 +0000 (00:34 +1000)]
Mention the prefix added to weapon cvars near the WEP_CVAR macro

4 years agoMerge branch 'Mario/movetype_push' into 'master'
Mario [Sat, 11 Jul 2020 14:18:32 +0000 (14:18 +0000)]
Merge branch 'Mario/movetype_push' into 'master'

Merge branch Mario/movetype_push (S merge request)

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

4 years agoSplit the gamelog code out of miscfunctions and into its own file
Mario [Sat, 11 Jul 2020 13:49:25 +0000 (23:49 +1000)]
Split the gamelog code out of miscfunctions and into its own file