index
:
asciifarm-client.git
main
fork of: https://github.com/jmdejong/asciifarm-client
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
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 ↵
troido
selective serialization
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 ↵
troido
keys for controlling (like arrow keys)
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 ↵
troido
would crash game
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
2017-10-28
added __main__ entry points in client and server directories
troido
2017-10-27
Merge branch 'master' into package
troido
2017-10-27
merged master changes from today into package branch
troido
2017-10-26
included inventorypad in right location
troido
2017-10-26
Merge branch 'package' of tilde.town:/home/wangofett/programming/asciifarm
troido
2017-10-26
Pip installable!
Wango Fett