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.h
Age
Commit message (
Expand
)
Author
2011-05-04
(svn r22423) -Document: some network stuff
rubidium
2011-05-01
(svn r22400) -Codechange: replace some defines in the tcp/game code so doxyge...
rubidium
2011-02-11
(svn r22063) -Change: make the "has network" check also check whether the cli...
rubidium
2011-01-19
(svn r21851) -Codechange: rename NetworkClientSetPassword to NetworkClientSet...
rubidium
2011-01-19
(svn r21850) -Codechange: move password hashing to a more general location (d...
rubidium
2010-12-05
(svn r21397) -Change/Feature-ish: when getting a savegame from the server, ju...
rubidium
2010-12-05
(svn r21392) -Change: prepare the network protocol for getting the file size ...
rubidium
2010-11-30
(svn r21361) -Change: make sure the client is listening, or rather receiving,...
rubidium
2010-11-26
(svn r21334) -Fix [FS#4271]: make (more) sure that the savegame and transferr...
rubidium
2010-11-19
(svn r21256) -Fix [FS#4189]: Clients weren't always notified when the connect...
rubidium
2010-10-24
(svn r21033) -Codechange: be more strict with the packets a client accepts at...
rubidium
2010-10-24
(svn r21029) -Codechange: split the map downloading packet + 3-state enum int...
rubidium
2010-10-24
(svn r21027) -Change/Fix: under some circumstances the file handle of the dow...
rubidium
2010-10-17
(svn r20966) -Change: enable remote administration sockets (parts by Yexo and...
rubidium
2010-10-15
(svn r20935) -Codechange: only let the server side use a pool of connected so...
rubidium
2010-10-15
(svn r20933) -Codechange: move some more client related methods and such to n...
rubidium
2010-10-15
(svn r20929) -Codechange: make NetworkCloseClient a class method
rubidium
2010-10-15
(svn r20925) -Codechange: make the client send commands have a slightly more ...
rubidium
2010-10-15
(svn r20924) -Codechange: make the game connection packet handling look more ...
rubidium
2010-10-15
(svn r20923) -Codechange: prepare creating sub-classes of NetworkClientSocket...
rubidium
2010-04-11
(svn r19607) -Codechange: use different packet types instead of packet subtypes
smatz
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-06-10
(svn r16555) -Feature [FS#570]: ability to enter server and company password ...
smatz
2009-05-19
(svn r16360) -Codechange: don't use _network_playas as a 'second' _local_comp...
rubidium
2009-01-23
(svn r15242) -Feature: allow moving clients between companies/spectators by t...
rubidium
2009-01-08
(svn r14915) -Codechange: unify the receiving and sending of commands, and th...
rubidium
2008-12-29
(svn r14764) -Codechange: make the '***' chat messages like "Game paused (not...
rubidium
2008-12-23
(svn r14721) -Codechange: s/NetworkTCPSocketHandler/NetworkClientSocket/ as i...
rubidium
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-01-12
(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets ...
rubidium
2007-01-02
(svn r7759) -Merge: makefile rewrite. This merge features:
rubidium