veloren/server/src/persistence
S Handley b1d191301a Make the persistence system code more generic so that it handles all
data associated with a character, rather than individually as we were
planning to do with stats/inv/etc... This removes potential for DB locking when we deal with each individually, and we
should have plenty of room for additional writes within the transaction.
2020-06-01 21:34:52 +00:00
..
.env - Load characters after login. 2020-05-09 15:41:25 +00:00
character.rs Make the persistence system code more generic so that it handles all 2020-06-01 21:34:52 +00:00
diesel.toml - Load characters after login. 2020-05-09 15:41:25 +00:00
error.rs - Update the stats of characters individually, reverting the change with 2020-05-13 09:14:09 +10:00
mod.rs Make the persistence system code more generic so that it handles all 2020-06-01 21:34:52 +00:00
models.rs Make the persistence system code more generic so that it handles all 2020-06-01 21:34:52 +00:00
schema.rs Make the persistence system code more generic so that it handles all 2020-06-01 21:34:52 +00:00