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_client.cpp
Age
Commit message (
Expand
)
Author
2007-10-30
(svn r11357) -Fix: NetworkUniqueID could be 80 chars, while the max size we g...
truelight
2007-07-16
(svn r10587) -Codechange: move the string/dparam related stuff from variables...
rubidium
2007-07-10
(svn r10501) -Fix [FS#1015]: error dialog was sometimes shown on all clients ...
rubidium
2007-06-25
(svn r10325) -Fix (r10323): Missed 3 company name references
peter1138
2007-06-17
(svn r10182) -Codechange: rewrite most part of the file loading/searching to ...
rubidium
2007-04-26
(svn r9719) -Fix: in-game private messages did not work for clients with a Cl...
rubidium
2007-04-18
(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tab...
rubidium
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-02-02
(svn r8546) -Codechange: add a seperate (wrapper) functions to send/receive b...
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-01-30
(svn r8461) -Feature: check for NewGRF compatability before actually download...
rubidium
2007-01-16
(svn r8167) -Fix (FS#556): a network client crashes, due to a division by zer...
rubidium
2007-01-12
(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets ...
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