summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-11-12(svn r25972) -Fix [FS#5665]: rail laying sounds of others could be heard in ↵rubidium
multiplayer (adf88)
2013-11-12(svn r25971) -Update from WebTranslator v3.0:translators
dutch - 4 changes by habell vietnamese - 1 changes by nglekhoi
2013-11-12(svn r25970) -Fix [FS#5787]: [SDL] Recursive mutex locking when changing blitterrubidium
2013-11-12(svn r25969) -Add: [Script] ScriptTown::GetFundBuildingsDuration.frosch
2013-11-12(svn r25968) -Add: [Script] ScriptTown::TOWN_GROWTH_NONE to indicate no town ↵frosch
growth via ScriptTown::SetGrowthRate and GetGrowthRate.
2013-11-12(svn r25967) -Add: [NoGo] GSTown::TOWN_GROWTH_NORMAL to reset a town growth ↵frosch
rate set previously via GSTown::SetGrowthRate.
2013-11-12(svn r25966) -Fix: [NoGo] Properly validate the range of the growth rate ↵frosch
passed to GSTown::SetGrowthRate, instead of masking it to 16 bit.
2013-11-11(svn r25965) -Fix [FS#5800]: the wrong vehicle would be taken in a shared ↵rubidium
order vehicle list window when the ID >= 65536, causing assertions triggering later on
2013-11-10(svn r25964) -Update from WebTranslator v3.0:translators
catalan - 2 changes by juanjo
2013-11-10(svn r25963) -Fix [FS#5758]: Mixtures of old and new flows could create cycles.fonsinchen
2013-11-09(svn r25962) -Fix (r25951): [OSX] Do the SDK version test the proper way 'round.michi_cc
2013-11-09(svn r25961) -Fix [FS#5779]: [NewGRF] A powered rail type implies it is ↵rubidium
compatible as well, but some NewGRF didn't state that causing the path reservation code to bail out in some cases because there wasn't a compatible path
2013-11-09(svn r25959) -Fix: clang warnings; either because type safety was assumed, ↵rubidium
or because technically the wrong value was tested
2013-11-09(svn r25958) -Fix: overriding method of DrawLine was not updated when ↵rubidium
parameters were added making it non-functional
2013-11-08(svn r25956) -Fix [FS#5772]: temporary persistent storage modifications, ↵rubidium
e.g. command tests or those from GUI, were not properly reset, creating the possibility of desyncs
2013-11-08(svn r25955) -Fix [FS#5723]: Train's "force proceed" status gets reset when ↵rubidium
the track on the other side of the tile has a signal (adf88)
2013-11-08(svn r25954) -Fix [FS#5731]: All semaphores got converted to electric ↵rubidium
signals when loading savegames from v15 to v20 (adf88)
2013-11-08(svn r25953) -Fix [FS#5732]: Wrong bits used when converting signal ↵rubidium
types/variants while loading savegames older than v64 (adf88)
2013-11-08(svn r25952) -Fix [FS#5719]: do not skip numbers when skipping spaces and ↵rubidium
other sorting 'improving' characters
2013-11-08(svn r25951) -Fix [FS#5797]: [OSX] Disable the old fullscreen sub-driver ↵michi_cc
when compiling with SDK versions 10.9+.
2013-11-08(svn r25950) -Codechange: [OSX] Move some functions used by all video ↵michi_cc
sub-drivers into the common source file.
2013-11-08(svn r25949) -Fix [FS#5683]: text direction forcing characters were not ↵rubidium
filtered out, but shown as ? when ICU was not used for layouting. These are included in chat and console messages to force them to be displayed right
2013-11-07(svn r25948) -Fix [FS#5796]: Make sure LinkRefresher doesn't delete the ↵fonsinchen
LinkGraph DeleteStaleLinks() is examining.
2013-11-07(svn r25947) -Update from WebTranslator v3.0:translators
japanese - 2 changes by nex259 latvian - 26 changes by Parastais swedish - 2 changes by Joel_A
2013-11-07(svn r25946) -Add: [NewGRF Debuggnig] Inspecting other vehicles in a chain.frosch
2013-11-07(svn r25945) -Codechange: Use member function of NewGRFInspectWindow to ↵frosch
resolve FeatureIndex.
2013-11-06(svn r25944) -Update from WebTranslator v3.0:translators
latvian - 5 changes by Parastais swedish - 2 changes by Joel_A
2013-11-06(svn r25943) -Fix: NewGRF inspect window in RTL mode.frosch
2013-11-05(svn r25942) -Update from WebTranslator v3.0:translators
latvian - 23 changes by Parastais
2013-11-04(svn r25939) -Update from WebTranslator v3.0:translators
japanese - 1 changes by guppy latvian - 15 changes by Parastais
2013-11-04(svn r25938) -Fix [FS#5798] (r25876): Don't mistake a lighthouse for a ↵planetmaker
transmitter and vice versa
2013-11-03(svn r25937) -Update from WebTranslator v3.0:translators
simplified_chinese - 3 changes by siu238X traditional_chinese - 8 changes by siu238X greek - 9 changes by Evropi
2013-11-02(svn r25936) -Update from WebTranslator v3.0:translators
korean - 1 changes by telk5093
2013-11-01(svn r25935) -Update from WebTranslator v3.0:translators
polish - 1 changes by wojteks86
2013-10-31(svn r25934) -Fix [FS#5793]: Do not access items from other pools in pool ↵frosch
item destructors during pool cleaning.
2013-10-31(svn r25933) -Update from WebTranslator v3.0:translators
swedish - 13 changes by Joel_A
2013-10-30(svn r25932) -Update from WebTranslator v3.0:translators
swedish - 33 changes by Joel_A
2013-10-30(svn r25931) -Fix [FS#5786-ish]: [NoGo] Preserve the relative town growth ↵frosch
progress when changing the town growth rate.
2013-10-29(svn r25930) -Update from WebTranslator v3.0:translators
english_US - 1 changes by Rubidium italian - 1 changes by lorenzodv
2013-10-28(svn r25929) -Fix [FS#5733]: Position signal sprites size-aware in the ↵frosch
signal GUI, that is: Center sprites horizontally, and align the vertical reference point at some baseline which centers the tallest sprite.
2013-10-28(svn r25928) -Fix [FS#5733]: Reserve enough space for two digits of signal ↵frosch
density. (adf88)
2013-10-28(svn r25927) -Fix [FS#5733]: Consider size of signal sprites for sizing the ↵frosch
signal GUI. (based on patch by adf88)
2013-10-28(svn r25926) -Change: capacious -> high-capacity.frosch
2013-10-28(svn r25925) -Fix: Textfile content was clipped incorrectly and was drawn ↵frosch
past the bottom end. (LordAro)
2013-10-28(svn r25924) -Fix: [Script] Documentation for ScriptTown::GetGrowthRate.frosch
2013-10-28(svn r25923) -Fix: [NoGo] Documentation for GSTown::SetGrowthRatefrosch
2013-10-28(svn r25922) -Codechange: Rename TOWN_IS_FUNDED to TOWN_IS_GROWING. It is ↵frosch
not tied to funding a town.
2013-10-28(svn r25921) -Fix [FS#5763]: Goal and progress columns were out of sync for ↵frosch
company specific goals, if there were no global goals.
2013-10-28(svn r25920) -Fix: Story page content was clipped incorrectly and was drawn ↵frosch
past the bottom end.
2013-10-28(svn r25919) -Change [FS#5734]: Preselect the current replacement in the ↵frosch
right-side list of the autoreplace GUI, instead of selecting the first resp. previous item.