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.h
Age
Commit message (
Expand
)
Author
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-03-28
Fix: MSVC warnings (#7423)
glx22
2019-03-26
Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|D...
Henry Wilson
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
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::Get() const with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Find() non-const with std::find()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-24
Codechange: Use override keyword in networking classes.
peter1138
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2015-12-10
(svn r27468) -Fix (r27444): Game Scripts were not displayed in the content do...
zuu
2011-12-09
(svn r23465) -Feature [FS#4827]: add 'find missing content online' button to ...
yexo
2011-05-04
(svn r22423) -Document: some network stuff
rubidium
2011-05-01
(svn r22399) -Codechange: replace some defines in the tcp/content code so dox...
rubidium
2011-03-06
(svn r22208) -Fix [FS#4543]: When downloading a file via HTTP failed mid-way ...
rubidium
2011-01-22
(svn r21886) -Codechange: move documentation towards the code to make it more...
rubidium
2010-02-03
(svn r18994) -Change: content mirroring support (based on work by TrueBrain).
rubidium
2010-02-03
(svn r18992) -Codechange: move the file opening/closing out of the content do...
rubidium
2010-02-03
(svn r18991) -Codechange: simplify memory management of DownloadSelectedContent
rubidium
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-10-04
(svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic'...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-01-23
(svn r15221) -Change [FS#2574]: only show missing NewGRFs when opening the co...
rubidium
2009-01-20
(svn r15178) -Change: rename 'update' to 'upgrade' as that's a bit more clear
rubidium
2009-01-20
(svn r15176) -Fix [FS#2554]: querying the content server could free when reso...
rubidium
2009-01-17
(svn r15126) -Feature: downloading content from a central server (content.ope...
rubidium