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-28 19:06:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f5f4670d7f622011e9fcbbd255b513e775db5d38
0ad
/
source
/
ps
/
Network
T
History
Matei
169889bcbc
Small bug fix so issueCommand works for NMT_Produce.
...
This was SVN commit r3549.
2006-02-23 01:26:02 +00:00
..
AllNetMessages.h
Added production queue system and associated events. It might still need some extra features but it should be functional.
2006-02-22 22:45:16 +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
- fix w4 warnings
2005-08-09 15:55:44 +00:00
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
Small bug fix so issueCommand works for NMT_Produce.
2006-02-23 01:26:02 +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
- fix w4 warnings
2005-08-09 15:55:44 +00:00
Serialization.h
…
Server.cpp
- fix w4 warnings
2005-08-09 15:55:44 +00:00
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
- fix w4 warnings
2005-08-09 15:55:44 +00:00
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
- fix w4 warnings
2005-08-09 15:55:44 +00:00
StreamSocket.cpp
- fix w4 warnings
2005-08-09 15:55:44 +00:00
StreamSocket.h
…
StringConverters.h
…