Commit Graph

433 Commits

Author SHA1 Message Date
troido 4ef71d0201 version 0.1.2 2024-03-22 20:53:08 +01:00
troido 2084d6466b include ratuil in asciifarm project 2024-03-22 20:48:47 +01:00
troido 5f78982da9 don't use None as default connection 2020-09-26 00:32:28 +02:00
troido 03b42d69a4 don't let items have parameters 2020-04-09 09:52:47 +02:00
troido b4c8611686 give radish the correct serialisation 2020-04-08 20:03:15 +02:00
troido b649b3a72e fix mismatching name 2020-04-08 16:58:26 +02:00
troido f52614874f make sure that player name in save matches requested player name 2020-04-08 16:46:15 +02:00
troido 108ae2f424 convert old objects into new ones when loading them 2020-04-08 12:07:08 +02:00
troido df9867fb5b Merge branch 'master' of github.com:jmdejong/Asciifarm 2020-04-07 09:59:41 +02:00
troido 752c8859aa show equipment within the inventory 2020-04-07 09:59:26 +02:00
J.M. de Jong 5e20235950
dash in the actual link 2020-03-06 11:59:54 +01:00
J.M. de Jong 4026fc67c9
dash in asciifarm-client 2020-03-06 11:59:16 +01:00
J.M. de Jong 3f515d3b74
newline between rust server and client 2020-03-06 11:58:44 +01:00
J.M. de Jong 3865801dc7
mention rust server and client in readme 2020-03-06 11:58:24 +01:00
troido 884e0b7b5a errtype -> errType 2020-03-04 20:31:16 +01:00
troido 1fa6f28082 updated dependencies 2019-09-29 00:53:13 +02:00
troido 08ddf01c34 changed basement size 2019-09-28 16:01:09 +02:00
troido ee6f83b073 accept non-ascii characters in chat; adapt to new ratuil textinput 2019-09-27 15:30:27 +02:00
troido a8598a309f multiple sockets can serve the same game 2019-09-26 22:04:50 +02:00
troido 72210a501b selector now managed by gameserver rather than socketserver 2019-09-26 20:33:04 +02:00
troido 13ff6a3ea2 made server -> client messages into objects; clear field when entering different room 2019-09-26 20:19:26 +02:00
troido 54c7238f2d client -> server messages are now objects; better name validation; fixed concurrency bug 2019-09-26 18:30:14 +02:00
troido aa9f1913c8 healthbar doesn't have title anymore; made this with textbox 2019-09-25 18:49:25 +02:00
troido 155c4ecd21 updated keybindings documentation 2019-09-25 18:07:32 +02:00
troido 28b893013f adapted to new ratuil behaviour 2019-09-25 09:39:36 +02:00
troido 7c33c47f9b equipment messages are now list of pairs, not dict; server gets address on creation 2019-09-25 08:10:46 +02:00
troido 84d899aa45 improved communication handling on the server 2019-09-24 22:57:37 +02:00
jmdejong 10bdb33255
Merge pull request #21 from jmdejong/ratuil
Use ratuil instead of my old hardcoded ncurses setup
2019-09-20 10:25:47 +02:00
troido 13a38a8f97 removed old name 2019-09-20 10:23:15 +02:00
troido 3867ad4a0a Merge branch 'master' into ratuil 2019-09-18 20:11:21 +02:00
troido 9eefb4a460 made fullwidth character set the default 2019-09-18 19:53:53 +02:00
troido 1e6c552951 fixed selectors; made logging easier 2019-09-18 15:57:28 +02:00
troido 83331175c5 adapted to changed ratuil api and removed healthfull and healthempty in charmaps 2019-09-18 14:07:08 +02:00
troido 081acd9002 changed directory structure 2019-09-18 12:19:15 +02:00
troido b4c4e1fb34 all communication with ratuil layout goes through display 2019-09-18 12:15:58 +02:00
troido 3b9ce53b4e cleanup! 2019-09-18 12:07:58 +02:00
troido 60997eccad menus now work too 2019-09-18 12:01:36 +02:00
troido 30cdaa55c9 switched curses to ratuil 2019-09-18 00:32:35 +02:00
troido c55635b577 replaced curses.wrapper by its code 2019-09-16 22:12:29 +02:00
troido cacb7563b3 put initialisation code in somewhat more sensible modules 2019-09-16 21:57:46 +02:00
troido 655f739bd9 more whitespace 2019-09-16 21:38:57 +02:00
troido c0d0d6acb2 fixed list of default charmaps in help 2019-01-25 10:28:23 +01:00
troido b6b6a2c5f6 changed colours to work better with 8-colour terminals and update screen before each wait (so also with each keypress) 2019-01-24 19:15:57 +01:00
troido d880939711 tried but failed to save memory by room deactivation 2019-01-20 23:46:45 +01:00
troido f38f00e496 also send messages for players connecting/disconnecting 2019-01-20 19:58:21 +01:00
troido 1f0834986c when going to a smaller area, the bachground is now cleared 2019-01-20 18:45:43 +01:00
troido 015d9a12bc fixed error with nonexisting player views 2019-01-20 18:45:24 +01:00
troido a23533980f added snowflake object 2019-01-20 16:41:30 +01:00
troido c51bf0cd77 improved weather particles 2019-01-20 15:33:06 +01:00
troido abe4f555e4 made rain possible 2019-01-20 14:33:09 +01:00