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.cpp
Age
Commit message (
Expand
)
Author
2007-09-12
(svn r11089) -Codechange: add revision detection to MSVC.
rubidium
2007-08-19
(svn r10932) -Codechange: replace "text" with "chat" for the chat related fun...
rubidium
2007-07-10
(svn r10498) -Fix [FS#1008]: remove inconsistency between a warning and the a...
rubidium
2007-07-07
(svn r10462) -Add: a command dumper/loader that could be enabled compile-time...
rubidium
2007-04-25
(svn r9716) -Add: server_lang in [network] section of openttd.cfg, so dedicat...
glx
2007-03-20
(svn r9378) -Fix [FS#688] (r9038): cancel in password queries reduces amount ...
rubidium
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
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-11
(svn r8674) [PSP] -Add: added network code for PSP, based on the work of Turulo
truelight
2007-02-08
(svn r8631) -Add: added parameter -l ip[:port] to ./openttd, which redirects ...
truelight
2007-02-02
(svn r8543) -Codechange: make a real difference between querying the server v...
rubidium
2007-02-01
(svn r8525) -Codechange: make NetworkSend_Packet(s) and NetworkRecv_Packet fu...
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-01-30
(svn r8461) -Feature: check for NewGRF compatability before actually download...
rubidium
2007-01-23
(svn r8372) -Fix (8361): NUM_LANDSCAPE comes (via some detour) from openttd.h...
rubidium
2007-01-16
(svn r8168) -Regression (r6783): ParseConnectionstring didn't use the port pa...
Darkvater
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