summaryrefslogtreecommitdiff
path: root/asciifarm/client
AgeCommit message (Collapse)Author
2017-12-30added equipment displaytroido
2017-12-30tried a new approach to remove code duplication in displaytroido
2017-12-29keybinding macros have their own file and selectors can now be used!troido
2017-12-29made selectors for inventorypad and made key config in hytroido
2017-12-28larger field does not show anymore when smaller field is drawntroido
2017-12-28fixed creatures going through boundariestroido
2017-12-28chat now works!troido
2017-11-13centered field in clienttroido
2017-11-13cleanup of display stufftroido
2017-11-13resizes do not crash the key input anymoretroido
2017-11-13fixed small terminal sizestroido
2017-11-13windows are now in a dict in screentroido
2017-11-13display parts now use windows as argumentstroido
2017-11-13used curses.keyname instead of ord. It is now possible to use non printable ↵troido
keys for controlling (like arrow keys)
2017-11-10fixed weird half-blocks showing up at some screen sizestroido
2017-11-10added force option to pads. not usd it yettroido
2017-11-09updated readme with mac test and removed old fullwidth filetroido
2017-11-07improved combat system to include defense; made armour a thingtroido
2017-11-07changed water colours and set default to 7,0troido
2017-11-06changed ui places for inventory and ground. fixed bug where small screens ↵troido
would crash game
2017-11-01messages can now be logged to a filetroido
2017-10-30finally made everything executable that I wanted to be executabletroido
2017-10-29merged recent changes into package branch againtroido
2017-10-28better use of __main__ and __init__troido
2017-10-28added __main__ entry points in client and server directoriestroido
2017-10-27Merge branch 'master' into packagetroido
2017-10-27merged master changes from today into package branchtroido
2017-10-26included inventorypad in right locationtroido
2017-10-26Merge branch 'package' of tilde.town:/home/wangofett/programming/asciifarmtroido
2017-10-26Pip installable!Wango Fett