SilverMUD/src
Barra Ó Catháin a99296e31e Added a list of players in the area to /look.
- /look now lists the current players in the area.
2023-02-27 16:35:32 +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 a list of players in the area to /look. 2023-02-27 16:35:32 +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