summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-02-06(svn r26314) -Fix [FS#5899]: The giant-screenshot confirmation window only ↵frosch
triggered for rediculously big screenshots, for ludicrously big ones.
2014-02-06(svn r26313) -Codechange: use a set for finding unique town names instead of ↵rubidium
iterating all just created town names (MJP)
2014-02-06(svn r26312) -Codechange: iterate the nearby tiles instead of the industry ↵rubidium
list for a conflicting industry when the number of industries is really large (MJP)
2014-02-06(svn r26311) -Codechange: use a different method for finding whether there ↵rubidium
is a nearby town when the map has thousands of towns (MJP)
2014-02-06(svn r26310) -Codechange: clean up some caches during town generation to ↵rubidium
keep memory usage significantly lower (MJP)
2014-02-06(svn r26309) -Codechange: instead of memsetting a byte array with zero, use ↵rubidium
a set for marking the flow area of a river
2014-02-06(svn r26308) -Fix-ish: do not try to build more towns/industries than the ↵rubidium
pool can hold (MJP)
2014-02-06(svn r26307) -Add: [nogo] Allow GS to hide story page datezuu
2014-02-06(svn r26306) -Add: [nogo] More story APIs: RemovePageElement, GetCompany, ↵zuu
GetDate, SetDate
2014-02-06(svn r26305) -Add: [nogo] ScriptStoryPageElementList() - a list of all story ↵zuu
page elements for a given page
2014-02-06(svn r26304) -Fix (26303): Forgot to add new fileszuu
2014-02-06(svn r26303) -Add: [nogo] ScriptStoryPageList() - a list of all story pageszuu
2014-02-06(svn r26302) -Doc: [nogo] ScriptStory::Remove does remove both the page and ↵zuu
its elements
2014-02-06(svn r26299) -Fix: [nogo] CmdRemoveStoryPage does not use the string parameterzuu
2014-02-06(svn r26298) -Fix: [nogo] Invalid DoCommand return callback for method ↵zuu
returning bool
2014-02-06(svn r26297) -Update from WebTranslator v3.0:translators
frisian - 1 changes by Rubidium hebrew - 97 changes by oofnik korean - 10 changes by telk5093
2014-02-05(svn r26296) -Update from WebTranslator v3.0:translators
frisian - 53 changes by Geoloep indonesian - 3 changes by UseYourIllusion korean - 27 changes by telk5093 marathi - 31 changes by rbarde
2014-02-04(svn r26295) -Update from WebTranslator v3.0:translators
danish - 1 changes by phnoggie frisian - 147 changes by Geoloep korean - 130 changes by Phryxia, telk5093 luxembourgish - 1 changes by Phreeze
2014-02-03(svn r26294) -Change: [NewGRF] Make vehicle variable 61 return 'not ↵frosch
available' instead of zero when using it in invalid callback contexts.
2014-02-03(svn r26293) -Update from WebTranslator v3.0:translators
english_AU - 1 changes by mrtux frisian - 94 changes by Geoloep korean - 66 changes by Phryxia latvian - 19 changes by okama2 marathi - 42 changes by rbarde
2014-02-02(svn r26292) -Update from WebTranslator v3.0:translators
czech - 6 changes by Eskymak estonian - 1 changes by planetmaker frisian - 152 changes by Geoloep
2014-02-02(svn r26291) -Fix [FS#5866, FS#5888]: Correctly identify opposite ends of ↵fonsinchen
bridges and tunnels when converting rails (adf88)
2014-02-02(svn r26290) -Codechange: Use nicer orthogonal tile iterator constructor and ↵fonsinchen
simplify calculation of explosion points when clearing.
2014-02-02(svn r26289) -Codechange: Make tile areas and iterators more consistent to ↵fonsinchen
each other.
2014-02-01(svn r26288) -Update from WebTranslator v3.0:translators
polish - 1 changes by wojteks86
2014-01-30(svn r26287) -Update from WebTranslator v3.0:translators
lithuanian - 1 changes by Stabilitronas
2014-01-29(svn r26286) -Fix: Thoroughly erase dead flows.fonsinchen
2014-01-29(svn r26285) -Update from WebTranslator v3.0:translators
latvian - 3 changes by Tranzistors
2014-01-28(svn r26284) -Fix: Comparison of NULL and char 0. (lbalbalba)frosch
2014-01-28(svn r26283) -Fix [FS#5878]: Prevent infinite recursion also in RefreshLinks.fonsinchen
2014-01-28(svn r26282) -Update from WebTranslator v3.0:translators
belarusian - 1 changes by KorneySan catalan - 1 changes by juanjo finnish - 2 changes by jpx_ russian - 1 changes by KorneySan
2014-01-27(svn r26281) -Update from WebTranslator v3.0:translators
croatian - 1 changes by VoyagerOne danish - 1 changes by Knogle dutch - 1 changes by habell german - 2 changes by planetmaker italian - 1 changes by lorenzodv korean - 1 changes by telk5093 norwegian_bokmal - 1 changes by cuthbert slovak - 1 changes by Milsa spanish - 1 changes by Terkhen
2014-01-26(svn r26280) -Update from WebTranslator v3.0:translators
english_US - 1 changes by Rubidium french - 1 changes by glx korean - 8 changes by telk5093 slovenian - 5 changes by ntadej welsh - 1 changes by kazzie
2014-01-26(svn r26279) -Fix [FS#5853]: [NoAI] Some RemoveRail methods required to set ↵frosch
a valid railtype, though it was not used anyway. Remove the need to set one.
2014-01-26(svn r26277) -Add [FS#5849]: Display speed limit also for road bridges in ↵frosch
the TileInfo window.
2014-01-24(svn r26276) -Fix [FS#5874]: Don't spawn link graph jobs for link graphs ↵fonsinchen
with only one node
2014-01-23(svn r26275) -Fix: If NewGRF provided the same station name for different ↵frosch
industry types, stations would end up with same name. So also consider the provided name, not only the industry type.
2014-01-22(svn r26274) -Update from WebTranslator v3.0:translators
danish - 6 changes by Elyon norwegian_nynorsk - 2 changes by skjaeve
2014-01-21(svn r26271) -Update from WebTranslator v3.0:translators
norwegian_nynorsk - 8 changes by 2rB
2014-01-20(svn r26270) -Fix-ish: If ScriptTown::FoundTown fails to generate a new ↵frosch
random town name, don't bother sending a command, but fail immediately.
2014-01-20(svn r26269) -Update from WebTranslator v3.0:translators
danish - 10 changes by manframe norwegian_nynorsk - 24 changes by 2rB
2014-01-19(svn r26268) -Update from WebTranslator v3.0:translators
danish - 50 changes by Elyon persian - 1 changes by rey
2014-01-19(svn r26267) -Fix [FS#5865]: Really fix the infinite recursion problem and ↵fonsinchen
always consider all branches of conditional orders as possible next stopping stations.
2014-01-19(svn r26266) -Fix [FS#5860]: Update smallmap overlay if player joins ↵fonsinchen
different company and make sure company masks are valid
2014-01-19(svn r26265) -Fix: Don't rebuild the link graph overlay cache twice in a rowfonsinchen
2014-01-18(svn r26264) -Update from WebTranslator v3.0:translators
danish - 75 changes by Elyon
2014-01-16(svn r26263) -Fix [FS#5865]: Don't run into infinite recursion when getting ↵fonsinchen
next stopping station
2014-01-15(svn r26262) -Fix (r25075, r25076): Custom currency was reset on game start.frosch
2014-01-13(svn r26261) -Update from WebTranslator v3.0:translators
swedish - 5 changes by spacejens
2014-01-13(svn r26260) -Codechange: add template parameters for (non) translucent and ↵rubidium
(non) animated sprites, so the least expensive variant can be chosen (MJP)