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
Snowram
80fbf6e225
Initial fish work
2020-12-08 23:03:38 +01:00
Marcel
5bf93689c3
Merge branch 'HiggsTardigradeTau/deltatime-lowest-delta-usage' into 'master'
...
Resolve #867 - Make deltatime use the lowest delta of several frames to avoid 'teleport' effect after single-frame lag spike
Closes #867
See merge request veloren/veloren!1592
2020-12-08 21:07:15 +00:00
HiggsTardigradeTau
9ab8dc3eb5
Resolve #867 - Make deltatime use the lowest delta of several frames to avoid 'teleport' effect after single-frame lag spike
2020-12-08 21:07:14 +00:00
Sam
bdd1a605ab
Modified how most abilites that could scale were scaled.
2020-12-07 22:00:24 -06:00
Joshua Barretto
74f100fe44
Fixed incorrect grid check
2020-12-05 18:30:07 +00:00
Joshua Barretto
309dcd2acb
Added cave mushrooms
2020-12-05 18:00:29 +00:00
Joshua Barretto
941ba71794
Began using Grid<T> for LoD data
2020-12-05 11:20:25 +00:00
James Melkonian
6b100bce79
Aura System and Campfire Health Regen
2020-12-04 22:24:56 +00:00
ubruntu
a90ec872b7
Chat commands for group manipulation
2020-12-04 02:18:42 +00:00
Marcel Märtens
791f8d6f16
move common_state into common_sys
2020-12-01 13:46:28 +01:00
Marcel Märtens
d216ed2a2f
Move Systems out of common into common_sys
...
This requires to move `State` into a own crate called `common_state` which depends on `common` and `common_sys`
2020-12-01 13:44:07 +01:00
Marcel Märtens
8468e67217
Change the version number to 0.8
2020-11-28 11:25:58 +01:00
Marcel
1bb801d35b
Merge branch 'sam/dehardcode-energy' into 'master'
...
Graying out skills with insufficient energy no longer dependent on hard-coded values
Closes #824
See merge request veloren/veloren!1560
2020-11-27 16:27:09 +00:00