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
/
components
/
interactable.rs
Age
Commit message (
Expand
)
Author
2020-09-24
turned sprite, playerid and roomid into tuple structs
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-09-20
removed interactable as Parameter type
troido
2020-09-20
create interactions from parameter instead of json
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-06-05
made Talk its own component/system instead of part of interact
troido
2020-05-19
better json parsing using serde_json::value::from_value
troido
2020-04-21
added options notification
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-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-05
equipent now kinda works
troido