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-06-26 12:47:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c4e3037e601d65cae69fb1bc274d72168c7cc516
0ad
/
source
/
ps
/
Network
T
History
olsner
fcfa746244
Linux compat changes, fix for (really old) bug in VertexBufferManager shutdown, GUI header reorganization for gcc 4.0
...
This was SVN commit r3437.
2006-01-29 18:23:47 +00:00
..
AllNetMessages.h
Removed references to the old attack, gather, heal and damage events (that were no longer used).
2006-01-20 21:38:58 +00:00
Client.cpp
Linux compat changes, fix for (really old) bug in VertexBufferManager shutdown, GUI header reorganization for gcc 4.0
2006-01-29 18:23:47 +00:00
Client.h
…
JSEvents.h
…
NetLog.cpp
…
NetLog.h
…
NetMessage.cpp
Removed references to the old attack, gather, heal and damage events (that were no longer used).
2006-01-20 21:38:58 +00:00
NetMessage.h
…
Network.cpp
…
Network.h
Linux compat changes, fix for (really old) bug in VertexBufferManager shutdown, GUI header reorganization for gcc 4.0
2006-01-29 18:23:47 +00:00
NetworkInternal.h
add sem_msgwait_np for philip/use with atlas. add API fail reporting for sem_*
2005-11-03 07:26:38 +00:00
NMTCreator.h
…
Serialization.h
…
Server.cpp
…
Server.h
…
ServerSession.cpp
…
ServerSession.h
…
ServerSocket.cpp
…
Session.cpp
…
Session.h
…
SessionManager.cpp
…
SessionManager.h
…
SocketBase.cpp
profiling indicates memcpy is a bottleneck, so globally replace all of them with memcpy2 (hand-optimized). depending on transfer size, this is 10%..300% faster. also made memcpy2 into a macro instead of thunk function because vc7 was still generating a jump.
2005-10-30 16:19:20 +00:00
SocketBase.h
…
StreamSocket.cpp
…
StreamSocket.h
…
StringConverters.h
…