]>
git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
bones_was_here [Tue, 14 Jul 2020 15:02:54 +0000 (01:02 +1000)]
Spawn medium (25) armor where item_armor_green from Q3 CCTF occurs
bones_was_here [Tue, 14 Jul 2020 13:34:46 +0000 (23:34 +1000)]
Rename sv_q3defragcompat_changehitbox to sv_q3compat_changehitbox
bones_was_here [Tue, 14 Jul 2020 13:19:16 +0000 (23:19 +1000)]
Rename stat Q3DEFRAGCOMPAT to Q3COMPAT and change type to int
bones_was_here [Tue, 14 Jul 2020 12:59:08 +0000 (22:59 +1000)]
Use cvar() instead of cvar_string() for sv_mapformat_is_quake3 checks
bones_was_here [Tue, 14 Jul 2020 12:55:44 +0000 (22:55 +1000)]
Add parentheses around q3compat BIT checks in case of QCC bugs
bones_was_here [Tue, 14 Jul 2020 12:51:11 +0000 (22:51 +1000)]
From ioq3: remove references to unused teamtournament gametype
bones_was_here [Tue, 14 Jul 2020 11:17:43 +0000 (21:17 +1000)]
Spawn medium (25) armor for item_armor1 when map format != Q3BSP
bones_was_here [Tue, 14 Jul 2020 10:44:43 +0000 (20:44 +1000)]
Merge branch 'master' into bones_was_here/q3compat
bones_was_here [Tue, 14 Jul 2020 10:43:10 +0000 (20:43 +1000)]
Use sv_mapformat_is_quake3 to decide what to spawn in place of weapon_nailgun
Mario [Tue, 14 Jul 2020 10:41:15 +0000 (20:41 +1000)]
Fix racer being able to fire rockets before the round has started
bones_was_here [Tue, 14 Jul 2020 10:37:17 +0000 (20:37 +1000)]
Remove autocvar_sv_q3defragcompat and use 1 bitfield to track .arena and .defi files
Mario [Tue, 14 Jul 2020 10:34:22 +0000 (20:34 +1000)]
Fix racer rockets not showing a proper explosion effect
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
Rudolf Polzer [Tue, 14 Jul 2020 05:24:17 +0000 (07:24 +0200)]
Transifex autosync
Mario [Mon, 13 Jul 2020 21:50:05 +0000 (07:50 +1000)]
Whitelist g_conquest_teams
Mario [Mon, 13 Jul 2020 21:32:13 +0000 (07:32 +1000)]
Fix cellammo shader capitalisation
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
bones_was_here [Mon, 13 Jul 2020 11:28:22 +0000 (21:28 +1000)]
Update Q3 item compat comments
bones_was_here [Mon, 13 Jul 2020 09:40:13 +0000 (19:40 +1000)]
Remove sv_q3acompat_machineshotgunswap and move .arena file check to quake3.qc
Rudolf Polzer [Mon, 13 Jul 2020 05:24:14 +0000 (07:24 +0200)]
Transifex autosync
bones_was_here [Sun, 12 Jul 2020 16:53:56 +0000 (02:53 +1000)]
Spawn Fireball by default and Crylink in XDF, in place of Q3A BFG
Mario [Sun, 12 Jul 2020 16:03:36 +0000 (02:03 +1000)]
Fix compatibility with legacy maps by treating "droppedweapon" classname as loot items
Mario [Sat, 11 Jul 2020 14:34:19 +0000 (00:34 +1000)]
Mention the prefix added to weapon cvars near the WEP_CVAR macro
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
Mario [Sat, 11 Jul 2020 13:49:25 +0000 (23:49 +1000)]
Split the gamelog code out of miscfunctions and into its own file
Mario [Sat, 11 Jul 2020 12:16:51 +0000 (22:16 +1000)]
Mark func_static as a solid model (it acts as a wall in other games)
Mario [Sat, 11 Jul 2020 12:09:37 +0000 (22:09 +1000)]
Remove client side macro for conditional weapon spawn functions
bones_was_here [Sat, 11 Jul 2020 10:29:49 +0000 (20:29 +1000)]
Change Q3TA/QL item_scout to Bash and item_doubler to Inferno, add classname notes
bones_was_here [Sat, 11 Jul 2020 06:54:07 +0000 (16:54 +1000)]
Move sv_q3acompat_machineshotgunswap weapon_shotgun swap from shotgun.qc to quake3.qc
bones_was_here [Sat, 11 Jul 2020 05:55:34 +0000 (15:55 +1000)]
Move sv_q3acompat_machineshotgunswap ammo swap from ammo.qc to quake3.qc
Rudolf Polzer [Sat, 11 Jul 2020 05:24:11 +0000 (07:24 +0200)]
Transifex autosync
bones_was_here [Sat, 11 Jul 2020 04:39:37 +0000 (14:39 +1000)]
Spawn Crylink and cell ammo in place of Q3TA nailgun and ammo_nails
Mario [Sat, 11 Jul 2020 04:35:50 +0000 (14:35 +1000)]
Play teamshoot player sounds for team damage in teamplay_mode 2, fixes #2479
Mario [Sat, 11 Jul 2020 03:52:07 +0000 (13:52 +1000)]
Merge branch 'master' into Mario/movetype_push
Mario [Sat, 11 Jul 2020 03:50:41 +0000 (13:50 +1000)]
If sv_gameplayfix_unstickplayers is set to 2 (new default), only perform the unsticking on clients, also apply it to the step and toss movetypes in this case, fixes glitchy stuck in wall behaviour when dying while noclipping
bones_was_here [Fri, 10 Jul 2020 15:55:47 +0000 (01:55 +1000)]
Merge branch 'master' into bones_was_here/q3compat
Mario [Fri, 10 Jul 2020 14:37:58 +0000 (00:37 +1000)]
Add SPAWNFUNC_WEAPON_COND macro for game compatibility (matches SPAWNFUNC_ITEM_COND)
bones_was_here [Fri, 10 Jul 2020 12:55:30 +0000 (22:55 +1000)]
Spawn HLAC and cell ammo in place of Q3TA chaingun and ammo_belt
bones_was_here [Fri, 10 Jul 2020 12:06:37 +0000 (22:06 +1000)]
Spawn cell ammo in place of Q3TA ammo_nails
bones_was_here [Fri, 10 Jul 2020 11:44:10 +0000 (21:44 +1000)]
Replace bullets with shells when sv_q3acompat_machineshotgunswap is enabled
bones_was_here [Fri, 10 Jul 2020 11:03:47 +0000 (21:03 +1000)]
q3df compat: add notcpm and notvq3 map entity key support
bones_was_here [Fri, 10 Jul 2020 10:59:32 +0000 (20:59 +1000)]
Change type of Q3 entity disabling key variables to bool
bones_was_here [Fri, 10 Jul 2020 10:58:48 +0000 (20:58 +1000)]
Run maps supporting Q3A and Q3TA in TA mode
Mario [Fri, 10 Jul 2020 10:07:36 +0000 (20:07 +1000)]
Merge branch 'master' into Mario/movetype_push
Rudolf Polzer [Fri, 10 Jul 2020 05:24:08 +0000 (07:24 +0200)]
Transifex autosync
Rudolf Polzer [Thu, 9 Jul 2020 05:24:15 +0000 (07:24 +0200)]
Transifex autosync
terencehill [Wed, 8 Jul 2020 16:30:02 +0000 (18:30 +0200)]
Don't restart the server with the restart command if all players are ready between rounds
terencehill [Wed, 8 Jul 2020 16:24:02 +0000 (18:24 +0200)]
Don't play the teamkill sound at the beginning of the next round if a player was hit by a teammate at the very end of the round
Mario [Wed, 8 Jul 2020 15:37:16 +0000 (15:37 +0000)]
Merge branch 'bones_was_here/mv-r_water-acl' into 'master'
Allow mappers to set r_water and server admins to add mapinfo ACLs
See merge request xonotic/xonotic-data.pk3dir!799
Rudolf Polzer [Wed, 8 Jul 2020 05:24:07 +0000 (07:24 +0200)]
Transifex autosync
Rudolf Polzer [Tue, 7 Jul 2020 05:24:05 +0000 (07:24 +0200)]
Transifex autosync
Rudolf Polzer [Mon, 6 Jul 2020 05:24:00 +0000 (07:24 +0200)]
Transifex autosync
Rudolf Polzer [Sun, 5 Jul 2020 05:25:25 +0000 (07:25 +0200)]
Transifex autosync
Rudolf Polzer [Sat, 4 Jul 2020 05:24:02 +0000 (07:24 +0200)]
Transifex autosync
Rudolf Polzer [Fri, 3 Jul 2020 05:24:07 +0000 (07:24 +0200)]
Transifex autosync
Rudolf Polzer [Thu, 2 Jul 2020 05:23:59 +0000 (07:23 +0200)]
Transifex autosync
Rudolf Polzer [Wed, 1 Jul 2020 05:24:02 +0000 (07:24 +0200)]
Transifex autosync
Rudolf Polzer [Tue, 30 Jun 2020 05:23:59 +0000 (07:23 +0200)]
Transifex autosync
Rudolf Polzer [Wed, 24 Jun 2020 05:24:04 +0000 (07:24 +0200)]
Transifex autosync
terencehill [Tue, 23 Jun 2020 10:47:46 +0000 (12:47 +0200)]
Document genmod.sh
terencehill [Tue, 23 Jun 2020 10:44:12 +0000 (12:44 +0200)]
Resolve a long-standing TODO hat had already been resolved at the time of addition
Mario [Sun, 21 Jun 2020 18:49:41 +0000 (18:49 +0000)]
Merge branch 'bones_was_here/timeout_stuff' into 'master'
Allow vcall timein during a timeout, and reset slowmo if SVQC shuts down during a timeout
See merge request xonotic/xonotic-data.pk3dir!830
Rudolf Polzer [Sat, 20 Jun 2020 05:24:04 +0000 (07:24 +0200)]
Transifex autosync
terencehill [Fri, 19 Jun 2020 12:01:12 +0000 (14:01 +0200)]
Don't call setorigin if the origin hasn't changed
Rudolf Polzer [Wed, 17 Jun 2020 05:24:11 +0000 (07:24 +0200)]
Transifex autosync
Mario [Wed, 17 Jun 2020 00:27:49 +0000 (00:27 +0000)]
Merge branch 'Cloudwalk/rename-find' into 'master'
Rename the 'find' command to 'findent'
See merge request xonotic/xonotic-data.pk3dir!832
Mario [Tue, 16 Jun 2020 23:32:53 +0000 (09:32 +1000)]
Capitalize the function key binds to match other cases in binds-xonotic.cfg
Cloudwalk [Tue, 16 Jun 2020 12:32:50 +0000 (12:32 +0000)]
Missed an instance of "find"
Cloudwalk [Tue, 16 Jun 2020 12:26:05 +0000 (08:26 -0400)]
Rename the 'find' command to 'findent'
The find command is reserved as an alias of apropos in FTEQW,
Quakespasm, and Source, and assumedly other engines.
In the particular case of FTEQW, compatibility with the engine is
broken and the command is hijacked by FTEQW, making the Xonotic use
of the command impossible. We should try to maintain compatibility
with at least FTEQW as much as possible, on the principle of not
being restricted to a single engine.
As a side note, this functionality ought to become part of the engine
itself.
Mario [Tue, 16 Jun 2020 12:19:40 +0000 (12:19 +0000)]
Merge branch 'bones_was_here/func_door_default_q3compat' into 'master'
Set func_door speed to 400 if it's unspecified and sv_q3defragcompat is enabled
See merge request xonotic/xonotic-data.pk3dir!831
bones_was_here [Tue, 16 Jun 2020 11:00:03 +0000 (21:00 +1000)]
Set func_door speed to 400 if it's unspecified and sv_q3defragcompat is enabled
Rudolf Polzer [Tue, 16 Jun 2020 05:24:11 +0000 (07:24 +0200)]
Transifex autosync
bones_was_here [Mon, 15 Jun 2020 10:28:58 +0000 (20:28 +1000)]
Allow vcall timein during a timeout, and reset slowmo if SVQC shuts down during a timeout
Mario [Mon, 15 Jun 2020 09:01:56 +0000 (09:01 +0000)]
Merge branch 'bones_was_here/tourney_timeout' into 'master'
Enable timeouts in tourney mode
See merge request xonotic/xonotic-data.pk3dir!829
bones_was_here [Sun, 14 Jun 2020 17:29:41 +0000 (03:29 +1000)]
Enable timeouts in tourney mode
bones_was_here [Sun, 14 Jun 2020 08:38:07 +0000 (18:38 +1000)]
Allow mappers to set r_water and server admins to add mapinfo ACLs
Rudolf Polzer [Sun, 14 Jun 2020 05:25:26 +0000 (07:25 +0200)]
Transifex autosync
Mario [Sun, 14 Jun 2020 00:33:29 +0000 (00:33 +0000)]
Merge branch 'bones_was_here/qcsrc_Makefile' into 'master'
improve qcsrc/Makefile
See merge request xonotic/xonotic-data.pk3dir!825
Mario [Sun, 14 Jun 2020 00:29:33 +0000 (00:29 +0000)]
Merge branch 'bones_was_here/defragcompat_viewoffset' into 'master'
Adjust q3dfcompat viewoffset to match q3df WRT
fe92ff1f
See merge request xonotic/xonotic-data.pk3dir!828
bones_was_here [Sat, 13 Jun 2020 17:45:13 +0000 (03:45 +1000)]
Adjust q3dfcompat viewoffset to match q3df WRT
fe92ff1f
Rudolf Polzer [Sat, 13 Jun 2020 05:24:06 +0000 (07:24 +0200)]
Transifex autosync
Mario [Fri, 12 Jun 2020 19:37:16 +0000 (19:37 +0000)]
Merge branch 'bones_was_here/whitelist_casings' into 'master'
Whitelist g_casings
See merge request xonotic/xonotic-data.pk3dir!826
Mario [Fri, 12 Jun 2020 11:18:31 +0000 (21:18 +1000)]
Reference the correct local entity when checking for the player's vehicle, fixes compile
Rudolf Polzer [Fri, 12 Jun 2020 05:24:05 +0000 (07:24 +0200)]
Transifex autosync
Mario [Fri, 12 Jun 2020 01:59:35 +0000 (11:59 +1000)]
Don't adjust player alpha for the invisibility powerup while inside a vehicle, fixes #2460
terencehill [Thu, 11 Jun 2020 19:14:41 +0000 (21:14 +0200)]
Fix nJoinAllowed returning a negative amount of available player slots if g_maxplayers is negative
terencehill [Thu, 11 Jun 2020 19:11:40 +0000 (21:11 +0200)]
Document colormapPaletteColor and gfx/colormap_palette.pl
Rudolf Polzer [Wed, 10 Jun 2020 05:24:09 +0000 (07:24 +0200)]
Transifex autosync
terencehill [Tue, 9 Jun 2020 15:50:44 +0000 (17:50 +0200)]
Automatically get the command name in the "Incorrect parameters ..." messages
terencehill [Tue, 9 Jun 2020 15:48:58 +0000 (17:48 +0200)]
Introduce LOG_HELP a simpler version of LOG_INFO that doesn't bloat the console when the developer cvar is enabled. To be used for multline messages
terencehill [Tue, 9 Jun 2020 08:39:05 +0000 (10:39 +0200)]
Move cursor drawing functions to hud.qc
terencehill [Tue, 9 Jun 2020 08:28:15 +0000 (10:28 +0200)]
Get rid of 6 redundant translatable strings
Rudolf Polzer [Tue, 9 Jun 2020 05:24:08 +0000 (07:24 +0200)]
Transifex autosync
terencehill [Mon, 8 Jun 2020 18:27:20 +0000 (20:27 +0200)]
Fix Erebus name in 2 Nyx textures
bones_was_here [Mon, 8 Jun 2020 07:00:33 +0000 (17:00 +1000)]
Whitelist g_casings
Rudolf Polzer [Mon, 8 Jun 2020 05:24:01 +0000 (07:24 +0200)]
Transifex autosync
Rudolf Polzer [Sun, 7 Jun 2020 05:25:24 +0000 (07:25 +0200)]
Transifex autosync
terencehill [Sat, 6 Jun 2020 20:01:13 +0000 (22:01 +0200)]
Fix subtle bug where if you drag the handle of the master volume slider to OFF the other volume sliders remain active (whereas using the keyboard they are correctly grayed out)
terencehill [Sat, 6 Jun 2020 19:38:51 +0000 (21:38 +0200)]
Remove wrong dialog names
terencehill [Sat, 6 Jun 2020 19:32:45 +0000 (21:32 +0200)]
Get rid of an useless constant