SilverMUD/source/server
Barra Ó Catháin 30e63d36b5 Changed player names to allocated strings to be friendly to Scheme! 2023-11-20 21:33:45 +00:00
..
connections.c Basic implementation of player lists and tying connections to players 2023-09-12 22:32:19 +01:00
connections.h Added basic player type containing a name, and made the server echo messages with player name. 2023-09-10 17:24:46 +01:00
main.c Update C Codebase to use modules for Scheme primitives 2023-11-20 21:30:30 +00:00
output-queue.c Update output queue to not pin the CPU (proper waiting) 2023-11-20 21:26:21 +00:00
output-queue.h Update output queue to not pin the CPU (proper waiting) 2023-11-20 21:26:21 +00:00
player-data.c Changed player names to allocated strings to be friendly to Scheme! 2023-11-20 21:33:45 +00:00
player-data.h Changed player names to allocated strings to be friendly to Scheme! 2023-11-20 21:33:45 +00:00
scheme-integration.c Update C Codebase to use modules for Scheme primitives 2023-11-20 21:30:30 +00:00
scheme-integration.h Update C Codebase to use modules for Scheme primitives 2023-11-20 21:30:30 +00:00