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
/
controls.rs
Age
Commit message (
Collapse
)
Author
2021-12-30
entities can now have descriptions
troido
2020-09-26
also accept "none" as Direction::None
troido
2020-09-24
even more serde stuff
troido
2020-05-19
better json parsing using serde_json::value::from_value
troido
2020-04-21
left out Option::flatten() for rust 1.38 compatibility
troido
2020-04-06
minor refactoring with cargo clippy
troido
2020-04-05
interactions can have an argument
troido
2020-03-04
controls work with old client now too
troido
2020-03-04
useitem now actually respects rank
troido
2020-03-04
interacting now works
troido
2020-03-02
added monster ai
troido
2020-03-02
implemented autofight
troido
2020-02-23
players can now attack other objects
troido
2020-02-22
it is now possible to use items
troido
2020-02-22
can now pick up specific object from ground
troido
2020-02-21
used rank in taking objects
troido
2020-02-16
added playerid to avoid stringly typing
troido
2020-02-09
can now pick up and drop items
troido
2020-02-03
don't crash on invalid actions
troido
2020-02-03
now also send playerpos messages
troido
2020-02-03
merged Draw into View; renamed Position to Pos
troido
2020-01-31
systems can create entities (sort of)
troido
2020-01-29
players can no longer walk through walls
troido
2020-01-28
player is now controllable
troido