rubidium
|
cd6a826ecf
|
(svn r8459) -Codechange: move (Send|Recv)GRFIdentifier to NetworkSocketHandler, so it can also be used the TCP socket handler.
|
2007-01-30 17:12:46 +00:00 |
|
rubidium
|
66f46b71a1
|
(svn r8445) -Cleanup: remove some @params from comments as the parameters did not exist anymore and add comments to several variables/functions.
|
2007-01-28 20:47:25 +00:00 |
|
rubidium
|
98e462e564
|
(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets and move a little of NetworkClientState functionality to the NetworkSocketHandler. Move the rest of the NetworkClientState to the new NetworkTCPSocketHandler class/struct, which is not yet implemented in an object oriented manner. The UDP socket handler now extends the NetworkSocketHandler instead of having a reference to a NetworkClientState.
|
2007-01-12 20:19:49 +00:00 |
|
rubidium
|
5e276359a4
|
(svn r7830) -Codechange: let NetworkCoreInitialize return a bool, so we have to set _network_available only once.
|
2007-01-04 19:12:45 +00:00 |
|
rubidium
|
b722317116
|
(svn r7829) -Codechange: move the network (core) initialization/shutdown functions into network/core, so the can be reused in the masterserver_updater.
|
2007-01-04 18:50:40 +00:00 |
|