Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-15 | (svn r26338) -Fix [FS#5908]: Don't redraw the link graph overlay if it's ↵ | fonsinchen | |
empty (MJP) | |||
2014-02-14 | (svn r26337) -Update from WebTranslator v3.0: | translators | |
czech - 3 changes by Eskymak dutch - 7 changes by habell frisian - 61 changes by Geoloep luxembourgish - 72 changes by Phreeze polish - 1 changes by wojteks86 portuguese - 7 changes by babribeiro gaelic - 6 changes by GunChleoc spanish - 3 changes by Welder05 | |||
2014-02-13 | (svn r26336) -Update from WebTranslator v3.0: | translators | |
frisian - 28 changes by Geoloep marathi - 27 changes by rbarde slovak - 3 changes by Milsa | |||
2014-02-12 | (svn r26335) -Update from WebTranslator v3.0: | translators | |
croatian - 7 changes by VoyagerOne frisian - 54 changes by Geoloep korean - 1 changes by telk5093 spanish - 1 changes by Welder05 | |||
2014-02-11 | (svn r26334) -Fix: 32bit compilation. | frosch | |
2014-02-11 | (svn r26333) -Fix: Compilation without static_assert. | frosch | |
2014-02-11 | (svn r26332) -Update from WebTranslator v3.0: | translators | |
simplified_chinese - 3 changes by siu238X traditional_chinese - 3 changes by siu238X frisian - 50 changes by Geoloep korean - 11 changes by telk5093 lithuanian - 2 changes by Stabilitronas russian - 4 changes by KorneySan, Lone_Wolf vietnamese - 8 changes by myquartz | |||
2014-02-10 | (svn r26331) -Fix: some inconsistencies regarding link graph (job) IDs. | fonsinchen | |
2014-02-10 | (svn r26330) -Fix: the theoretical case of rerouting cargo from one ↵ | fonsinchen | |
VehicleCargoList to another. | |||
2014-02-10 | (svn r26329) -Update from WebTranslator v3.0: | translators | |
catalan - 2 changes by juanjo danish - 3 changes by Knogle english_AU - 7 changes by mrtux frisian - 247 changes by Geoloep indonesian - 2 changes by UseYourIllusion italian - 6 changes by lorenzodv lithuanian - 2 changes by Stabilitronas marathi - 74 changes by rbarde norwegian_bokmal - 7 changes by cuthbert spanish - 1 changes by Terkhen | |||
2014-02-10 | (svn r26328) -Fix: Warnings and compilation failures. | frosch | |
2014-02-09 | (svn r26327) -Fix [FS#5901]: Take care of next_station when reassigning from ↵ | fonsinchen | |
MTA_DELIVER to MTA_TRANSFER. | |||
2014-02-09 | (svn r26326) -Fix [FS#5871]: when autosaving the message about a save ↵ | rubidium | |
already happening could be shown, even though the code's intention was to not show it (MJP) | |||
2014-02-09 | (svn r26325) -Fix/Cleanup (r26320): Remove non-existent string from ↵ | frosch | |
translations. | |||
2014-02-09 | (svn r26324) -Update from WebTranslator v3.0: | translators | |
catalan - 17 changes by juanjo english_US - 1 changes by Supercheese finnish - 7 changes by jpx_ german - 7 changes by planetmaker russian - 4 changes by Lone_Wolf spanish - 7 changes by Terkhen, juanjo | |||
2014-02-09 | (svn r26323) -Fix: update some constants related to map size. | fonsinchen | |
2014-02-09 | (svn r26322) -Feature: Warn the user about empty setting search results too. | alberth | |
2014-02-09 | (svn r26321) -Feature: Warn the user about missing setting search results ↵ | alberth | |
due to filtering. | |||
2014-02-09 | (svn r26320) -Add: Label for both the filter category and filter type in the ↵ | alberth | |
advanced settings window. | |||
2014-02-09 | (svn r26319) -Change: Allow map sizes up to 4096x4096. | fonsinchen | |
2014-02-08 | (svn r26318) -Update from WebTranslator v3.0: | translators | |
afrikaans - 1 changes by R2dical catalan - 34 changes by juanjo hebrew - 61 changes by oofnik italian - 1 changes by lorenzodv korean - 1 changes by telk5093 polish - 1 changes by wojteks86 gaelic - 2 changes by GunChleoc swedish - 2 changes by spacejens | |||
2014-02-07 | (svn r26317) -Fix [FS#5897]: Check whether NewGRF change vehicle capacity ↵ | frosch | |
when they are not supposed to, and truncate cargo appropiately if they are allowed to. | |||
2014-02-07 | (svn r26316) -Feature [FS#5696]: Extend object variable 0x60 to also return ↵ | frosch | |
the view. | |||
2014-02-07 | (svn r26315) -Update from WebTranslator v3.0: | translators | |
danish - 7 changes by phnoggie frisian - 3 changes by Geoloep hebrew - 16 changes by oofnik latvian - 19 changes by Tranzistors | |||
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 date | zuu | |
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 files | zuu | |
2014-02-06 | (svn r26303) -Add: [nogo] ScriptStoryPageList() - a list of all story pages | zuu | |
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 parameter | zuu | |
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 |