2025-08-13 06:49 CEST

spring: develop adf1ebf0 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
Auswaschbar Auswaschbar develop 2008-04-01 20:57:47 develop 1898ad51
Changeset * added publish-subscribe-modell for actions
* added class to send actions over network and migrate all synced actions
COMMAND CHANGE: .cheat, .give, .luarules, .kick etc. becomes /cheat, /give ...
* skip shows the game isntead the progressbar, but it doesn't unsync
* new command: "/commands" shows all registered commands in the console



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5641 37977431-3df6-0310-b722-df95706aa16b
add - rts/Game/Action.cpp Diff ] File ]
add - rts/Game/Action.h Diff ] File ]
mod - rts/Game/CameraHandler.cpp Diff ] File ]
mod - rts/Game/CameraHandler.h Diff ] File ]
add - rts/Game/CommandMessage.cpp Diff ] File ]
add - rts/Game/CommandMessage.h Diff ] File ]
add - rts/Game/Console.cpp Diff ] File ]
add - rts/Game/Console.h Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/Game.h Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/GameServer.h Diff ] File ]
mod - rts/Game/Server/MsgStrings.h Diff ] File ]
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/UI/GuiHandler.h Diff ] File ]
mod - rts/Game/UI/KeyBindings.cpp Diff ] File ]
mod - rts/Game/UI/KeyBindings.h Diff ] File ]
mod - rts/Game/UI/LuaUI.cpp Diff ] File ]
mod - rts/System/BaseNetProtocol.cpp Diff ] File ]
mod - rts/System/BaseNetProtocol.h Diff ] File ]
mod - rts/System/DemoReader.cpp Diff ] File ]
mod - rts/System/DemoReader.h Diff ] File ]
mod - rts/System/Net/Net.cpp Diff ] File ]
mod - rts/System/Net/Net.h Diff ] File ]
mod - tools/DedicatedServer/CMakeLists.txt Diff ] File ]