index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
network_udp.cpp
Age
Commit message (
Expand
)
Author
2007-11-20
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ...
skidd13
2007-07-30
(svn r10736) -Fix: Correct all mispellings of 'successful'.
peter1138
2007-07-26
(svn r10694) -Codechange: update the server information in the game list ever...
rubidium
2007-06-27
(svn r10352) -Fix: the network did not request the newgrf names of newgrfs th...
rubidium
2007-06-24
(svn r10313) -Fix (r8546): value for password "protected" was sent toggled fo...
rubidium
2007-06-23
(svn r10298) -Fix [FS#903]: show the subdirectory below the default data dire...
rubidium
2007-04-18
(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tab...
rubidium
2007-04-04
(svn r9560) -Codechange: add support for multiple 'base' directories for newg...
rubidium
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-03-06
(svn r9031) -Codechange: Introduce grfconfig->status, and use it for states t...
maedhros
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-02
(svn r8546) -Codechange: add a seperate (wrapper) functions to send/receive b...
rubidium
2007-02-02
(svn r8543) -Codechange: make a real difference between querying the server v...
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-01-28
(svn r8437) -Codechange: move often duplicated (in MSU) define to the udp hea...
rubidium
2007-01-22
(svn r8361) -Codechange: make sure the range of the dates coming from the net...
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-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