Thu, 01 Feb 2007 23:50:15 +0000 |
rubidium |
(svn r8525) -Codechange: make NetworkSend_Packet(s) and NetworkRecv_Packet functions of NetworkTCPSocketHandler.
|
file |
diff |
annotate
|
Thu, 01 Feb 2007 23:26:44 +0000 |
rubidium |
(svn r8523) -Codechange: move all the Network(Recv|Send)_(uintXX|string) functions to Packet.
|
file |
diff |
annotate
|
Thu, 01 Feb 2007 22:30:35 +0000 |
rubidium |
(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.
|
file |
diff |
annotate
|
Tue, 30 Jan 2007 17:22:56 +0000 |
rubidium |
(svn r8461) -Feature: check for NewGRF compatability before actually downloading the map from a game server when connecting from the command prompt and internal console.
|
file |
diff |
annotate
|
Sat, 27 Jan 2007 12:29:55 +0000 |
Darkvater |
(svn r8428) -Codechange: Add proper names to aircraft subtypes instead of magic numbers and add a function IsNormalAircraft() which tells us whether the aircraft is in fact some flying device or a rotor/shadow.
|
file |
diff |
annotate
|
Wed, 17 Jan 2007 00:01:55 +0000 |
rubidium |
(svn r8171) -Fix (FS#556): return SL_ERROR when unthreaded saves failed, to make sure we do not try to send zero-byte savegames.
|
file |
diff |
annotate
|
Sat, 13 Jan 2007 15:00:16 +0000 |
tron |
(svn r8097) Replace strlen() {==,!=,>} 0 by the more concise {,!}StrEmpty(). Additionally the test takes O(1) instead of O(n) now
|
file |
diff |
annotate
|
Fri, 12 Jan 2007 20:19:49 +0000 |
rubidium |
(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.
|
file |
diff |
annotate
|
Thu, 11 Jan 2007 17:29:39 +0000 |
KUDr |
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
|
file |
diff |
annotate
|
Wed, 10 Jan 2007 18:56:51 +0000 |
rubidium |
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
|
file |
diff |
annotate
|
Wed, 10 Jan 2007 18:12:09 +0000 |
KUDr |
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
|
file |
diff |
annotate
| base
|