summaryrefslogtreecommitdiff
path: root/asciifarm/client/commandhandler.py
AgeCommit message (Collapse)Author
2019-01-18config templates are now actually usedtroido
2019-01-18I want assignment, of hy variable, not identity checktroido
2019-01-18made input handling server side more rigorous; client doesn't split strings ↵troido
anymore; optional support for hy
2018-09-09switchable menus are now somewhat usable and presentabletroido
2018-09-06made menus switchable so not all menus need to be in view all the timetroido
2018-07-28setup exchanging posts (trading and crafting)troido
2018-07-28allowed sending json from command linetroido
2018-04-19tab now returns to game keeping entered string; / starts string with text /troido
2018-04-18client can now read strings from chat inputtroido
2018-04-18improved input handlingtroido
renamed InputHandler to CommandHandler. made InputHandler for input code that used to be in gameclient also started my own getstr() replacement.