summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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, updat...troido
2018-01-03stopped having all widgets as properties of displaytroido
2018-01-03textinput forces update after done reading stringtroido
2018-01-03inputhanding now handles keyname lookup. enter is now also namedtroido
2018-01-03fixed crash on attacking bugtroido
2018-01-02catch all errors from prompted commands, and print them to the message logtroido
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 below...troido
2018-01-01gave armour the '[' charactertroido
2018-01-01stop raising debug exception on WINCHtroido
2018-01-01server now sends list of sprites per cell to client. ground uses eventtarget ...troido
2018-01-01renamed input macro to inp to avoid possible name collision with buit-in func...troido
2018-01-01ensured client package name is always correcttroido
2018-01-01inventory, equipment and ground object lists now scroll with the selectortroido
2018-01-01made keybindings readable from an actual filetroido
2017-12-31merged roomedge into portal, moved tcommunicate and utils to common folder an...troido
2017-12-30keybindings can be imported now, though it will probably require some hackerytroido
2017-12-30keybinding docs now in keybindings filetroido
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-28escaped backslash in charmaptroido
2017-12-28fixed creatures going through boundariestroido
2017-12-28chat now works!troido
2017-12-28made local chat possible (from the server perspective)troido
2017-12-27made relative roomexits and improved mapstroido
2017-12-26fixed bugs in serialization and added preserve flag/functionality for selecti...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 k...troido
2017-11-10fixed weird half-blocks showing up at some screen sizestroido
2017-11-10removed assumption that default is white on black in colour schemestroido
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 wou...troido
2017-11-05made equipment, randomized damage, improved homesickness, improved maptroido
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