| Age | Commit message (Expand) | Author |
| 2018-01-03 | added intermediary window wrapper for safety. also server now appends logs | troido |
| 2018-01-03 | removed outdated keybindings files, fixed selector crash on empty list, updat... | troido |
| 2018-01-03 | stopped having all widgets as properties of display | troido |
| 2018-01-03 | textinput forces update after done reading string | troido |
| 2018-01-03 | inputhanding now handles keyname lookup. enter is now also named | troido |
| 2018-01-03 | fixed crash on attacking bug | troido |
| 2018-01-02 | catch all errors from prompted commands, and print them to the message log | 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 | gave armour the '[' character | 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 |
| 2018-01-01 | renamed input macro to inp to avoid possible name collision with buit-in func... | troido |
| 2018-01-01 | ensured client package name is always correct | troido |
| 2018-01-01 | inventory, equipment and ground object lists now scroll with the selector | troido |
| 2018-01-01 | made keybindings readable from an actual file | troido |
| 2017-12-31 | merged roomedge into portal, moved tcommunicate and utils to common folder an... | troido |
| 2017-12-30 | keybindings can be imported now, though it will probably require some hackery | troido |
| 2017-12-30 | keybinding docs now in keybindings file | 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 | larger field does not show anymore when smaller field is drawn | troido |
| 2017-12-28 | escaped backslash in charmap | troido |
| 2017-12-28 | fixed creatures going through boundaries | troido |
| 2017-12-28 | chat now works! | troido |
| 2017-12-28 | made local chat possible (from the server perspective) | troido |
| 2017-12-27 | made relative roomexits and improved maps | troido |
| 2017-12-26 | fixed bugs in serialization and added preserve flag/functionality for selecti... | troido |
| 2017-11-13 | centered field in client | troido |
| 2017-11-13 | cleanup of display stuff | troido |
| 2017-11-13 | resizes do not crash the key input anymore | troido |
| 2017-11-13 | fixed small terminal sizes | troido |
| 2017-11-13 | windows are now in a dict in screen | troido |
| 2017-11-13 | display parts now use windows as arguments | troido |
| 2017-11-13 | used curses.keyname instead of ord. It is now possible to use non printable k... | troido |
| 2017-11-10 | fixed weird half-blocks showing up at some screen sizes | troido |
| 2017-11-10 | removed assumption that default is white on black in colour schemes | troido |
| 2017-11-10 | added force option to pads. not usd it yet | troido |
| 2017-11-09 | updated readme with mac test and removed old fullwidth file | troido |
| 2017-11-07 | improved combat system to include defense; made armour a thing | troido |
| 2017-11-07 | changed water colours and set default to 7,0 | troido |
| 2017-11-06 | changed ui places for inventory and ground. fixed bug where small screens wou... | troido |
| 2017-11-05 | made equipment, randomized damage, improved homesickness, improved map | troido |
| 2017-11-01 | messages can now be logged to a file | troido |
| 2017-10-30 | finally made everything executable that I wanted to be executable | troido |
| 2017-10-29 | merged recent changes into package branch again | troido |
| 2017-10-28 | better use of __main__ and __init__ | troido |