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 21:34:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3d571150aeb06cab9d990a88c4ee6ff936f37c5a
0ad
/
source
/
network
T
History
Ykkrosh
52626dd655
Fixed that CNetLogManager::Shutdown wasn't called. Fixed that CNetLogger::m_Level was used uninitialised.
...
This was SVN commit r5542.
2008-01-10 01:17:09 +00:00
..
AllNetMessages.h
…
Client.cpp
pending improvements and partial fixes to self-tests
2008-01-03 22:07:18 +00:00
Client.h
…
JSEvents.h
…
NetLog.cpp
Fixed that CNetLogManager::Shutdown wasn't called. Fixed that CNetLogger::m_Level was used uninitialised.
2008-01-10 01:17:09 +00:00
NetLog.h
improvements and fixes:
2008-01-07 20:03:19 +00:00
NetMessage.cpp
fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR)
2007-12-29 16:22:23 +00:00
NetMessage.h
…
Network.cpp
fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR)
2007-12-29 16:22:23 +00:00
Network.h
…
NetworkInternal.h
…
NMTCreator.h
…
Serialization.h
…
Server.cpp
fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR)
2007-12-29 16:22:23 +00:00
Server.h
…
ServerSession.cpp
fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR)
2007-12-29 16:22:23 +00:00
ServerSession.h
…
ServerSocket.cpp
…
Session.cpp
…
Session.h
…
SessionManager.cpp
fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR)
2007-12-29 16:22:23 +00:00
SessionManager.h
…
SocketBase.cpp
fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR)
2007-12-29 16:22:23 +00:00
SocketBase.h
…
StreamSocket.cpp
…
StreamSocket.h
…
StringConverters.h
…