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-13 00:55:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
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
…
NetLog.h
…
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
…