rubidium
|
3e9cc1a651
|
(svn r8949) -Codechange: only test the first NETWORK_REVISION_LENGTH - 1 characters when determining network compatability. This makes it possible to have 'long' branch names while still being able to play network games.
|
2007-03-01 00:58:09 +00:00 |
|
celestar
|
dfa3c0aae1
|
(svn r8857) -Documentation: Added some doxygen @file tags, repaired others (the @file tag MUST be found before any line of code, that includes preprocessor directives).
|
2007-02-23 08:37:33 +00:00 |
|
rubidium
|
2f249e650b
|
(svn r8546) -Codechange: add a seperate (wrapper) functions to send/receive booleans.
|
2007-02-02 23:16:58 +00:00 |
|
rubidium
|
fe996cb13d
|
(svn r8543) -Codechange: make a real difference between querying the server via UDP and TCP.
|
2007-02-02 21:04:50 +00:00 |
|
rubidium
|
105cd53868
|
(svn r8523) -Codechange: move all the Network(Recv|Send)_(uintXX|string) functions to Packet.
|
2007-02-01 23:26:44 +00:00 |
|
rubidium
|
51c2af6e5e
|
(svn r8521) -Codechange: initial step in converting Packet to a class; make and use constructors and functions related to the reading/saving the packet size.
|
2007-02-01 22:30:35 +00:00 |
|
rubidium
|
3e6bd9c2e9
|
(svn r8437) -Codechange: move often duplicated (in MSU) define to the udp header.
|
2007-01-28 13:07:24 +00:00 |
|
rubidium
|
daeadd9a0e
|
(svn r8361) -Codechange: make sure the range of the dates coming from the network are valid in OpenTTD
-Codechange: use_password is a boolean variable
-Codechange: move range checking for server_lang and map_set to Recv_NetworkGameInfo
|
2007-01-22 21:38:16 +00:00 |
|
tron
|
e043c6cef7
|
(svn r8097) Replace strlen() {==,!=,>} 0 by the more concise {,!}StrEmpty(). Additionally the test takes O(1) instead of O(n) now
|
2007-01-13 15:00:16 +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
|
cf01dc9b16
|
(svn r8078) -Codechange: rewrite UDP part of the network code to make use classes. This is only one of the many steps to really cleanup the network code.
|
2007-01-12 14:30:01 +00:00 |
|
rubidium
|
a7d0cdf95f
|
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
|
2007-01-10 18:56:51 +00:00 |
|
KUDr
|
07c30785ab
|
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
|
2007-01-10 18:12:09 +00:00 |
|