2025-08-28 18:26 CEST

spring: develop 893da13c Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
Auswaschbar Auswaschbar develop 2007-08-03 17:46:39 develop eb4583ef
Changeset Netcode revised
* moved the last UDP/Platform dependend stuff out of CNet
* added UDPListener for Connection handling over a single UDPSocket
* moved RemoteConnection to Net/UDPConnection
* fixed handling of packetloss in initial connect
* removed virtual UDP specific functions from Connection, made them non-virtual in UDPConnection
* prevent active AICheats in multiplayer (will can cause desync) when AI-host is the Server


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4128 37977431-3df6-0310-b722-df95706aa16b
mod - rts/ExternalAI/AICheats.cpp Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/GameSetup.cpp Diff ] File ]
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/System/Connection.cpp Diff ] File ]
mod - rts/System/Connection.h Diff ] File ]
mod - rts/System/LocalConnection.cpp Diff ] File ]
mod - rts/System/LocalConnection.h Diff ] File ]
mod - rts/System/Net.cpp Diff ] File ]
mod - rts/System/Net.h Diff ] File ]
add - rts/System/Net/UDPListener.cpp Diff ] File ]
add - rts/System/Net/UDPListener.h Diff ] File ]
mod - rts/System/NetProtocol.cpp Diff ] File ]