index
:
asciifarm-client.git
main
fork of: https://github.com/jmdejong/asciifarm-client
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
asciifarm
/
common
Age
Commit message (
Collapse
)
Author
2019-09-26
multiple sockets can serve the same game
troido
2019-09-26
made server -> client messages into objects; clear field when entering ↵
troido
different room
2019-09-26
client -> server messages are now objects; better name validation; fixed ↵
troido
concurrency bug
2018-01-14
added rats as source of seeds. fixed default char error. brought WASD for ↵
troido
directional attacks back
2018-01-11
Replace None equality checks with identity checks
rakiru
Both work, but the identity check is the more correct/idiomatic approach (and also ever-so-slightly more efficient).
2018-01-02
sprites without a background will now take the background of the sprite ↵
troido
below it (if any)
2018-01-01
inventory, equipment and ground object lists now scroll with the selector
troido
2018-01-01
made keybindings readable from an actual file
troido
2017-12-31
merged roomedge into portal, moved tcommunicate and utils to common folder ↵
troido
and fixed package when starting main directory