summaryrefslogtreecommitdiff
path: root/asciifarm/client/display
AgeCommit message (Collapse)Author
2018-01-03fixed long lines messing up chat. fixed global chattroido
2018-01-03fixed keymap doctroido
2018-01-03made scrolling of chat log possibletroido
2018-01-03added intermediary window wrapper for safety. also server now appends logstroido
2018-01-03removed outdated keybindings files, fixed selector crash on empty list, ↵troido
updated keydocs
2018-01-03stopped having all widgets as properties of displaytroido
2018-01-03textinput forces update after done reading stringtroido
2018-01-02keybindings are now executed a bit smarter as hy codetroido
2018-01-02Finally fixed that stupid bug of not redrawing on winchangetroido
2018-01-02sprites without a background will now take the background of the sprite ↵troido
below it (if any)
2018-01-01stop raising debug exception on WINCHtroido
2018-01-01server now sends list of sprites per cell to client. ground uses eventtarget ↵troido
too in interaction with room
2018-01-01inventory, equipment and ground object lists now scroll with the selectortroido
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-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-10fixed weird half-blocks showing up at some screen sizestroido
2017-11-10added force option to pads. not usd it yettroido
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-10-29merged recent changes into package branch againtroido
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