Commit Graph

13 Commits

Author SHA1 Message Date
Kayne Ruse d2087be9ac Resurrected SDL_net 2013-05-17 21:05:50 +10:00
Kayne Ruse 5ade2cc98e Ripped out all networking systems; simply not working correctly 2013-05-17 19:59:31 +10:00
Kayne Ruse 24e48dec53 very buggy system working, but only works properly with one client at a time due to recv blocking 2013-05-17 19:32:45 +10:00
Kayne Ruse 613d9cec08 Imported updates from Codebase 2013-05-15 19:49:27 +10:00
Kayne Ruse 4671afe900 Basic connection between server and unit 2013-05-10 19:57:53 +10:00
Kayne Ruse a667fae21a Updated this project to the new standard, see details.
After a significant modification to the Codebase library, I imported a lot
of the Codebase updates back to this porject. Some files that exist in
Codebase still carry the zlib license header; these files are still under
the zlib license.

Following a significant struggle with SDL_net, I've decided to ditch that
library and write my own version. It currently only supports TCP
networking, and only works on windows platforms,  but it is sufficient at
this time.
2013-05-10 17:04:46 +10:00
Kayne Ruse f0d4ef0675 Changed my mind about networking system structure 2013-05-04 14:00:30 +10:00
Kayne Ruse 2dedfa9505 So that's what I was doing wrong 2013-05-04 03:20:02 +10:00
Kayne Ruse f0e7550b7d What am I doing wrong? 2013-05-04 01:48:31 +10:00
Kayne Ruse 96f0821d9b Imported ConfigUtility, updating it for this project 2013-05-03 02:22:34 +10:00
Kayne Ruse f349e59fd3 Worked out the basic server layout 2013-05-03 00:55:47 +10:00
Kayne Ruse b935fcf1d1 Created empty TCPNetworkManager; needs work, I don't even like the name 2013-05-02 22:46:11 +10:00
Kayne Ruse 79304f24b8 Imported basics
project directory
client - scene system
server - empty main
SDL_net source
graphical resources
2013-04-28 04:37:14 +10:00