]>
git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
terencehill [Wed, 31 Jul 2019 21:02:43 +0000 (23:02 +0200)]
Merge branch 'master' into terencehill/bot_waypoints
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
Rudolf Polzer [Tue, 30 Jul 2019 05:25:08 +0000 (07:25 +0200)]
Transifex autosync
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
terencehill [Mon, 29 Jul 2019 12:34:29 +0000 (14:34 +0200)]
Remove useless line continuation chars
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
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
Martin Taibr [Mon, 29 Jul 2019 01:40:58 +0000 (03:40 +0200)]
fix cvar description
Martin Taibr [Sun, 28 Jul 2019 02:43:22 +0000 (04:43 +0200)]
defaul value for sv_name_maxlength
Martin Taibr [Sun, 28 Jul 2019 01:54:43 +0000 (03:54 +0200)]
explain cvar prefixes, rename name_maxlength
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
Martin Taibr [Sat, 27 Jul 2019 20:21:58 +0000 (22:21 +0200)]
remove current map from welcome message
terencehill [Sat, 27 Jul 2019 16:58:35 +0000 (18:58 +0200)]
Update hash
terencehill [Sat, 27 Jul 2019 16:56:44 +0000 (18:56 +0200)]
Less STATIC_INIT calls in race code + small cleanup
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
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
Mario [Sat, 27 Jul 2019 06:55:27 +0000 (16:55 +1000)]
Add an option to ignore the player count limits on maps
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)
Mario [Sat, 27 Jul 2019 03:20:20 +0000 (13:20 +1000)]
Allow any melee weapon to slap nades
Mario [Sat, 27 Jul 2019 02:33:45 +0000 (12:33 +1000)]
Apply the accurate impact effect logic to all hitscan weapons
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
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
Martin Taibr [Fri, 26 Jul 2019 00:39:59 +0000 (02:39 +0200)]
move ATTEN_LOW const to the same file as the others
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
terencehill [Thu, 25 Jul 2019 09:00:21 +0000 (11:00 +0200)]
Small cleanup
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)
terencehill [Wed, 24 Jul 2019 20:59:58 +0000 (22:59 +0200)]
Bump WAYPOINT_VERSION to 1.04
terencehill [Wed, 24 Jul 2019 08:00:08 +0000 (10:00 +0200)]
Comment out an unused field
terencehill [Tue, 23 Jul 2019 16:37:05 +0000 (18:37 +0200)]
Bot waypoints: improve backward compatibility by removing WAYPOINTFLAG_NORELINK
terencehill [Tue, 23 Jul 2019 13:41:01 +0000 (15:41 +0200)]
On second thought, removing a waypoint don't remove support waypoint too
terencehill [Tue, 23 Jul 2019 12:37:26 +0000 (14:37 +0200)]
Reduce code thanks to the addition of a variable
terencehill [Sun, 21 Jul 2019 20:25:26 +0000 (22:25 +0200)]
Bot waypoints: display waypoint type in the debug messages
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
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)
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.
terencehill [Sat, 20 Jul 2019 21:05:22 +0000 (23:05 +0200)]
Restore translator-friendly messages, making sure they are zoned
terencehill [Sat, 20 Jul 2019 01:48:28 +0000 (03:48 +0200)]
Temporarly use shorter messages
Mario [Sat, 20 Jul 2019 01:27:34 +0000 (11:27 +1000)]
Apply gravity to items dropped as loot and always precache model/sound
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
terencehill [Fri, 19 Jul 2019 13:29:56 +0000 (15:29 +0200)]
Bot AI: fix bots occasionally jumping (dodging) when they shouldn't
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)
Mario [Tue, 16 Jul 2019 14:27:53 +0000 (00:27 +1000)]
Fix spiderbot secondary attack
Mario [Tue, 16 Jul 2019 14:14:12 +0000 (00:14 +1000)]
Don't include hidden weapons in most weapons arena
terencehill [Tue, 16 Jul 2019 13:38:53 +0000 (15:38 +0200)]
Print waypoint type on waypoint creation. Add description to "wpeditor spawn crouch"
terencehill [Mon, 15 Jul 2019 21:50:37 +0000 (23:50 +0200)]
Improve crouch check. Fix compilation units
Martin Taibr [Mon, 15 Jul 2019 19:54:03 +0000 (21:54 +0200)]
remove redundant call to wr_init
terencehill [Mon, 15 Jul 2019 13:41:42 +0000 (15:41 +0200)]
Show count of hardwired links on save
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
Rudolf Polzer [Mon, 15 Jul 2019 05:24:46 +0000 (07:24 +0200)]
Transifex autosync
Rudolf Polzer [Sun, 14 Jul 2019 05:25:51 +0000 (07:25 +0200)]
Transifex autosync
Rudolf Polzer [Sat, 13 Jul 2019 05:25:03 +0000 (07:25 +0200)]
Transifex autosync
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
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
Rudolf Polzer [Fri, 12 Jul 2019 05:24:56 +0000 (07:24 +0200)]
Transifex autosync
Rudolf Polzer [Thu, 11 Jul 2019 05:24:53 +0000 (07:24 +0200)]
Transifex autosync
Morosophos [Wed, 10 Jul 2019 18:10:35 +0000 (21:10 +0300)]
Replace multiple ifs with &&
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
terencehill [Wed, 10 Jul 2019 15:11:22 +0000 (17:11 +0200)]
Remove an unused function
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
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
Rudolf Polzer [Sun, 7 Jul 2019 05:25:41 +0000 (07:25 +0200)]
Transifex autosync
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)
terencehill [Fri, 5 Jul 2019 14:05:53 +0000 (16:05 +0200)]
Bot waypoints: Improve documentation of wpeditor commands
Rudolf Polzer [Wed, 3 Jul 2019 05:24:49 +0000 (07:24 +0200)]
Transifex autosync
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
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
Rudolf Polzer [Sun, 30 Jun 2019 05:25:41 +0000 (07:25 +0200)]
Transifex autosync
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
Mario [Fri, 28 Jun 2019 10:01:56 +0000 (20:01 +1000)]
Add descriptions to a few of the server cvars
Rudolf Polzer [Tue, 25 Jun 2019 05:25:08 +0000 (07:25 +0200)]
Transifex autosync
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
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
Rudolf Polzer [Mon, 24 Jun 2019 05:24:48 +0000 (07:24 +0200)]
Transifex autosync
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
terencehill [Mon, 24 Jun 2019 05:09:09 +0000 (05:09 +0000)]
wickedx bg fix
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
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
Rudolf Polzer [Sun, 23 Jun 2019 05:25:38 +0000 (07:25 +0200)]
Transifex autosync
terencehill [Fri, 21 Jun 2019 16:25:10 +0000 (18:25 +0200)]
Forget jumppad waypoint once destination waypoint is created
Rudolf Polzer [Fri, 21 Jun 2019 05:24:48 +0000 (07:24 +0200)]
Transifex autosync
Severin Meyer [Thu, 20 Jun 2019 08:24:38 +0000 (10:24 +0200)]
Change teamkill icon to symbolic shot in the back
Rudolf Polzer [Thu, 20 Jun 2019 05:24:34 +0000 (07:24 +0200)]
Transifex autosync
terencehill [Wed, 19 Jun 2019 09:21:10 +0000 (11:21 +0200)]
trigger_push_get_push_time: fix temporary entity not removed
Rudolf Polzer [Wed, 19 Jun 2019 05:24:46 +0000 (07:24 +0200)]
Transifex autosync
Martin Taibr [Tue, 18 Jun 2019 20:39:58 +0000 (22:39 +0200)]
don't draw the watermark
terencehill [Mon, 17 Jun 2019 19:23:09 +0000 (21:23 +0200)]
Clear think function after a waypoint has been relinked
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
Rudolf Polzer [Sat, 15 Jun 2019 05:24:38 +0000 (07:24 +0200)]
Transifex autosync
Rudolf Polzer [Thu, 13 Jun 2019 05:24:51 +0000 (07:24 +0200)]
Transifex autosync
Rudolf Polzer [Wed, 12 Jun 2019 05:24:45 +0000 (07:24 +0200)]
Transifex autosync
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)
Mario [Tue, 4 Jun 2019 08:04:30 +0000 (18:04 +1000)]
Allow vehicles to push footballs
Rudolf Polzer [Mon, 3 Jun 2019 05:24:44 +0000 (07:24 +0200)]
Transifex autosync
Rudolf Polzer [Wed, 29 May 2019 05:24:41 +0000 (07:24 +0200)]
Transifex autosync
Rudolf Polzer [Fri, 24 May 2019 05:24:45 +0000 (07:24 +0200)]
Transifex autosync
Rudolf Polzer [Tue, 21 May 2019 05:24:42 +0000 (07:24 +0200)]
Transifex autosync
terencehill [Mon, 20 May 2019 18:03:52 +0000 (20:03 +0200)]
Also remove inventory stuff from menu code
terencehill [Mon, 20 May 2019 17:46:03 +0000 (19:46 +0200)]
Remove some client stuff from menu code
Mario [Mon, 20 May 2019 08:25:07 +0000 (18:25 +1000)]
Add a hook to allow mutators to disable the zoom reticle
Rudolf Polzer [Mon, 20 May 2019 05:24:35 +0000 (07:24 +0200)]
Transifex autosync