summaryrefslogtreecommitdiff
path: root/asciifarm/common
AgeCommit message (Collapse)Author
2020-03-06new directory structure for the separate client repotroido
2019-09-27accept non-ascii characters in chat; adapt to new ratuil textinputtroido
2019-09-26multiple sockets can serve the same gametroido
2019-09-26made server -> client messages into objects; clear field when entering ↵troido
different room
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