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
/
keybindings
Age
Commit message (
Collapse
)
Author
2018-01-03
changed KEY_ENTER into NEWLINE. made separate module for naming keys
troido
2018-01-03
made scrolling of chat log possible
troido
2018-01-03
removed outdated keybindings files, fixed selector crash on empty list, ↵
troido
updated keydocs
2018-01-03
fixed crash on attacking bug
troido
2018-01-02
keybindings are now executed a bit smarter as hy code
troido
2018-01-01
renamed input macro to inp to avoid possible name collision with buit-in ↵
troido
function
2018-01-01
made keybindings readable from an actual file
troido
2017-12-28
chat now works!
troido
2017-12-28
made local chat possible (from the server perspective)
troido
2017-12-26
fixed bugs in serialization and added preserve flag/functionality for ↵
troido
selective serialization
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-27
merged master changes from today into package branch
troido
2017-10-26
Pip installable!
Wango Fett