Home
last modified time | relevance | path

Searched refs:DBG_NETPLAY (Results 1 – 6 of 6) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Di_tcp.c1121 CONS_Debug(DBG_NETPLAY, "WinSock(TCP/IP) error: %s\n",WSError); in I_InitTcpDriver()
1128 CONS_Debug(DBG_NETPLAY, "No WinSock(TCP/IP) 2.2 driver detected\n"); in I_InitTcpDriver()
1161 CONS_Debug(DBG_NETPLAY, "No packet driver detected\n"); in I_InitTcpDriver()
1164 CONS_Debug(DBG_NETPLAY, "Error while talking to packet driver\n"); in I_InitTcpDriver()
1167 CONS_Debug(DBG_NETPLAY, "BOOTP failed\n"); in I_InitTcpDriver()
1170 CONS_Debug(DBG_NETPLAY, "DHCP failed\n"); in I_InitTcpDriver()
1173 CONS_Debug(DBG_NETPLAY, "RARP failed\n"); in I_InitTcpDriver()
1176 CONS_Debug(DBG_NETPLAY, "TCP/IP failed\n"); in I_InitTcpDriver()
1179 CONS_Debug(DBG_NETPLAY, "PPPoE login/discovery failed\n"); in I_InitTcpDriver()
1182 CONS_Debug(DBG_NETPLAY, "Unknown error with TCP/IP stack\n"); in I_InitTcpDriver()
[all …]
H A Dd_netfil.c395 CONS_Debug(DBG_NETPLAY, "game is modified; only doing basic checks\n"); in CL_CheckFiles()
415 CONS_Debug(DBG_NETPLAY, "'%s' accounted for\n", fileneeded[i].filename); in CL_CheckFiles()
428 CONS_Debug(DBG_NETPLAY, "searching for '%s' ", fileneeded[i].filename); in CL_CheckFiles()
437 CONS_Debug(DBG_NETPLAY, "already loaded\n"); in CL_CheckFiles()
454 CONS_Debug(DBG_NETPLAY, "found %d\n", fileneeded[i].status); in CL_CheckFiles()
H A Ddoomdef.h505 #define DBG_NETPLAY 0x0100 macro
H A Dd_net.c262 CONS_Debug(DBG_NETPLAY, "No more free ackpacket\n"); in GetFreeAcknum()
1000 CONS_Debug(DBG_NETPLAY, "No more rebound buf\n"); in HSendPacket()
H A Dhu_stuff.c642 …CONS_Debug(DBG_NETPLAY,"Received SAY cmd from Player %d (%s)\n", playernum+1, player_names[playern… in Got_Saycmd()
680 …CONS_Debug(DBG_NETPLAY,"Received SAY cmd too quickly from Player %d (%s), assuming as spam and blo… in Got_Saycmd()
H A Dp_saveg.c2549 CONS_Debug(DBG_NETPLAY, "%u thinkers saved in list %d\n", numsaved, i); in P_NetArchiveThinkers()
3719 CONS_Debug(DBG_NETPLAY, "%u thinkers loaded in list %d\n", numloaded, i); in P_NetUnArchiveThinkers()