Danbias/Code
Pontus Fransson 6e24acea2b Listener's Accept() is now threaded.
Added function private to Connection SetBlockingMode(bool blocking); But
it doesn't do anything yet.
Listener is now accepting clients in a thread.
GetNewClient() returns the socket that has connected. -1 if there is no
new client connected. (Can only connect 1 client at a time.)
The simple chat program is not working anymore because of changes in the
server.
2013-11-27 14:33:08 +01:00
..
Dokumentation Restructured folders to give a flexible solution for dependencies and added to ignore list 2013-11-18 15:41:09 +01:00
GameLogic Restructured folders to give a flexible solution for dependencies and added to ignore list 2013-11-18 15:41:09 +01:00
GamePhysics Added OrientationMatrix build methods + other stuff 2013-11-21 15:19:32 +01:00
Input Restructured folders to give a flexible solution for dependencies and added to ignore list 2013-11-18 15:41:09 +01:00
Misc Forgot to follow coding standard... 2013-11-26 21:51:40 +01:00
Network Listener's Accept() is now threaded. 2013-11-27 14:33:08 +01:00
OysterGraphics Fixed Projection 2013-11-22 10:55:21 +01:00
OysterMath Fixed Projection 2013-11-22 10:55:21 +01:00
OysterPhysics3D Added OrientationMatrix build methods + other stuff 2013-11-21 15:19:32 +01:00
Sound Restructured folders to give a flexible solution for dependencies and added to ignore list 2013-11-18 15:41:09 +01:00
Tester Merge branch 'Graphics' of https://github.com/dean11/Danbias into MiscBranch 2013-11-22 12:05:58 +01:00
WindowManager Restructured folders to give a flexible solution for dependencies and added to ignore list 2013-11-18 15:41:09 +01:00
DanBias.sln Restructured folders to give a flexible solution for dependencies and added to ignore list 2013-11-18 15:41:09 +01:00