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-03 21:27:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fbc3d22720cf3bd3a019ad75a2795a917429bbd0
0ad
/
source
/
network
T
History
Ykkrosh
5fcd1601a1
Fixed multi-line comment warning
...
This was SVN commit r6247.
2008-07-18 23:52:29 +00:00
..
AllNetMessages.h
…
fsm.cpp
…
fsm.h
…
JSEvents.h
…
NetClient.cpp
Fixed 3+ player games. The problem was the FinalizeSlots method in GameAttributes, which confused player and slot IDs by deleting nonexistent slots/players from the array. Since this doesn't seem particularly useful (and is even undesirable for scenarios where some players *want* to be the last slot and to leave others empty), I commented it out rather than having the code incur the extra complexity of supporting renumberings.
2008-07-14 06:40:05 +00:00
NetClient.h
Merged in Dacian's network changes.
2008-07-03 06:29:22 +00:00
NetJsEvents.h
…
NetLog.cpp
Some uint/size_t compile fixes
2008-06-26 07:25:50 +00:00
NetLog.h
…
NetMessage.cpp
Made rally point setting net-safe.
2008-07-13 17:37:45 +00:00
NetMessage.h
Networking fixes - it now more or less works over ENet!
2008-07-12 19:08:38 +00:00
NetMessages.h
Made rally point setting net-safe.
2008-07-13 17:37:45 +00:00
NetServer.cpp
Fixed 3+ player games. The problem was the FinalizeSlots method in GameAttributes, which confused player and slot IDs by deleting nonexistent slots/players from the array. Since this doesn't seem particularly useful (and is even undesirable for scenarios where some players *want* to be the last slot and to leave others empty), I commented it out rather than having the code incur the extra complexity of supporting renumberings.
2008-07-14 06:40:05 +00:00
NetServer.h
Merged in Dacian's network changes.
2008-07-03 06:29:22 +00:00
NetSession.cpp
Networking fixes - it now more or less works over ENet!
2008-07-12 19:08:38 +00:00
NetSession.h
large batch of Dehydra static code analysis fixes
2008-07-12 10:45:11 +00:00
Network.cpp
…
Network.h
…
NetworkInternal.h
…
NMTCreator.h
Fixed multi-line comment warning
2008-07-18 23:52:29 +00:00
Serialization.h
…
ServerSocket.cpp
…
SocketBase.cpp
premake: detect processor architecture from script
2008-06-30 17:34:18 +00:00
SocketBase.h
…
StreamSocket.cpp
…
StreamSocket.h
…
StringConverters.h
…