summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-22(svn r23836) -Fix (r23145): If a vehicle is not refittable to any cargo in ↵frosch
the CTT, then pick the first refittable cargoslot.
2012-01-22(svn r23835) -Change [FS#4999]: Make signs placed in scenario editor belong ↵frosch
to the GS. That way they are always shown in game and are not editable.
2012-01-21(svn r23834) -Update from WebTranslator v3.0:translators
serbian - 3 changes by etran
2012-01-21(svn r23832) -Update from WebTranslator v3.0:translators
belarusian - 7 changes by Wowanxm english_US - 3 changes by Rubidium frisian - 49 changes by Flexo german - 7 changes by Jogio, planetmaker spanish - 3 changes by Terkhen tamil - 13 changes by aswn vietnamese - 35 changes by myquartz
2012-01-21(svn r23831) -Prepare: 1.2.0-beta3rubidium
2012-01-21(svn r23830) -Revert (r23804) [FS#4986]: while the idea was good, it causes ↵yexo
too much trouble
2012-01-21(svn r23829) -Fix [FS#4996]: Loading empty GS strings/translations failed.frosch
2012-01-21(svn r23828) -Fix: Return early from SlString() for empty strings, before ↵frosch
doing invalid things which surprisingly do not break everything.
2012-01-21(svn r23827) -Feature [FS#4992]: [NoGo] Allow to chose the goal question ↵rubidium
window's title from a (small) set of options
2012-01-20(svn r23826) -Fix [FS#4972]: the detailed performance rating window showed ↵rubidium
the cargo count of the current quarter instead of the last quarter like the tooltip says
2012-01-20(svn r23825) -Update from WebTranslator v3.0:translators
belarusian - 2 changes by KorneySan german - 49 changes by planetmaker russian - 2 changes by Lone_Wolf welsh - 17 changes by kazzie
2012-01-19(svn r23824) -Update from WebTranslator v3.0:translators
french - 22 changes by OliTTD german - 82 changes by NG latvian - 24 changes by Parastais spanish - 1 changes by Terkhen tamil - 83 changes by aswn
2012-01-18(svn r23823) -Update from WebTranslator v3.0:translators
simplified_chinese - 46 changes by chenwt0315 dutch - 2 changes by Parody french - 56 changes by OliTTD german - 38 changes by Jogio latvian - 23 changes by Parastais polish - 5 changes by wojteks86 russian - 17 changes by akasoft tamil - 13 changes by aswn
2012-01-17(svn r23822) -Fix-ish: when replaying make sure companies get created even ↵rubidium
if their creating client doesn't exist during the replay
2012-01-17(svn r23821) -Fix-ish: when replaying a command log, ignore the command limitrubidium
2012-01-17(svn r23820) -Fix (r23818): WT3 validation failurerubidium
2012-01-17(svn r23819) -Fix [FS#4951]: Removal of towns with 0 population failed ↵frosch
during map generation.
2012-01-17(svn r23818) -Update from WebTranslator v3.0:translators
belarusian - 1 changes by KorneySan finnish - 7 changes by jpx_ french - 110 changes by OliTTD german - 1 changes by NG italian - 7 changes by lorenzodv latvian - 69 changes by Parastais polish - 38 changes by wojteks86 romanian - 10 changes by kkmic russian - 1 changes by akasoft slovenian - 140 changes by Necrolyte welsh - 4 changes by kazzie
2012-01-17(svn r23817) -Fix [FS#4962]: desync due to different NewGRF version. So ↵rubidium
reduce the chance that it happens significantly with betas/RCs/nightlies by doing the same as is done for stable releases: check the NewGRF version of server vs client. Previously this check was not done for nightlies/betas/RCs due to missing versioning information in the source tarballs, but they have that for a while now. So just force the NewGRF version check for all versions, and remove the broken --revision configure option
2012-01-16(svn r23816) -Fix (r23635, r23805): make SCC_ENCODED the first entry in the ↵yexo
StringControlCode enum since it's value is not allowed to change
2012-01-16(svn r23815) -Update from WebTranslator v3.0:translators
belarusian - 13 changes by KorneySan dutch - 7 changes by habell english_AU - 7 changes by tomas4g english_US - 1 changes by Rubidium french - 13 changes by ElNounch latvian - 14 changes by Parastais norwegian_bokmal - 9 changes by mantaray persian - 10 changes by Peymanpn russian - 7 changes by Lone_Wolf, akasoft serbian - 7 changes by etran tamil - 81 changes by aswn ukrainian - 4 changes by Fixer
2012-01-15(svn r23814) -Codechange: write the random-debug output directly to a filerubidium
2012-01-15(svn r23813) -Codechange: fix other language filesyexo
2012-01-15(svn r23812) -Fix [FS#4977] (r23804): custom ActionB messages were brokenyexo
2012-01-15(svn r23810) -Update from WebTranslator v3.0:translators
dutch - 3 changes by Bennievv english_US - 7 changes by Rubidium german - 12 changes by NG, planetmaker korean - 3 changes by telk5093 latvian - 54 changes by Parastais persian - 107 changes by Peymanpn spanish - 7 changes by Terkhen tamil - 71 changes by aswn
2012-01-15(svn r23809) -Feature: Enhance some fatal NewGRF errors with the ↵frosch
spritenumber that caused the problem.
2012-01-15(svn r23808) -Codechange: Remove various translations which will be invalid ↵frosch
with the next commit.
2012-01-15(svn r23807) -Codechange: GRFError::num_params is not needed, remove it.frosch
2012-01-15(svn r23806) -Fix: [NewGRF] Integer parameters in ActionB did not quite work ↵frosch
anymore.
2012-01-15(svn r23805) -Add: {STRING6} and {STRING7}.frosch
2012-01-15(svn r23804) -Fix: [NewGRF] Make string code 80 more secure by not crashing ↵yexo
when it's used in strings where it's not supposed to be used
2012-01-15(svn r23803) -Fix [FS#4969]: newgrf textstack was not properly used when ↵yexo
storing parameters for the error message window
2012-01-15(svn r23802) -Fix [FS#4968] (r23601): game lobby gui not updated when new ↵yexo
company information becomes available
2012-01-15(svn r23801) -Fix: reading the utf-8 BOM from AI/GS files on big-endian ↵yexo
machines failed
2012-01-14(svn r23800) -Codechange: also desync log failed commandsrubidium
2012-01-14(svn r23799) -Update from WebTranslator v3.0:translators
german - 7 changes by planetmaker latvian - 3 changes by spanish - 1 changes by Terkhen tamil - 49 changes by aswn
2012-01-13(svn r23794) -Update from WebTranslator v3.0:translators
latvian - 5 changes by Tranzistors
2012-01-12(svn r23793) -Fix (r23791): height computation was missing a few pixels so ↵yexo
the last line was still missing
2012-01-12(svn r23792) -Feature [FS#4958]: move 'refitable to' text above custom ↵yexo
newgrf text in build vehicle gui
2012-01-12(svn r23791) -Fix [FS#4960]: resize text panel for parameter description if ↵yexo
it doesn't fit in 4 lines. If you resize the window so it's smaller than default the text might still not fit
2012-01-12(svn r23790) -Update from WebTranslator v3.0:translators
belarusian - 7 changes by Wowanxm simplified_chinese - 62 changes by Gavin italian - 2 changes by Snail_ latvian - 3 changes by serbian - 8 changes by etran
2012-01-12(svn r23789) -Fix: [NewGRF] While we can only show one error per NewGRF, ↵frosch
fatal errors should always disable the GRF. Also give those errors precedence over other information.
2012-01-12(svn r23788) -Fix: failure to load newgrf files that use action 0 general ↵yexo
prop 15 with a missing language file
2012-01-11(svn r23787) -Fix: add some missing spacesrubidium
2012-01-11(svn r23786) -Update from WebTranslator v3.0:translators
catalan - 14 changes by arnau english_AU - 6 changes by tomas4g hungarian - 32 changes by IPG italian - 10 changes by Snail_, lorenzodv latvian - 29 changes by Parastais norwegian_bokmal - 6 changes by mantaray spanish - 15 changes by Terkhen welsh - 6 changes by kazzie
2012-01-10(svn r23785) -Update from WebTranslator v3.0:translators
croatian - 6 changes by VoyagerOne czech - 12 changes by TheLamer dutch - 6 changes by habell english_US - 6 changes by Rubidium finnish - 7 changes by jpx_ latvian - 17 changes by Parastais, Tranzistors romanian - 6 changes by tonny russian - 6 changes by Lone_Wolf spanish - 6 changes by Terkhen
2012-01-09(svn r23784) -Revert (r23740): compiling without libpng failed to include a ↵truebrain
correct header
2012-01-09(svn r23783) -Cleanup: remove ancient but not needed command flagrubidium
2012-01-09(svn r23782) -Fix [FS#4965]: crash due to genders used for station name in ↵rubidium
hangar string of Italian translation
2012-01-09(svn r23781) -Fix [FS#4964]: under certain circumstances, e.g. a single ↵rubidium
invalid order, trying to determine the next order state could end up in an infinite loop