index
:
rustifarm.git
main
fork of: https://github.com/jmdejong/rustifarm
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
content
/
encyclopediae
/
npcs.json
Age
Commit message (
Collapse
)
Author
2020-09-28
better type validation and spawners set home argument on their spawned template
troido
2020-09-27
parameterexpression can be serialized now
troido
2020-09-27
better serialisation structure for encyclopediae
troido
["list", [1, 2, 3]] is now just [1, 2, 3] and {"type": builtwall", "kwargs": {"health": 50}} is now {":template": "builtwall", "health": 50}
2020-09-26
spawned entities are now saved but not spawned again until removed
troido
2020-09-22
added way to create dyed capes
troido
2020-09-22
added cotton
troido
2020-09-21
pickaxes are now obtainable
troido
2020-09-21
exchange is now an interaction again
troido
2020-09-21
made talk and reply a form of interact again
troido
2020-06-05
added exchanger as seperate component/system; refactored other interactions; ↵
troido
parameter parsing returns result instead of option
2020-06-05
actually added talk system and removed reply interaction
troido
2020-05-19
better json parsing using serde_json::value::from_value
troido
2020-05-16
encyclopedia can be split over different files
troido