veloren/server/src
Justin Shipsey 54d5a06a0d Merge branch 'unvariant/lantern_bug' into 'master'
Fixes #1406 - Lantern light does not change when dragging it from inventory

Closes #1406

See merge request veloren/veloren!3107
2022-01-25 02:59:29 +00:00
..
events Merge branch 'unvariant/lantern_bug' into 'master' 2022-01-25 02:59:29 +00:00
migrations Remove bomb pile item 2022-01-19 19:31:43 +00:00
persistence Addressed MR comments. 2022-01-15 21:50:27 -05:00
rtsim Improved rtsim entity pathfinding 2022-01-17 12:34:31 +00:00
settings Fix warnings 2022-01-23 19:03:47 +01:00
sys Stunned and jump anims, stats, spawns, more IA work 2022-01-20 00:53:29 +01:00
alias_validator.rs
character_creator.rs Addressed MR comments. 2022-01-15 21:50:27 -05:00
chunk_generator.rs Added Calendar for temporal events based on the real-world calendar 2021-12-20 18:03:52 +00:00
client.rs put Client::tick_network function behind feature, remove unnecessary cloning of deleted entity vecs in entity sync, move prepare_send hack that avoids locking during message serialization from send_fallible to send, add job.cpu_status par mode adjustment around parallel section 2021-12-26 12:04:08 -05:00
cmd.rs Don't try to mount unmountable entities, clippy fixes and fmt 2022-01-16 17:53:14 +00:00
connection_handler.rs
data_dir.rs
error.rs
input.rs apply some clippy fixes that comes with the new toolchain version 2021-09-24 23:18:18 +02:00
lib.rs Sync some components only from the client's own entity. Vastly reduce the amount of places to modify when adding/removing a component from network syncing. 2022-01-19 00:56:42 -05:00
login_provider.rs
metrics.rs
pet.rs
presence.rs
settings.rs Added baubles to trees 2021-12-20 18:03:52 +00:00
state_ext.rs Don't try to mount unmountable entities, clippy fixes and fmt 2022-01-16 17:53:14 +00:00
terrain_persistence.rs
test_world.rs Revert parameter removal 2022-01-23 19:03:47 +01:00
wiring.rs