SRB2/src/netcode
2023-01-07 13:37:33 +01:00
..
client_connection.c Move client connection handling to a new file 2022-12-31 21:37:35 +01:00
client_connection.h Move client connection handling to a new file 2022-12-31 21:37:35 +01:00
d_clisrv.c Remove unused stuff 2023-01-07 13:37:33 +01:00
d_clisrv.h Move gamestate handling to a new file 2023-01-07 13:01:48 +01:00
d_net.c Move tic and net command handling to new files 2023-01-05 22:51:17 +01:00
d_net.h Declare data exchanged through the network to a new file 2023-01-05 23:48:44 +01:00
d_netcmd.c Move tic and net command handling to new files 2023-01-05 22:51:17 +01:00
d_netcmd.h Move netcode files to a new folder 2022-12-31 14:10:19 +01:00
d_netfil.c Move tic and net command handling to new files 2023-01-05 22:51:17 +01:00
d_netfil.h Move netcode files to a new folder 2022-12-31 14:10:19 +01:00
gamestate.c Move gamestate handling to a new file 2023-01-07 13:01:48 +01:00
gamestate.h Move gamestate handling to a new file 2023-01-07 13:01:48 +01:00
http-mserv.c Move client connection handling to a new file 2022-12-31 21:37:35 +01:00
i_addrinfo.c Move netcode files to a new folder 2022-12-31 14:10:19 +01:00
i_addrinfo.h Move netcode files to a new folder 2022-12-31 14:10:19 +01:00
i_net.h Move netcode files to a new folder 2022-12-31 14:10:19 +01:00
i_tcp.c Move netcode files to a new folder 2022-12-31 14:10:19 +01:00
i_tcp.h Move netcode files to a new folder 2022-12-31 14:10:19 +01:00
mserv.c Move client connection handling to a new file 2022-12-31 21:37:35 +01:00
mserv.h Move netcode files to a new folder 2022-12-31 14:10:19 +01:00
net_command.c Move gamestate handling to a new file 2023-01-07 13:01:48 +01:00
net_command.h Move tic and net command handling to new files 2023-01-05 22:51:17 +01:00
protocol.h Declare data exchanged through the network to a new file 2023-01-05 23:48:44 +01:00
server_connection.c Move gamestate handling to a new file 2023-01-07 13:01:48 +01:00
server_connection.h Move server-side connection handling to a new file 2023-01-01 11:45:09 +01:00
Sourcefile Move gamestate handling to a new file 2023-01-07 13:01:48 +01:00
tic_command.c Move gamestate handling to a new file 2023-01-07 13:01:48 +01:00
tic_command.h Move tic and net command handling to new files 2023-01-05 22:51:17 +01:00