summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)Author
2007-03-20(svn r9378) -Fix [FS#688] (r9038): cancel in password queries reduces amount ...rubidium
2007-03-08(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...rubidium
2007-03-08(svn r9061) -Fix [r9038, FS#668]: passwords are send when the server is in th...rubidium
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-06(svn r9038) -Fix [FS#115]: inactive connections are not automatically kicked,...rubidium
2007-03-06(svn r9031) -Codechange: Introduce grfconfig->status, and use it for states t...maedhros
2007-03-05(svn r9016) [SunOS] -Fix: Don't use a struct-member that doesn't exist.celestar
2007-03-01(svn r8949) -Codechange: only test the first NETWORK_REVISION_LENGTH - 1 char...rubidium
2007-02-23(svn r8857) -Documentation: Added some doxygen @file tags, repaired others (t...celestar
2007-02-11(svn r8674) [PSP] -Add: added network code for PSP, based on the work of Turulotruelight
2007-02-11(svn r8673) -Codechange: use SetNonBlocking instead of implementing yet anoth...rubidium
2007-02-08(svn r8631) -Add: added parameter -l ip[:port] to ./openttd, which redirects ...truelight
2007-02-02(svn r8546) -Codechange: add a seperate (wrapper) functions to send/receive b...rubidium
2007-02-02(svn r8544) -Codechange: move game list related function/struct declarations ...rubidium
2007-02-02(svn r8543) -Codechange: make a real difference between querying the server v...rubidium
2007-02-02(svn r8542) -Codechange (Fix?): tweak the gamelist requery timeout so more se...rubidium
2007-02-01(svn r8525) -Codechange: make NetworkSend_Packet(s) and NetworkRecv_Packet fu...rubidium
2007-02-01(svn r8523) -Codechange: move all the Network(Recv|Send)_(uintXX|string) func...rubidium
2007-02-01(svn r8521) -Codechange: initial step in converting Packet to a class; make a...rubidium
2007-02-01(svn r8520) -Fix/Feature: requery gameservers that did not respond to their f...rubidium
2007-02-01(svn r8511) -Codechange: make WindowClass an enumerated value.rubidium
2007-01-31(svn r8479) -Fix (r8459): Silenced VC warning C4099: 'Packet' : type name fir...KUDr
2007-01-30(svn r8461) -Feature: check for NewGRF compatability before actually download...rubidium
2007-01-30(svn r8459) -Codechange: move (Send|Recv)GRFIdentifier to NetworkSocketHandle...rubidium
2007-01-28(svn r8446) -Fix (8445): accidentally made a function that should not be abst...rubidium
2007-01-28(svn r8445) -Cleanup: remove some @params from comments as the parameters did...rubidium
2007-01-28(svn r8437) -Codechange: move often duplicated (in MSU) define to the udp hea...rubidium
2007-01-27(svn r8428) -Codechange: Add proper names to aircraft subtypes instead of mag...Darkvater
2007-01-26(svn r8411) [MorphOS] -Fix: tons of unneeded warnings in networking code, bec...truelight
2007-01-23(svn r8372) -Fix (8361): NUM_LANDSCAPE comes (via some detour) from openttd.h...rubidium
2007-01-22(svn r8361) -Codechange: make sure the range of the dates coming from the net...rubidium
2007-01-21(svn r8316) -Codechange: move the GRF ID and MD5 checksum from GRFConfig to G...rubidium
2007-01-17(svn r8198) -Codechange: two global variables are not needed when network is ...rubidium
2007-01-17(svn r8171) -Fix (FS#556): return SL_ERROR when unthreaded saves failed, to m...rubidium
2007-01-16(svn r8168) -Regression (r6783): ParseConnectionstring didn't use the port pa...Darkvater
2007-01-16(svn r8167) -Fix (FS#556): a network client crashes, due to a division by zer...rubidium
2007-01-14(svn r8129) -Codechange: Change data tables to use split off palette map. And peter1138
2007-01-14(svn r8118) -Codechange: change the ordering of the network list a little:rubidium
2007-01-13(svn r8097) Replace strlen() {==,!=,>} 0 by the more concise {,!}StrEmpty(). ...tron
2007-01-12(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets ...rubidium
2007-01-12(svn r8078) -Codechange: rewrite UDP part of the network code to make use cla...rubidium
2007-01-11(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...KUDr
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr
2007-01-09(svn r8000) -Codechange: drop UDP packets when their internal size does not m...rubidium
2007-01-08(svn r7984) -Fix: out-of-bounds read access on _clients array (Quark)Darkvater
2007-01-06(svn r7932) -Fix (r7931): committed a few files too much :( (the ones I used ...rubidium
2007-01-06(svn r7931) -Fix (r7759): multiple (different) -O flags made compilations wit...rubidium
2007-01-05(svn r7888) -Change: add documentation about the 'on-the-wire' structure of t...rubidium