]> git.tdb.fi Git - r2c2.git/commit
Add networking library and a remote control program
authorMikko Rasa <tdb@tdb.fi>
Thu, 10 Dec 2009 20:05:34 +0000 (20:05 +0000)
committerMikko Rasa <tdb@tdb.fi>
Thu, 10 Dec 2009 20:05:34 +0000 (20:05 +0000)
commit010d8321e982d1684fcbff5bf6fc2bdec7cb7bae
tree0cec5353ba246a1a24d3ba838f65025bdf2fd290
parent6109a2122226e1c71e9cc71e4c21036e99e43601
Add networking library and a remote control program
24 files changed:
Build
source/engineer/engineer.cpp
source/engineer/engineer.h
source/engineer/trainpanel.cpp
source/engineer/trainpanel.h
source/libmarklin/locomotive.cpp
source/libmarklin/locomotive.h
source/libmarklin/trafficmanager.cpp
source/libmarklin/trafficmanager.h
source/libmarklin/train.cpp
source/libmarklin/train.h
source/network/client.cpp [new file with mode: 0644]
source/network/client.h [new file with mode: 0644]
source/network/packets.h [new file with mode: 0644]
source/network/protocol.cpp [new file with mode: 0644]
source/network/protocol.h [new file with mode: 0644]
source/network/server.cpp [new file with mode: 0644]
source/network/server.h [new file with mode: 0644]
source/network/train.cpp [new file with mode: 0644]
source/network/train.h [new file with mode: 0644]
source/remote/remote.cpp [new file with mode: 0644]
source/remote/remote.h [new file with mode: 0644]
source/remote/trainpanel.cpp [new file with mode: 0644]
source/remote/trainpanel.h [new file with mode: 0644]