This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
f331b7313dc22d30ddbf9f987d41b1d79510ff0e
0ad
/
source
/
network
T
History
janwas
0db787bf58
wsock: fix init problem (if getnameinfo et al were the first function called from winsock - as happens when using quickstart - ws2_32 wasn't loaded first)
...
This was SVN commit r5142.
2007-06-04 23:55:29 +00:00
..
AllNetMessages.h
…
Client.cpp
# Some initial work on networking, fixing session setup, game startup, and command queueing.
2007-06-04 07:41:05 +00:00
Client.h
# Some initial work on networking, fixing session setup, game startup, and command queueing.
2007-06-04 07:41:05 +00:00
JSEvents.h
…
NetLog.cpp
…
NetLog.h
…
NetMessage.cpp
. split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it.
2007-05-09 21:01:11 +00:00
NetMessage.h
…
Network.cpp
# Some initial work on networking, fixing session setup, game startup, and command queueing.
2007-06-04 07:41:05 +00:00
Network.h
…
NetworkInternal.h
…
NMTCreator.h
…
Serialization.h
. split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it.
2007-05-09 21:01:11 +00:00
Server.cpp
# Some initial work on networking, fixing session setup, game startup, and command queueing.
2007-06-04 07:41:05 +00:00
Server.h
…
ServerSession.cpp
…
ServerSession.h
…
ServerSocket.cpp
…
Session.cpp
…
Session.h
…
SessionManager.cpp
…
SessionManager.h
…
SocketBase.cpp
wsock: fix init problem (if getnameinfo et al were the first function called from winsock - as happens when using quickstart - ws2_32 wasn't loaded first)
2007-06-04 23:55:29 +00:00
SocketBase.h
…
StreamSocket.cpp
…
StreamSocket.h
…
StringConverters.h
…