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
/
display
/
display.py
Age
Commit message (
Collapse
)
Author
2018-07-29
the info widget is now responsible for checking redundancy
troido
2018-05-23
test has_colors() before COLORS
troido
2018-05-23
don't try colour mode if the terminal doesn't support it
troido
2018-05-23
game doesn't crash anymore when cursor can't be set
troido
2018-05-22
created support for writable objects
troido
2018-04-19
client doesn't crash anymore when typing long lines
troido
2018-04-18
client can now read strings from chat input
troido
2018-01-17
updated maps and refactored client: renamed display parts and removed selector
troido
2018-01-14
added rats as source of seeds. fixed default char error. brought WASD for ↵
troido
directional attacks back
2018-01-03
made scrolling of chat log possible
troido
2018-01-03
added intermediary window wrapper for safety. also server now appends logs
troido
2018-01-03
stopped having all widgets as properties of display
troido
2018-01-02
keybindings are now executed a bit smarter as hy code
troido
2018-01-02
Finally fixed that stupid bug of not redrawing on winchange
troido
2018-01-02
sprites without a background will now take the background of the sprite ↵
troido
below it (if any)
2018-01-01
stop raising debug exception on WINCH
troido
2018-01-01
server now sends list of sprites per cell to client. ground uses eventtarget ↵
troido
too in interaction with room
2017-12-30
added equipment display
troido
2017-12-30
tried a new approach to remove code duplication in display
troido
2017-12-29
keybinding macros have their own file and selectors can now be used!
troido
2017-12-29
made selectors for inventorypad and made key config in hy
troido
2017-12-28
chat now works!
troido