summaryrefslogtreecommitdiff
path: root/src/item.rs
AgeCommit message (Collapse)Author
2020-09-27better serialisation structure for encyclopediaetroido
["list", [1, 2, 3]] is now just [1, 2, 3] and {"type": builtwall", "kwargs": {"health": 50}} is now {":template": "builtwall", "health": 50}
2020-09-25proper serialisation for playerstate; strum for old-style enumstroido
2020-09-24even more serde stufftroido
2020-09-24more serde (de)serialisationtroido
2020-09-24actually use the serde serialisation moretroido
2020-09-24don't try to read into the json data structure all manuallytroido
2020-09-22can base sprite on equipped itemstroido
2020-05-19better json parsing using serde_json::value::from_valuetroido
2020-04-06minor refactoring with cargo clippytroido
2020-04-05trading now workstroido
2020-04-05items are now mostly replaced by itemids, with a mapping to the item in the ↵troido
encyclopedia