Commit Graph

267 Commits

Author SHA1 Message Date
84d899aa45 improved communication handling on the server 2019-09-24 22:57:37 +02:00
3867ad4a0a Merge branch 'master' into ratuil 2019-09-18 20:11:21 +02:00
9eefb4a460 made fullwidth character set the default 2019-09-18 19:53:53 +02:00
1e6c552951 fixed selectors; made logging easier 2019-09-18 15:57:28 +02:00
83331175c5 adapted to changed ratuil api and removed healthfull and healthempty in charmaps 2019-09-18 14:07:08 +02:00
081acd9002 changed directory structure 2019-09-18 12:19:15 +02:00
b4c4e1fb34 all communication with ratuil layout goes through display 2019-09-18 12:15:58 +02:00
3b9ce53b4e cleanup! 2019-09-18 12:07:58 +02:00
60997eccad menus now work too 2019-09-18 12:01:36 +02:00
30cdaa55c9 switched curses to ratuil 2019-09-18 00:32:35 +02:00
c55635b577 replaced curses.wrapper by its code 2019-09-16 22:12:29 +02:00
cacb7563b3 put initialisation code in somewhat more sensible modules 2019-09-16 21:57:46 +02:00
655f739bd9 more whitespace 2019-09-16 21:38:57 +02:00
c0d0d6acb2 fixed list of default charmaps in help 2019-01-25 10:28:23 +01:00
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
d880939711 tried but failed to save memory by room deactivation 2019-01-20 23:46:45 +01:00
f38f00e496 also send messages for players connecting/disconnecting 2019-01-20 19:58:21 +01:00
1f0834986c when going to a smaller area, the bachground is now cleared 2019-01-20 18:45:43 +01:00
015d9a12bc fixed error with nonexisting player views 2019-01-20 18:45:24 +01:00
a23533980f added snowflake object 2019-01-20 16:41:30 +01:00
c51bf0cd77 improved weather particles 2019-01-20 15:33:06 +01:00
abe4f555e4 made rain possible 2019-01-20 14:33:09 +01:00
8bb1f394c3 chat now has colours 2019-01-20 01:19:24 +01:00
590f0697b4 messages now have a type which can be used for colourcoding 2019-01-19 01:27:47 +01:00
7d3d8cf664 client doesn't crash anymore on empty '/' 2019-01-18 23:14:52 +01:00
4e66669c23 hide chat cursor at start 2019-01-18 23:03:47 +01:00
f77799f47c changed wall sprite 2019-01-18 22:59:04 +01:00
f6f6894818 same for roomloader... 2019-01-18 19:19:57 +01:00
1f0cafee28 also make savegames for player if they don't exist 2019-01-18 19:18:14 +01:00
722f78957c more emoji characters 2019-01-18 19:15:48 +01:00
16fdaaff52 create savegame dirs automatically 2019-01-18 19:15:15 +01:00
29a43ff471 simplified fullwidth and emoji charmaps now templates are available 2019-01-18 18:18:25 +01:00
db2c1f18b6 changed filenames for resource configs 2019-01-18 18:11:04 +01:00
8540b00b4c config templates are now actually used 2019-01-18 17:59:45 +01:00
f350502ace made the loading work 2019-01-18 17:29:37 +01:00
e912bae21a use loaders for keybindings and charmaps which allow them to import templates 2019-01-18 13:08:05 +01:00
28a622a388 I want assignment, of hy variable, not identity check 2019-01-18 12:16:35 +01:00
956d08cd83 made input handling server side more rigorous; client doesn't split strings anymore; optional support for hy 2019-01-18 12:14:54 +01:00
1250d3f6ea players can execute only one action per step 2019-01-18 11:20:28 +01:00
986122c434 disabled pvp 2019-01-17 21:57:12 +01:00
0d2999f4ce changed selector for menus. All inventory menus now use the same list 2018-09-09 17:20:40 +02:00
91bae5af5b prevented unhashable action (user input) from crashing server 2018-09-09 14:53:53 +02:00
c8fa3b0acc switchable menus are now somewhat usable and presentable 2018-09-09 14:52:59 +02:00
24b91d80a4 made menus switchable so not all menus need to be in view all the time 2018-09-06 18:51:15 +02:00
ae6dbfbfb7 actually include the superclass 2018-09-06 15:13:37 +02:00
f48f622293 widget implementations now inherit from superclass 2018-09-06 15:11:54 +02:00
debb8cdc8d made win and argument to update and made it possible for windows to be hidden 2018-09-05 18:46:29 +02:00
75ddfbf8a3 return item in devtools and improve spacing 2018-09-05 12:52:06 +02:00
8cf049ff81 the info widget is now responsible for checking redundancy 2018-07-29 12:26:54 +02:00
bf01fe38ba setup exchanging posts (trading and crafting) 2018-07-28 17:59:46 +02:00