veloren/common
Avi Weinstock c489d095df Implement persistence for modular weapons.
This stores the components as children of the item that contains them via the DB's `parent_container_item_id` feature, and ensures that things are loaded in a good order with breadth-first search.

Squahed fixes:

- Fix some constraint violations that occurred when swapping inventory items.
- Comment out recipes for modular weapons.
- Make update_item_at_slot_using_persistence_key and is_modular more idiomatic.
- Add changelog entry.
- Document `defer_foreign_keys` usage.
2021-02-20 14:31:46 -05:00
..
benches Remove spurious uses of Vox. 2020-09-26 16:30:40 +02:00
net Addressed comments 2021-02-19 19:55:23 -05:00
src Implement persistence for modular weapons. 2021-02-20 14:31:46 -05:00
sys Clean and update dependencies 2021-02-17 01:27:06 -08:00
build.rs fix and improve nix build: actually output a proper veloren voxygen package now 2020-11-25 02:00:50 +03:00
Cargo.toml Clean and update dependencies 2021-02-17 01:27:06 -08:00