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 (
Expand
)
Author
2020-03-06
new directory structure for the separate client repo
troido
2019-10-16
notifications are now passed though listen instead of events
troido
2019-10-11
controls are now separate objects
troido
2019-09-26
made server -> client messages into objects; clear field when entering differ...
troido
2019-09-26
client -> server messages are now objects; better name validation; fixed conc...
troido
2019-09-24
improved communication handling on the server
troido
2019-09-18
all communication with ratuil layout goes through display
troido
2019-09-18
cleanup!
troido
2019-09-18
menus now work too
troido
2019-09-18
switched curses to ratuil
troido
2019-09-16
more whitespace
troido
2019-01-24
changed colours to work better with 8-colour terminals and update screen befo...
troido
2019-01-20
chat now has colours
troido
2019-01-19
messages now have a type which can be used for colourcoding
troido
2018-09-09
switchable menus are now somewhat usable and presentable
troido
2018-07-28
made optionmenus for selected objects
troido
2018-05-23
game doesn't crash anymore when cursor can't be set
troido
2018-04-19
client doesn't crash anymore when typing long lines
troido
2018-04-18
improved input handling
troido
2018-04-18
client is now threadsafe; closing can now show messages
troido
2018-04-15
show restart message again when player is dead
troido
2018-04-14
Stopped using hy for keybindings
troido
2018-01-10
started tildenames client-side
troido
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
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 k...
troido
2017-10-29
merged recent changes into package branch again
troido
2017-10-28
better use of __main__ and __init__
troido