summaryrefslogtreecommitdiff
path: root/src/network/network_content.cpp
AgeCommit message (Collapse)Author
2011-01-23(svn r21898) -Fix [FS#4438]: using a pointer-iterator and adding things ↵rubidium
(thus reallocating) to the iterated array caused OpenTTD to crash on invalid pointers
2011-01-22(svn r21886) -Codechange: move documentation towards the code to make it ↵rubidium
more likely to be updated [n].
2010-11-30(svn r21358) -Codechange: make some network function names conform to coding ↵rubidium
style
2010-11-25(svn r21319) -Fix: crash when creating file download by the content download ↵smatz
system failed
2010-11-25(svn r21318) -Fix: parameters to ShowErrorMessage() were swapped when ↵smatz
content download failed
2010-10-17(svn r20957) -Codechange: Add another parameter to FindGRFConfig() to define ↵frosch
search restrictions.
2010-10-15(svn r20933) -Codechange: move some more client related methods and such to ↵rubidium
network_client.cpp
2010-08-15(svn r20499) -Doc: Spelling fixes, and one doxygen comment addition.alberth
2010-07-19(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be ↵rubidium
missed :)
2010-07-08(svn r20089) -Fix [FS#3932]: Access of already freed memory, esp. due to ↵frosch
hidden destructor call from Swap().
2010-07-05(svn r20082) -Fix [FS#3899]: reading deleted memory when selecting a NewGRF ↵rubidium
in the content download window of which the data has not been acquired from the content server. The crash would occur after the content server's reply was processed and the ContentInfo object was replaced with another.
2010-05-10(svn r19777) -Change: use the file scanner to find the .tarsrubidium
2010-04-21(svn r19686) -Fix (r15126): truncated archives were not detected when using ↵smatz
zlib 1.2.3. This also fixes zlib 1.2.4 compatibility, zlib 1.2.5 is bugfree
2010-04-12(svn r19614) -Codechange: "it's" => "its" where appropriatesmatz
2010-04-10(svn r19600) -Fix (r18994): Presence of online content was not properly ↵frosch
updated after download due to duplicate slashes in the path.
2010-02-26(svn r19262) -Feature: finalise BaNaNaS support for music setsrubidium
2010-02-24(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bitsmatz
2010-02-10(svn r19081) -Codechange: make it possible to disable compilation of the ↵rubidium
AI+Squirrel
2010-02-04(svn r19001) -Fix: some GCC compile warningsrubidium
2010-02-03(svn r18996) -Fix (r18993, r18994): MSVC 64 bits had somethings to complain ↵rubidium
about
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 ↵rubidium
download function
2010-02-03(svn r18991) -Codechange: simplify memory management of DownloadSelectedContentrubidium
2009-12-26(svn r18638) -Fix: downloading music sets would failrubidium
2009-10-31(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string ↵alberth
before the details string. Gentlemen, swap your string parameters.
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-21(svn r17245) -Fix [FS#3137] (r17015): you could, via unselect all, also ↵rubidium
unselect already installed content; it would not uninstall it though
2009-08-09(svn r17139) -Change: add the concept of sound setsrubidium
2009-08-09(svn r17133) -Codechange: generalise the code that searches for base graphicsrubidium
2009-08-02(svn r17038) -Fix (r17015): don't download the stuff we already haverubidium
2009-05-19(svn r16361) -Fix: pointer incremented with wrong countrubidium
2009-04-07(svn r15967) -Codechange: do not access NetworkSocketHandler::has_quit directlyrubidium
2009-04-03(svn r15941) -Codechange: jonty-comp's wish partly implemented (content ↵rubidium
server) ;)
2009-04-02(svn r15914) -Codechange: let the content handling make use of NetworkAddress.rubidium
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-03-06(svn r15632) -Feature: allow downloading scenarios and heightmaps via bananas.rubidium
2009-02-25(svn r15580) -Fix [FS#2684]: last activity time not properly updated causing ↵rubidium
downloads to be aborted after a minute.
2009-02-24(svn r15565) -Fix [FS#2675]: dependency information wasn't requested after ↵rubidium
the content state was reset causing the dependencies not always being selected (and thus downloaded) automatically.
2009-02-22(svn r15552) -Fix (r15544): some compiler/OS combinations don't like closing ↵rubidium
the same FD twice and zlib's docs weren't very clear about whether it would close a FD it didn't open.
2009-02-21(svn r15544) -Fix [FS#2650]: extracting downloaded content didn't work for ↵rubidium
Windows if one uses a non-ASCII.
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-23(svn r15221) -Change [FS#2574]: only show missing NewGRFs when opening the ↵rubidium
content download window from a NewGRF list and there are missing NewGRFs, otherwise show just all NewGRFs the system knows.
2009-01-23(svn r15217) -Fix [FS#2573] (r15176): more corner cases when removing things ↵rubidium
from iterated vectors
2009-01-23(svn r15215) -Fix: various MSVC x64 compiler warningsrubidium
2009-01-21(svn r15196) -Fix (r15195): != != == :(rubidium
2009-01-21(svn r15195) -Fix: don't crash when removing from something you're iterating ↵rubidium
over
2009-01-20(svn r15178) -Change: rename 'update' to 'upgrade' as that's a bit more clearrubidium
2009-01-20(svn r15176) -Fix [FS#2554]: querying the content server could free when ↵rubidium
resolving the hostname or connecting takes long/is timing out.
2009-01-18(svn r15135) -Fix/Change: allow str_validate (part of receiving strings from ↵rubidium
the network) to pass newlines instead of replacing them with question marks, but only when asked to do so.