rubidium
|
2f249e650b
|
(svn r8546) -Codechange: add a seperate (wrapper) functions to send/receive booleans.
|
2007-02-02 23:16:58 +00:00 |
|
rubidium
|
500f9a971a
|
(svn r8546) -Codechange: add a seperate (wrapper) functions to send/receive booleans.
|
2007-02-02 23:16:58 +00:00 |
|
rubidium
|
e50cc1ae49
|
(svn r8544) -Codechange: move game list related function/struct declarations to network_gamelist.h
|
2007-02-02 21:32:58 +00:00 |
|
rubidium
|
9ddd227eb3
|
(svn r8544) -Codechange: move game list related function/struct declarations to network_gamelist.h
|
2007-02-02 21:32: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
|
6a820a30d1
|
(svn r8543) -Codechange: make a real difference between querying the server via UDP and TCP.
|
2007-02-02 21:04:50 +00:00 |
|
rubidium
|
6fd39ebb7c
|
(svn r8542) -Codechange (Fix?): tweak the gamelist requery timeout so more servers are found for slow network connections.
|
2007-02-02 20:57:03 +00:00 |
|
rubidium
|
07b9d95c3c
|
(svn r8542) -Codechange (Fix?): tweak the gamelist requery timeout so more servers are found for slow network connections.
|
2007-02-02 20:57:03 +00:00 |
|
rubidium
|
922a623402
|
(svn r8525) -Codechange: make NetworkSend_Packet(s) and NetworkRecv_Packet functions of NetworkTCPSocketHandler.
|
2007-02-01 23:50:15 +00:00 |
|
rubidium
|
59f4f056df
|
(svn r8525) -Codechange: make NetworkSend_Packet(s) and NetworkRecv_Packet functions of NetworkTCPSocketHandler.
|
2007-02-01 23:50:15 +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
|
16ce6def09
|
(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
|
99f860e686
|
(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
|
752ca4ebf7
|
(svn r8520) -Fix/Feature: requery gameservers that did not respond to their first query.
|
2007-02-01 21:04:40 +00:00 |
|
rubidium
|
15980fc023
|
(svn r8520) -Fix/Feature: requery gameservers that did not respond to their first query.
|
2007-02-01 21:04:40 +00:00 |
|
rubidium
|
2a9851a3ad
|
(svn r8511) -Codechange: make WindowClass an enumerated value.
|
2007-02-01 15:49:12 +00:00 |
|
rubidium
|
c8882bd3d2
|
(svn r8511) -Codechange: make WindowClass an enumerated value.
|
2007-02-01 15:49:12 +00:00 |
|
KUDr
|
02f17406b1
|
(svn r8479) -Fix (r8459): Silenced VC warning C4099: 'Packet' : type name first seen using 'class' now seen using 'struct'
-Codechange: 'typedef struct Packet' changed to 'struct Packet'
|
2007-01-31 09:51:22 +00:00 |
|
KUDr
|
f9462a50e9
|
(svn r8479) -Fix (r8459): Silenced VC warning C4099: 'Packet' : type name first seen using 'class' now seen using 'struct'
-Codechange: 'typedef struct Packet' changed to 'struct Packet'
|
2007-01-31 09:51:22 +00:00 |
|
rubidium
|
6787514d62
|
(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.
|
2007-01-30 17:22:56 +00:00 |
|
rubidium
|
86b046864a
|
(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.
|
2007-01-30 17:22:56 +00:00 |
|
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
|
291b7925ee
|
(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
|
f78d463f07
|
(svn r8446) -Fix (8445): accidentally made a function that should not be abstract abstract.
|
2007-01-28 20:54:30 +00:00 |
|
rubidium
|
00782c089d
|
(svn r8446) -Fix (8445): accidentally made a function that should not be abstract abstract.
|
2007-01-28 20:54:30 +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
|
f72dde5236
|
(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
|
3e6bd9c2e9
|
(svn r8437) -Codechange: move often duplicated (in MSU) define to the udp header.
|
2007-01-28 13:07:24 +00:00 |
|
rubidium
|
5d3ad5601d
|
(svn r8437) -Codechange: move often duplicated (in MSU) define to the udp header.
|
2007-01-28 13:07:24 +00:00 |
|
Darkvater
|
2ff4492abc
|
(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.
|
2007-01-27 12:29:55 +00:00 |
|
Darkvater
|
50ca901b40
|
(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.
|
2007-01-27 12:29:55 +00:00 |
|
truelight
|
ef37b30674
|
(svn r8411) [MorphOS] -Fix: tons of unneeded warnings in networking code, because MorphOS wants UBYTE arrays and we use char arrays. Solution is a bit hackish.
|
2007-01-26 08:27:59 +00:00 |
|
truelight
|
cf07eafb97
|
(svn r8411) [MorphOS] -Fix: tons of unneeded warnings in networking code, because MorphOS wants UBYTE arrays and we use char arrays. Solution is a bit hackish.
|
2007-01-26 08:27:59 +00:00 |
|
rubidium
|
89865658b1
|
(svn r8372) -Fix (8361): NUM_LANDSCAPE comes (via some detour) from openttd.h, which does not exist in the masterserver/updater.
|
2007-01-23 14:47:38 +00:00 |
|
rubidium
|
269c1a58a0
|
(svn r8372) -Fix (8361): NUM_LANDSCAPE comes (via some detour) from openttd.h, which does not exist in the masterserver/updater.
|
2007-01-23 14:47:38 +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 |
|
rubidium
|
3e10a726e5
|
(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 |
|
rubidium
|
a93eb4b8d8
|
(svn r8316) -Codechange: move the GRF ID and MD5 checksum from GRFConfig to GRFIdentifier so it can be reused.
|
2007-01-21 17:29:38 +00:00 |
|
rubidium
|
cf83a9f065
|
(svn r8316) -Codechange: move the GRF ID and MD5 checksum from GRFConfig to GRFIdentifier so it can be reused.
|
2007-01-21 17:29:38 +00:00 |
|
rubidium
|
e3b79e5ecc
|
(svn r8198) -Codechange: two global variables are not needed when network is disabled.
|
2007-01-17 19:55:18 +00:00 |
|
rubidium
|
dec9698edc
|
(svn r8198) -Codechange: two global variables are not needed when network is disabled.
|
2007-01-17 19:55:18 +00:00 |
|
rubidium
|
3ce83d41fa
|
(svn r8171) -Fix (FS#556): return SL_ERROR when unthreaded saves failed, to make sure we do not try to send zero-byte savegames.
|
2007-01-17 00:01:55 +00:00 |
|
rubidium
|
0bd6622c2e
|
(svn r8171) -Fix (FS#556): return SL_ERROR when unthreaded saves failed, to make sure we do not try to send zero-byte savegames.
|
2007-01-17 00:01:55 +00:00 |
|
Darkvater
|
4b3cbf1a14
|
(svn r8168) -Regression (r6783): ParseConnectionstring didn't use the port parameter if a player was also specified. (both IP#Player:Port and IP:Port#Player btw)
|
2007-01-16 23:01:06 +00:00 |
|
Darkvater
|
1f3ea708c3
|
(svn r8168) -Regression (r6783): ParseConnectionstring didn't use the port parameter if a player was also specified. (both IP#Player:Port and IP:Port#Player btw)
|
2007-01-16 23:01:06 +00:00 |
|
rubidium
|
5696dfef94
|
(svn r8167) -Fix (FS#556): a network client crashes, due to a division by zero, when the connection gets lost at the right moment or when the packet is malformed (server sends size 0 for the map).
|
2007-01-16 22:56:18 +00:00 |
|
rubidium
|
96b19ca23e
|
(svn r8167) -Fix (FS#556): a network client crashes, due to a division by zero, when the connection gets lost at the right moment or when the packet is malformed (server sends size 0 for the map).
|
2007-01-16 22:56:18 +00:00 |
|
peter1138
|
13da8502c0
|
(svn r8129) -Codechange: Change data tables to use split off palette map. And
include a file missed last time...
|
2007-01-14 19:59:25 +00:00 |
|
peter1138
|
4b4c5a403b
|
(svn r8129) -Codechange: Change data tables to use split off palette map. And
include a file missed last time...
|
2007-01-14 19:59:25 +00:00 |
|