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 20:35:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
567b3b7c1caeb27bf710e4ca4b1eb0e3f2b0bfa2
0ad
/
source
/
network
T
History
Matei
6ba71202c9
# Multiplayer synchronization fixes.
...
This was SVN commit r5429.
2007-10-23 06:52:23 +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
…
NetMessage.h
…
Network.cpp
# Multiplayer synchronization fixes.
2007-10-23 06:52:23 +00:00
Network.h
…
NetworkInternal.h
…
NMTCreator.h
…
Serialization.h
…
Server.cpp
# Multiplayer synchronization fixes.
2007-10-23 06:52:23 +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
…