summaryrefslogtreecommitdiff
path: root/src/network/core
AgeCommit message (Expand)Author
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-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-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-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-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
2007-01-05(svn r7882) -Fix: OS2 is defined as UNIX too, but not for networkingtruelight
2007-01-05(svn r7847) -Codechange: use NetworkUDPClose instead of calling closesocket d...rubidium
2007-01-04(svn r7836) -Codechange: some constness for network/core.rubidium
2007-01-04(svn r7834) -Codechange: cleanup the includes of network/core a little; inclu...rubidium
2007-01-04(svn r7833) -Fix (r7829): forgot to add debug.h to the includes.rubidium
2007-01-04(svn r7830) -Codechange: let NetworkCoreInitialize return a bool, so we have ...rubidium
2007-01-04(svn r7829) -Codechange: move the network (core) initialization/shutdown func...rubidium
2007-01-04(svn r7825) -Codechange: make NetworkUDPClose close a single UDP socket. Use ...rubidium
2007-01-04(svn r7821) -Fix: be more strict about the socket from where packets arrive. ...rubidium
2007-01-02(svn r7767) -Fix r7751: [OSX] nameclash in includes. ALIGN was defined in bot...bjarni
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium