An open source online character sheet service for tabletop roleplaying games.
Go to file
projectmoon 5d7d8054e2 Finished and mostly clean new character flow.
Lots of changes and reorganization to support the ability to create
new characters.
2020-12-09 21:25:31 +00:00
migrations Switch character data type to an enum, including schema patch. 2020-12-08 22:28:27 +00:00
proto Serialize characters as protobufs. Skeletal character creation. 2020-12-07 22:37:18 +00:00
src Finished and mostly clean new character flow. 2020-12-09 21:25:31 +00:00
templates Finished and mostly clean new character flow. 2020-12-09 21:25:31 +00:00
.env First commit; prototype state. 2020-12-03 19:21:09 +00:00
.gitignore First commit; prototype state. 2020-12-03 19:21:09 +00:00
COPYING Add license. 2020-12-03 19:21:09 +00:00
Cargo.lock Finished and mostly clean new character flow. 2020-12-09 21:25:31 +00:00
Cargo.toml Finished and mostly clean new character flow. 2020-12-09 21:25:31 +00:00
LICENSE Add license. 2020-12-03 19:21:09 +00:00
Rocket.toml Remove development cookie key from rocket.toml 2020-12-03 19:30:09 +00:00
build.rs Add serde serialization suppor to proto types. 2020-12-08 08:47:34 +00:00
diesel.toml Switch character data type to an enum, including schema patch. 2020-12-08 22:28:27 +00:00
rust-toolchain First commit; prototype state. 2020-12-03 19:21:09 +00:00