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 (
Expand
)
Author
2019-09-18
cleanup!
troido
2019-09-18
switched curses to ratuil
troido
2019-01-20
when going to a smaller area, the bachground is now cleared
troido
2019-01-20
chat now has colours
troido
2018-09-09
switchable menus are now somewhat usable and presentable
troido
2018-09-06
made menus switchable so not all menus need to be in view all the time
troido
2018-09-06
widget implementations now inherit from superclass
troido
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 dir...
troido
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 below...
troido
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
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