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 17:15:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7676da72ad3ca20f1f211751e62b790e118a5872
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
# 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
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
. 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
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
. 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
# Enhanced unit movement smoothness and multiplayer speed.
2007-07-05 07:33:43 +00:00
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
…