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
230b7a896ce66c75474dc655b19ca4eccbc4ae91
0ad
/
source
/
ps
/
Network
T
History
Matei
c2c5e87c61
Removed references to the old attack, gather, heal and damage events (that were no longer used).
...
This was SVN commit r3375.
2006-01-20 21:38:58 +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
Lots of gcc -Wall fixes. The common ones:
2005-10-07 15:24:29 +00:00
Client.h
…
JSEvents.h
…
NetLog.cpp
timer: improved timer_add_client - no longer has fixed-size storage. btw, name will change here - not happy with SUM_TIMER.
2005-10-16 23:16:08 +00:00
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
…
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
Lots of gcc -Wall fixes. The common ones:
2005-10-07 15:24:29 +00:00
ServerSession.cpp
Lots of gcc -Wall fixes. The common ones:
2005-10-07 15:24:29 +00:00
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
…