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.h
Age
Commit message (
Expand
)
Author
2008-08-11
(svn r14047) -Codechange: move chatmessage handling to the network directory ...
rubidium
2008-06-09
(svn r13433) -Codechange: remove a now useless global variable.
rubidium
2008-05-30
(svn r13343) -Codechange: reorder/move variable/functions in the network head...
rubidium
2008-05-29
(svn r13334) -Codechange: move the network settings variables from network/ne...
rubidium
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-05-04
(svn r12944) -Codechange: use rev.h instead of externs at many places
smatz
2008-01-13
(svn r11840) -Codechange: split network.h so not everything in there needs to...
rubidium
2008-01-13
(svn r11829) -Feature: allow reloading openttd.cfg when starting a new game o...
rubidium
2008-01-12
(svn r11818) -Codechange: split player.h into smaller pieces.
rubidium
2008-01-11
(svn r11811) -Fix: make compilation without networking work again (and thus m...
rubidium
2007-12-22
(svn r11682) -Codechange: move some 'generic' geometry related types into a s...
rubidium
2007-12-02
(svn r11556) -Feature: allow setting a default password for new companies in ...
rubidium
2007-10-30
(svn r11357) -Fix: NetworkUniqueID could be 80 chars, while the max size we g...
truelight
2007-09-12
(svn r11089) -Codechange: add revision detection to MSVC.
rubidium
2007-07-07
(svn r10462) -Add: a command dumper/loader that could be enabled compile-time...
rubidium
2007-06-21
(svn r10246) -Fix (r10297): some forgotten money conversions and truncation i...
rubidium
2007-06-04
(svn r10035) -Change: simplified network language string sorting
glx
2007-06-04
(svn r10032) -Add: sort the strings in server language dropdown
glx
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-01
(svn r8949) -Codechange: only test the first NETWORK_REVISION_LENGTH - 1 char...
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-01
(svn r8520) -Fix/Feature: requery gameservers that did not respond to their f...
rubidium
2007-01-17
(svn r8198) -Codechange: two global variables are not needed when network is ...
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-04
(svn r7825) -Codechange: make NetworkUDPClose close a single UDP socket. Use ...
rubidium
2007-01-02
(svn r7759) -Merge: makefile rewrite. This merge features:
rubidium