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
/
network.c
Age
Commit message (
Expand
)
Author
2005-07-24
(svn r2701) Insert Id tags into all source files
tron
2005-07-22
(svn r2673) Include functions.h directly, not globally via openttd.h
tron
2005-07-21
(svn r2663) Include variables.h only in these files which need it, not global...
tron
2005-07-16
(svn r2590) Fix: [network] Fixed NetworkHandleLocalQueue
ludde
2005-07-16
(svn r2589) Fix: [network] Fixed static variable that wasn't initialized. Wou...
ludde
2005-07-16
(svn r2588) Codechange: Remove PLAYER_SEED_RANDOM
ludde
2005-07-15
(svn r2583) Move OS specific code out of misc.c
ludde
2005-07-14
(svn r2564) Fix: Fixed conceptual issue in network_gui.c. AllocateName is not...
ludde
2005-06-04
(svn r2405) Simplify a few '? true : false' and '? false : true', especially ...
tron
2005-05-17
(svn r2337) -Fix: NetworkUDPRemoveAdvertise wasn't fully correct (which made ...
truelight
2005-05-02
(svn r2243) -Fix: Rework of console. Use 'help command|variable' to get help ...
Darkvater
2005-04-06
(svn r2157) - Feature (request): [ 1166978 ] Focus keyboard on input-box in M...
Darkvater
2005-04-02
(svn r2126) - Fix: #2 Fix compilation with network disabled, and comment out ...
Darkvater
2005-03-30
(svn r2108) -Fix: the server now also unpause when a client desyncs or something
truelight
2005-03-29
(svn r2106) -Fix: improved the network-join algoritm, it is now a bit more st...
truelight
2005-03-09
(svn r1970) Fix some warnings which Cygwin showed
tron
2005-02-07
(svn r1836) Clean up some strange constructs concerning socket options
tron
2005-02-06
(svn r1833) byte -> char transition: the rest
tron
2005-02-06
(svn r1821) Move generic string handling functions to string.[ch] and introdu...
tron
2005-02-06
(svn r1813) Declare functions implemented in strings.c in their own shiny new...
tron
2005-02-05
(svn r1803) Move debugging stuff into files of it's own
tron
2005-01-22
(svn r1596) Add some more statics
tron
2005-01-22
(svn r1594) Convert all undefined parameter lists to (void) and add the appro...
tron
2005-01-15
(svn r1527) -Add: RCon (Remote Connection). A server can set:
truelight
2005-01-14
(svn r1509) Const correctness and add static where appropriate while touching...
tron
2005-01-09
(svn r1451) Fix some of the signed/unsigned comparison warnings
tron
2005-01-05
(svn r1389) -Add: [Network] Added packet protection. No longer a client or se...
truelight
2005-01-05
(svn r1381) Fix: [ 1095143 ] Servers list now also saves the port
dominik
2005-01-03
(svn r1344) Use MapSize[XY]() (or MapSize()/MapMax[XY]() where appropriate) i...
tron
2005-01-02
(svn r1322) -Add: banning system (mostly tnx to guru3)
truelight
2004-12-29
(svn r1297) Language fixes in the source.. (ln-)
miham
2004-12-22
(svn r1239) -Feature: Added gui option of setting company password. It can be...
darkvater
2004-12-22
(svn r1236) MorphOS: added make release like in OSX (tokai)
bjarni
2004-12-22
(svn r1228) -Add: [Network] When a server normally shuts down, it removed its...
truelight
2004-12-22
(svn r1227) -Add: Ingame Server-list (select Internet, then Find Servers)
truelight
2004-12-21
(svn r1202) -Fix: removed unused variable
truelight
2004-12-20
(svn r1194) Feature: You can now add and remove servers from the server list....
dominik
2004-12-20
(svn r1186) -Fix: [Network] You can now join a company on a server where a co...
truelight
2004-12-20
(svn r1184) -Fix: [Network] %p as chat message no longer gives funny result (...
truelight
2004-12-19
(svn r1174) -Fix: [Network] All strings can now be translated (no more hardco...
truelight
2004-12-19
(svn r1168) -Cleanup: [Network] Cleaned the network code a bit. Added 'const'
truelight
2004-12-18
(svn r1162) The server list can now be automatically filled from the config f...
dominik
2004-12-16
(svn r1137) -Fix: [Network] Replaces all strncpy with ttd_strlcpy.. windows r...
truelight
2004-12-16
(svn r1124) -Fix: [Network] Also the server now has the option Give Money in
truelight
2004-12-15
(svn r1117) Move map arrays and some related macros into their own files map....
tron
2004-12-15
(svn r1113) -Add: [Network] Added the GUI part for server advertising. When y...
truelight
2004-12-15
(svn r1106) -Add: [Network] Added master-server protocol and advertise to
truelight
2004-12-15
(svn r1098) -Fix: server without revision build doesn't care about the client...
darkvater
2004-12-15
(svn r1096) -Fix: [Network] PlayAs is now registered correctly
truelight
2004-12-15
(svn r1093) -Fix: Hopefully fixed windows revision issues once and for all. R...
darkvater
[next]