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_internal.h
Age
Commit message (
Expand
)
Author
2010-04-13
(svn r19620) -Fix: desync when a command is received and in the queue while a...
rubidium
2010-04-10
(svn r19596) -Fix (r19593): dedicated server always fast forwarding if compil...
glx
2010-04-09
(svn r19593) -Codechange: improve loading/executing the desync logs
rubidium
2010-02-09
(svn r19072) -Fix [FS#3599]: possible read/write after free when the client t...
rubidium
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-11-23
(svn r18251) -Codechange: make the join status window big font aware
rubidium
2009-11-09
(svn r18027) -Codechange: make some unneededly global variables static and re...
rubidium
2009-10-04
(svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic'...
rubidium
2009-09-22
(svn r17617) -Codechange: make the server side packet handling be more like t...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-06-19
(svn r16601) -Fix [FS#2880]: try 2... hopefully better this time
rubidium
2009-05-14
(svn r16305) -Codechange: force-enable extra sync checking when random debugg...
rubidium
2009-04-10
(svn r16014) -Feature(-ish): allow binding to several IPs; [network]:server_b...
rubidium
2009-04-07
(svn r15969) -Codechange: make the list of broadcast addresses virtually unli...
rubidium
2009-04-03
(svn r15926) -Codechange: make the broadcast IP list less AF dependent.
rubidium
2009-04-03
(svn r15925) -Codechange: remove _network_server_bind_ip as it's pretty AF de...
rubidium
2009-03-15
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...
rubidium
2009-02-09
(svn r15428) -Codechange: consistently use colour instead of having both colo...
rubidium
2009-01-23
(svn r15242) -Feature: allow moving clients between companies/spectators by t...
rubidium
2009-01-20
(svn r15163) -Change/Fix: use a non-blocking method to resolve the hostname a...
rubidium
2009-01-20
(svn r15157) -Codechange: wrap the hostname/ip and port into a single structu...
rubidium
2009-01-16
(svn r15104) -Codechange: unify the resolving of the xyz kbytes/megabytes str...
rubidium
2009-01-14
(svn r15079) -Codechange: split tcp 'backend' and in-game handling like it is...
rubidium
2009-01-10
(svn r14949) -Cleanup: pointer coding style
rubidium
2009-01-08
(svn r14915) -Codechange: unify the receiving and sending of commands, and th...
rubidium
2009-01-08
(svn r14910) -Codechange: merge the command queue handling into a single loca...
rubidium
2008-12-29
(svn r14764) -Codechange: make the '***' chat messages like "Game paused (not...
rubidium
2008-12-23
(svn r14724) -Codechange: move some NetworkClientSocket related function/defi...
rubidium
2008-12-23
(svn r14723) -Codechange: shuffling some stuff around to reduce indirect #inc...
rubidium
2008-12-23
(svn r14722) -Codechange: s/DEREF_CLIENT/GetNetworkClientSocket/
rubidium
2008-12-23
(svn r14721) -Codechange: s/NetworkTCPSocketHandler/NetworkClientSocket/ as i...
rubidium
2008-12-23
(svn r14720) -Codechange: s/FOR_ALL_CLIENTS/FOR_ALL_CLIENT_SOCKETS/ as the la...
rubidium
2008-12-23
(svn r14719) -Codechange: replace DEREF_CLIENT with an instance function and ...
rubidium
2008-12-22
(svn r14718) -Change: remove some direct network core variable accesses from ...
rubidium
2008-12-22
(svn r14712) -Codechange: split server and client side w.r.t. the storage of ...
rubidium
2008-12-22
(svn r14709) -Codechange: make a clearer distinction between 'unique' client ...
rubidium
2008-09-30
(svn r14421) -Codechange: rename all player variables/types to company *or* c...
rubidium
2008-08-11
(svn r14045) -Codechange: move the network's limitation to chat messages to a...
rubidium
2008-08-04
(svn r13988) -Codechange: move the to IP resolving functions to a separate file.
rubidium
2008-06-03
(svn r13370) -Codechange: move the VARDEF stuff from openttd.h to variables.h...
rubidium
2008-06-03
(svn r13369) -Codechange: remove duplication of network configuration setting...
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-03-31
(svn r12501) -Codechange: split signs.h.
rubidium
2008-03-31
(svn r12499) -Codechange: some coding style tweaks for network_internal.h.
rubidium
2008-03-24
(svn r12407) -Add [FS#1866]: more language flags for servers
glx
2008-01-13
(svn r11840) -Codechange: split network.h so not everything in there needs to...
rubidium