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_content.cpp
Age
Commit message (
Expand
)
Author
2021-09-11
Add: support filtering content entries for patchpacks (#9541)
Patric Stout
2021-09-09
Fix #9535: Maintain a reverse dependency map of network content (#9538)
Jonathan G Rennison
2021-07-10
Feature: allow setting (game) coordinator and content server connection strin...
Rubidium
2021-06-10
Cleanup: [ContentInfo] Remove some functions that are not needed anymore
rubidium42
2021-06-10
Codechange: [ContentInfo] Use std::string instead of string buffers
rubidium42
2021-06-10
Codechange: [ContentInfo] Use a vector for dependencies instead of custom all...
rubidium42
2021-06-10
Codechange: [ContentInfo] Use StringList for tags instead of custom allocations
rubidium42
2021-05-29
Codechange: Rename window related DeleteXXX to match new behaviour
glx22
2021-05-27
Fix: do not hide parameter by local variable with the same name
rubidium42
2021-05-13
Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261)
Patric Stout
2021-05-13
Codechange: remove pointless close call due to resolving virtual functions st...
Rubidium
2021-05-10
Fix: leaking file descriptors
Rubidium
2021-05-05
Codechange: use connection_string in favour of NetworkAddress (#9197)
Patric Stout
2021-04-25
Change: use 32 KiB packets to send requests to the content server
Rubidium
2021-04-25
Codechange: differentiate between UDP, TCP and compatibility MTU values
Rubidium
2021-04-24
Codechange: encapsulate writing data from Packets into sockets/files/buffers ...
Rubidium
2021-02-27
Codechange: [Network] replace _realtime_tick with std::chrono
Patric Stout
2021-01-08
Fix: Start the inactivity-timeout for the content server only after the conne...
frosch
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-12-27
Fix b408fe7: Don't try to construct a std::string from nullptr
Charles Pigott
2020-12-27
Codechange: Even more std::string usage in file IO.
Michael Lutz
2020-12-27
Codechange: Use std::string in FIO search path handling.
Michael Lutz
2020-12-15
Fix: Remove unnessary reference to suppress warning (#8337)
Byoungchan Lee
2020-12-15
Add: support for emscripten (play-OpenTTD-in-the-browser)
Patric Stout
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-05-04
Codechange: replace grow() usage in ClientNetworkContentSocketHandler::OnRece...
glx
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-09
Fix: Crash due to use of invalid iterator in ClientNetworkContentSocketHandler
Jonathan G Rennison
2019-03-28
Fix: MSVC warnings (#7423)
glx22
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Include() with include()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Contains() with std::find() pattern
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Reset() with std::vector::clear() + shrink_...
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Clear() with std::vector::clear()
Henry Wilson
2019-03-24
Codechange: Use override keyword in networking classes.
peter1138
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2019-02-06
Fix fdc2e85: Double close of file handles
Niels Martin Hansen
2016-05-22
(svn r27576) -Fix (r27570): Compilation failure with all compilers but mine.
frosch
2016-05-22
(svn r27570) -Fix [FS#6449]: Various incorrect but uncritical size computatio...
frosch
2014-04-23
(svn r26489) -Codechange: properly account for the end of buffers in the file...
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-11-22
(svn r26056) -Fix: a number of possibly uninitialised variables
rubidium
2013-11-22
(svn r26047) -Fix: possible, but very unlikely, null pointer dereference when...
rubidium
2013-07-13
(svn r25597) -Fix [FS#5635]: [Content] When the server closed the connection,...
rubidium
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-08-13
(svn r24466) -Codechange [FS#5236]: add general function for ContentType -> S...
yexo
2012-01-02
(svn r23719) -Fix [FS#4930]: extraction of music packs failed
rubidium
[next]