summaryrefslogtreecommitdiff
path: root/asciifarm/common
AgeCommit message (Collapse)Author
2019-09-26client -> server messages are now objects; better name validation; fixed ↵troido
concurrency bug
2018-01-14added rats as source of seeds. fixed default char error. brought WASD for ↵troido
directional attacks back
2018-01-11Replace None equality checks with identity checksrakiru
Both work, but the identity check is the more correct/idiomatic approach (and also ever-so-slightly more efficient).
2018-01-02sprites without a background will now take the background of the sprite ↵troido
below it (if any)
2018-01-01inventory, equipment and ground object lists now scroll with the selectortroido
2018-01-01made keybindings readable from an actual filetroido
2017-12-31merged roomedge into portal, moved tcommunicate and utils to common folder ↵troido
and fixed package when starting main directory