]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
4 years agoDraw the gametype icon on campaign entries 748/head
Mircea Kitsune [Mon, 30 Dec 2019 20:26:47 +0000 (22:26 +0200)]
Draw the gametype icon on campaign entries

4 years agoIf the player has no weapon, return "none" in the chat, also report health 2342 as...
Mario [Mon, 30 Dec 2019 14:53:05 +0000 (00:53 +1000)]
If the player has no weapon, return "none" in the chat, also report health 2342 as "observing" during intermission

4 years agoReturn pretty names in chat for spectating/observing/dead instead of the engine's...
Mario [Mon, 30 Dec 2019 14:31:58 +0000 (00:31 +1000)]
Return pretty names in chat for spectating/observing/dead instead of the engine's magic numbers

4 years agoSplit most individual features out of CSQC_UpdateView and into their own functions
Mario [Mon, 30 Dec 2019 13:09:15 +0000 (23:09 +1000)]
Split most individual features out of CSQC_UpdateView and into their own functions

4 years agoDon't cause an unused variable error if the ReplicateVars system isn't used
Mario [Mon, 30 Dec 2019 09:28:41 +0000 (19:28 +1000)]
Don't cause an unused variable error if the ReplicateVars system isn't used

4 years agoApply new logic by martin - accommodates horizontal velocity in the vertical fall...
Mario [Mon, 30 Dec 2019 08:47:11 +0000 (18:47 +1000)]
Apply new logic by martin - accommodates horizontal velocity in the vertical fall damage calculations when onlyvertical is enabled, matching regular fall damage more accurately

4 years agoMerge branch 'Mario/falldamage_vertical' into 'master'
Martin Taibr [Mon, 30 Dec 2019 07:53:39 +0000 (07:53 +0000)]
Merge branch 'Mario/falldamage_vertical' into 'master'

Merge branch Mario/falldamage_vertical (XS merge request)

Adds an option to make fall damage only apply to the vertical axis, potentially useful.

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

4 years agoMove the falldamage velocity comment to a more appropriate location 745/head
Mario [Mon, 30 Dec 2019 07:03:15 +0000 (17:03 +1000)]
Move the falldamage velocity comment to a more appropriate location

4 years agoOptimise logic a bit, only call vlen when absolutely necessary in fall damage checks
Mario [Mon, 30 Dec 2019 06:50:54 +0000 (16:50 +1000)]
Optimise logic a bit, only call vlen when absolutely necessary in fall damage checks

4 years agoUpdate global stats during the match, not just at map load, fixes some issues when...
Mario [Sun, 29 Dec 2019 17:22:30 +0000 (03:22 +1000)]
Update global stats during the match, not just at map load, fixes some issues when changing cvars, also apply magic numbers to more engine cvars, fixes issues with mismatching client settings

4 years agoFix the Arc being visibly inaccurate and flashing the muzzle effect at the center...
Mario [Sun, 29 Dec 2019 14:10:06 +0000 (00:10 +1000)]
Fix the Arc being visibly inaccurate and flashing the muzzle effect at the center of the screen for a frame

4 years agoMerge branch 'terencehill/casings_tweaks' into 'master'
Mario [Sun, 29 Dec 2019 13:27:02 +0000 (13:27 +0000)]
Merge branch 'terencehill/casings_tweaks' into 'master'

Casings tweaks

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

4 years agoMake the QC physics match the engine a bit more accurately, fixes some issues with...
Mario [Sun, 29 Dec 2019 11:16:25 +0000 (21:16 +1000)]
Make the QC physics match the engine a bit more accurately, fixes some issues with bullet casings and projectiles visibly bouncing before disappearing on impact

4 years agoApply martin's version of the walljump angle fix
Mario [Sun, 29 Dec 2019 08:07:43 +0000 (18:07 +1000)]
Apply martin's version of the walljump angle fix

4 years agoAnnounce remaining frags in keepaway when timepoints is off
Mario [Sat, 28 Dec 2019 18:59:09 +0000 (04:59 +1000)]
Announce remaining frags in keepaway when timepoints is off

4 years agoAdd a compatibility hack for trigger_multiple and func_button (makes dfwc2017-2 playable)
Mario [Sat, 28 Dec 2019 18:55:38 +0000 (04:55 +1000)]
Add a compatibility hack for trigger_multiple and func_button (makes dfwc2017-2 playable)

4 years agoFix compilation unit tests
Mario [Sat, 28 Dec 2019 18:37:14 +0000 (04:37 +1000)]
Fix compilation unit tests

4 years agoRotate .obj entity models 180 degrees around the Y axis, workaround for an engine bug
Mario [Sat, 28 Dec 2019 18:22:29 +0000 (04:22 +1000)]
Rotate .obj entity models 180 degrees around the Y axis, workaround for an engine bug

4 years agoGive kill credit if a player falls into the void after passing through your portal
Mario [Sat, 28 Dec 2019 16:16:15 +0000 (02:16 +1000)]
Give kill credit if a player falls into the void after passing through your portal

4 years agoAdd an option to only account for vertical travel when calculating fall damage
Mario [Sat, 28 Dec 2019 15:33:36 +0000 (01:33 +1000)]
Add an option to only account for vertical travel when calculating fall damage

4 years agoAdd rudimentary support for surfaceparm nodamage (negates fall damage)
Mario [Sat, 28 Dec 2019 15:19:51 +0000 (01:19 +1000)]
Add rudimentary support for surfaceparm nodamage (negates fall damage)

4 years agoAdd an option to the effects menu to toggle skyboxes, only disabled by the OMG effect...
Mario [Sat, 28 Dec 2019 13:51:37 +0000 (23:51 +1000)]
Add an option to the effects menu to toggle skyboxes, only disabled by the OMG effects configuration

4 years agoMerge branch 'terencehill/campaign_balance_fix' into 'master'
Mario [Sat, 28 Dec 2019 13:40:52 +0000 (13:40 +0000)]
Merge branch 'terencehill/campaign_balance_fix' into 'master'

Campaign balance fix

Closes #2364

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

4 years agoUse a semicolon instead of a new line, fixes weird character in the quit tooltip
Mario [Sat, 28 Dec 2019 13:34:08 +0000 (23:34 +1000)]
Use a semicolon instead of a new line, fixes weird character in the quit tooltip

4 years agoCreate aliases for commands on roughly their correct VM, restores settemp functionality
Mario [Sat, 28 Dec 2019 13:25:05 +0000 (23:25 +1000)]
Create aliases for commands on roughly their correct VM, restores settemp functionality

4 years agoRename sv_hook_gamerestart to sv_hook_readyrestart, a more accurate name for its...
Mario [Sat, 28 Dec 2019 12:24:26 +0000 (22:24 +1000)]
Rename sv_hook_gamerestart to sv_hook_readyrestart, a more accurate name for its functionality. A note has been left where sv_hook_gamerestart used to be for admins to find the new hook name

4 years agoUse new method of getting angle vectors in walljump code, fixes a potential issue...
Mario [Sat, 28 Dec 2019 11:38:17 +0000 (21:38 +1000)]
Use new method of getting angle vectors in walljump code, fixes a potential issue with invalid angles

4 years agoTransifex autosync
Rudolf Polzer [Sat, 28 Dec 2019 06:25:10 +0000 (07:25 +0100)]
Transifex autosync

4 years agoUpdate spider and wyvern angles when attacking, since the target is updated then...
Mario [Thu, 26 Dec 2019 09:04:10 +0000 (19:04 +1000)]
Update spider and wyvern angles when attacking, since the target is updated then in some cases

4 years agoSilence a team related warning when enabling developer
Mario [Wed, 25 Dec 2019 14:47:44 +0000 (00:47 +1000)]
Silence a team related warning when enabling developer

4 years agoReduce the visible distance of spawn point particles (barely visible at the previous...
Mario [Tue, 24 Dec 2019 17:22:27 +0000 (03:22 +1000)]
Reduce the visible distance of spawn point particles (barely visible at the previous distance, wasting resources)

4 years agoDon't check each notification choice cvar 4 times, improves client-side performance...
Mario [Tue, 24 Dec 2019 17:10:00 +0000 (03:10 +1000)]
Don't check each notification choice cvar 4 times, improves client-side performance slightly

4 years agoOptimise ReplicateVars further by only calling cvar() once
Mario [Tue, 24 Dec 2019 16:57:22 +0000 (02:57 +1000)]
Optimise ReplicateVars further by only calling cvar() once

4 years agoUse strcat instead of sprintf in ReplicateVars, improves client-side performance...
Mario [Tue, 24 Dec 2019 16:50:13 +0000 (02:50 +1000)]
Use strcat instead of sprintf in ReplicateVars, improves client-side performance a bit (heavily called function)

4 years agoDon't apply developer checks if developer is -1
Mario [Tue, 24 Dec 2019 16:30:23 +0000 (02:30 +1000)]
Don't apply developer checks if developer is -1

4 years agoDisable profile trace logs on static initiation functions
Mario [Tue, 24 Dec 2019 16:19:41 +0000 (02:19 +1000)]
Disable profile trace logs on static initiation functions

4 years agoDon't warn about planned/reserved player sounds being listed
Mario [Tue, 24 Dec 2019 16:12:24 +0000 (02:12 +1000)]
Don't warn about planned/reserved player sounds being listed

4 years agoAlso don't log hit sounds
Mario [Tue, 24 Dec 2019 15:52:16 +0000 (01:52 +1000)]
Also don't log hit sounds

4 years agoDon't show a trace log for client-side damage dealt
Mario [Tue, 24 Dec 2019 15:50:39 +0000 (01:50 +1000)]
Don't show a trace log for client-side damage dealt

4 years agoUse a debug log instead for reporting item pickups (less console spam)
Mario [Tue, 24 Dec 2019 15:32:21 +0000 (01:32 +1000)]
Use a debug log instead for reporting item pickups (less console spam)

4 years agoDon't perform a trace log on every item picked up
Mario [Tue, 24 Dec 2019 15:28:46 +0000 (01:28 +1000)]
Don't perform a trace log on every item picked up

4 years agoFix #2364 "Campaign doesn't balance bots in team games according to g_campaign_forcet... 742/head
terencehill [Tue, 24 Dec 2019 15:07:46 +0000 (16:07 +0100)]
Fix #2364 "Campaign doesn't balance bots in team games according to g_campaign_forceteam and forced team for bots"

4 years agoClose some databases on shutdown if they're open
Mario [Tue, 24 Dec 2019 15:02:06 +0000 (01:02 +1000)]
Close some databases on shutdown if they're open

4 years agoBot config file: properly filter out empty lines
terencehill [Tue, 24 Dec 2019 15:00:25 +0000 (16:00 +0100)]
Bot config file: properly filter out empty lines

4 years agoFix a division by 0
Mario [Tue, 24 Dec 2019 13:31:40 +0000 (23:31 +1000)]
Fix a division by 0

4 years agoFor better compatibility, turn item_doubler into buff_bash on Q3 maps, and medkits...
Mario [Tue, 24 Dec 2019 13:24:11 +0000 (23:24 +1000)]
For better compatibility, turn item_doubler into buff_bash on Q3 maps, and medkits into big armor instead of mega

4 years agoRename teamnumber to teamnum in some function parameters, so that it may be used...
Mario [Tue, 24 Dec 2019 12:39:27 +0000 (22:39 +1000)]
Rename teamnumber to teamnum in some function parameters, so that it may be used elsewhere later

4 years agoImprove performance slightly by not performing cvar_string operations on every cvar...
Mario [Mon, 23 Dec 2019 12:17:58 +0000 (22:17 +1000)]
Improve performance slightly by not performing cvar_string operations on every cvar() call

4 years agoChange g_fullbrightitems description now that it doesn't require cl_fullbrightitems
Mario [Sun, 22 Dec 2019 01:44:04 +0000 (11:44 +1000)]
Change g_fullbrightitems description now that it doesn't require cl_fullbrightitems

4 years agoFix #2365 "Div by zero at hydroxon startup"
terencehill [Sat, 21 Dec 2019 23:39:52 +0000 (00:39 +0100)]
Fix #2365 "Div by zero at hydroxon startup"

4 years agoWhen bot_vs_human is enabled ignore team assignment in the bot config file
terencehill [Sat, 21 Dec 2019 23:38:53 +0000 (00:38 +0100)]
When bot_vs_human is enabled ignore team assignment in the bot config file

4 years agoAdd a comment about tracewalk underwater
terencehill [Sat, 21 Dec 2019 23:26:12 +0000 (00:26 +0100)]
Add a comment about tracewalk underwater

4 years agoTransifex autosync
Rudolf Polzer [Thu, 19 Dec 2019 06:25:26 +0000 (07:25 +0100)]
Transifex autosync

4 years agoRemove cl_fullbright_items (if the server enables fullbright items, show them!)
Mario [Wed, 18 Dec 2019 18:10:06 +0000 (04:10 +1000)]
Remove cl_fullbright_items (if the server enables fullbright items, show them!)

4 years agoAdjust r_water_refractdistort to a more reasonable value (allows better visibility...
Mario [Wed, 18 Dec 2019 18:05:55 +0000 (04:05 +1000)]
Adjust r_water_refractdistort to a more reasonable value (allows better visibility through warpzones, more visually pleasing effect)

4 years agoSet r_useportalculling to 1 by default until the issues with the engine's unrecommend...
Mario [Wed, 18 Dec 2019 18:03:18 +0000 (04:03 +1000)]
Set r_useportalculling to 1 by default until the issues with the engine's unrecommended default of 2 are resolved, fixes graphical issues on some maps

4 years agoRemove cl_netfps from the menu (it's not a worthwhile setting to include in the menu...
Mario [Wed, 18 Dec 2019 17:37:36 +0000 (03:37 +1000)]
Remove cl_netfps from the menu (it's not a worthwhile setting to include in the menu, unclear as to its purpose and generally doesn't need changing anyway)

4 years agoNever show mapinfo warnings in the menu code, since they don't apply to the map being...
Mario [Wed, 18 Dec 2019 14:37:10 +0000 (00:37 +1000)]
Never show mapinfo warnings in the menu code, since they don't apply to the map being played

4 years agoDon't notify when a mutator blocked weapon tries to spawn (legacy maps will always...
Mario [Wed, 18 Dec 2019 14:25:41 +0000 (00:25 +1000)]
Don't notify when a mutator blocked weapon tries to spawn (legacy maps will always provide these)

4 years agoFix infinite reload spam in dual wielding mode when the secondary weapon runs out...
Mario [Mon, 16 Dec 2019 03:20:15 +0000 (13:20 +1000)]
Fix infinite reload spam in dual wielding mode when the secondary weapon runs out of ammo while the primary can still fire

4 years agoTransifex autosync
Rudolf Polzer [Thu, 12 Dec 2019 06:25:21 +0000 (07:25 +0100)]
Transifex autosync

4 years agoMake simple items static, for consistency (ammo and weapons are visually the same...
Mario [Mon, 9 Dec 2019 14:25:07 +0000 (00:25 +1000)]
Make simple items static, for consistency (ammo and weapons are visually the same in simple mode, so making one bob and the other stationary is strange)

4 years agoMerge branch 'martin-t/bal-wep' into 'master'
Mario [Mon, 9 Dec 2019 09:53:29 +0000 (09:53 +0000)]
Merge branch 'martin-t/bal-wep' into 'master'

Same bal-wep file for both vanilla and XPM

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

4 years agosame bal-wep file for both vanilla and XPM 739/head
Martin Taibr [Sun, 8 Dec 2019 12:18:16 +0000 (13:18 +0100)]
same bal-wep file for both vanilla and XPM

4 years agofaster animtime (no effect on animation, only delays switching after shooting)
Martin Taibr [Sat, 7 Dec 2019 18:51:11 +0000 (19:51 +0100)]
faster animtime (no effect on animation, only delays switching after shooting)

4 years agorestore MG solpen until impl is improved to be more consistent on maps with bad geometry
Martin Taibr [Sat, 7 Dec 2019 18:21:11 +0000 (19:21 +0100)]
restore MG solpen until impl is improved to be more consistent on maps with bad geometry

4 years agotry faster blaster switchdelay
Martin Taibr [Sat, 7 Dec 2019 18:19:19 +0000 (19:19 +0100)]
try faster blaster switchdelay

4 years agoTransifex autosync
Rudolf Polzer [Thu, 28 Nov 2019 06:24:59 +0000 (07:24 +0100)]
Transifex autosync

4 years agofix g_maplist_putfirst
Martin Taibr [Sat, 23 Nov 2019 18:41:30 +0000 (19:41 +0100)]
fix g_maplist_putfirst

4 years agoTransifex autosync
Rudolf Polzer [Fri, 22 Nov 2019 06:24:57 +0000 (07:24 +0100)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Wed, 20 Nov 2019 06:24:53 +0000 (07:24 +0100)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Sat, 16 Nov 2019 06:24:54 +0000 (07:24 +0100)]
Transifex autosync

4 years agoMake sure delayed monster attacks also update angles
Mario [Fri, 15 Nov 2019 12:07:33 +0000 (22:07 +1000)]
Make sure delayed monster attacks also update angles

4 years agoMerge branch 'terencehill/insta-lms' into 'master'
Mario [Fri, 15 Nov 2019 11:49:51 +0000 (11:49 +0000)]
Merge branch 'terencehill/insta-lms' into 'master'

Make so that Instagib overrides starting ammo/armor/health values of other gamemodes; it fixes #2337

Closes #2337

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

4 years agoFix some potential crashes revolving around monster attacks' use of makevectors
Mario [Fri, 15 Nov 2019 11:47:51 +0000 (21:47 +1000)]
Fix some potential crashes revolving around monster attacks' use of makevectors

4 years agoFix #2337 "Players spawn with 200 extra lives when playing LMS/CA+InstaGib" 734/head
terencehill [Wed, 13 Nov 2019 17:22:27 +0000 (18:22 +0100)]
Fix #2337 "Players spawn with 200 extra lives when playing LMS/CA+InstaGib"

4 years agoDisplay number of extralives taken in LMS and Instagib in the centerprint message
terencehill [Sun, 10 Nov 2019 16:48:45 +0000 (17:48 +0100)]
Display number of extralives taken in LMS and Instagib in the centerprint message

4 years agoBot AI: increase rating of items in Keyhunt so bots don't ignore them after keys...
terencehill [Sun, 10 Nov 2019 10:22:03 +0000 (11:22 +0100)]
Bot AI: increase rating of items in Keyhunt so bots don't ignore them after keys are assigned

4 years agoTransifex autosync
Rudolf Polzer [Sun, 10 Nov 2019 06:24:48 +0000 (07:24 +0100)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Sat, 9 Nov 2019 06:24:46 +0000 (07:24 +0100)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Thu, 7 Nov 2019 06:24:43 +0000 (07:24 +0100)]
Transifex autosync

4 years agoFix #2339 "LMS rank is not translated"
terencehill [Wed, 6 Nov 2019 23:52:12 +0000 (00:52 +0100)]
Fix #2339 "LMS rank is not translated"

4 years agoMerge branch 'strength_soon' into 'master'
terencehill [Sat, 2 Nov 2019 08:25:16 +0000 (08:25 +0000)]
Merge branch 'strength_soon' into 'master'

Replace "quad soon" message with "strength soon"

Closes #2315

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

4 years agoMerge branch 'byteManiak/centerprints' into 'master'
Martin Taibr [Sun, 27 Oct 2019 10:53:53 +0000 (10:53 +0000)]
Merge branch 'byteManiak/centerprints' into 'master'

Changed some centerprints. Should address #2324

Removed secondary damage centerprint. Moved nade throw message to show up only when suiciding with it.

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

4 years agoUpdate notifications.cfg file 727/head
byteManiak [Sat, 26 Oct 2019 17:55:08 +0000 (18:55 +0100)]
Update notifications.cfg file

4 years agoShow nade throw message when it explodes while holding it in hand.
byteManiak [Sat, 26 Oct 2019 17:07:37 +0000 (18:07 +0100)]
Show nade throw message when it explodes while holding it in hand.

4 years agoReplace "quad soon" message with "strength soon" 728/head
Wuzzy [Sat, 26 Oct 2019 17:01:35 +0000 (19:01 +0200)]
Replace "quad soon" message with "strength soon"

4 years agoRemoved secondary damage centerprint. Moved nade throw message to show up only when...
byteManiak [Sat, 26 Oct 2019 15:09:10 +0000 (16:09 +0100)]
Removed secondary damage centerprint. Moved nade throw message to show up only when suiciding with it.

4 years agoImprove spectator camera setting in the quickmenu (old settings changed player camera...
terencehill [Fri, 25 Oct 2019 20:05:58 +0000 (22:05 +0200)]
Improve spectator camera setting in the quickmenu (old settings changed player camera too)

4 years agoregenerate notifications.cfg (sv_cmd dumpnotifs)
Martin Taibr [Thu, 24 Oct 2019 23:00:50 +0000 (01:00 +0200)]
regenerate notifications.cfg (sv_cmd dumpnotifs)

4 years agoMerge branch 'noname2' into 'master'
Martin Taibr [Thu, 24 Oct 2019 17:33:28 +0000 (17:33 +0000)]
Merge branch 'noname2' into 'master'

Add dedicated messages for Onslaught control points without name

Closes #2265

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

4 years agoReal fix for crosshair blur not working well while aiming at a teammate and moving...
terencehill [Sun, 20 Oct 2019 17:32:17 +0000 (19:32 +0200)]
Real fix for crosshair blur not working well while aiming at a teammate and moving crosshair (this commit reverts de9801a2 as it hasn't worked)

4 years agoFix crosshair blur not working well while aiming at a teammate and moving crosshair
terencehill [Sun, 20 Oct 2019 09:27:18 +0000 (11:27 +0200)]
Fix crosshair blur not working well while aiming at a teammate and moving crosshair

4 years agoFix crosshair blur not working when aiming at teammates
terencehill [Sun, 20 Oct 2019 09:05:27 +0000 (11:05 +0200)]
Fix crosshair blur not working when aiming at teammates

4 years agoMake casings less bouncy 746/head
terencehill [Fri, 18 Oct 2019 18:24:24 +0000 (20:24 +0200)]
Make casings less bouncy

4 years agoTransifex autosync
Rudolf Polzer [Fri, 18 Oct 2019 05:24:55 +0000 (07:24 +0200)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Thu, 17 Oct 2019 05:24:47 +0000 (07:24 +0200)]
Transifex autosync

4 years agoMake so that cl_casings enables/disables casings for all players rather than only...
terencehill [Sat, 12 Oct 2019 21:16:03 +0000 (23:16 +0200)]
Make so that cl_casings enables/disables casings for all players rather than only for the player himself (but visible to other players)

4 years agoTransifex autosync
Rudolf Polzer [Thu, 10 Oct 2019 05:25:01 +0000 (07:25 +0200)]
Transifex autosync

4 years agoBot AI: fix bots standing still for a few seconds after taking a dropped weapon
terencehill [Wed, 9 Oct 2019 21:36:06 +0000 (23:36 +0200)]
Bot AI: fix bots standing still for a few seconds after taking a dropped weapon