summaryrefslogtreecommitdiff
path: root/src/systems/mod.rs
AgeCommit message (Collapse)Author
2020-09-26remove deduplicatetroido
2020-09-21exchange is now an interaction againtroido
2020-09-21made talk and reply a form of interact againtroido
2020-06-05added exchanger as seperate component/system; refactored other interactions; ↵troido
parameter parsing returns result instead of option
2020-06-05made Talk its own component/system instead of part of interacttroido
2020-05-12removed 'substitute' part of encyclopediatroido
2020-04-16add visit whitelist to homeportal, save and dedup its data even though it is ↵troido
loaded from template
2020-04-13renamed grow to timertroido
2020-04-13volate replaced by growtroido
2020-04-13doors now use new Build component instead of Loottroido
2020-04-04draw the room after new entities have been addedtroido
2020-03-04implemented growthtroido
2020-03-04added loot/harvesttroido
2020-03-04interacting now workstroido
2020-03-03added spawners an not-saved assemblages/templatestroido
2020-03-02added purgatorytroido
2020-03-02added monster aitroido
2020-02-28added cooldowns for moving and fightingtroido
2020-02-24added volatile woundstroido
2020-02-24healing works now too, the first time based systemtroido
2020-02-23players can now attack other objectstroido
2020-02-23players can get damage from trapstroido
2020-02-23entities can be attackedtroido
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-09removed clearcontrolstroido
2020-02-09cleanup/rename makefloor to registernewtroido
2020-02-08don't rebuild the ground each steptroido
2020-02-03merged Draw into View; renamed Position to Postroido
2020-02-03refactored systems in their own file eachtroido