8e4aeff705
Improved mindflayer AI. Tweake some abilities.
2021-03-27 21:05:07 -04:00
720482d994
Gave mindflayer AI.
...
Fixed particles and made them sync across network.
2021-03-27 21:05:06 -04:00
a5b7477e96
Added summon minions ability to mindflayer
2021-03-27 21:05:05 -04:00
30da614e89
Added dimensional door ability for mindflayer
2021-03-27 21:05:05 -04:00
f1156c9ce5
Added necrotic vortex attack to mindflayer
2021-03-27 21:05:03 -04:00
0d3795112c
Added cursed flame attack to mindflayer
2021-03-27 21:05:03 -04:00
f8f1d19684
Merge branch 'desttinghim/changelog-patch-68444' into 'master'
...
Update CHANGELOG.md
See merge request veloren/veloren!2012
2021-03-28 01:03:59 +00:00
b03a207957
Update CHANGELOG.md
2021-03-28 00:53:40 +00:00
c8c086d0f7
Merge branch 'sam/fix-debug-stick' into 'master'
...
Fix NaN Errors
See merge request veloren/veloren!2009
2021-03-27 23:40:19 +00:00
46799daed2
Switched normalized function to try_normalized
2021-03-27 19:05:48 -04:00
4279720947
Merge branch 'xMAC94x/server-stability' into 'master'
...
track state tick in a historgram too
See merge request veloren/veloren!1998
2021-03-27 21:05:02 +00:00
c77446a014
fix some tracy only and no default features
2021-03-27 18:24:10 +01:00
6a95fb6b74
extend network of incomming TCP metrics and failed handshake metric
2021-03-27 18:24:10 +01:00
88b191dbbb
track state tick in a historgram too
2021-03-27 18:24:10 +01:00
79cc3af058
Merge branch 'swilliams/character-randomization-fix' into 'master'
...
Character Creation Randomization Fix
See merge request veloren/veloren!2004
2021-03-27 15:58:34 +00:00
9ca0388561
Character Creation Randomization Fix
2021-03-27 15:58:34 +00:00
7879466f32
Merge branch 'aweinstock/diamond-prices' into 'master'
...
Improve econsim's handling of diamond prices by lowering the implied homicide rate.
See merge request veloren/veloren!2005
2021-03-27 15:29:19 +00:00
973a2af753
Merge branch 'desttinghim/build-areas' into 'master'
...
Build Areas
See merge request veloren/veloren!1978
2021-03-27 15:26:35 +00:00
4b62a99ed9
Improve econsim's handling of diamond prices by lowering the implied homicide rate.
2021-03-27 10:50:16 -04:00
ad0396d9f4
Use made_valid instead of min/max
2021-03-27 08:17:26 -06:00
165065725e
Add build_area_list command
...
* Reworks CanBuild to use HashSet
* Removes player argument from build permission, use sudo instead
2021-03-27 07:54:02 -06:00
21f794f84c
Use Depot instead of Store for BuildArea
2021-03-27 07:54:02 -06:00
f08c4e6585
Add commands to manage build areas
2021-03-27 07:54:02 -06:00
77d48657c6
Store build areas outside of CanBuild component
2021-03-27 07:54:02 -06:00
120a0cd9a7
Limit build mode to bounding box
2021-03-27 07:54:02 -06:00
eade0540b2
Add permit_build
command
...
This commit separates permission to build from building mode, allowing
build to become a NoAdmin command (since players will first need
permission from an Admin to enter build mode)
2021-03-27 07:54:02 -06:00
da5c73c84b
Merge branch 'refactor-login' into 'master'
...
refactor handling of duplicate login #1015
Closes #1015
See merge request veloren/veloren!1992
2021-03-27 13:49:09 +00:00
0e71af92f1
cleanup login provider
2021-03-27 13:29:17 +01:00
6eb25cffbb
Merge branch 'sam/rework-boost' into 'master'
...
Better Boost
See merge request veloren/veloren!2002
2021-03-27 12:28:51 +00:00
59c8d0e002
Merge branch 'yusdacra/docs/nix' into 'master'
...
docs(nix): update nix commands to match latest nix changes
See merge request veloren/veloren!2003
2021-03-27 12:00:51 +00:00
6c13cf930e
docs(nix): update nix commands to match latest nix changes
2021-03-27 12:41:35 +03:00
6c2de7d70e
Fixed boost having ridiculous velocity.
2021-03-26 16:11:25 -04:00
b4840ce48d
Merge branch 'swilliams/craft-leather-scraps' into 'master'
...
Added leather scraps recipe
See merge request veloren/veloren!2000
2021-03-26 17:54:43 +00:00
aa9180b20f
Moved rugged armour to cloth_item
2021-03-26 16:51:43 +00:00
d35475eaef
Added leather scraps recipe
2021-03-26 16:44:38 +00:00
73d0d2acb0
Merge branch 'desttinghim-master-patch-55426' into 'master'
...
Remove internal feature from CHANGELOG.md
See merge request veloren/veloren!1999
2021-03-26 12:33:15 +00:00
2b0c71bfca
Remove internal feature from CHANGELOG.md
2021-03-26 06:29:23 -06:00
69b38f872a
Merge branch 'xMAC94x/net-improve' into 'master'
...
network preparation for UDP, Metrics and Bandwidth stats
See merge request veloren/veloren!1994
2021-03-26 12:26:18 +00:00
0c8448517e
move already-logged-in check to register
2021-03-26 11:41:03 +01:00
aea52d8b54
implement Upload Bandwidth prediction.
...
Its available to `api` and `metrics` and can be used to slow down msg send in veloren.
It uses a tokio::watch for now, as i plan to have a watch job in the scheduler that recalculates prio on change.
Also cleaning up participant metrics after a disconnect
2021-03-26 08:58:03 +01:00
034d0f0c5d
fix a bug that some closes could get lost
2021-03-26 08:57:56 +01:00
8dccc21125
preparation for multiple-channel participants.
...
When a stream is opened we are searching for the best (currently) available channel.
The stream will then be keept on that channel.
Adjusted the rest of the algorithms that they now respect this rule.
improved a HashMap for Pids to be based on a Vec. Also using this for Sid -> Cid relation which is more performance critical
WARN: our current send()? error handling allows it for some close_stream messages to get lost.
2021-03-26 08:57:50 +01:00
01c82b70ab
network scheduler and rawmsg cleanup
2021-03-26 08:57:42 +01:00
843850a4b8
Merge branch 'aweinstock/tradepricing' into 'master'
...
Get SitePricing information to clients, and use it to display coin-denominated...
See merge request veloren/veloren!1991
2021-03-26 00:17:39 +00:00
64e4aabd9f
Merge branch 'xMAC94x/server_cli_interactive' into 'master'
...
make server-cli interactive by default. stop interactive mode with ^D
See merge request veloren/veloren!1996
2021-03-25 23:42:22 +00:00
edebe06a10
make interactive OPT-OUT isntead so that it's not forgotten when its important. and its more userfriendly for the average user. scripts prob just add a -n or -b
2021-03-26 00:22:46 +01:00
6a49c1e767
Merge branch 'desttinghim/gen-store' into 'master'
...
Use older version of Store and introduce Depot
See merge request veloren/veloren!1993
2021-03-25 15:33:31 +00:00
0a294bcf56
Use older version of Store and introduce Depot
...
Removal of items in Store can cause get to fail. It has been reverted to
an older version that did not support removal. The newer version is now
called Depot and changed so that None is returned if the item does
not exist instead of crashing.
2021-03-25 07:41:53 -06:00
0ea102dc9c
refactor handling of duplicate login
2021-03-25 12:33:56 +01:00
8d90548331
Get SitePricing information to clients, and use it to display coin-denominated prices in voxygen on tooltips during a trade. Also boost merchant spawn rate slightly.
2021-03-25 02:11:58 -04:00