2025-08-30 00:43 CEST

spring: develop d9b3fb52 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
tvo tvo develop 2007-02-17 14:32:37 develop 93f6028b
Changeset * Add CNetProtocol layer on top of CNet. Currently wraps only Send functions,
  but should wrap receive functions too in the future.
  Makes code better readable and, once receive functions are added, easier to
  modify & maintain (because all the net protocol stuff is then in one file
  instead of spread throughout the project).



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3420 37977431-3df6-0310-b722-df95706aa16b
mod - rts/ExternalAI/AICallback.cpp Diff ] File ]
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/Game/SelectedUnits.cpp Diff ] File ]
mod - rts/Game/SelectedUnitsAI.cpp Diff ] File ]
mod - rts/Game/UI/EndGameBox.cpp Diff ] File ]
mod - rts/Game/UI/LuaUI.cpp Diff ] File ]
mod - rts/Game/UI/QuitBox.cpp Diff ] File ]
mod - rts/Game/UI/ResourceBar.cpp Diff ] File ]
mod - rts/Game/UI/ShareBox.cpp Diff ] File ]
mod - rts/Game/UI/StartPosSelecter.cpp Diff ] File ]
mod - rts/Rendering/GL/myGL.cpp Diff ] File ]
mod - rts/Rendering/InMapDraw.cpp Diff ] File ]
mod - rts/Sim/Path/PathEstimator.cpp Diff ] File ]
mod - rts/System/Main.cpp Diff ] File ]
mod - rts/System/Net.cpp Diff ] File ]
mod - rts/System/Net.h Diff ] File ]
add - rts/System/NetProtocol.cpp Diff ] File ]
add - rts/System/NetProtocol.h Diff ] File ]
mod - rts/System/Platform/Win/CrashHandler.cpp Diff ] File ]
mod - rts/System/Sync/SyncDebugger.cpp Diff ] File ]