]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
4 years agoFix compilation unit test 676/head
Mario [Sun, 11 Aug 2019 10:13:16 +0000 (20:13 +1000)]
Fix compilation unit test

4 years agoAllow personal points to save buffs
Mario [Sat, 10 Aug 2019 09:06:53 +0000 (19:06 +1000)]
Allow personal points to save buffs

4 years agoSome cleanup of the buff code revolving around timers (and supporting them on legacy...
Mario [Fri, 9 Aug 2019 19:46:54 +0000 (05:46 +1000)]
Some cleanup of the buff code revolving around timers (and supporting them on legacy maps)

4 years agoClean up turret_checkpoint code a bit
Mario [Fri, 9 Aug 2019 10:13:37 +0000 (20:13 +1000)]
Clean up turret_checkpoint code a bit

4 years agoAdd an option to configure the damage force players take from attacks
Mario [Fri, 9 Aug 2019 02:05:41 +0000 (12:05 +1000)]
Add an option to configure the damage force players take from attacks

4 years agoDisable trigger_music when the match ends, so it doesn't overlap with the intermissio...
Mario [Tue, 6 Aug 2019 08:12:56 +0000 (18:12 +1000)]
Disable trigger_music when the match ends, so it doesn't overlap with the intermission cdtrack

4 years agoInclude a couple more used fields in the spawnfunc field list
Mario [Tue, 6 Aug 2019 00:52:11 +0000 (10:52 +1000)]
Include a couple more used fields in the spawnfunc field list

4 years agoDon't do jumpoff checks when the monster isn't on the ground
Mario [Mon, 5 Aug 2019 05:42:22 +0000 (15:42 +1000)]
Don't do jumpoff checks when the monster isn't on the ground

4 years agoFix allow_jumpoff code so 2D monsters can turn around at ledges
Mario [Sun, 4 Aug 2019 05:43:52 +0000 (15:43 +1000)]
Fix allow_jumpoff code so 2D monsters can turn around at ledges

4 years agoDon't call a menu command when running a dedicated server
Mario [Fri, 2 Aug 2019 09:00:14 +0000 (19:00 +1000)]
Don't call a menu command when running a dedicated server

4 years agoFix a few warnings when g_maplist is empty
Mario [Fri, 2 Aug 2019 08:56:46 +0000 (18:56 +1000)]
Fix a few warnings when g_maplist is empty

4 years agoMerge branch 'martin-t/burst' into 'master'
Mario [Fri, 2 Aug 2019 08:45:12 +0000 (08:45 +0000)]
Merge branch 'martin-t/burst' into 'master'

s/burst_speed/burst_spread - seems to be a typo

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

4 years agos/burst_speed/burst_spread - seems to be a typo 669/head
Martin Taibr [Fri, 2 Aug 2019 07:12:19 +0000 (09:12 +0200)]
s/burst_speed/burst_spread - seems to be a typo

4 years agoDelay MOTD removal a little bit in the hope it fixes the bug where occasionally for...
terencehill [Wed, 31 Jul 2019 09:31:41 +0000 (11:31 +0200)]
Delay MOTD removal a little bit in the hope it fixes the bug where occasionally for some reason MOTD never goes away

4 years agoTransifex autosync
Rudolf Polzer [Tue, 30 Jul 2019 05:25:08 +0000 (07:25 +0200)]
Transifex autosync

4 years agoConsistently call nexball REGISTER_MUTATOR with false as second parameter, like other...
terencehill [Mon, 29 Jul 2019 13:10:23 +0000 (15:10 +0200)]
Consistently call nexball REGISTER_MUTATOR with false as second parameter, like other game modes do. Add _MUTATOR_IS_ENABLED macro

4 years agoRemove useless line continuation chars
terencehill [Mon, 29 Jul 2019 12:34:29 +0000 (14:34 +0200)]
Remove useless line continuation chars

4 years agoMerge branch 'martin-t/cvar-prefixes' into 'master'
Mario [Mon, 29 Jul 2019 11:15:57 +0000 (11:15 +0000)]
Merge branch 'martin-t/cvar-prefixes' into 'master'

Explain cvar prefixes, rename name_maxlength

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

4 years agoMerge branch 'martin-t/hud' into 'master'
Mario [Mon, 29 Jul 2019 10:57:05 +0000 (10:57 +0000)]
Merge branch 'martin-t/hud' into 'master'

Fix cvar description

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

4 years agofix cvar description 667/head
Martin Taibr [Mon, 29 Jul 2019 01:40:58 +0000 (03:40 +0200)]
fix cvar description

4 years agodefaul value for sv_name_maxlength 666/head
Martin Taibr [Sun, 28 Jul 2019 02:43:22 +0000 (04:43 +0200)]
defaul value for sv_name_maxlength

4 years agoexplain cvar prefixes, rename name_maxlength
Martin Taibr [Sun, 28 Jul 2019 01:54:43 +0000 (03:54 +0200)]
explain cvar prefixes, rename name_maxlength

4 years agoMerge branch 'martin-t/current-map' into 'master'
Mario [Sat, 27 Jul 2019 22:57:34 +0000 (22:57 +0000)]
Merge branch 'martin-t/current-map' into 'master'

Remove current map from welcome message

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

4 years agoremove current map from welcome message 665/head
Martin Taibr [Sat, 27 Jul 2019 20:21:58 +0000 (22:21 +0200)]
remove current map from welcome message

4 years agoUpdate hash
terencehill [Sat, 27 Jul 2019 16:58:35 +0000 (18:58 +0200)]
Update hash

4 years agoLess STATIC_INIT calls in race code + small cleanup
terencehill [Sat, 27 Jul 2019 16:56:44 +0000 (18:56 +0200)]
Less STATIC_INIT calls in race code + small cleanup

4 years agoGet rid of redundant Item_ItemsTime_Init functions. Reduce number of STATIC_INIT...
terencehill [Sat, 27 Jul 2019 15:00:55 +0000 (17:00 +0200)]
Get rid of redundant Item_ItemsTime_Init functions. Reduce number of STATIC_INIT calls in main.qh

4 years agoFix a couple STATIC_INIT calls; compact STATIC_INIT(Registry_check_##id) code even...
terencehill [Sat, 27 Jul 2019 14:54:26 +0000 (16:54 +0200)]
Fix a couple STATIC_INIT calls; compact STATIC_INIT(Registry_check_##id) code even more

4 years agoAdd an option to ignore the player count limits on maps
Mario [Sat, 27 Jul 2019 06:55:27 +0000 (16:55 +1000)]
Add an option to ignore the player count limits on maps

4 years agoAdd a hittype for sound-based attacks that cause bleeding to come from ears instead...
Mario [Sat, 27 Jul 2019 03:52:14 +0000 (13:52 +1000)]
Add a hittype for sound-based attacks that cause bleeding to come from ears instead of the body (used by tuba)

4 years agoAllow any melee weapon to slap nades
Mario [Sat, 27 Jul 2019 03:20:20 +0000 (13:20 +1000)]
Allow any melee weapon to slap nades

4 years agoApply the accurate impact effect logic to all hitscan weapons
Mario [Sat, 27 Jul 2019 02:33:45 +0000 (12:33 +1000)]
Apply the accurate impact effect logic to all hitscan weapons

4 years agoAdd a weapon flag for weapons that don't use truaim, and fix porto secondary held...
Mario [Sat, 27 Jul 2019 01:43:11 +0000 (11:43 +1000)]
Add a weapon flag for weapons that don't use truaim, and fix porto secondary held angle mode

4 years agoMerge branch 'martin-t/const' into 'master'
Mario [Fri, 26 Jul 2019 00:53:26 +0000 (00:53 +0000)]
Merge branch 'martin-t/const' into 'master'

Move ATTEN_LOW const to the same file as the others

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

4 years agomove ATTEN_LOW const to the same file as the others 661/head
Martin Taibr [Fri, 26 Jul 2019 00:39:59 +0000 (02:39 +0200)]
move ATTEN_LOW const to the same file as the others

4 years agoMerge branch 'martin-t/wr_init' into 'master'
terencehill [Thu, 25 Jul 2019 11:53:33 +0000 (11:53 +0000)]
Merge branch 'martin-t/wr_init' into 'master'

Remove redundant call to wr_init

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

4 years agoSmall cleanup
terencehill [Thu, 25 Jul 2019 09:00:21 +0000 (11:00 +0200)]
Small cleanup

4 years agoFix too spammy vortex whoosh sound (it was ignored where the beam really ends)
terencehill [Thu, 25 Jul 2019 08:39:43 +0000 (10:39 +0200)]
Fix too spammy vortex whoosh sound (it was ignored where the beam really ends)

4 years agoComment out an unused field
terencehill [Wed, 24 Jul 2019 08:00:08 +0000 (10:00 +0200)]
Comment out an unused field

4 years agoRestore translator-friendly messages, making sure they are zoned
terencehill [Sat, 20 Jul 2019 21:05:22 +0000 (23:05 +0200)]
Restore translator-friendly messages, making sure they are zoned

4 years agoTemporarly use shorter messages
terencehill [Sat, 20 Jul 2019 01:48:28 +0000 (03:48 +0200)]
Temporarly use shorter messages

4 years agoApply gravity to items dropped as loot and always precache model/sound
Mario [Sat, 20 Jul 2019 01:27:34 +0000 (11:27 +1000)]
Apply gravity to items dropped as loot and always precache model/sound

4 years agoFix error spam when winning a tic tac toe or push-pull game
Mario [Fri, 19 Jul 2019 23:42:43 +0000 (09:42 +1000)]
Fix error spam when winning a tic tac toe or push-pull game

4 years agoBot AI: fix bots occasionally jumping (dodging) when they shouldn't
terencehill [Fri, 19 Jul 2019 13:29:56 +0000 (15:29 +0200)]
Bot AI: fix bots occasionally jumping (dodging) when they shouldn't

4 years agoTurrets: Don't target entities with an aiment of the same team (fixes turrets attacki...
Mario [Tue, 16 Jul 2019 15:21:59 +0000 (01:21 +1000)]
Turrets: Don't target entities with an aiment of the same team (fixes turrets attacking out-portals)

4 years agoFix spiderbot secondary attack
Mario [Tue, 16 Jul 2019 14:27:53 +0000 (00:27 +1000)]
Fix spiderbot secondary attack

4 years agoDon't include hidden weapons in most weapons arena
Mario [Tue, 16 Jul 2019 14:14:12 +0000 (00:14 +1000)]
Don't include hidden weapons in most weapons arena

4 years agoremove redundant call to wr_init
Martin Taibr [Mon, 15 Jul 2019 19:54:03 +0000 (21:54 +0200)]
remove redundant call to wr_init

4 years agoTransifex autosync
Rudolf Polzer [Mon, 15 Jul 2019 05:24:46 +0000 (07:24 +0200)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Sun, 14 Jul 2019 05:25:51 +0000 (07:25 +0200)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Sat, 13 Jul 2019 05:25:03 +0000 (07:25 +0200)]
Transifex autosync

4 years agoMerge branch 'terencehill/auto-balanced_bots' into 'master'
Mario [Fri, 12 Jul 2019 13:07:30 +0000 (13:07 +0000)]
Merge branch 'terencehill/auto-balanced_bots' into 'master'

Automatically keep bots balanced

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

4 years agoMerge branch 'morosophos/vampire-improvements' into 'master'
Mario [Fri, 12 Jul 2019 10:41:19 +0000 (10:41 +0000)]
Merge branch 'morosophos/vampire-improvements' into 'master'

Vampire improvements

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

4 years agoTransifex autosync
Rudolf Polzer [Fri, 12 Jul 2019 05:24:56 +0000 (07:24 +0200)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Thu, 11 Jul 2019 05:24:53 +0000 (07:24 +0200)]
Transifex autosync

4 years agoReplace multiple ifs with && 657/head
Morosophos [Wed, 10 Jul 2019 18:10:35 +0000 (21:10 +0300)]
Replace multiple ifs with &&

4 years agoVampire mutator: fix console tracebacks when damage is done by non-players. Add two...
Morosophos [Wed, 10 Jul 2019 17:58:34 +0000 (20:58 +0300)]
Vampire mutator: fix console tracebacks when damage is done by non-players. Add two cvars: g_vampire_factor and g_vampire_use_total_damage

4 years agoTransifex autosync
Rudolf Polzer [Sun, 7 Jul 2019 05:25:41 +0000 (07:25 +0200)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Wed, 3 Jul 2019 05:24:49 +0000 (07:24 +0200)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Sun, 30 Jun 2019 05:25:41 +0000 (07:25 +0200)]
Transifex autosync

4 years agoAdd descriptions to a few of the server cvars
Mario [Fri, 28 Jun 2019 10:01:56 +0000 (20:01 +1000)]
Add descriptions to a few of the server cvars

4 years agoTransifex autosync
Rudolf Polzer [Tue, 25 Jun 2019 05:25:08 +0000 (07:25 +0200)]
Transifex autosync

4 years agoIf no client state is available, default the forced handicap to 1 (initialized value...
Mario [Mon, 24 Jun 2019 06:41:35 +0000 (16:41 +1000)]
If no client state is available, default the forced handicap to 1 (initialized value), fixes invincible clones

4 years agoMerge branch 'martin-t/settings' into 'master'
Mario [Mon, 24 Jun 2019 05:36:33 +0000 (05:36 +0000)]
Merge branch 'martin-t/settings' into 'master'

Clean up damagetext settings

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

4 years agoTransifex autosync
Rudolf Polzer [Mon, 24 Jun 2019 05:24:48 +0000 (07:24 +0200)]
Transifex autosync

4 years agoMerge branch 'Mario/wickedx_fix_v2' into 'master'
Mario [Mon, 24 Jun 2019 05:09:09 +0000 (05:09 +0000)]
Merge branch 'Mario/wickedx_fix_v2' into 'master'

wickedx bg fix

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

4 years agowickedx bg fix
terencehill [Mon, 24 Jun 2019 05:09:09 +0000 (05:09 +0000)]
wickedx bg fix

4 years agoMerge branch 'martin-t/watermark' into 'master'
Mario [Mon, 24 Jun 2019 05:08:17 +0000 (05:08 +0000)]
Merge branch 'martin-t/watermark' into 'master'

Don't draw the watermark

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

4 years agoMerge branch 'sev/icon-teamkill' into 'master'
Mario [Mon, 24 Jun 2019 05:05:27 +0000 (05:05 +0000)]
Merge branch 'sev/icon-teamkill' into 'master'

Change teamkill icon to symbolic shot in the back

Closes #2188

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

4 years agoTransifex autosync
Rudolf Polzer [Sun, 23 Jun 2019 05:25:38 +0000 (07:25 +0200)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Fri, 21 Jun 2019 05:24:48 +0000 (07:24 +0200)]
Transifex autosync

4 years agoChange teamkill icon to symbolic shot in the back 655/head
Severin Meyer [Thu, 20 Jun 2019 08:24:38 +0000 (10:24 +0200)]
Change teamkill icon to symbolic shot in the back

4 years agoTransifex autosync
Rudolf Polzer [Thu, 20 Jun 2019 05:24:34 +0000 (07:24 +0200)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Wed, 19 Jun 2019 05:24:46 +0000 (07:24 +0200)]
Transifex autosync

4 years agodon't draw the watermark 654/head
Martin Taibr [Tue, 18 Jun 2019 20:39:58 +0000 (22:39 +0200)]
don't draw the watermark

4 years agoTransifex autosync
Rudolf Polzer [Sat, 15 Jun 2019 05:24:38 +0000 (07:24 +0200)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Thu, 13 Jun 2019 05:24:51 +0000 (07:24 +0200)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Wed, 12 Jun 2019 05:24:45 +0000 (07:24 +0200)]
Transifex autosync

4 years agoAutomatically keep bots balanced even if g_balance_teams and g_balance_teams_prevent_...
terencehill [Sat, 8 Jun 2019 11:52:17 +0000 (13:52 +0200)]
Automatically keep bots balanced even if g_balance_teams and g_balance_teams_prevent_imbalance are off (e.g. when human players disconnect or manually change team)

4 years agoAllow vehicles to push footballs
Mario [Tue, 4 Jun 2019 08:04:30 +0000 (18:04 +1000)]
Allow vehicles to push footballs

4 years agoTransifex autosync
Rudolf Polzer [Mon, 3 Jun 2019 05:24:44 +0000 (07:24 +0200)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Wed, 29 May 2019 05:24:41 +0000 (07:24 +0200)]
Transifex autosync

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

4 years agoTransifex autosync
Rudolf Polzer [Tue, 21 May 2019 05:24:42 +0000 (07:24 +0200)]
Transifex autosync

4 years agoAlso remove inventory stuff from menu code
terencehill [Mon, 20 May 2019 18:03:52 +0000 (20:03 +0200)]
Also remove inventory stuff from menu code

4 years agoRemove some client stuff from menu code
terencehill [Mon, 20 May 2019 17:46:03 +0000 (19:46 +0200)]
Remove some client stuff from menu code

4 years agoAdd a hook to allow mutators to disable the zoom reticle
Mario [Mon, 20 May 2019 08:25:07 +0000 (18:25 +1000)]
Add a hook to allow mutators to disable the zoom reticle

4 years agoTransifex autosync
Rudolf Polzer [Mon, 20 May 2019 05:24:35 +0000 (07:24 +0200)]
Transifex autosync

4 years agoTransifex autosync
Rudolf Polzer [Sun, 19 May 2019 05:25:46 +0000 (07:25 +0200)]
Transifex autosync

4 years agoFix some comments
terencehill [Mon, 13 May 2019 00:41:38 +0000 (02:41 +0200)]
Fix some comments

4 years agoFix weapon glow color when vortex starts charging
terencehill [Sun, 12 May 2019 23:29:21 +0000 (01:29 +0200)]
Fix weapon glow color when vortex starts charging

4 years agoMerge branch 'terencehill/countrylist_removal' into 'master'
Mario [Sun, 12 May 2019 16:02:14 +0000 (16:02 +0000)]
Merge branch 'terencehill/countrylist_removal' into 'master'

Remove fake country list

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

4 years agoActually fix entering vehicles in independent players mode
Mario [Sun, 12 May 2019 15:47:36 +0000 (01:47 +1000)]
Actually fix entering vehicles in independent players mode

4 years agoSmall optimization
terencehill [Sun, 12 May 2019 09:28:38 +0000 (11:28 +0200)]
Small optimization

4 years agoFilter out unused menu code
terencehill [Sun, 12 May 2019 09:22:33 +0000 (11:22 +0200)]
Filter out unused menu code

4 years agoFix some inconsistent indentation
terencehill [Sun, 12 May 2019 01:33:45 +0000 (03:33 +0200)]
Fix some inconsistent indentation

4 years agoMove vehicle check to the checkpoint_passed function (slight cleanup)
Mario [Sat, 11 May 2019 07:30:22 +0000 (17:30 +1000)]
Move vehicle check to the checkpoint_passed function (slight cleanup)

4 years agoSanity (probable fix for maps not showing up when using legacy gametype names)
Mario [Sat, 11 May 2019 07:20:08 +0000 (17:20 +1000)]
Sanity (probable fix for maps not showing up when using legacy gametype names)

4 years agoHopefully fix compilation units 648/head
Mario [Wed, 8 May 2019 17:22:04 +0000 (03:22 +1000)]
Hopefully fix compilation units

4 years agoIf a vehicle is activating a checkpoint, count the owner as passing, fixes race with...
Mario [Wed, 8 May 2019 15:50:37 +0000 (01:50 +1000)]
If a vehicle is activating a checkpoint, count the owner as passing, fixes race with vehicles