]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
6 years agoMerge branch 'master' into martin-t/dmgtext2
Martin Taibr [Sat, 27 May 2017 21:07:32 +0000 (23:07 +0200)]
Merge branch 'master' into martin-t/dmgtext2

6 years agoOptimize shownames code a tiny bit by doing the vlen call a bit later
Mario [Sat, 27 May 2017 13:10:14 +0000 (23:10 +1000)]
Optimize shownames code a tiny bit by doing the vlen call a bit later

6 years agoIndent healtharmor.qc consistently
terencehill [Sat, 27 May 2017 12:49:08 +0000 (14:49 +0200)]
Indent healtharmor.qc consistently

6 years agoTurn a few vec3 into vec2
terencehill [Sat, 27 May 2017 11:39:32 +0000 (13:39 +0200)]
Turn a few vec3 into vec2

6 years agoRemove outdated g_waypointsprite_tactical cvar; fix typos in some cvar descriptions...
terencehill [Sat, 27 May 2017 11:15:43 +0000 (13:15 +0200)]
Remove outdated g_waypointsprite_tactical cvar; fix typos in some cvar descriptions and comments

6 years agoAllow const folding in drawpic_aspect macro, which is called many times per frame...
terencehill [Sat, 27 May 2017 11:11:13 +0000 (13:11 +0200)]
Allow const folding in drawpic_aspect macro, which is called many times per frame in the hud

6 years agoActually fix compile
Mario [Fri, 26 May 2017 14:03:33 +0000 (00:03 +1000)]
Actually fix compile

6 years agoFix compile
Mario [Fri, 26 May 2017 12:56:57 +0000 (22:56 +1000)]
Fix compile

6 years agoSend jump speed caps on connect (fixes mismatching jump speed settings when server...
Mario [Fri, 26 May 2017 12:56:36 +0000 (22:56 +1000)]
Send jump speed caps on connect (fixes mismatching jump speed settings when server hopping)

6 years agoFix default sv_player_viewoffset value
Mario [Fri, 26 May 2017 11:58:17 +0000 (21:58 +1000)]
Fix default sv_player_viewoffset value

6 years agoUpdate credits
Mirio [Fri, 26 May 2017 11:52:46 +0000 (13:52 +0200)]
Update credits

6 years agoMinor code cleanup in pathlib
Mario [Fri, 26 May 2017 08:58:20 +0000 (18:58 +1000)]
Minor code cleanup in pathlib

6 years agoTransifex autosync
Rudolf Polzer [Fri, 26 May 2017 05:24:11 +0000 (07:24 +0200)]
Transifex autosync

6 years agoWhitelist all g_maplist_* cvars from the purity checks
Mario [Wed, 24 May 2017 10:38:36 +0000 (20:38 +1000)]
Whitelist all g_maplist_* cvars from the purity checks

6 years agoFix trigger_secret unreliability with triggering and sounds
Mario [Wed, 24 May 2017 06:41:25 +0000 (16:41 +1000)]
Fix trigger_secret unreliability with triggering and sounds

6 years agoTransifex autosync
Rudolf Polzer [Mon, 22 May 2017 05:24:30 +0000 (07:24 +0200)]
Transifex autosync

6 years agoTransifex autosync
Rudolf Polzer [Sun, 21 May 2017 05:24:09 +0000 (07:24 +0200)]
Transifex autosync

6 years agoKeep the resetting ordered, to match old behaviour
Mario [Sat, 20 May 2017 10:30:01 +0000 (20:30 +1000)]
Keep the resetting ordered, to match old behaviour

6 years agoAdd an intrusive list for entities that save their team, and don't loop through pure...
Mario [Sat, 20 May 2017 10:28:51 +0000 (20:28 +1000)]
Add an intrusive list for entities that save their team, and don't loop through pure entities when resetting the map

6 years agoAdd an intrusive list for seeker tags and fix seeker tracing to world origin when...
Mario [Sat, 20 May 2017 10:16:36 +0000 (20:16 +1000)]
Add an intrusive list for seeker tags and fix seeker tracing to world origin when attacking

6 years agoMake railgunhit a bool and reduce a find loop to intrusiveness using less than sanita...
Mario [Sat, 20 May 2017 10:07:18 +0000 (20:07 +1000)]
Make railgunhit a bool and reduce a find loop to intrusiveness using less than sanitary methods

6 years agoMerge branch 'Mario/intrusive' into 'master'
Mario [Sat, 20 May 2017 09:29:47 +0000 (09:29 +0000)]
Merge branch 'Mario/intrusive' into 'master'

Merge branch Mario/intrusive (S merge request)

See merge request !441

6 years agoFix Serbian in the language selector
terencehill [Sat, 20 May 2017 09:23:44 +0000 (11:23 +0200)]
Fix Serbian in the language selector

6 years agoTransifex autosync
Rudolf Polzer [Sat, 20 May 2017 05:24:21 +0000 (07:24 +0200)]
Transifex autosync

6 years agoMark g_ctf_leaderboard as a change allowed by server admins (also doesn't affect...
Mario [Fri, 19 May 2017 22:52:10 +0000 (08:52 +1000)]
Mark g_ctf_leaderboard as a change allowed by server admins (also doesn't affect purity)

6 years agoAllow disabling damage text server side without affecting purity
Mario [Fri, 19 May 2017 22:51:21 +0000 (08:51 +1000)]
Allow disabling damage text server side without affecting purity

6 years agoTweak resistance buff to reduce damage after most other calculations (and to also...
Mario [Fri, 19 May 2017 22:35:35 +0000 (08:35 +1000)]
Tweak resistance buff to reduce damage after most other calculations (and to also be separate from regular armor blocking)

6 years agoRestore ** operator instead of pow, optimize check by allowing an operand to be const...
terencehill [Thu, 18 May 2017 13:17:36 +0000 (15:17 +0200)]
Restore ** operator instead of pow, optimize check by allowing an operand to be constant folded by the compiler

6 years agoReal fix for inconsistent refresh rate of numbers in the speedometer
terencehill [Thu, 18 May 2017 12:29:15 +0000 (14:29 +0200)]
Real fix for inconsistent refresh rate of numbers in the speedometer

6 years agoUse pow() for accelerometer (potential fix for inconsistent behaviour)
Mario [Thu, 18 May 2017 01:36:30 +0000 (11:36 +1000)]
Use pow() for accelerometer (potential fix for inconsistent behaviour)

6 years agoMerge branch 'master' into Mario/intrusive 441/head
Mario [Wed, 17 May 2017 23:49:28 +0000 (09:49 +1000)]
Merge branch 'master' into Mario/intrusive

6 years agoRemove a wasted global variable
terencehill [Wed, 17 May 2017 23:39:45 +0000 (01:39 +0200)]
Remove a wasted global variable

6 years agoUse an intrusive list to find ladders in bot AI
Mario [Wed, 17 May 2017 21:12:00 +0000 (07:12 +1000)]
Use an intrusive list to find ladders in bot AI

6 years agoReplace a classname loop through waypoints with the intrusive list
Mario [Wed, 17 May 2017 21:08:11 +0000 (07:08 +1000)]
Replace a classname loop through waypoints with the intrusive list

6 years agoReplace some findfloat loops with intrusive lists where possible
Mario [Wed, 17 May 2017 21:01:18 +0000 (07:01 +1000)]
Replace some findfloat loops with intrusive lists where possible

6 years agoTransifex autosync
Rudolf Polzer [Wed, 17 May 2017 05:24:40 +0000 (07:24 +0200)]
Transifex autosync

6 years agoUse the attacker parameter instead of saving globals for button damage (hopefully...
Mario [Wed, 17 May 2017 04:05:32 +0000 (14:05 +1000)]
Use the attacker parameter instead of saving globals for button damage (hopefully fixes CTS button shooter maps)

6 years agoUse race_ReadTime to acquire the first place record when checking if a map is 'new...
Mario [Tue, 16 May 2017 23:52:35 +0000 (09:52 +1000)]
Use race_ReadTime to acquire the first place record when checking if a map is 'new' (fixes the new maps marker)

6 years agoMerge branch 'Mario/cts_checkpoint_speedup' into 'master'
Mario [Tue, 16 May 2017 22:17:10 +0000 (22:17 +0000)]
Merge branch 'Mario/cts_checkpoint_speedup' into 'master'

Merge branch Mario/cts_checkpoint_speedup (S merge request)

See merge request !440

6 years agoMerge branch 'Mario/cts_respawn_clear' into 'master'
Mario [Tue, 16 May 2017 22:15:33 +0000 (22:15 +0000)]
Merge branch 'Mario/cts_respawn_clear' into 'master'

Merge branch Mario/cts_respawn_clear (S merge request)

See merge request !432

6 years agoFor safety, restore previous behaviour (but only loop once) 440/head
Mario [Tue, 16 May 2017 11:34:25 +0000 (21:34 +1000)]
For safety, restore previous behaviour (but only loop once)

6 years agoTransifex autosync
Rudolf Polzer [Mon, 15 May 2017 05:24:08 +0000 (07:24 +0200)]
Transifex autosync

6 years agoTransifex autosync
Rudolf Polzer [Sun, 14 May 2017 05:24:08 +0000 (07:24 +0200)]
Transifex autosync

6 years agoFix use of .mins/.maxs in turret and vehicle registries
Mario [Sat, 13 May 2017 17:25:08 +0000 (03:25 +1000)]
Fix use of .mins/.maxs in turret and vehicle registries

6 years agoFix compile and use of .mins/.maxs on the monster registry entities
Mario [Sat, 13 May 2017 17:11:19 +0000 (03:11 +1000)]
Fix compile and use of .mins/.maxs on the monster registry entities

6 years agoAttempt to speed up physics client option selection by checking for empty and default...
Mario [Sat, 13 May 2017 04:55:31 +0000 (14:55 +1000)]
Attempt to speed up physics client option selection by checking for empty and default settings

6 years agoUltra minor cleanup
Mario [Sat, 13 May 2017 04:35:43 +0000 (14:35 +1000)]
Ultra minor cleanup

6 years agoMerge branch 'master' into Mario/cts_checkpoint_speedup
Mario [Sat, 13 May 2017 03:41:42 +0000 (13:41 +1000)]
Merge branch 'master' into Mario/cts_checkpoint_speedup

6 years agoFinally update hash
Mario [Sat, 13 May 2017 03:41:31 +0000 (13:41 +1000)]
Finally update hash

6 years agoTweak it further by not doing another loop within the loop
Mario [Sat, 13 May 2017 01:20:16 +0000 (11:20 +1000)]
Tweak it further by not doing another loop within the loop

6 years agoGreatly optimize race checkpoints by using intrusive lists instead of find() loops...
Mario [Sat, 13 May 2017 01:07:12 +0000 (11:07 +1000)]
Greatly optimize race checkpoints by using intrusive lists instead of find() loops within loops (needs testing)

6 years agoFix scoreboard monster counts
Mario [Fri, 12 May 2017 22:35:00 +0000 (08:35 +1000)]
Fix scoreboard monster counts

6 years agoMerge branch 'master' into martin-t/dmgtext2
Martin Taibr [Thu, 11 May 2017 18:30:11 +0000 (20:30 +0200)]
Merge branch 'master' into martin-t/dmgtext2

6 years agooptional 2d damagetext when too close or out of view, use AUTOCVAR for now for testing
Martin Taibr [Thu, 11 May 2017 18:27:51 +0000 (20:27 +0200)]
optional 2d damagetext when too close or out of view, use AUTOCVAR for now for testing

6 years agoput defaults into defaultXonotic.cfg, adjust some timings
Martin Taibr [Tue, 9 May 2017 21:42:18 +0000 (23:42 +0200)]
put defaults into defaultXonotic.cfg, adjust some timings

6 years agoShow joystick binds in the HUD only when a joystick is active (detected and enabled)
terencehill [Mon, 8 May 2017 16:06:19 +0000 (18:06 +0200)]
Show joystick binds in the HUD only when a joystick is active (detected and enabled)

6 years agoMake map weapons glow the color of their waypoint instead of white
Mario [Sun, 7 May 2017 17:24:43 +0000 (03:24 +1000)]
Make map weapons glow the color of their waypoint instead of white

6 years agoTransifex autosync
Rudolf Polzer [Sun, 7 May 2017 05:24:03 +0000 (07:24 +0200)]
Transifex autosync

6 years agoLimit maximum possible distance at which shownames can be seen
Mario [Sun, 7 May 2017 00:48:55 +0000 (10:48 +1000)]
Limit maximum possible distance at which shownames can be seen

6 years agosave another byte
Martin Taibr [Sat, 6 May 2017 23:16:49 +0000 (01:16 +0200)]
save another byte

6 years agoDon't allow clearing ELO score; it fixes ELO value getting set to 0 on player join
terencehill [Sat, 6 May 2017 22:28:48 +0000 (00:28 +0200)]
Don't allow clearing ELO score; it fixes ELO value getting set to 0 on player join

6 years agotypo
Martin Taibr [Sat, 6 May 2017 21:01:09 +0000 (23:01 +0200)]
typo

6 years agoMerge branch 'martin-t/dmgtext' into 'master'
Mario [Sat, 6 May 2017 20:32:17 +0000 (20:32 +0000)]
Merge branch 'martin-t/dmgtext' into 'master'

Split damagetext into server/client/ui

See merge request !438

6 years agocleanup
Martin Taibr [Sat, 6 May 2017 20:01:09 +0000 (22:01 +0200)]
cleanup

6 years agolet's pretend they're not globals
Martin Taibr [Sat, 6 May 2017 17:57:12 +0000 (19:57 +0200)]
let's pretend they're not globals

6 years agoprevent overlapping 2d damagetext
Martin Taibr [Sat, 6 May 2017 17:41:44 +0000 (19:41 +0200)]
prevent overlapping 2d damagetext

6 years agoHide powerup pickup notifications in CTS (hack)
Mario [Sat, 6 May 2017 15:54:16 +0000 (01:54 +1000)]
Hide powerup pickup notifications in CTS (hack)

6 years agoReapply physics client option check (not the cause, apparently)
Mario [Sat, 6 May 2017 12:48:47 +0000 (22:48 +1000)]
Reapply physics client option check (not the cause, apparently)

6 years agoRevert physics client option check (possible cause of a kick)
Mario [Sat, 6 May 2017 12:32:14 +0000 (22:32 +1000)]
Revert physics client option check (possible cause of a kick)

6 years agoFix unregistering of rockets (player doesn't have lastrocket assigned to them anymore)
Mario [Sat, 6 May 2017 11:15:42 +0000 (21:15 +1000)]
Fix unregistering of rockets (player doesn't have lastrocket assigned to them anymore)

6 years agoOptimization: replace a resource intensive vlen() call on every single player for...
Mario [Sat, 6 May 2017 10:33:48 +0000 (20:33 +1000)]
Optimization: replace a resource intensive vlen() call on every single player for each bot when rating items with vdist()

6 years agoClean up the locals in FireRailgunBullet a little bit
Mario [Sat, 6 May 2017 10:28:21 +0000 (20:28 +1000)]
Clean up the locals in FireRailgunBullet a little bit

6 years agoMinor optimization: use pointcontents to check if an item is under water instead...
Mario [Sat, 6 May 2017 10:21:44 +0000 (20:21 +1000)]
Minor optimization: use pointcontents to check if an item is under water instead of a full traceline

6 years agoOptimization: use a findchain to loop through hit targets with railguns, instead...
Mario [Sat, 6 May 2017 10:17:51 +0000 (20:17 +1000)]
Optimization: use a findchain to loop through hit targets with railguns, instead of find() at each step

6 years agoMinor optimization: don't bother checking if bots have cvar_cl_physics set
Mario [Sat, 6 May 2017 10:09:26 +0000 (20:09 +1000)]
Minor optimization: don't bother checking if bots have cvar_cl_physics set

6 years agoTransifex autosync
Rudolf Polzer [Sat, 6 May 2017 05:24:03 +0000 (07:24 +0200)]
Transifex autosync

6 years agoOnly show playing message if the client is actually a player
Mario [Fri, 5 May 2017 18:56:02 +0000 (04:56 +1000)]
Only show playing message if the client is actually a player

6 years agoPrevent bots from updating spectatee (they use .enemy field for attacking targets)
Mario [Fri, 5 May 2017 17:58:21 +0000 (03:58 +1000)]
Prevent bots from updating spectatee (they use .enemy field for attacking targets)

6 years agoremove commented out code
Martin Taibr [Fri, 5 May 2017 14:02:40 +0000 (16:02 +0200)]
remove commented out code

6 years agorename variable
Martin Taibr [Fri, 5 May 2017 13:57:10 +0000 (15:57 +0200)]
rename variable

6 years agoremove todo
Martin Taibr [Fri, 5 May 2017 13:55:35 +0000 (15:55 +0200)]
remove todo

6 years agoTransifex autosync
Rudolf Polzer [Fri, 5 May 2017 05:24:01 +0000 (07:24 +0200)]
Transifex autosync

6 years agoFix arc appearing in most weapons arena instead of machinegun
Mario [Thu, 4 May 2017 10:38:01 +0000 (20:38 +1000)]
Fix arc appearing in most weapons arena instead of machinegun

6 years agoTransifex autosync
Rudolf Polzer [Thu, 4 May 2017 05:24:03 +0000 (07:24 +0200)]
Transifex autosync

6 years agoLower the spam a bit from autoskill by using debug prints instead of traces
Mario [Wed, 3 May 2017 06:30:24 +0000 (16:30 +1000)]
Lower the spam a bit from autoskill by using debug prints instead of traces

6 years agoTransifex autosync
Rudolf Polzer [Wed, 3 May 2017 05:24:10 +0000 (07:24 +0200)]
Transifex autosync

6 years agoTransifex autosync
Rudolf Polzer [Tue, 2 May 2017 05:24:07 +0000 (07:24 +0200)]
Transifex autosync

6 years agoSet default buff cooldown to 0.1 in defrag config
Mario [Tue, 2 May 2017 03:30:40 +0000 (13:30 +1000)]
Set default buff cooldown to 0.1 in defrag config

6 years agodamagetext: accumulate
Martin Taibr [Mon, 1 May 2017 22:14:32 +0000 (00:14 +0200)]
damagetext: accumulate

6 years agoFix sv_cmd bbox output (missing newlines)
terencehill [Mon, 1 May 2017 20:18:36 +0000 (22:18 +0200)]
Fix sv_cmd bbox output (missing newlines)

6 years agoRevert compat hack
Mario [Mon, 1 May 2017 19:06:21 +0000 (05:06 +1000)]
Revert compat hack

6 years agoCompat hack: set target4 to target on info_player_start entities (we don't support...
Mario [Mon, 1 May 2017 18:51:30 +0000 (04:51 +1000)]
Compat hack: set target4 to target on info_player_start entities (we don't support target)

6 years agoApply hud_dynamic effects to nade and frost timers too
terencehill [Mon, 1 May 2017 18:06:26 +0000 (20:06 +0200)]
Apply hud_dynamic effects to nade and frost timers too

6 years agoDisable screen blurring when low on health (the blood effect is enough of an obscurit...
Mario [Mon, 1 May 2017 15:57:34 +0000 (01:57 +1000)]
Disable screen blurring when low on health (the blood effect is enough of an obscurity, thank you very much)

6 years agoReset dual weapons when spawning
Mario [Mon, 1 May 2017 09:55:35 +0000 (19:55 +1000)]
Reset dual weapons when spawning

6 years agowip non-wallhacky damagetext
Martin Taibr [Mon, 1 May 2017 00:55:41 +0000 (02:55 +0200)]
wip non-wallhacky damagetext

6 years agosplit damagetext into cl_, sv_ and ui_ files 438/head
Martin Taibr [Sun, 30 Apr 2017 19:20:00 +0000 (21:20 +0200)]
split damagetext into cl_, sv_ and ui_ files

6 years agouse genmod.sh
Martin Taibr [Sun, 30 Apr 2017 18:26:17 +0000 (20:26 +0200)]
use genmod.sh

6 years agoTransifex autosync
Rudolf Polzer [Sun, 30 Apr 2017 05:23:56 +0000 (07:23 +0200)]
Transifex autosync

6 years agoDon't count quit_* cvars as purity changers
Mario [Sat, 29 Apr 2017 10:15:05 +0000 (20:15 +1000)]
Don't count quit_* cvars as purity changers