summaryrefslogtreecommitdiff
path: root/src/assemblage.rs
AgeCommit message (Collapse)Author
2020-04-01better time handling for growing plantstroido
2020-03-09can now include variables (like health) in serialisationtroido
2020-03-06shortcut for defining itemstroido
2020-03-05new componentparameters to get own template and nametroido
2020-03-05equipent now kinda workstroido
2020-03-04implemented growthtroido
2020-03-04added loot/harvesttroido
2020-03-03updated teststroido
2020-03-03added spawners an not-saved assemblages/templatestroido
2020-02-23more consistent importstroido
2020-02-21visible component now also has a nametroido
2020-02-14extract the state to savetroido
2020-02-11shortcut for defining visiblestroido
2020-02-09refactoring using cargo clippytroido
2020-02-09Revert "no templates in the world; only pre-entities"troido
This reverts commit b56add981c2f520789b97d1ee6f71dae41e8c900.
2020-02-08no templates in the world; only pre-entitiestroido
2020-02-07argument can be left outtroido
2020-02-07all entity construction now uses new templatestroido
2020-02-07named stuff properly; added encyclopedia and templatetroido
2020-02-04tried to implement deserialisation of entitiestroido
2020-02-04refactored assemblage and assemblages out of each othertroido