index
:
rustifarm.git
main
fork of: https://github.com/jmdejong/rustifarm
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
template.rs
Age
Commit message (
Collapse
)
Author
2020-09-28
removed parametertype
troido
2020-09-27
templates are not used as {"type": something} anymore
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-27
removed "args" from the code
troido
2020-09-26
spawned entities are now saved but not spawned again until removed
troido
2020-09-25
turned SaveOption into Option<bool>
troido
2020-09-24
more serde (de)serialisation
troido
2020-09-24
actually use the serde serialisation more
troido
2020-09-24
don't try to read into the json data structure all manually
troido
2020-06-05
added exchanger as seperate component/system; refactored other interactions; ↵
troido
parameter parsing returns result instead of option
2020-05-12
removed 'substitute' part of encyclopedia
troido
2020-04-16
add visit whitelist to homeportal, save and dedup its data even though it is ↵
troido
loaded from template
2020-04-06
minor refactoring with cargo clippy
troido
2020-04-06
improved error handling
troido
2020-04-06
shortcut or defining some entities like crops
troido
2020-04-06
made parseerrors their own thing
troido
2020-04-05
items are now mostly replaced by itemids, with a mapping to the item in the ↵
troido
encyclopedia
2020-04-01
better time handling for growing plants
troido
2020-03-03
added spawners an not-saved assemblages/templates
troido
2020-02-28
more specific types!
troido
2020-02-23
more consistent imports
troido
2020-02-21
players can now go to different rooms
troido
2020-02-16
added playerid to avoid stringly typing
troido
2020-02-14
extract the state to save
troido
2020-02-09
can now pick up and drop items
troido
2020-02-07
added roomtemplate
troido
2020-02-07
templates can be loaded from json now
troido
2020-02-07
all entity construction now uses new templates
troido
2020-02-07
named stuff properly; added encyclopedia and template
troido
2020-02-06
refactored into multiple classes
troido
2020-02-05
parse assemblages from json
troido
2020-02-04
tried to implement deserialisation of entities
troido