Files | |
file | server.h [code] |
Main server include file. | |
file | sv_ccmds.c [code] |
Console-only server commands. | |
file | sv_clientstub.c [code] |
This file can stub out the entire client system for pure dedicated servers. | |
file | sv_game.c [code] |
Interface to the game library. | |
file | sv_init.c [code] |
Server initialisation stuff. | |
file | sv_main.c [code] |
Main server code? | |
file | sv_mapcycle.c [code] |
file | sv_null.c [code] |
Stub out the entire server system for pure net-only clients. | |
file | sv_rma.c [code] |
Random map assembly code More info on map-assembly can be found at: http://ufoai.ninex.info/wiki/index.php/Mapping/Random_map_assembly. | |
file | sv_rma.h [code] |
file | sv_send.c [code] |
Event message handling? | |
file | sv_user.c [code] |
Server code for moving users. | |
file | sv_world.c [code] |
World query functions. |