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
e6604e7c0ee62dccc76aa64ecf37bd9a555ebfe4
0ad
/
source
/
network
T
History
Matei
ddffdba2c3
Changed console character to a _ since the vertical line glyph didn't seem to be available on OS X.
...
This was SVN commit r5415.
2007-10-13 18:22:20 +00:00
..
AllNetMessages.h
…
Client.cpp
…
Client.h
…
JSEvents.h
…
NetLog.cpp
Removed assert(g_Console) from console logging functions, because g_Console might not exist on shutdown.
2007-10-13 16:59:03 +00:00
NetLog.h
Network logging has been improved with a more flexible set o classes (sinks). Two implementations for a file sink and the game console sink are provided so currently network logging is output using both these sinks.
2007-10-13 15:17:50 +00:00
NetMessage.cpp
…
NetMessage.h
…
Network.cpp
Changed console character to a _ since the vertical line glyph didn't seem to be available on OS X.
2007-10-13 18:22:20 +00:00
Network.h
…
NetworkInternal.h
…
NMTCreator.h
…
Serialization.h
…
Server.cpp
…
Server.h
…
ServerSession.cpp
…
ServerSession.h
…
ServerSocket.cpp
Network logging has been improved with a more flexible set o classes (sinks). Two implementations for a file sink and the game console sink are provided so currently network logging is output using both these sinks.
2007-10-13 15:17:50 +00:00
Session.cpp
…
Session.h
…
SessionManager.cpp
…
SessionManager.h
…
SocketBase.cpp
Fix Windows and GCC compile errors.
2007-10-13 16:36:17 +00:00
SocketBase.h
…
StreamSocket.cpp
Network logging has been improved with a more flexible set o classes (sinks). Two implementations for a file sink and the game console sink are provided so currently network logging is output using both these sinks.
2007-10-13 15:17:50 +00:00
StreamSocket.h
…
StringConverters.h
…