724fbadf9e
Guess image format from file extension
2021-05-06 17:49:25 +02:00
864468a891
Merge branch 'xMAC94x/fixcrashes' into 'master'
...
revert Client drop to be correct again and also stop network properly
See merge request veloren/veloren!2250
2021-05-06 12:15:45 +00:00
8e4fb87500
Merge branch 'xMAC94x/fixDisconnectMetrics' into 'master'
...
instead of manually trying to sync disconnect metrics we now pass a Reason to...
See merge request veloren/veloren!2259
2021-05-06 11:32:37 +00:00
ab33b8cc3d
instead of manually trying to sync disconnect metrics we now pass a Reason to the handle_disconnect.
...
There we make sure that the disconnect only happens once and decrease the respective Metrics.
Also added more reasons
2021-05-06 11:43:10 +02:00
fd43e7bccd
Merge branch 'duelsik/wiring-on-death' into 'master'
...
(Wiring) OnDeath
See merge request veloren/veloren!2256
2021-05-06 09:00:50 +00:00
1313dd68dc
Merge branch 'sam/mindflayer-balance' into 'master'
...
Mindflayer Balance Tweaks
See merge request veloren/veloren!2257
2021-05-05 22:12:01 +00:00
9473889b3f
Merge branch 'juliancoffee/fix_dropall' into 'master'
...
Don't drop Debug item with /dropall
Closes #1059
See merge request veloren/veloren!2236
2021-05-05 20:35:57 +00:00
1d66c94aa5
Don't drop Debug item with /dropall
2021-05-05 20:35:57 +00:00
a29b3dfcfa
Rebalancing
2021-05-05 14:43:56 -04:00
4b5934c29a
(Wiring) OnDeath
2021-05-05 19:08:18 +02:00
4cfd1854d6
Merge branch 'duelsik/wiring-switch-to-maybes' into 'master'
...
(Wiring) Switch to using maybes
See merge request veloren/veloren!2255
2021-05-05 16:21:19 +00:00
3405a72bde
(Wiring) Switch to using maybes
2021-05-05 16:59:17 +02:00
db123be0b8
Merge branch 'xMAC94x/get_rid_of_useless_threadpool' into 'master'
...
rayon::join creates a global threadpool, which is only used in /world
See merge request veloren/veloren!2251
2021-05-05 13:43:18 +00:00
af7091182e
use a constant for recommended_threads
2021-05-05 14:35:06 +02:00
615ab4c1db
revert Client drop to be correct again and also stop network properly, reduce timeout to 10s
2021-05-04 22:34:19 +02:00
a289391cec
cleanup some unused functions, which were exported but never used
2021-05-04 22:13:04 +02:00
87cf347377
limit tokio threads to 1/4 of num_cpus
...
make sure that rayon has at least 2 threads even on 1cpu systems to increase stability
2021-05-04 21:06:11 +02:00
9fefdcbbca
rayon::join creates a global threadpool, which is only used in /world
...
instead just use the same threadpool for everything
helps with debugging problems with GDB
using threadpool.install() to also be used when `into_par_iter()` is called
2021-05-04 21:06:07 +02:00
101fb498a5
Merge branch 'sam/minotaur' into 'master'
...
Overhauled Minotaur
See merge request veloren/veloren!2193
2021-05-04 16:26:08 +00:00
4a0b6b7b2b
Merge branch 'duelsik/wiring-sticky-trigger' into 'master'
...
(Wiring) Change Sticky to be handled by physics (but with disabled force on it)
See merge request veloren/veloren!2241
2021-05-04 16:15:19 +00:00
766c58e6e7
(Wiring) Change Sticky to be handled by physics (but with disabled force on it)
2021-05-04 17:33:42 +02:00
ccb5a80a88
Removed useless clippy allow, added todo.
2021-05-04 11:27:17 -04:00
04059357c9
Merge branch 'xMAC94x/errorhandling' into 'master'
...
fix error handling in networking and switch to hashbrown, fixing #1118
Closes #1118
See merge request veloren/veloren!2249
2021-05-04 14:09:42 +00:00
344e8c8a67
Made buff commands exhaustive
2021-05-04 09:54:28 -04:00
059765bd0c
fix error handling in networking and switch to hashbrown, fixing #1118
2021-05-04 15:29:42 +02:00
f6b364c644
Buff icons
2021-05-04 08:45:14 -04:00
0831970615
Addressed comments and more testing feedback.
2021-05-04 08:45:14 -04:00
1d3e831268
Minor balancing tweaks.
2021-05-04 08:45:13 -04:00
36640627d9
Changelog
2021-05-04 08:45:12 -04:00
74a68e24d5
Added sfx. Addressed comments.
2021-05-04 08:45:12 -04:00
777eb2ee6a
Balancing.
2021-05-04 08:45:11 -04:00
f491854699
Added kit for testing tier 4 dungeons.
2021-05-04 08:45:11 -04:00
bb98b021da
Particles for frenzy buff and ground cleave.
2021-05-04 08:45:10 -04:00
445af44dfa
Gave minotaur AI.
2021-05-04 08:45:09 -04:00
3aa462ed48
Replaced action_timer with action_state so there are additional fields.
2021-05-04 08:45:09 -04:00
8860e60415
anims
2021-05-04 08:45:08 -04:00
23bace6a0c
Fix charge being broken.
2021-05-04 08:45:07 -04:00
2e97fad3d8
Added frenzy ability to minotaur.
...
Added self-buff character state.
Added frenzied buff kind.
Added better comments on each buff kind.
2021-05-04 08:45:07 -04:00
ac57c7fc31
Cleave functional
2021-05-04 08:45:06 -04:00
c79c929e9f
Crippling strike now functional. Crippled debuff added.
2021-05-04 08:45:05 -04:00
3e5d9932e9
Miscellaneous balancing
2021-05-04 08:45:05 -04:00
1d8e2868f1
Charge attack for minotaur functional.
2021-05-04 08:45:04 -04:00
d24317d2e9
Merge branch 'yusdacra/chore/nix' into 'master'
...
chore(deps): update nix flake deps
See merge request veloren/veloren!2238
2021-05-04 09:06:02 +00:00
5979f2c334
chore(deps): update nix flake deps
2021-05-04 11:57:14 +03:00
f53c7bdfaa
Merge branch 'xMAC94x/quic' into 'master'
...
Cleanup network, remove some unwraps, add experimental (disabled) Quic support
See merge request veloren/veloren!2221
2021-05-04 00:16:05 +00:00
3ff7d4cf0e
Merge branch 'Nereuxofficial-master-patch-20455' into 'master'
...
Fix Typo in Readme.md
See merge request veloren/veloren!2239
2021-05-03 23:33:51 +00:00
85f5b7e5e2
Merge branch 'juliancoffee/improve_death_localization' into 'master'
...
Add possibility to translate buff outcomes
See merge request veloren/veloren!2192
2021-05-03 23:03:00 +00:00
652171b146
Add possibility to translate buff outcomes
2021-05-03 23:02:59 +00:00
63d9458b1a
Add heightmap visualization to world/examples.
2021-05-03 16:05:05 -04:00
82425b841f
Merge branch 'juliancoffee/cast_buff_cmd' into 'master'
...
Adding command for applying buff on player
See merge request veloren/veloren!2240
2021-05-03 19:53:19 +00:00