summaryrefslogtreecommitdiff
path: root/src/template.rs
AgeCommit message (Expand)Author
2020-06-05added exchanger as seperate component/system; refactored other interactions; ...troido
2020-05-12removed 'substitute' part of encyclopediatroido
2020-04-16add visit whitelist to homeportal, save and dedup its data even though it is ...troido
2020-04-06minor refactoring with cargo clippytroido
2020-04-06improved error handlingtroido
2020-04-06shortcut or defining some entities like cropstroido
2020-04-06made parseerrors their own thingtroido
2020-04-05items are now mostly replaced by itemids, with a mapping to the item in the e...troido
2020-04-01better time handling for growing plantstroido
2020-03-03added spawners an not-saved assemblages/templatestroido
2020-02-28more specific types!troido
2020-02-23more consistent importstroido
2020-02-21players can now go to different roomstroido
2020-02-16added playerid to avoid stringly typingtroido
2020-02-14extract the state to savetroido
2020-02-09can now pick up and drop itemstroido
2020-02-07added roomtemplatetroido
2020-02-07templates can be loaded from json nowtroido
2020-02-07all entity construction now uses new templatestroido
2020-02-07named stuff properly; added encyclopedia and templatetroido
2020-02-06refactored into multiple classestroido
2020-02-05parse assemblages from jsontroido
2020-02-04tried to implement deserialisation of entitiestroido