summaryrefslogtreecommitdiff
path: root/src/persistence.rs
AgeCommit message (Collapse)Author
2020-09-25proper serialisation for playerstate; strum for old-style enumstroido
2020-09-24actually use the serde serialisation moretroido
2020-04-23accept authentication messages, and validate registrationstroido
2020-04-08don't ignore loading errors anymoretroido
2020-04-06made parseerrors their own thingtroido
2020-04-03aerr! has formatting functionality; better errors; radishses -> radishestroido
2020-04-01better time handling for growing plantstroido
2020-03-05longer temp filenametroido
2020-03-05write files to a tempfile firsttroido
2020-02-23more consistent importstroido
2020-02-21players can now go to different roomstroido
2020-02-18refactoring: roomid is now a type, not string anymoretroido
2020-02-18Players are now saved/loaded tootroido
2020-02-17persistently save the room statetroido
2020-02-17added trait for interacting with persistent storage; tried to make Results ↵troido
easier