ubruntu
97f89a11f0
Reduced downward fall of birds, Humanoid travelers no longer visit dungeons, birds only travel between dungeons
2021-01-05 01:04:01 +00:00
Marcel Märtens
4bfa0b01f9
switch toolchain to nightly-2021-01-01
2021-01-03 21:31:21 +01:00
Benoît du Garreau
e5c3ce0ae8
Fix i18n::list_localizations
2021-01-03 17:48:23 +01:00
Acrimon
d99750f746
update authc
2020-12-28 16:42:40 +01:00
unknown
9405a7f6a5
Converts npcs names file to ron
2020-12-23 00:58:25 +01:00
Frinksy
fd554827a0
fixing #881
...
- Multiple buffs make the UI icons flicker
2020-12-22 15:40:57 +00:00
Justin Shipsey
0df66ff6d0
Merge branch 'gliding-energy-cost' into 'master'
...
Glider mid-air deploy and gliding energy-cost
See merge request veloren/veloren!1626
2020-12-18 21:18:32 +00:00
Ludvig Böklin
ec35d5d75e
Glider mid-air deploy and gliding energy-cost
2020-12-18 19:16:06 +01:00
Benoît du Garreau
c7c1d87a6e
Fix debug items
2020-12-18 18:11:48 +01:00
Benoît du Garreau
2c94b05e99
Improve world::Index
2020-12-17 12:08:04 +01:00
Benoît du Garreau
60ba9d5b87
Apply suggestion
...
- Remove default value for CharacterAbility
- Put back accidentally removed comment
2020-12-17 12:06:32 +01:00
Benoît du Garreau
780be6787d
Fix clippy lints
2020-12-17 12:06:28 +01:00
Benoît du Garreau
3052ba5f65
cargo fmt
2020-12-17 12:06:22 +01:00
Benoît du Garreau
8bc4b887a8
Move the asset module to a single file
2020-12-17 12:06:13 +01:00
Benoît du Garreau
db18cc1770
Use assets_manager to load assets
2020-12-17 12:06:07 +01:00
jiminycrick
26239394be
Switched to hashbrown everywhere
2020-12-17 10:31:35 +01:00
Marcel Märtens
04b71f9dc8
update specs
2020-12-16 14:31:16 +01:00
Marcel Märtens
075933d60b
get rid of some insecure dependencies
2020-12-16 10:42:36 +01:00
Marcel
91ad5657a5
Merge branch 'xMAC94x/dependencies' into 'master'
...
update chrossbeam, tracy, prometheus (and reduce server deps to crossbeam-channel)
See merge request veloren/veloren!1641
2020-12-16 09:33:34 +00:00
Justin Shipsey
0d98896df8
accel based run
2020-12-16 08:07:38 +00:00
Marcel Märtens
1ea395a47f
update further crates
2020-12-16 08:56:21 +01:00
Marcel Märtens
bcb4c075ed
update chrossbeam, tracy, prometheus (and reduce server deps to crossbeam-channel)
2020-12-16 00:51:07 +01:00
Joshua Barretto
7b4b191f21
Merge branch 'ccgauche/fix-memory-overwrite' into 'master'
...
ccgauche/fix memory overwrite
See merge request veloren/veloren!1631
2020-12-15 17:09:17 +00:00
ccgauche
8b6d94fef0
Updated buffer
2020-12-15 16:04:55 +01:00
Marcel
fedfb50ace
Merge branch 'HiggsTardigradeTau/fix-slow-motion-effect-after-lag' into 'master'
...
Fixed slow motion effect after lag
See merge request veloren/veloren!1634
2020-12-15 14:31:05 +00:00
Joshua Barretto
52a6717996
Hid plugins behind a feature flag to resolve Windows CI issue
2020-12-15 11:14:26 +00:00
Monty
46bf4020d1
hotfix NPC inviting
2020-12-15 01:43:44 +01:00
Owen McCormick
ad8c41eabb
Fixed slow motion effect after lag
2020-12-14 16:05:42 -08:00
Monty
0a9aed3d11
cleanup, changelog, small bugfixes
...
fmt
fix rebase
fmt
2020-12-14 21:52:24 +01:00
ccgauche
3384c08990
Runned FMT
2020-12-14 18:46:04 +01:00
ccgauche
ac743dfef9
Fixed clippy warnings
2020-12-14 18:31:01 +01:00
ccgauche
e66e736de2
Fixed memory issue now using alloc
2020-12-14 17:07:05 +01:00
Joshua Barretto
d3eaa73c26
Moved plugin API to Uid instead of usize for entity IDs, hello plugin to an example
2020-12-13 23:08:15 +00:00
Joshua Barretto
5b0e0e6f4c
Updated changelog, fmt and clippy fixes
2020-12-13 17:40:15 +00:00
Joshua Barretto
e5100040b4
Moved common networking code to common/net, clippy fixes
2020-12-13 17:23:45 +00:00
Joshua Barretto
1ffd18d093
Resolved plugin dependency cycle, allowing more interesting plugin API
2020-12-13 17:15:33 +00:00
Joshua Barretto
faa7c1c119
Better plugin API
2020-12-13 17:15:33 +00:00
ccgauche
3a7d19f60e
Added parallelism to event execution using rayon
2020-12-13 17:15:33 +00:00
ccgauche
7c15621b32
Added plugin command support
2020-12-13 17:15:33 +00:00
Joshua Barretto
01efed677b
Reorganised plugin crates
2020-12-13 17:15:32 +00:00
ccgauche
b501821006
Removed unsafe unsage in favour of unwrap_or and get
2020-12-13 17:15:03 +00:00
ccgauche
c2bc112e44
Fixed comments
...
- Would be better to remove the iterator and just collect with a loop to avoid extra allocations
- tructure
- A HashSet is probably better
- Usefull -> Useful
- I'd have thought plugin-api-derive is a better name
2020-12-13 17:14:39 +00:00
ccgauche
3a5386e047
Added plugin system
...
Added a plugin system based on wasmer-runtime
- Support Action (Print handled)
- Support Events (PluginLoadEvent handled)
2020-12-13 17:14:37 +00:00
Joshua Barretto
cb19252226
Began work on plugin API and plugin loading
2020-12-13 17:13:57 +00:00
Marcel Märtens
118abb9bd4
move tools and chat-cli in src/bin and examples
2020-12-12 02:12:00 +01:00
Pfauenauge90
f0e63ecbcb
adjust mindflayer strength, fix en translation, update es_la translation, fix undead eyes
2020-12-10 18:06:31 +01:00
Monty Marz
565c304a4c
add baobabs, fix map difficulty, make mushrooms lootable
2020-12-10 18:06:29 +01:00
Marcel Märtens
92991a92ef
adjust fmt and clippy after toolchain upgrade
2020-12-10 14:53:01 +01:00
Snowram
856ce6cb1d
Addressed comments
2020-12-08 23:04:21 +01:00
Snowram
6f200ffe93
Improves fish_small, new npc
2020-12-08 23:03:39 +01:00