------------------------------------------------------------------------ r25971 | translators | 2013-11-12 19:45:15 +0100 (Tue, 12 Nov 2013) | 4 lines -Update from WebTranslator v3.0: dutch - 4 changes by habell vietnamese - 1 changes by nglekhoi ------------------------------------------------------------------------ r25970 | rubidium | 2013-11-12 19:31:12 +0100 (Tue, 12 Nov 2013) | 2 lines -Fix [FS#5787]: [SDL] Recursive mutex locking when changing blitter ------------------------------------------------------------------------ r25969 | frosch | 2013-11-12 18:57:32 +0100 (Tue, 12 Nov 2013) | 1 line -Add: [Script] ScriptTown::GetFundBuildingsDuration. ------------------------------------------------------------------------ r25968 | frosch | 2013-11-12 18:57:12 +0100 (Tue, 12 Nov 2013) | 1 line -Add: [Script] ScriptTown::TOWN_GROWTH_NONE to indicate no town growth via ScriptTown::SetGrowthRate and GetGrowthRate. ------------------------------------------------------------------------ r25967 | frosch | 2013-11-12 18:56:35 +0100 (Tue, 12 Nov 2013) | 1 line -Add: [NoGo] GSTown::TOWN_GROWTH_NORMAL to reset a town growth rate set previously via GSTown::SetGrowthRate. ------------------------------------------------------------------------ r25966 | frosch | 2013-11-12 16:15:02 +0100 (Tue, 12 Nov 2013) | 1 line -Fix: [NoGo] Properly validate the range of the growth rate passed to GSTown::SetGrowthRate, instead of masking it to 16 bit. ------------------------------------------------------------------------ r25965 | rubidium | 2013-11-11 19:58:15 +0100 (Mon, 11 Nov 2013) | 2 lines -Fix [FS#5800]: the wrong vehicle would be taken in a shared order vehicle list window when the ID >= 65536, causing assertions triggering later on ------------------------------------------------------------------------ r25964 | translators | 2013-11-10 19:45:10 +0100 (Sun, 10 Nov 2013) | 3 lines -Update from WebTranslator v3.0: catalan - 2 changes by juanjo ------------------------------------------------------------------------ r25963 | fonsinchen | 2013-11-10 16:18:49 +0100 (Sun, 10 Nov 2013) | 1 line -Fix [FS#5758]: Mixtures of old and new flows could create cycles. ------------------------------------------------------------------------ r25962 | michi_cc | 2013-11-09 15:47:03 +0100 (Sat, 09 Nov 2013) | 1 line -Fix (r25951): [OSX] Do the SDK version test the proper way 'round. ------------------------------------------------------------------------ r25961 | rubidium | 2013-11-09 11:45:05 +0100 (Sat, 09 Nov 2013) | 2 lines -Fix [FS#5779]: [NewGRF] A powered rail type implies it is 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 ------------------------------------------------------------------------ r25960 | rubidium | 2013-11-09 08:15:01 +0100 (Sat, 09 Nov 2013) | 2 lines -Fix-ish: make it less likely to trigger clang's hang with -D_FORTIFY_SOURCE=2 -O1 ------------------------------------------------------------------------ r25959 | rubidium | 2013-11-09 07:52:08 +0100 (Sat, 09 Nov 2013) | 2 lines -Fix: clang warnings; either because type safety was assumed, or because technically the wrong value was tested ------------------------------------------------------------------------ r25958 | rubidium | 2013-11-09 07:48:15 +0100 (Sat, 09 Nov 2013) | 2 lines -Fix: overriding method of DrawLine was not updated when parameters were added making it non-functional ------------------------------------------------------------------------ r25956 | rubidium | 2013-11-08 23:28:57 +0100 (Fri, 08 Nov 2013) | 2 lines -Fix [FS#5772]: temporary persistent storage modifications, e.g. command tests or those from GUI, were not properly reset, creating the possibility of desyncs ------------------------------------------------------------------------ r25955 | rubidium | 2013-11-08 23:24:21 +0100 (Fri, 08 Nov 2013) | 2 lines -Fix [FS#5723]: Train's "force proceed" status gets reset when the track on the other side of the tile has a signal (adf88) ------------------------------------------------------------------------ r25954 | rubidium | 2013-11-08 22:27:56 +0100 (Fri, 08 Nov 2013) | 2 lines -Fix [FS#5731]: All semaphores got converted to electric signals when loading savegames from v15 to v20 (adf88) ------------------------------------------------------------------------ r25953 | rubidium | 2013-11-08 22:25:35 +0100 (Fri, 08 Nov 2013) | 2 lines -Fix [FS#5732]: Wrong bits used when converting signal types/variants while loading savegames older than v64 (adf88) ------------------------------------------------------------------------ r25952 | rubidium | 2013-11-08 22:15:20 +0100 (Fri, 08 Nov 2013) | 2 lines -Fix [FS#5719]: do not skip numbers when skipping spaces and other sorting 'improving' characters ------------------------------------------------------------------------ r25951 | michi_cc | 2013-11-08 21:18:31 +0100 (Fri, 08 Nov 2013) | 1 line -Fix [FS#5797]: [OSX] Disable the old fullscreen sub-driver when compiling with SDK versions 10.9+. ------------------------------------------------------------------------ r25950 | michi_cc | 2013-11-08 21:18:27 +0100 (Fri, 08 Nov 2013) | 1 line -Codechange: [OSX] Move some functions used by all video sub-drivers into the common source file. ------------------------------------------------------------------------ r25949 | rubidium | 2013-11-08 20:13:32 +0100 (Fri, 08 Nov 2013) | 2 lines -Fix [FS#5683]: text direction forcing characters were not 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 ------------------------------------------------------------------------ r25948 | fonsinchen | 2013-11-07 21:50:03 +0100 (Thu, 07 Nov 2013) | 1 line -Fix [FS#5796]: Make sure LinkRefresher doesn't delete the LinkGraph DeleteStaleLinks() is examining. ------------------------------------------------------------------------ r25947 | translators | 2013-11-07 19:45:17 +0100 (Thu, 07 Nov 2013) | 5 lines -Update from WebTranslator v3.0: japanese - 2 changes by nex259 latvian - 26 changes by Parastais swedish - 2 changes by Joel_A ------------------------------------------------------------------------ r25946 | frosch | 2013-11-07 19:17:21 +0100 (Thu, 07 Nov 2013) | 1 line -Add: [NewGRF Debuggnig] Inspecting other vehicles in a chain. ------------------------------------------------------------------------ r25945 | frosch | 2013-11-07 19:15:32 +0100 (Thu, 07 Nov 2013) | 1 line -Codechange: Use member function of NewGRFInspectWindow to resolve FeatureIndex. ------------------------------------------------------------------------ r25944 | translators | 2013-11-06 19:45:14 +0100 (Wed, 06 Nov 2013) | 4 lines -Update from WebTranslator v3.0: latvian - 5 changes by Parastais swedish - 2 changes by Joel_A ------------------------------------------------------------------------ r25943 | frosch | 2013-11-06 16:10:17 +0100 (Wed, 06 Nov 2013) | 1 line -Fix: NewGRF inspect window in RTL mode. ------------------------------------------------------------------------ r25942 | translators | 2013-11-05 19:45:08 +0100 (Tue, 05 Nov 2013) | 3 lines -Update from WebTranslator v3.0: latvian - 23 changes by Parastais ------------------------------------------------------------------------