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_gamelist.cpp
Age
Commit message (
Expand
)
Author
2021-08-23
Fix: [Network] don't show GameScript " (v0)" for old servers (#9507)
Patric Stout
2021-07-18
Remove: the concept of UnknownGRFs
rubidium42
2021-07-11
Codechange: track servers with a ServerAddress instead of a NetworkAddress
Patric Stout
2021-07-10
Remove: old server listing via Master Server
Patric Stout
2021-07-10
Codechange: track version of network servers to prune once out-of-date
Patric Stout
2021-05-12
Change: reworked the debug levels for network facility (#9251)
Patric Stout
2021-05-06
Codechange: [Network] Use std::string for NetworkGameInfo
rubidium42
2021-05-06
Codechange: [Network] Use new/delete instead of calloc/free for NetworkGameList
rubidium42
2021-05-05
Codechange: use connection_string in favour of NetworkAddress (#9197)
Patric Stout
2021-04-30
Change: use TCP for everything except for master-server and initial server sc...
Patric Stout
2021-04-29
Codechange: use NetworkAddress instead of two host/port variables where possible
Patric Stout
2021-04-29
Cleanup: remove write-only variable "hostname" in NetworkGameList
Patric Stout
2020-05-21
Codechange: Replace custom linked list for GRF texts with STL vectors and str...
Michael Lutz
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-06
Codechange: Use atomic variables for thread synchronization where useful.
Michael Lutz
2019-04-06
Codechange: Replace custom mutex code with C++11 mutex'es.
Michael Lutz
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2012-12-01
(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from ...
alberth
2012-03-25
(svn r24070) -Fix [FS#5098]: the 'last joined' server was not properly select...
rubidium
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-05-02
(svn r22410) -Document: some more bits ;)
rubidium
2011-03-03
(svn r22162) -Fix [FS#4533]: No update of NewGRF window when unknown GRF name...
yexo
2011-02-08
(svn r22029) -Fix [FS#4482]: the server list got not resorted/redrawn after N...
rubidium
2010-10-17
(svn r20957) -Codechange: Add another parameter to FindGRFConfig() to define ...
frosch
2010-08-30
(svn r20692) -Fix [FS#4055]: crash after downloading missing content
yexo
2010-08-01
(svn r20286) -Codechange: Unify end of doxygen comments.
frosch
2010-08-01
(svn r20283) -Codechange: Unify start of doygen comments.
frosch
2010-07-31
(svn r20249) -Codechange: change the newgrf name/description from a char* to ...
yexo
2010-05-13
(svn r19814) -Codechange: give some more unnamed enums a name, in case they c...
rubidium
2010-02-25
(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of s...
yexo
2010-01-06
(svn r18746) -Fix [FS#3489]: clear the cached NewGRFs of a server when receiv...
rubidium
2009-11-09
(svn r18027) -Codechange: make some unneededly global variables static and re...
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-09-17
(svn r17562) -Fix [FS#2972]: the NewGRF settings of (remote) network games di...
rubidium
2009-09-01
(svn r17339) -Codechange: move thread related files to their own directory (l...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-07-29
(svn r16981) -Fix [FS#3062]: the last manually added server would not be saved
rubidium
2009-04-15
(svn r16064) -Fix: memory leak when querying a server multiple times.
rubidium
2009-04-09
(svn r15998) -Codechange: some coding style updates
rubidium
2009-04-08
(svn r15991) -Fix: don't add 0.0.0.0/:: to the server list; you can't connect...
rubidium
2009-04-03
(svn r15931) -Codechange: let the host and ban lists use of SmallVector.
rubidium
2009-04-03
(svn r15926) -Codechange: make the broadcast IP list less AF dependent.
rubidium
2009-04-02
(svn r15917) -Codechange: remove the latest traces of NetworkAddress::GetIP.
rubidium
2009-04-02
(svn r15916) -Codechange: let the network game list use NetworkAddress
rubidium
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-20
(svn r15159) -Fix: move the UDP queries that resolve a hostname into threads ...
rubidium
2009-01-20
(svn r15157) -Codechange: wrap the hostname/ip and port into a single structu...
rubidium
2008-05-30
(svn r13343) -Codechange: reorder/move variable/functions in the network head...
rubidium
[next]