summaryrefslogtreecommitdiff
path: root/src/controls.rs
AgeCommit message (Expand)Author
2020-09-26also accept "none" as Direction::Nonetroido
2020-09-24even more serde stufftroido
2020-05-19better json parsing using serde_json::value::from_valuetroido
2020-04-21left out Option::flatten() for rust 1.38 compatibilitytroido
2020-04-06minor refactoring with cargo clippytroido
2020-04-05interactions can have an argumenttroido
2020-03-04controls work with old client now tootroido
2020-03-04useitem now actually respects ranktroido
2020-03-04interacting now workstroido
2020-03-02added monster aitroido
2020-03-02implemented autofighttroido
2020-02-23players can now attack other objectstroido
2020-02-22it is now possible to use itemstroido
2020-02-22can now pick up specific object from groundtroido
2020-02-21used rank in taking objectstroido
2020-02-16added playerid to avoid stringly typingtroido
2020-02-09can now pick up and drop itemstroido
2020-02-03don't crash on invalid actionstroido
2020-02-03now also send playerpos messagestroido
2020-02-03merged Draw into View; renamed Position to Postroido
2020-01-31systems can create entities (sort of)troido
2020-01-29players can no longer walk through wallstroido
2020-01-28player is now controllabletroido