This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-07-12 10:16:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0d5de9f3854d31caa739c8fa71e97cb9fcb8dca9
0ad
/
source
/
network
T
History
Matei
6f376f0b0f
Changed console net log level to ERROR, to reduce message spam.
...
This was SVN commit r5423.
2007-10-21 09:40:06 +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
Changed console net log level to ERROR, to reduce message spam.
2007-10-21 09:40:06 +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
…