summaryrefslogtreecommitdiff
path: root/src/systems/interact.rs
AgeCommit message (Expand)Author
2020-09-24turned sprite, playerid and roomid into tuple structstroido
2020-09-22turned some math into if let to decrease indentationtroido
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
2020-06-05actually added talk system and removed reply interactiontroido
2020-04-21added options notificationtroido
2020-04-21use own strip_prefix function for interaction argumentstroido
2020-04-17added Mine interactiontroido
2020-04-16add visit whitelist to homeportal, save and dedup its data even though it is ...troido
2020-04-15visit other playerstroido
2020-04-13replaced harvest interaction with choosable triggertroido
2020-04-12replaced Dead component with trigger messagestroido
2020-04-10send out notifications when fightingtroido
2020-04-09change interaction is now a combination of harvest and loottroido
2020-04-05trading now workstroido
2020-04-05interactions can have an argumenttroido
2020-04-04listen to sounds in the worldtroido
2020-04-02built doorstroido
2020-03-04interacting now workstroido