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.cpp
Age
Commit message (
Expand
)
Author
2009-10-09
(svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Ini...
smatz
2009-10-07
(svn r17742) -Codechange: remove unused variable from Recv_Packet
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-09-13
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for...
frosch
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-21
(svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdpart...
rubidium
2009-08-05
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...
rubidium
2009-06-10
(svn r16555) -Feature [FS#570]: ability to enter server and company password ...
smatz
2009-05-22
(svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetAct...
smatz
2009-05-19
(svn r16360) -Codechange: don't use _network_playas as a 'second' _local_comp...
rubidium
2009-05-17
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...
smatz
2009-05-16
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
smatz
2009-04-26
(svn r16175) -Fix: Disable the join button in the multiplayer lobby for AI co...
yexo
2009-04-07
(svn r15967) -Codechange: do not access NetworkSocketHandler::has_quit directly
rubidium
2009-04-04
(svn r15947) -Codechange: replace uint32 client_ip with NetworkAddress client...
rubidium
2009-03-15
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...
rubidium
2009-02-25
(svn r15575) -Codechange: Rename GameModes to GameMode and store _game_mode a...
yexo
2009-02-09
(svn r15428) -Codechange: consistently use colour instead of having both colo...
rubidium
2009-02-04
(svn r15338) -Fix [FS#2598]: close all construction related windows whenever ...
rubidium
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-23
(svn r15247) -Change: show a lock near the password/join button in the compan...
rubidium
2009-01-23
(svn r15242) -Feature: allow moving clients between companies/spectators by t...
rubidium
2009-01-16
(svn r15104) -Codechange: unify the resolving of the xyz kbytes/megabytes str...
rubidium
2009-01-12
(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...
truebrain
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
2009-01-07
(svn r14897) -Codechange: don't allow a few command flags to be sent over the...
rubidium
2009-01-04
(svn r14828) -Codechange: move most of save/load-specific code to separate files
smatz
2008-12-29
(svn r14770) -Fix: gracefully handle an invalid packet instead of asserting.
rubidium
2008-12-29
(svn r14764) -Codechange: make the '***' chat messages like "Game paused (not...
rubidium
2008-12-28
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...
rubidium
2008-12-23
(svn r14730) -Codechange: remove the need for networkclientsockets and networ...
rubidium
2008-12-23
(svn r14726) -Fix (r14720): making new companies in network kinda failed...
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 r14719) -Codechange: replace DEREF_CLIENT with an instance function and ...
rubidium
2008-12-22
(svn r14717) -Change: more 'Index' -> ClientID to not confuse ClientID and Cl...
rubidium
2008-12-22
(svn r14716) -Codechange: move more network core querying to the network files.
rubidium
2008-12-22
(svn r14715) -Codechange: move some network code from the main gui file into ...
rubidium
2008-12-22
(svn r14712) -Codechange: split server and client side w.r.t. the storage of ...
rubidium
2008-12-22
(svn r14711) -Codechange: don't misuse the _network_company_info password fie...
rubidium
2008-12-22
(svn r14710) -Change: simplify sending company information from the server to...
rubidium
2008-12-22
(svn r14709) -Codechange: make a clearer distinction between 'unique' client ...
rubidium
2008-11-02
(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat an...
skidd13
2008-09-30
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
rubidium
2008-09-30
(svn r14421) -Codechange: rename all player variables/types to company *or* c...
rubidium
2008-08-31
(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h...
rubidium
2008-08-11
(svn r14045) -Codechange: move the network's limitation to chat messages to a...
rubidium
2008-07-19
(svn r13740) -Fix (r13731): one could only join the first company.
rubidium
[next]