]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
4 years agoAdd new cvar crosshair_offset: "add an offset to crosshair position to align misalign... terencehill/crosshair
terencehill [Tue, 24 Mar 2020 14:58:27 +0000 (15:58 +0100)]
Add new cvar crosshair_offset: "add an offset to crosshair position to align misaligned crosshair images. Warning: it may make the crosshair slightly more blurry. Try \"-0.5 -0.5\" with 1 pixel-wide crosshair images"

4 years agoSmall optimization to the crosshair code
terencehill [Tue, 24 Mar 2020 14:42:07 +0000 (15:42 +0100)]
Small optimization to the crosshair code

4 years agoMerge branch 'terencehill/oxygen_bar' into 'master'
Mario [Tue, 24 Mar 2020 13:52:05 +0000 (13:52 +0000)]
Merge branch 'terencehill/oxygen_bar' into 'master'

Oxygen bar

Closes #2393

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

4 years agoMinor cleanup to campcheck code
Mario [Tue, 24 Mar 2020 12:47:46 +0000 (22:47 +1000)]
Minor cleanup to campcheck code

4 years agoAdd an option to apply campcheck rules to players who are typing (off by default)
Mario [Tue, 24 Mar 2020 12:39:04 +0000 (22:39 +1000)]
Add an option to apply campcheck rules to players who are typing (off by default)

4 years agoFix oxygen bar when player is in water and switches to spectate someone 784/head
terencehill [Sat, 21 Mar 2020 14:57:03 +0000 (15:57 +0100)]
Fix oxygen bar when player is in water and switches to spectate someone

4 years agoleadlimit_and_fraglimit desc
Martin Taibr [Sun, 22 Mar 2020 10:56:30 +0000 (11:56 +0100)]
leadlimit_and_fraglimit desc

4 years agoFix previous commit breaking leadlimit_and_fraglimit 1
terencehill [Sat, 21 Mar 2020 22:16:30 +0000 (23:16 +0100)]
Fix previous commit breaking leadlimit_and_fraglimit 1

4 years agoIgnore lead limit if greater than score limit
terencehill [Sat, 21 Mar 2020 18:52:18 +0000 (19:52 +0100)]
Ignore lead limit if greater than score limit

4 years agoSync oxygen bar blinking with start drowning time
terencehill [Sat, 21 Mar 2020 14:12:05 +0000 (15:12 +0100)]
Sync oxygen bar blinking with start drowning time

4 years agoPut blink code in its own function
terencehill [Sat, 21 Mar 2020 13:25:40 +0000 (14:25 +0100)]
Put blink code in its own function

4 years agoBlink oxygen bar when player starts drowning
terencehill [Sat, 21 Mar 2020 11:25:49 +0000 (12:25 +0100)]
Blink oxygen bar when player starts drowning

4 years agoImplement #2393 "Oxygen bar"
terencehill [Fri, 20 Mar 2020 19:16:24 +0000 (20:16 +0100)]
Implement #2393 "Oxygen bar"

4 years agoRemove redundant setting of air_finished that gets overriden in DrownPlayer with...
terencehill [Thu, 19 Mar 2020 23:21:16 +0000 (00:21 +0100)]
Remove redundant setting of air_finished that gets overriden in DrownPlayer with the proper value (g_balance_contents_drowndelay)

4 years agoMerge branch 'bones_was_here/glslgamma' into 'master'
Martin Taibr [Thu, 19 Mar 2020 22:48:39 +0000 (22:48 +0000)]
Merge branch 'bones_was_here/glslgamma' into 'master'

Remove v_glslgamma from menu, as it was removed from div0-stable

The option no longer has any effect, and contrast and gamma can't be adjusted via menu sliders until the dependency is removed.

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

4 years agoRemove v_glslgamma from menu, as it was removed from div0-stable
bones_was_here [Thu, 19 Mar 2020 22:48:39 +0000 (22:48 +0000)]
Remove v_glslgamma from menu, as it was removed from div0-stable

4 years agoMerge branch 'packer/announce-leadlimit' into 'master'
terencehill [Wed, 18 Mar 2020 18:36:38 +0000 (18:36 +0000)]
Merge branch 'packer/announce-leadlimit' into 'master'

Announce remaining frags for leadlimit, too.

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

4 years agoUpdate comment. 780/head
packer [Wed, 18 Mar 2020 09:24:59 +0000 (10:24 +0100)]
Update comment.

4 years agoRename fragsleftlast to fragsleft_last.
packer [Wed, 18 Mar 2020 08:15:06 +0000 (09:15 +0100)]
Rename fragsleftlast to fragsleft_last.

4 years agoIf the player state doesn't belong to the player, attach a new one when spawning...
Mario [Tue, 17 Mar 2020 23:12:55 +0000 (09:12 +1000)]
If the player state doesn't belong to the player, attach a new one when spawning, likely fixes some strange issues

4 years agoMerge branch 'packer/banlog' into 'master'
Martin Taibr [Tue, 17 Mar 2020 18:58:23 +0000 (18:58 +0000)]
Merge branch 'packer/banlog' into 'master'

Bans: Do not print IP of banned clients. Add crypto_idfp to log format.

Respect the privacy of banned clients :)

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

4 years agoBans: Do not print IP of banned clients. Add crypto_idfp to log format. 778/head
packer [Tue, 17 Mar 2020 17:55:31 +0000 (18:55 +0100)]
Bans: Do not print IP of banned clients. Add crypto_idfp to log format.

4 years agoAnnounce remaining frags for leadlimit, too.
packer [Tue, 17 Mar 2020 17:47:13 +0000 (18:47 +0100)]
Announce remaining frags for leadlimit, too.

4 years agoFix #2327 "Giant mg ammo ring when "smooth effects of crosshairs" (crosshair_effect_s...
terencehill [Mon, 16 Mar 2020 21:15:01 +0000 (22:15 +0100)]
Fix #2327 "Giant mg ammo ring when "smooth effects of crosshairs" (crosshair_effect_scalefade) is disabled"

4 years agoMisc cleanups (comment in CCR is no longer valid, autocvar declarations are right...
terencehill [Mon, 16 Mar 2020 12:05:38 +0000 (13:05 +0100)]
Misc cleanups (comment in CCR is no longer valid, autocvar declarations are right above CCR)

4 years agoClean up / compact bot_setnameandstuff code
terencehill [Mon, 16 Mar 2020 11:58:39 +0000 (12:58 +0100)]
Clean up / compact bot_setnameandstuff code

4 years agoAdd an option (disabled by default) to drop off-hand weapons while dual wielding...
Mario [Sun, 15 Mar 2020 07:34:59 +0000 (17:34 +1000)]
Add an option (disabled by default) to drop off-hand weapons while dual wielding in the pinata mutator

4 years agoAllow chmap and map shorthands for gotomap to be votable (if available) without needi...
Mario [Sat, 14 Mar 2020 01:28:57 +0000 (11:28 +1000)]
Allow chmap and map shorthands for gotomap to be votable (if available) without needing to explicitly list all of them in sv_vote_commands

4 years agoMerge branch 'terencehill/campaign_message_tweak' into 'master'
Mario [Fri, 13 Mar 2020 12:14:39 +0000 (12:14 +0000)]
Merge branch 'terencehill/campaign_message_tweak' into 'master'

Campaign message tweaks

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

4 years agoShow crosshair pickup animation when picking up a buff, solves #2413
Mario [Fri, 13 Mar 2020 12:02:43 +0000 (22:02 +1000)]
Show crosshair pickup animation when picking up a buff, solves #2413

4 years agoChange unsticking to match the engine even more closely, fixes some cases where entit...
Mario [Sat, 7 Mar 2020 19:55:17 +0000 (05:55 +1000)]
Change unsticking to match the engine even more closely, fixes some cases where entities can be stuck with QC physics

4 years agoDisable prediction when bugrigs is enabled, fixes glitchy movement
Mario [Sat, 7 Mar 2020 19:27:54 +0000 (05:27 +1000)]
Disable prediction when bugrigs is enabled, fixes glitchy movement

4 years agoIf the player has enough ammo already, don't pick up the weapon when g_weapon_stay...
Mario [Fri, 6 Mar 2020 21:19:25 +0000 (07:19 +1000)]
If the player has enough ammo already, don't pick up the weapon when g_weapon_stay is set to 2, fixes unnecessary weapon pickup spam

4 years agoApply air movement physics on slick surfaces when sv_slick_applygravity is enabled
Mario [Fri, 6 Mar 2020 21:12:59 +0000 (07:12 +1000)]
Apply air movement physics on slick surfaces when sv_slick_applygravity is enabled

4 years agoFix being able to double jump after sliding on a slick surface
Mario [Fri, 6 Mar 2020 21:10:13 +0000 (07:10 +1000)]
Fix being able to double jump after sliding on a slick surface

4 years agoTransifex autosync
Rudolf Polzer [Fri, 6 Mar 2020 06:24:49 +0000 (07:24 +0100)]
Transifex autosync

4 years agoMerge branch 'martin-t/version' into 'master'
Mario [Sat, 29 Feb 2020 09:01:51 +0000 (09:01 +0000)]
Merge branch 'martin-t/version' into 'master'

Print which QC version it is

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

4 years agoMerge branch 'terencehill/pressed_keys_fix' into 'master'
Mario [Sat, 29 Feb 2020 08:46:00 +0000 (08:46 +0000)]
Merge branch 'terencehill/pressed_keys_fix' into 'master'

Pressed keys fix

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

4 years agoTransifex autosync
Rudolf Polzer [Thu, 20 Feb 2020 06:24:42 +0000 (07:24 +0100)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Wed, 19 Feb 2020 06:25:00 +0000 (07:25 +0100)]
Transifex autosync

4 years agoMerge branch 'martin-t/vote' into 'master'
Mario [Tue, 18 Feb 2020 13:06:24 +0000 (13:06 +0000)]
Merge branch 'martin-t/vote' into 'master'

Fix sv_vote_gametype_default_current to match description

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

4 years agoTransifex autosync
Rudolf Polzer [Mon, 17 Feb 2020 06:24:42 +0000 (07:24 +0100)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Sun, 16 Feb 2020 06:24:44 +0000 (07:24 +0100)]
Transifex autosync

4 years agofix sv_vote_gametype_default_current to match description 774/head
Martin Taibr [Sat, 15 Feb 2020 18:07:50 +0000 (19:07 +0100)]
fix sv_vote_gametype_default_current to match description

it used to always pick current mode if there was a tie

4 years agoReset pressed keys when switching spectated player
terencehill [Thu, 13 Feb 2020 19:33:46 +0000 (20:33 +0100)]
Reset pressed keys when switching spectated player

4 years agosimplify version cmd using PROGNAME
Martin Taibr [Thu, 13 Feb 2020 18:08:00 +0000 (19:08 +0100)]
simplify version cmd using PROGNAME

4 years agoMerge branch 'martin-t/check-cvars' into 'master'
Mario [Thu, 13 Feb 2020 17:06:06 +0000 (17:06 +0000)]
Merge branch 'martin-t/check-cvars' into 'master'

Check bal-wep files for consistency

Closes #2258

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

4 years agoAlways hide Pressed Keys panel when observing, it doesn't show any pressed key anyway
terencehill [Thu, 13 Feb 2020 15:47:10 +0000 (16:47 +0100)]
Always hide Pressed Keys panel when observing, it doesn't show any pressed key anyway

4 years agoReset pressed keys when going observer
terencehill [Thu, 13 Feb 2020 15:43:20 +0000 (16:43 +0100)]
Reset pressed keys when going observer

4 years agoprint which QC version it is
Martin Taibr [Wed, 12 Feb 2020 15:24:30 +0000 (16:24 +0100)]
print which QC version it is

4 years agocleanup
Martin Taibr [Wed, 12 Feb 2020 15:09:09 +0000 (16:09 +0100)]
cleanup

4 years agoremove bal-wep-overkill-nerfed.cfg 769/head
Martin Taibr [Wed, 12 Feb 2020 14:21:40 +0000 (15:21 +0100)]
remove bal-wep-overkill-nerfed.cfg

4 years agoalso check bal-wep files for consistency
Martin Taibr [Wed, 12 Feb 2020 14:16:28 +0000 (15:16 +0100)]
also check bal-wep files for consistency

4 years agoTransifex autosync
Rudolf Polzer [Sun, 9 Feb 2020 06:24:45 +0000 (07:24 +0100)]
Transifex autosync

4 years agoMerge branch 'Mario/stepdown_maxspeed' into 'master'
Mario [Sat, 8 Feb 2020 09:15:58 +0000 (09:15 +0000)]
Merge branch 'Mario/stepdown_maxspeed' into 'master'

Merge branch Mario/stepdown_maxspeed (XS merge request)

Closes #2404

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

4 years agoUpdate sv_gameplayfix_stepdown_maxspeed description to mention that it requires QC... 767/head
Mario [Sat, 8 Feb 2020 09:04:59 +0000 (19:04 +1000)]
Update sv_gameplayfix_stepdown_maxspeed description to mention that it requires QC physics

4 years agoTransifex autosync
Rudolf Polzer [Sat, 8 Feb 2020 06:24:38 +0000 (07:24 +0100)]
Transifex autosync

4 years agoAdd an option to control the maximum speed you can be traveling for stepping down...
Mario [Thu, 6 Feb 2020 12:29:03 +0000 (22:29 +1000)]
Add an option to control the maximum speed you can be traveling for stepping down to apply (ignored by slick surfaces)

4 years agoTransifex autosync
Rudolf Polzer [Tue, 28 Jan 2020 06:24:41 +0000 (07:24 +0100)]
Transifex autosync

4 years agoAdd some missing parenthesis
Mario [Sat, 25 Jan 2020 17:55:55 +0000 (03:55 +1000)]
Add some missing parenthesis

4 years agoMerge branch 'terencehill/lms_fix'
terencehill [Sat, 25 Jan 2020 12:42:12 +0000 (13:42 +0100)]
Merge branch 'terencehill/lms_fix'

4 years agoRemove the precache function, mostly unused (playermodels now precache themselves...
Mario [Sat, 25 Jan 2020 06:45:34 +0000 (16:45 +1000)]
Remove the precache function, mostly unused (playermodels now precache themselves using the standard PRECACHE methods)

4 years agoClean up racer code a little bit, allow customising racer hover type without restarti...
Mario [Sat, 25 Jan 2020 05:12:34 +0000 (15:12 +1000)]
Clean up racer code a little bit, allow customising racer hover type without restarting the match

4 years agoFix a missed use of .health
Mario [Thu, 23 Jan 2020 22:39:45 +0000 (08:39 +1000)]
Fix a missed use of .health

4 years agoReset player's alpha to default_player_alpha instead of 1 when exiting a vehicle...
Mario [Thu, 23 Jan 2020 20:54:13 +0000 (06:54 +1000)]
Reset player's alpha to default_player_alpha instead of 1 when exiting a vehicle, fixes support with mutators that customise the player's alpha

4 years agoBumblebee: limit the amount of armor provided by the bumblebee in instagib to the...
Mario [Thu, 23 Jan 2020 20:19:56 +0000 (06:19 +1000)]
Bumblebee: limit the amount of armor provided by the bumblebee in instagib to the value of g_instagib_extralives

4 years agoMake sure number of lives is an integer and <= 999
terencehill [Wed, 22 Jan 2020 20:01:02 +0000 (21:01 +0100)]
Make sure number of lives is an integer and <= 999

4 years agoCount active players only when needed
terencehill [Wed, 22 Jan 2020 19:23:27 +0000 (20:23 +0100)]
Count active players only when needed

4 years agoLMS: fix newcomers not being able to join the game if a player forfeited
terencehill [Wed, 22 Jan 2020 19:18:38 +0000 (20:18 +0100)]
LMS: fix newcomers not being able to join the game if a player forfeited

4 years agoMerge branch 'Mario/qcphysics' into 'master'
Mario [Tue, 21 Jan 2020 20:09:47 +0000 (20:09 +0000)]
Merge branch 'Mario/qcphysics' into 'master'

Enable QC physics by default again, as the known issues with it have been resolved

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

4 years agoUpdate hash
Mario [Tue, 21 Jan 2020 19:57:17 +0000 (05:57 +1000)]
Update hash

4 years agoMerge branch 'master' into Mario/qcphysics
Mario [Tue, 21 Jan 2020 19:24:22 +0000 (05:24 +1000)]
Merge branch 'master' into Mario/qcphysics

4 years agoMerge branch 'Mario/ipv6_gamelog' into 'master'
Mario [Tue, 21 Jan 2020 15:29:02 +0000 (15:29 +0000)]
Merge branch 'Mario/ipv6_gamelog' into 'master'

Merge branch Mario/ipv6_gamelog (S merge request)

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

4 years agoMake the delimiter a hardcoded toggle rather than a customisable setting 765/head
Mario [Mon, 20 Jan 2020 23:07:06 +0000 (09:07 +1000)]
Make the delimiter a hardcoded toggle rather than a customisable setting

4 years agoMerge branch 'bones_was_here/flaglights' into 'master'
Mario [Mon, 20 Jan 2020 22:42:55 +0000 (22:42 +0000)]
Merge branch 'bones_was_here/flaglights' into 'master'

Add description for g_ctf_dynamiclights and whitelist

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

4 years agoAdd description for g_ctf_dynamiclights and whitelist 764/head
bones_was_here [Mon, 20 Jan 2020 22:32:56 +0000 (08:32 +1000)]
Add description for g_ctf_dynamiclights and whitelist

4 years agoTemporarily whitelist CTF stalemate timer so that different values can be tested...
Mario [Mon, 20 Jan 2020 22:17:20 +0000 (08:17 +1000)]
Temporarily whitelist CTF stalemate timer so that different values can be tested on servers without affecting purity

4 years agoMerge branch 'Mario/rain_fix' into 'master'
Mario [Mon, 20 Jan 2020 19:09:39 +0000 (19:09 +0000)]
Merge branch 'Mario/rain_fix' into 'master'

Merge branch Mario/rain_fix (M merge request)

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

4 years agoMerge branch 'Mario/csqc_refdef' into 'master'
Mario [Mon, 20 Jan 2020 19:08:34 +0000 (19:08 +0000)]
Merge branch 'Mario/csqc_refdef' into 'master'

Merge branch Mario/csqc_refdef (XXS merge request)

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

4 years agoMerge branch 'Mario/intrusivelist_objects' into 'master'
Mario [Mon, 20 Jan 2020 07:06:39 +0000 (07:06 +0000)]
Merge branch 'Mario/intrusivelist_objects' into 'master'

Merge branch Mario/intrusivelist_objects (S merge request)

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

4 years agoAllow customising the delimiter of IPV6 IPs in the game log's join message, so script...
Mario [Mon, 20 Jan 2020 02:32:16 +0000 (12:32 +1000)]
Allow customising the delimiter of IPV6 IPs in the game log's join message, so scripts can process it easier

4 years agoAdd a compiler flag to debug shotgun melee range
Mario [Sun, 19 Jan 2020 18:05:44 +0000 (04:05 +1000)]
Add a compiler flag to debug shotgun melee range

4 years agoUpdate item sizes in other locations, to match the new default
Mario [Sun, 19 Jan 2020 16:41:46 +0000 (02:41 +1000)]
Update item sizes in other locations, to match the new default

4 years agoMerge branch 'bones_was_here/weaponbbox' into 'master'
Mario [Sun, 19 Jan 2020 16:32:49 +0000 (16:32 +0000)]
Merge branch 'bones_was_here/weaponbbox' into 'master'

Increase height of weapon item bbox from 32 to 48

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

4 years agoAllow mappers to define the draw distance of the rain brush, useful for extra large... 762/head
Mario [Sun, 19 Jan 2020 00:18:59 +0000 (10:18 +1000)]
Allow mappers to define the draw distance of the rain brush, useful for extra large maps where the default distance may be too much

4 years agoIncrease rain draw distance to 1000 (also for drain)
Mario [Sun, 19 Jan 2020 00:12:26 +0000 (10:12 +1000)]
Increase rain draw distance to 1000 (also for drain)

4 years agoIncrease rain draw distance to 700, so drain functions
Mario [Sun, 19 Jan 2020 00:10:54 +0000 (10:10 +1000)]
Increase rain draw distance to 700, so drain functions

4 years agoFix rainsnow logic, thanks to Player_2
Mario [Sun, 19 Jan 2020 00:07:53 +0000 (10:07 +1000)]
Fix rainsnow logic, thanks to Player_2

4 years agoMerge branch 'master' into Mario/rain_fix
Mario [Sat, 18 Jan 2020 22:36:44 +0000 (08:36 +1000)]
Merge branch 'master' into Mario/rain_fix

4 years agoReplace some per-frame physics loops with intrusive lists 761/head
Mario [Sat, 18 Jan 2020 21:33:46 +0000 (07:33 +1000)]
Replace some per-frame physics loops with intrusive lists

4 years agoDisable third person spectator change camera until its effect can be improved, as...
Mario [Sat, 18 Jan 2020 21:00:38 +0000 (07:00 +1000)]
Disable third person spectator change camera until its effect can be improved, as per #2157

4 years agoIncrease height of weapon item bbox from 32 to 48 760/head
bones_was_here [Sat, 18 Jan 2020 20:10:10 +0000 (06:10 +1000)]
Increase height of weapon item bbox from 32 to 48

4 years agoMerge branch 'martin-t/electro-denoobing' into 'master'
Martin Taibr [Sat, 18 Jan 2020 14:36:36 +0000 (14:36 +0000)]
Merge branch 'martin-t/electro-denoobing' into 'master'

Electro: midair combos

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

4 years agoelectro midaircombo_speed to preserve balance bug :P 757/head
Martin Taibr [Sat, 18 Jan 2020 14:25:04 +0000 (15:25 +0100)]
electro midaircombo_speed to preserve balance bug :P

4 years agoMove weapon frame handling to the client side
Mario [Sat, 18 Jan 2020 00:11:17 +0000 (10:11 +1000)]
Move weapon frame handling to the client side

4 years agoRemove a macro only used once, clean up miscfunctions a tiny bit
Mario [Fri, 17 Jan 2020 23:19:45 +0000 (09:19 +1000)]
Remove a macro only used once, clean up miscfunctions a tiny bit

4 years agoRemove/disable a couple of unused misc functions
Mario [Fri, 17 Jan 2020 16:33:20 +0000 (02:33 +1000)]
Remove/disable a couple of unused misc functions

4 years agoRename AmmoNameFromWeaponentity to GetAmmoName and move it out of miscfunctions
Mario [Fri, 17 Jan 2020 16:07:37 +0000 (02:07 +1000)]
Rename AmmoNameFromWeaponentity to GetAmmoName and move it out of miscfunctions

4 years agomore midair combo options: own/teammate/enemy
Martin Taibr [Thu, 16 Jan 2020 14:34:18 +0000 (15:34 +0100)]
more midair combo options: own/teammate/enemy

4 years agokeep old midair combo behavior in all balances
Martin Taibr [Thu, 16 Jan 2020 13:51:56 +0000 (14:51 +0100)]
keep old midair combo behavior in all balances