SilverMUD/src
Barra Ó Catháin b3a0345b19 Added initial support for talking.
- /talk now allows you to begin a conversation, given a player name, or end one, given no arguments.
- The client now properly clears previous messages when sending to the server.
- Added talkingWith to playerInfo.
2023-02-19 22:13:06 +00:00
..
client Added initial support for talking. 2023-02-19 22:13:06 +00:00
server Added a MOTD command-line option to SilverMUD Server. 2023-02-17 15:05:49 +00:00
areadata.c Refactored areas to use linked-lists. 2022-11-18 14:44:25 +00:00
areadata.h Added some more comments. 2023-02-12 23:32:39 +00:00
constants.h Began implementation of skills and stats. 2022-10-16 16:13:33 +01:00
gamelogic.c Added initial support for talking. 2023-02-19 22:13:06 +00:00
gamelogic.h Updated the evaluateNextCommand to use a hash instead of strncmp 2023-02-19 00:32:03 +00:00
inputoutput.c More cleaning up. 2023-02-15 22:09:21 +00:00
inputoutput.h Cleaned up inputoutput.h 2023-02-15 21:30:40 +00:00
linkedlist.c More cleaning up. 2023-02-15 22:09:21 +00:00
linkedlist.h More cleaning up. 2023-02-15 22:09:21 +00:00
playerdata.c More cleaning up. 2023-02-15 22:09:21 +00:00
playerdata.h Added initial support for talking. 2023-02-19 22:13:06 +00:00
queue.c Fixed Thomas's Bug. 2023-02-08 17:15:23 +00:00
queue.h Commented the data structures in queue.h. 2023-02-11 00:07:30 +00:00
texteffects.c More cleaning up. 2023-02-15 22:09:21 +00:00
texteffects.h More cleaning up. 2023-02-15 22:09:21 +00:00