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
2e3e416b2454fbd4cbb6006249f5ecaf38f5f808
0ad
/
source
/
network
T
History
Matei
bdc7f3af7c
Initialize CNetServerSession and CNetClient::CServerSession at server and client startup rather than when they are first created, to prevent crashes in SpiderMonkey due to intializing during an event handler or in a different thread.
...
This was SVN commit r5854.
2008-04-05 18:36:39 +00:00
..
AllNetMessages.h
…
Client.cpp
Initialize CNetServerSession and CNetClient::CServerSession at server and client startup rather than when they are first created, to prevent crashes in SpiderMonkey due to intializing during an event handler or in a different thread.
2008-04-05 18:36:39 +00:00
Client.h
Initialize CNetServerSession and CNetClient::CServerSession at server and client startup rather than when they are first created, to prevent crashes in SpiderMonkey due to intializing during an event handler or in a different thread.
2008-04-05 18:36:39 +00:00
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
…
NetMessage.h
…
Network.cpp
…
Network.h
…
NetworkInternal.h
…
NMTCreator.h
…
Serialization.h
…
Server.cpp
Initialize CNetServerSession and CNetClient::CServerSession at server and client startup rather than when they are first created, to prevent crashes in SpiderMonkey due to intializing during an event handler or in a different thread.
2008-04-05 18:36:39 +00:00
Server.h
…
ServerSession.cpp
Initialize CNetServerSession and CNetClient::CServerSession at server and client startup rather than when they are first created, to prevent crashes in SpiderMonkey due to intializing during an event handler or in a different thread.
2008-04-05 18:36:39 +00:00
ServerSession.h
…
ServerSocket.cpp
…
Session.cpp
…
Session.h
…
SessionManager.cpp
…
SessionManager.h
…
SocketBase.cpp
…
SocketBase.h
…
StreamSocket.cpp
…
StreamSocket.h
…
StringConverters.h
…