summaryrefslogtreecommitdiff
path: root/src/parameter.rs
AgeCommit message (Expand)Author
2020-09-25assemlage uses proper serialization tootroido
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-22fixed test compile errorstroido
2020-09-20removed interactable as Parameter typetroido
2020-06-05added exchanger as seperate component/system; refactored other interactions; ...troido
2020-05-19moved parameter conversions to their own file and added more conversionstroido
2020-05-19added function to convert common types from/to paramterstroido
2020-05-12removed 'substitute' part of encyclopediatroido
2020-04-06shortcut or defining some entities like cropstroido
2020-04-05items are now mostly replaced by itemids, with a mapping to the item in the e...troido
2020-04-03added command line optionstroido
2020-04-03also replace lootlist parameter with listtroido
2020-04-03allow lists as parameter types, sacrificing some type safety for expressabilitytroido
2020-04-02built doorstroido
2020-04-02added flags component, and conditions for buildingtroido
2020-04-01removed Sometime parametertroido
2020-04-01better time handling for growing plantstroido
2020-03-05equipent now kinda workstroido
2020-03-04added loot/harvesttroido
2020-03-03monsters tend to stay around their hometroido
2020-03-03parameters now built with macrotroido
2020-03-03dummies respawn too; fixed problems with respawn delaytroido
2020-02-23more consistent importstroido
2020-02-22it is now possible to use itemstroido
2020-02-21players can now go to different roomstroido
2020-02-14extract the state to savetroido
2020-02-09can now pick up and drop itemstroido
2020-02-09componentwrapper parameters are now directly usable in creation macro expansiontroido
2020-02-08don't rebuild the ground each steptroido
2020-02-08new macro DSL for making component wrapperstroido
2020-02-07testing Parameter::guess_from_json()troido
2020-02-07templates can be loaded from json nowtroido
2020-02-06refactored into multiple classestroido