]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
4 years agoShow an explosion on waypoint removal
terencehill [Fri, 2 Aug 2019 11:54:33 +0000 (13:54 +0200)]
Show an explosion on waypoint removal

4 years agoClarify some messages
terencehill [Fri, 2 Aug 2019 09:47:39 +0000 (11:47 +0200)]
Clarify some messages

4 years agoMerge branch 'master' into terencehill/bot_waypoints
terencehill [Wed, 31 Jul 2019 21:02:43 +0000 (23:02 +0200)]
Merge branch 'master' into terencehill/bot_waypoints

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 agoBump WAYPOINT_VERSION to 1.04
terencehill [Wed, 24 Jul 2019 20:59:58 +0000 (22:59 +0200)]
Bump WAYPOINT_VERSION to 1.04

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 agoBot waypoints: improve backward compatibility by removing WAYPOINTFLAG_NORELINK
terencehill [Tue, 23 Jul 2019 16:37:05 +0000 (18:37 +0200)]
Bot waypoints: improve backward compatibility by removing WAYPOINTFLAG_NORELINK

4 years agoOn second thought, removing a waypoint don't remove support waypoint too
terencehill [Tue, 23 Jul 2019 13:41:01 +0000 (15:41 +0200)]
On second thought, removing a waypoint don't remove support waypoint too

4 years agoReduce code thanks to the addition of a variable
terencehill [Tue, 23 Jul 2019 12:37:26 +0000 (14:37 +0200)]
Reduce code thanks to the addition of a variable

4 years agoBot waypoints: display waypoint type in the debug messages
terencehill [Sun, 21 Jul 2019 20:25:26 +0000 (22:25 +0200)]
Bot waypoints: display waypoint type in the debug messages

4 years agoBot waypoints: allow creation of hardwired links to a jumppad waypoint; also fix...
terencehill [Sun, 21 Jul 2019 16:19:24 +0000 (18:19 +0200)]
Bot waypoints: allow creation of hardwired links to a jumppad waypoint; also fix a message and rename a function

4 years agoBot waypoints: remove all incoming links from waypoints with a support waypoint;...
terencehill [Sun, 21 Jul 2019 16:07:14 +0000 (18:07 +0200)]
Bot waypoints: remove all incoming links from waypoints with a support waypoint; make support waypoints for jumppad waypoints fully working (allowing to fix overlapping jumppads of runningman)

4 years agoBot waypoints: implement support waypoints useful to add links to preblematic telepor...
terencehill [Sun, 21 Jul 2019 09:59:51 +0000 (11:59 +0200)]
Bot waypoints: implement support waypoints useful to add links to preblematic teleport waypoints. Spawn it with "wpeditor spawn support" then spawn a normal waypoint over an existing teleport waypoint with "wpeditor spawn crosshair" to link them; support waypoints don't have any other (useless) outgoing link.

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 agoPrint waypoint type on waypoint creation. Add description to "wpeditor spawn crouch"
terencehill [Tue, 16 Jul 2019 13:38:53 +0000 (15:38 +0200)]
Print waypoint type on waypoint creation. Add description to "wpeditor spawn crouch"

4 years agoImprove crouch check. Fix compilation units
terencehill [Mon, 15 Jul 2019 21:50:37 +0000 (23:50 +0200)]
Improve crouch check. Fix compilation units

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 agoShow count of hardwired links on save
terencehill [Mon, 15 Jul 2019 13:41:42 +0000 (15:41 +0200)]
Show count of hardwired links on save

4 years agoBot waypoints: implement crouch waypoints, spawn them with "wpeditor spawn crouch...
terencehill [Mon, 15 Jul 2019 13:35:00 +0000 (15:35 +0200)]
Bot waypoints: implement crouch waypoints, spawn them with "wpeditor spawn crouch". They can be connected from/to normal waypoints only if close enough

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 agoRemove an unused function
terencehill [Wed, 10 Jul 2019 15:11:22 +0000 (17:11 +0200)]
Remove an unused function

4 years agoBot waypoints: allow creating and saving hardwired waypoints in the editor; create...
terencehill [Sun, 7 Jul 2019 21:34:21 +0000 (23:34 +0200)]
Bot waypoints: allow creating and saving hardwired waypoints in the editor; create it with the command "wpeditor hardwire": marks the nearest waypoint as origin of a new hardwired link (spawn another waypoint over an existing one to create destination); with the same procedure a hardwired link can be removed

4 years agoBot waypoints: fix incorrect update of hardwired links on waypoints save if mapname...
terencehill [Sat, 6 Jul 2019 18:10:43 +0000 (20:10 +0200)]
Bot waypoints: fix incorrect update of hardwired links on waypoints save if mapname.waypoints.hardwired has been modified.

Fixed by implementing temporary unloading of hardwired links in a saner and faster way (without reading from file) now that is possible

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

4 years agoBot waypoints: fix some ambiguities by making hardwired links distinguishable from...
terencehill [Sat, 6 Jul 2019 17:15:41 +0000 (19:15 +0200)]
Bot waypoints: fix some ambiguities by making hardwired links distinguishable from other links (previously it was known only if a waypoint had an incoming or outgoing link)

4 years agoBot waypoints: Improve documentation of wpeditor commands
terencehill [Fri, 5 Jul 2019 14:05:53 +0000 (16:05 +0200)]
Bot waypoints: Improve documentation of wpeditor commands

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

4 years agoUpdate WAYPOINT_VERSION to 1.03. Do not allow to edit and save waypoints with a highe...
terencehill [Sun, 30 Jun 2019 15:07:05 +0000 (17:07 +0200)]
Update WAYPOINT_VERSION to 1.03. Do not allow to edit and save waypoints with a higher version number

4 years agoBot waypoints: save jump and custom jumppad links to <map>.waypoints.hardwired in...
terencehill [Sat, 29 Jun 2019 13:58:59 +0000 (15:58 +0200)]
Bot waypoints: save jump and custom jumppad links to <map>.waypoints.hardwired in a format that is backward compatible: they can't be read by previous Xonotic versions, normal hardwired links can still be added/edited manually in the beginning of the file and won't be touched on save

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

4 years agoBot waypoints: teach bots to jump gaps by implementing jump waypoints. Spawn it with...
terencehill [Fri, 28 Jun 2019 15:18:53 +0000 (17:18 +0200)]
Bot waypoints: teach bots to jump gaps by implementing jump waypoints. Spawn it with "wpeditor spawn jump" (60-80 qu before the edge depending on jump length) then spawn a normal waypoint as destination waypoint on the other side of the gap

5 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

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

5 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

5 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

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

5 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

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

5 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

5 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

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

5 years agoForget jumppad waypoint once destination waypoint is created
terencehill [Fri, 21 Jun 2019 16:25:10 +0000 (18:25 +0200)]
Forget jumppad waypoint once destination waypoint is created

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

5 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

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

5 years agotrigger_push_get_push_time: fix temporary entity not removed
terencehill [Wed, 19 Jun 2019 09:21:10 +0000 (11:21 +0200)]
trigger_push_get_push_time: fix temporary entity not removed

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

5 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

5 years agoClear think function after a waypoint has been relinked
terencehill [Mon, 17 Jun 2019 19:23:09 +0000 (21:23 +0200)]
Clear think function after a waypoint has been relinked

5 years agoBot waypoints: allow creating waypoints for "broken" jumppads (mostly the vertical...
terencehill [Mon, 17 Jun 2019 13:03:05 +0000 (15:03 +0200)]
Bot waypoints: allow creating waypoints for "broken" jumppads (mostly the vertical ones).  How to do it: 1) aim to a jumppad and spawn a waypoint with "wpeditor spawn crosshair"; 2) spawn another waypoint that will be the jumppad destination waypoint; 3) verify that bots can actually use it

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

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

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

5 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)

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

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

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

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

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

5 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

5 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