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
/
client
/
gameclient.py
Age
Commit message (
Collapse
)
Author
2018-01-03
fixed long lines messing up chat. fixed global chat
troido
2018-01-03
inputhanding now handles keyname lookup. enter is now also named
troido
2018-01-02
keybindings are now executed a bit smarter as hy code
troido
2018-01-01
server now sends list of sprites per cell to client. ground uses eventtarget ↵
troido
too in interaction with room
2018-01-01
made keybindings readable from an actual file
troido
2017-12-30
keybindings can be imported now, though it will probably require some hackery
troido
2017-12-30
keybinding docs now in keybindings file
troido
2017-12-30
added equipment display
troido
2017-12-29
made selectors for inventorypad and made key config in hy
troido
2017-12-28
chat now works!
troido
2017-11-13
resizes do not crash the key input anymore
troido
2017-11-13
used curses.keyname instead of ord. It is now possible to use non printable ↵
troido
keys for controlling (like arrow keys)
2017-10-29
merged recent changes into package branch again
troido
2017-10-28
better use of __main__ and __init__
troido