]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
2 years agoFixed formatting issues z411/tos_test
z411 [Thu, 2 Dec 2021 02:29:11 +0000 (23:29 -0300)]
Fixed formatting issues

2 years agoToS: Change the subtitle to reflect a ToS update
z411 [Fri, 26 Nov 2021 04:59:03 +0000 (01:59 -0300)]
ToS: Change the subtitle to reflect a ToS update

2 years agoToS: Using numeric ToS revision comparison
z411 [Thu, 25 Nov 2021 19:30:58 +0000 (16:30 -0300)]
ToS: Using numeric ToS revision comparison

2 years agoToS WIP: Improved log messages for now
z411 [Wed, 24 Nov 2021 16:45:20 +0000 (13:45 -0300)]
ToS WIP: Improved log messages for now

2 years agoToS: Don't show if there's no version for now
z411 [Wed, 24 Nov 2021 06:19:55 +0000 (03:19 -0300)]
ToS: Don't show if there's no version for now

2 years agoWIP: ToS versioning done
z411 [Wed, 24 Nov 2021 05:23:13 +0000 (02:23 -0300)]
WIP: ToS versioning done

2 years agoFirst ToS versioning attempt
z411 [Wed, 24 Nov 2021 04:41:39 +0000 (01:41 -0300)]
First ToS versioning attempt

3 years agoExperiment with downloading the terms of service instead of using a local file
Mario [Wed, 23 Dec 2020 09:35:48 +0000 (19:35 +1000)]
Experiment with downloading the terms of service instead of using a local file

3 years agoMake sure ToS accepted status is saved in config
Mario [Fri, 4 Dec 2020 14:15:58 +0000 (00:15 +1000)]
Make sure ToS accepted status is saved in config

3 years agoMerge branch 'master' into DefaultUser/ToS
Mario [Fri, 4 Dec 2020 14:06:32 +0000 (00:06 +1000)]
Merge branch 'master' into DefaultUser/ToS

3 years agoRename TermsOfService file to tos.txt for portability and accessibility, adjust ...
Mario [Fri, 4 Dec 2020 14:03:13 +0000 (00:03 +1000)]
Rename TermsOfService file to tos.txt for portability and accessibility, adjust "Don't accept" text to more clearly state that it quits the game, strip colours from the ToS file

3 years agoMerge branch 'master' into DefaultUser/ToS
Mario [Fri, 4 Dec 2020 14:01:06 +0000 (00:01 +1000)]
Merge branch 'master' into DefaultUser/ToS

3 years agoDon't show any tooltip with the name of the selected cvar in the cvar list as it...
terencehill [Thu, 3 Dec 2020 16:28:48 +0000 (17:28 +0100)]
Don't show any tooltip with the name of the selected cvar in the cvar list as it's pointless and looks wrong (this change has been made by renaming cvarName to controlledCvar everywhere in the menu code except in cvarlist.qc/cvarlist.qh); it fixes #2481

3 years agoRemove a redundant real client check from notification code
Mario [Thu, 3 Dec 2020 14:15:23 +0000 (00:15 +1000)]
Remove a redundant real client check from notification code

3 years agoMerge branch 'z411/notif-fix' into 'master'
Mario [Thu, 3 Dec 2020 14:14:38 +0000 (14:14 +0000)]
Merge branch 'z411/notif-fix' into 'master'

Fix broken notifications with bots

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

3 years agoUpdate gameplay hash
Mario [Thu, 3 Dec 2020 13:02:30 +0000 (23:02 +1000)]
Update gameplay hash

3 years agoMove cloaked mutator cvars to the mutators configuration
Mario [Thu, 3 Dec 2020 08:06:24 +0000 (18:06 +1000)]
Move cloaked mutator cvars to the mutators configuration

3 years agoApply colormaps to gibs and apply a red tint by default, fixes #2476
Mario [Tue, 1 Dec 2020 13:54:51 +0000 (23:54 +1000)]
Apply colormaps to gibs and apply a red tint by default, fixes #2476

3 years agoAdd a setup function for target_checkpoint entities, fixes #2515
Mario [Tue, 1 Dec 2020 10:51:30 +0000 (20:51 +1000)]
Add a setup function for target_checkpoint entities, fixes #2515

3 years agoTransifex autosync
Rudolf Polzer [Mon, 30 Nov 2020 06:24:08 +0000 (07:24 +0100)]
Transifex autosync

3 years agoTransifex autosync
Rudolf Polzer [Sat, 28 Nov 2020 06:23:51 +0000 (07:23 +0100)]
Transifex autosync

3 years agoTransifex autosync
Rudolf Polzer [Wed, 25 Nov 2020 06:24:03 +0000 (07:24 +0100)]
Transifex autosync

3 years agoTransifex autosync
Rudolf Polzer [Tue, 24 Nov 2020 06:23:58 +0000 (07:23 +0100)]
Transifex autosync

3 years agoMerge branch 'master' into z411/notif-fix
Mario [Mon, 23 Nov 2020 11:52:56 +0000 (21:52 +1000)]
Merge branch 'master' into z411/notif-fix

3 years agoTransifex autosync
Rudolf Polzer [Mon, 23 Nov 2020 06:24:07 +0000 (07:24 +0100)]
Transifex autosync

3 years agoTransifex autosync
Rudolf Polzer [Sun, 22 Nov 2020 06:25:26 +0000 (07:25 +0100)]
Transifex autosync

3 years agoMerge branch 'terencehill/crosshair_hittest_settings_fix' into 'master'
Mario [Sun, 22 Nov 2020 00:24:57 +0000 (00:24 +0000)]
Merge branch 'terencehill/crosshair_hittest_settings_fix' into 'master'

Fix messy crosshair_hittest settings in the menu:

Closes #2483

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

3 years agoFix messy crosshair_hittest settings in the menu:
terencehill [Sat, 21 Nov 2020 09:04:38 +0000 (10:04 +0100)]
Fix messy crosshair_hittest settings in the menu:

* remove crosshair_hittest_scale as it isn't used
* remove crosshair_hittest slider and its very long tooltip that was hard to read (fixes #2483)
* fix crosshair_hittest 1.25 description, it no longer enlarge the crosshair when you would hit an enemy but only shrinks it when you would hit a teammate
* add crosshair_hittest_blur_teammate setting

3 years agoTransifex autosync
Rudolf Polzer [Thu, 19 Nov 2020 06:24:14 +0000 (07:24 +0100)]
Transifex autosync

3 years agoThrow casings if chase_active is on and r_drawviewmodel is off
terencehill [Wed, 18 Nov 2020 22:52:51 +0000 (23:52 +0100)]
Throw casings if chase_active is on and r_drawviewmodel is off

3 years agoTransifex autosync
Rudolf Polzer [Tue, 17 Nov 2020 06:24:10 +0000 (07:24 +0100)]
Transifex autosync

3 years agoDon't spawn casings from the 1st person weapon model if it's invisible; it fixes...
terencehill [Mon, 16 Nov 2020 09:34:09 +0000 (10:34 +0100)]
Don't spawn casings from the 1st person weapon model if it's invisible; it fixes #2491

3 years agoTransifex autosync
Rudolf Polzer [Mon, 16 Nov 2020 06:24:05 +0000 (07:24 +0100)]
Transifex autosync

3 years agoAdd g_balance_electro_secondary_limit setting to allow controlling the maximum number...
Mario [Mon, 16 Nov 2020 03:17:39 +0000 (13:17 +1000)]
Add g_balance_electro_secondary_limit setting to allow controlling the maximum number of electro orbs a player can have active at a time (the oldest orb will explode when the limit is reached)

3 years agoTransifex autosync
Rudolf Polzer [Sun, 15 Nov 2020 06:25:18 +0000 (07:25 +0100)]
Transifex autosync

3 years agoRearrange checkboxes in the server filter row to be less confusing; it also fixes...
terencehill [Sat, 14 Nov 2020 15:28:23 +0000 (16:28 +0100)]
Rearrange checkboxes in the server filter row to be less confusing; it also fixes #2512

3 years agoAdvanced menu tooltips: display cvar value next to cvar name
terencehill [Sat, 14 Nov 2020 15:24:18 +0000 (16:24 +0100)]
Advanced menu tooltips: display cvar value next to cvar name

3 years agoGet rid of an useless global
terencehill [Sat, 14 Nov 2020 15:18:05 +0000 (16:18 +0100)]
Get rid of an useless global

3 years agoTransifex autosync
Rudolf Polzer [Sat, 14 Nov 2020 06:24:06 +0000 (07:24 +0100)]
Transifex autosync

3 years agoNullify the think function on map entities, works around some crashes in certain...
Mario [Fri, 13 Nov 2020 14:03:02 +0000 (00:03 +1000)]
Nullify the think function on map entities, works around some crashes in certain maps

3 years agoTransifex autosync
Rudolf Polzer [Fri, 13 Nov 2020 06:23:54 +0000 (07:23 +0100)]
Transifex autosync

3 years agoTransifex autosync
Rudolf Polzer [Thu, 12 Nov 2020 06:24:09 +0000 (07:24 +0100)]
Transifex autosync

3 years agoAdd a rough frontal view mode to the chase camera
Mario [Wed, 11 Nov 2020 23:24:42 +0000 (09:24 +1000)]
Add a rough frontal view mode to the chase camera

3 years agoTransifex autosync
Rudolf Polzer [Wed, 11 Nov 2020 06:23:57 +0000 (07:23 +0100)]
Transifex autosync

3 years agoFix broken notifications with bots
z411 [Tue, 10 Nov 2020 11:47:06 +0000 (08:47 -0300)]
Fix broken notifications with bots

3 years agoTransifex autosync
Rudolf Polzer [Tue, 10 Nov 2020 06:24:08 +0000 (07:24 +0100)]
Transifex autosync

3 years agoTransifex autosync
Rudolf Polzer [Mon, 9 Nov 2020 06:24:03 +0000 (07:24 +0100)]
Transifex autosync

3 years agoTransifex autosync
Rudolf Polzer [Sun, 8 Nov 2020 06:26:01 +0000 (07:26 +0100)]
Transifex autosync

3 years agoDon't apply view bobbing while observing
Mario [Sat, 7 Nov 2020 07:31:41 +0000 (17:31 +1000)]
Don't apply view bobbing while observing

3 years agoTransifex autosync
Rudolf Polzer [Sat, 7 Nov 2020 06:24:12 +0000 (07:24 +0100)]
Transifex autosync

3 years agoMerge branch 'Mario/arc_bolt_bounce' into 'master'
Mario [Fri, 6 Nov 2020 16:27:07 +0000 (16:27 +0000)]
Merge branch 'Mario/arc_bolt_bounce' into 'master'

Merge branch Mario/arc_bolt_bounce (S merge request)

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

3 years agoMerge branch 'Mario/rocket_wall_fix' into 'master'
Mario [Fri, 6 Nov 2020 15:47:11 +0000 (15:47 +0000)]
Merge branch 'Mario/rocket_wall_fix' into 'master'

Merge branch Mario/rocket_wall_fix (XS merge request)

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

3 years agoPerform an initial trace to the position of the gun, potential fix for rockets gettin...
Mario [Fri, 6 Nov 2020 15:47:11 +0000 (15:47 +0000)]
Perform an initial trace to the position of the gun, potential fix for rockets getting stuck in walls

3 years agoMerge branch 'master' into Mario/arc_bolt_bounce
Mario [Fri, 6 Nov 2020 15:25:25 +0000 (01:25 +1000)]
Merge branch 'master' into Mario/arc_bolt_bounce

3 years agoFix minor whitespace mismatch
Mario [Fri, 6 Nov 2020 15:25:16 +0000 (01:25 +1000)]
Fix minor whitespace mismatch

3 years agoMerge branch 'terencehill/ft_autorevive_progress' into 'master'
Mario [Fri, 6 Nov 2020 15:13:36 +0000 (15:13 +0000)]
Merge branch 'terencehill/ft_autorevive_progress' into 'master'

FreezeTag: autorevive progress

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

3 years agoMerge branch 'master' into terencehill/ft_autorevive_progress
Mario [Fri, 6 Nov 2020 15:00:06 +0000 (01:00 +1000)]
Merge branch 'master' into terencehill/ft_autorevive_progress

3 years agoMerge branch 'Mario/filter_highping' into 'master'
Mario [Fri, 6 Nov 2020 14:41:49 +0000 (14:41 +0000)]
Merge branch 'Mario/filter_highping' into 'master'

Merge branch Mario/filter_highping (S merge request)

Closes #2388

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

3 years agoAdd a checkbox to filter high latency servers (enabled by default with a ping limit...
Mario [Fri, 6 Nov 2020 14:41:49 +0000 (14:41 +0000)]
Add a checkbox to filter high latency servers (enabled by default with a ping limit of 300)

3 years agoMerge branch 'master' into Mario/arc_bolt_bounce
Mario [Fri, 6 Nov 2020 14:09:22 +0000 (00:09 +1000)]
Merge branch 'master' into Mario/arc_bolt_bounce

3 years agoPerform a full projectile update when passing through a warpzone, workaround for...
Mario [Fri, 6 Nov 2020 12:45:05 +0000 (22:45 +1000)]
Perform a full projectile update when passing through a warpzone, workaround for projectiles frequently getting stuck visually at the warpzone

3 years agoTransifex autosync
Rudolf Polzer [Thu, 5 Nov 2020 06:23:59 +0000 (07:23 +0100)]
Transifex autosync

3 years agoTransifex autosync
Rudolf Polzer [Wed, 4 Nov 2020 06:24:01 +0000 (07:24 +0100)]
Transifex autosync

3 years agoTransifex autosync
Rudolf Polzer [Tue, 3 Nov 2020 06:23:56 +0000 (07:23 +0100)]
Transifex autosync

3 years agoDon't disable rendering completely if the player is invisible, fixes #2395
Mario [Mon, 2 Nov 2020 00:48:15 +0000 (10:48 +1000)]
Don't disable rendering completely if the player is invisible, fixes #2395

3 years agoMake automatic revival message white, as it is just an info message
Mario [Sun, 1 Nov 2020 16:23:53 +0000 (02:23 +1000)]
Make automatic revival message white, as it is just an info message

3 years agoMinor cleanup to vehicle code: make hover tags common code and exclude model data...
Mario [Sun, 1 Nov 2020 15:02:55 +0000 (01:02 +1000)]
Minor cleanup to vehicle code: make hover tags common code and exclude model data from the menu VM

3 years agoDon't apply view bobbing while inside a vehicle (currently does not apply since vehic...
Mario [Sun, 1 Nov 2020 12:38:54 +0000 (22:38 +1000)]
Don't apply view bobbing while inside a vehicle (currently does not apply since vehicles are unpredicted)

3 years agoFix compilation unit test
Mario [Sun, 1 Nov 2020 12:20:22 +0000 (22:20 +1000)]
Fix compilation unit test

3 years agoDon't play teleportation sounds on dead players
Mario [Sun, 1 Nov 2020 11:35:52 +0000 (21:35 +1000)]
Don't play teleportation sounds on dead players

3 years agoRemove medic buff team healing functionality, fixes #2492. Only apply vampire buff...
Mario [Sun, 1 Nov 2020 11:30:44 +0000 (21:30 +1000)]
Remove medic buff team healing functionality, fixes #2492. Only apply vampire buff health stealing to players and fix vampire mutator potentially stealing health from frozen players

3 years agoFix distance check
terencehill [Sun, 1 Nov 2020 11:21:54 +0000 (12:21 +0100)]
Fix distance check

3 years agoMelee only mutator does not require items in the map
Mario [Sun, 1 Nov 2020 11:08:03 +0000 (21:08 +1000)]
Melee only mutator does not require items in the map

3 years agoAdd a gametype flag to signify that the mode forces its own weapon arena (allows...
Mario [Sun, 1 Nov 2020 10:58:46 +0000 (20:58 +1000)]
Add a gametype flag to signify that the mode forces its own weapon arena (allows mutators to check against it to disable themselves without needing to check for a specific gamemode)

3 years agoShownames: calculate distance only when really needed to avoid wasting a vlen call...
terencehill [Sun, 1 Nov 2020 10:23:37 +0000 (11:23 +0100)]
Shownames: calculate distance only when really needed to avoid wasting a vlen call; also reduce cvar calls in WarpZone_FixView

3 years agoCalculate a rough shot origin to show Arc smoke effects, rather than calling W_SetupS...
Mario [Sun, 1 Nov 2020 08:09:50 +0000 (18:09 +1000)]
Calculate a rough shot origin to show Arc smoke effects, rather than calling W_SetupShot every frame, improves performance slightly while holding the Arc

3 years agoDon't attempt to play "welcome" announcement, as it does not exist
Mario [Sun, 1 Nov 2020 08:04:23 +0000 (18:04 +1000)]
Don't attempt to play "welcome" announcement, as it does not exist

3 years agoMerge branch 'master' into Mario/arc_bolt_bounce
Mario [Sun, 1 Nov 2020 05:55:56 +0000 (15:55 +1000)]
Merge branch 'master' into Mario/arc_bolt_bounce

3 years agoTransifex autosync
Rudolf Polzer [Fri, 30 Oct 2020 06:24:07 +0000 (07:24 +0100)]
Transifex autosync

3 years agoTransifex autosync
Rudolf Polzer [Thu, 29 Oct 2020 06:23:51 +0000 (07:23 +0100)]
Transifex autosync

3 years agoRemove an extra new line prepended to LOG_INFO messages
terencehill [Wed, 28 Oct 2020 00:27:40 +0000 (01:27 +0100)]
Remove an extra new line prepended to LOG_INFO messages

3 years agoAttempt to prevent sound spam when a dead player gets stuck in the jumppad for some...
terencehill [Wed, 28 Oct 2020 00:27:00 +0000 (01:27 +0100)]
Attempt to prevent sound spam when a dead player gets stuck in the jumppad for some reason

3 years agoPurge autocvars.qh from the codebase, cvars are defined in the headers of the feature...
Mario [Mon, 26 Oct 2020 11:14:14 +0000 (21:14 +1000)]
Purge autocvars.qh from the codebase, cvars are defined in the headers of the features that use them

3 years agoPurge autocvars.qh from the client-side codebase, cvars are defined in the headers...
Mario [Mon, 26 Oct 2020 07:31:56 +0000 (17:31 +1000)]
Purge autocvars.qh from the client-side codebase, cvars are defined in the headers of the features that use them

3 years agoTransifex autosync
Rudolf Polzer [Mon, 26 Oct 2020 06:23:56 +0000 (07:23 +0100)]
Transifex autosync

3 years agoTransifex autosync
Rudolf Polzer [Sun, 25 Oct 2020 06:25:07 +0000 (07:25 +0100)]
Transifex autosync

3 years agoClean up keepaway code a bit, replace references to a global ball entity with intrusi...
Mario [Mon, 19 Oct 2020 11:09:39 +0000 (21:09 +1000)]
Clean up keepaway code a bit, replace references to a global ball entity with intrusive lists

3 years agoMerge branch 'Mario/model_stair_smoothing' into 'master'
Mario [Mon, 19 Oct 2020 10:21:43 +0000 (10:21 +0000)]
Merge branch 'Mario/model_stair_smoothing' into 'master'

Merge branch Mario/model_stair_smoothing (S merge request)

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

3 years agoMerge branch 'master' into Mario/model_stair_smoothing
Mario [Mon, 19 Oct 2020 10:08:47 +0000 (20:08 +1000)]
Merge branch 'master' into Mario/model_stair_smoothing

3 years agoClean up nexball gametype definition
Mario [Mon, 19 Oct 2020 09:32:54 +0000 (19:32 +1000)]
Clean up nexball gametype definition

3 years agoMinor cleanup to player score sorting functions
Mario [Mon, 19 Oct 2020 08:56:17 +0000 (18:56 +1000)]
Minor cleanup to player score sorting functions

3 years agoTransifex autosync
Rudolf Polzer [Mon, 19 Oct 2020 05:24:05 +0000 (07:24 +0200)]
Transifex autosync

3 years agoAdd a mutator hook to allow mutators to force drawing of the scoreboard
Mario [Mon, 19 Oct 2020 03:09:36 +0000 (13:09 +1000)]
Add a mutator hook to allow mutators to force drawing of the scoreboard

3 years agoIf item touching or spawning is already handled, don't attempt to spawn another life...
Mario [Mon, 19 Oct 2020 01:38:22 +0000 (11:38 +1000)]
If item touching or spawning is already handled, don't attempt to spawn another life powerup in LMS and instagib, fixes #2336

3 years agoFix inventory system networking so that it stores the inventory state on the client...
Mario [Sun, 18 Oct 2020 23:46:39 +0000 (09:46 +1000)]
Fix inventory system networking so that it stores the inventory state on the client rather than the inventory object

3 years agoRemove an empty legacy include file
Mario [Sun, 18 Oct 2020 21:59:07 +0000 (07:59 +1000)]
Remove an empty legacy include file

3 years agoPort some minor cleanups from the guide branch
Mario [Sun, 18 Oct 2020 21:28:58 +0000 (07:28 +1000)]
Port some minor cleanups from the guide branch

3 years agoMinor cleanup to nades mutator
Mario [Sun, 18 Oct 2020 10:27:42 +0000 (20:27 +1000)]
Minor cleanup to nades mutator

3 years agoFix plasma turrets using a server-side particle effect number in InstaGib
Mario [Sun, 18 Oct 2020 10:07:50 +0000 (20:07 +1000)]
Fix plasma turrets using a server-side particle effect number in InstaGib

3 years agoTransifex autosync
Rudolf Polzer [Sun, 18 Oct 2020 05:25:23 +0000 (07:25 +0200)]
Transifex autosync