Pontus Fransson
|
aeddc032d9
|
Merge branch 'Network' of https://github.com/dean11/Danbias into Network
Conflicts:
Code/Network/NetworkDependencies/Connection.cpp
Code/Network/NetworkDependencies/Connection.h
Code/Network/NetworkDependencies/IConnection.h
Code/Network/OysterNetworkClient/Client.cpp
Code/Network/OysterNetworkClient/Client.h
Code/Network/OysterNetworkClient/ClientMain.cpp
Code/Network/OysterNetworkServer/Client.cpp
Code/Network/OysterNetworkServer/Client.h
Code/Network/OysterNetworkServer/ServerMain.cpp
|
2013-11-27 11:06:03 +01:00 |
Pontus Fransson
|
214e29e906
|
OysterByte
Added Byte class instead of handling byte messages manually.
Converted all functions to use OysterByte.
|
2013-11-27 11:01:22 +01:00 |
Sam Mario Svensson
|
f6ade9e4fd
|
ErrorMessages everywhere!
|
2013-11-26 13:45:03 +01:00 |
Sam Mario Svensson
|
82b8ef7b05
|
Fixed connection split up connect function and added initiateClient()
|
2013-11-25 12:14:01 +01:00 |
Pontus Fransson
|
d33220f8ca
|
Fixed memory leaks
Fixed memory leaks.
|
2013-11-22 14:23:08 +01:00 |
Pontus Fransson
|
954a1ac669
|
Fixed error
Fixed translation
|
2013-11-22 08:56:00 +01:00 |
Sam Mario Svensson
|
f77efb107d
|
Implemented Translator
also fixed some coding standards with namespaces in client, connection,
listener, server.
added protocols with enums for packagetype.
|
2013-11-21 13:40:52 +01:00 |
Pontus Fransson
|
ac75e178ce
|
Sending a message from server to client (done and done)
|
2013-11-19 13:42:50 +01:00 |