index
:
rustifarm.git
main
fork of: https://github.com/jmdejong/rustifarm
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
systems
/
interact.rs
Age
Commit message (
Expand
)
Author
2020-10-03
added dense grass; home is now part of monsterAI component
troido
2020-09-24
turned sprite, playerid and roomid into tuple structs
troido
2020-09-22
turned some math into if let to decrease indentation
troido
2020-09-21
exchange is now an interaction again
troido
2020-09-21
made talk and reply a form of interact again
troido
2020-06-05
added exchanger as seperate component/system; refactored other interactions; ...
troido
2020-06-05
actually added talk system and removed reply interaction
troido
2020-04-21
added options notification
troido
2020-04-21
use own strip_prefix function for interaction arguments
troido
2020-04-17
added Mine interaction
troido
2020-04-16
add visit whitelist to homeportal, save and dedup its data even though it is ...
troido
2020-04-15
visit other players
troido
2020-04-13
replaced harvest interaction with choosable trigger
troido
2020-04-12
replaced Dead component with trigger messages
troido
2020-04-10
send out notifications when fighting
troido
2020-04-09
change interaction is now a combination of harvest and loot
troido
2020-04-05
trading now works
troido
2020-04-05
interactions can have an argument
troido
2020-04-04
listen to sounds in the world
troido
2020-04-02
built doors
troido
2020-03-04
interacting now works
troido