------------------------------------------------------------------------ r26141 | translators | 2013-12-02 19:45:19 +0100 (Mon, 02 Dec 2013) | 4 lines -Update from WebTranslator v3.0: portuguese - 1 changes by vesgo turkish - 39 changes by wakeup ------------------------------------------------------------------------ r26140 | translators | 2013-12-01 19:45:09 +0100 (Sun, 01 Dec 2013) | 3 lines -Update from WebTranslator v3.0: turkish - 41 changes by wakeup ------------------------------------------------------------------------ r26139 | translators | 2013-11-29 19:45:17 +0100 (Fri, 29 Nov 2013) | 4 lines -Update from WebTranslator v3.0: latvian - 3 changes by Parastais vietnamese - 2 changes by nglekhoi ------------------------------------------------------------------------ r26138 | rubidium | 2013-11-29 19:06:14 +0100 (Fri, 29 Nov 2013) | 2 lines -Fix [FS#5821] (r26105-ish): [Script] scripts could trigger the internal IsValidRoadType assertion ------------------------------------------------------------------------ r26137 | rubidium | 2013-11-29 14:15:02 +0100 (Fri, 29 Nov 2013) | 2 lines -Merge: documentation updates from 1.3 branch ------------------------------------------------------------------------ r26134 | rubidium | 2013-11-28 20:37:24 +0100 (Thu, 28 Nov 2013) | 2 lines -Fix [FS#5820]: aircraft crashing near the map's border due to a lack of airports could trigger an assertion in most builds ------------------------------------------------------------------------ r26133 | translators | 2013-11-28 19:45:10 +0100 (Thu, 28 Nov 2013) | 4 lines -Update from WebTranslator v3.0: frisian - 1 changes by Taeke malay - 3 changes by aarchen1795 ------------------------------------------------------------------------ r26132 | rubidium | 2013-11-26 23:03:56 +0100 (Tue, 26 Nov 2013) | 2 lines -Fix-ish: prevent issues due to overflowing multiplications by limiting the size of full zoom sprites to about 32kix32ki ------------------------------------------------------------------------ r26131 | translators | 2013-11-26 19:45:17 +0100 (Tue, 26 Nov 2013) | 5 lines -Update from WebTranslator v3.0: simplified_chinese - 1 changes by siu238X traditional_chinese - 1 changes by siu238X turkish - 13 changes by wakeup ------------------------------------------------------------------------ r26130 | rubidium | 2013-11-26 17:08:58 +0100 (Tue, 26 Nov 2013) | 2 lines -Codechange: add some guards against using invalid image indices ------------------------------------------------------------------------ r26129 | rubidium | 2013-11-26 16:30:41 +0100 (Tue, 26 Nov 2013) | 2 lines -Fix: remove dead code; it could be made to do what it did, but then it would be inconsistent with moving vehicles around ------------------------------------------------------------------------ r26128 | rubidium | 2013-11-26 16:12:54 +0100 (Tue, 26 Nov 2013) | 2 lines -Fix: erroneous cast ------------------------------------------------------------------------ r26127 | rubidium | 2013-11-26 16:08:15 +0100 (Tue, 26 Nov 2013) | 2 lines -Fix (r18186): missing break ------------------------------------------------------------------------ r26126 | rubidium | 2013-11-26 15:52:28 +0100 (Tue, 26 Nov 2013) | 2 lines -Cleanup: remove unneeded check for NULL ------------------------------------------------------------------------ r26125 | rubidium | 2013-11-26 15:47:45 +0100 (Tue, 26 Nov 2013) | 2 lines -Fix: make sure the tile area's variables are always properly initialised ------------------------------------------------------------------------ r26124 | rubidium | 2013-11-26 14:42:09 +0100 (Tue, 26 Nov 2013) | 2 lines -Fix: make sure all members of the default string iterator are initialised ------------------------------------------------------------------------ r26123 | rubidium | 2013-11-26 14:27:34 +0100 (Tue, 26 Nov 2013) | 2 lines -Fix: make sure the maximum row length when making company buttons is at least 1 ------------------------------------------------------------------------ r26122 | rubidium | 2013-11-26 14:23:31 +0100 (Tue, 26 Nov 2013) | 2 lines -Fix-ish: remove essentially dead code; if nested_array were NULL there, it would segfault in RaiseWidget ------------------------------------------------------------------------ r26121 | rubidium | 2013-11-26 14:21:25 +0100 (Tue, 26 Nov 2013) | 2 lines -Codechange: add some asserts after dynamic casts to show they shouldn't return NULL ever ------------------------------------------------------------------------ r26120 | rubidium | 2013-11-26 13:48:56 +0100 (Tue, 26 Nov 2013) | 2 lines -Fix: [Script] Replace simple check with precondition check, after that simple check was documented as a precondition ------------------------------------------------------------------------ r26119 | rubidium | 2013-11-26 13:46:21 +0100 (Tue, 26 Nov 2013) | 2 lines -Fix: ResolveCompanyID on an already resolved CompanyID ------------------------------------------------------------------------ r26118 | rubidium | 2013-11-26 13:04:16 +0100 (Tue, 26 Nov 2013) | 3 lines -Fix-ish?: comparing the old Direction to the possibly new state containing a TrackDir... well comparing apples and pears. Occasionally they would be the same and occasionally not; at least without any logic behind it. Since the occasions that the false branch was taken never resulted in a bug report, I highly doubt that removing it completely affects anything... except the visual speed of cornering in a numer of corners (<50%) and visual speed in an old style road stop. ------------------------------------------------------------------------ r26117 | rubidium | 2013-11-26 11:00:15 +0100 (Tue, 26 Nov 2013) | 2 lines -Cleanup: unneeded NULL check ------------------------------------------------------------------------ r26116 | rubidium | 2013-11-25 23:32:32 +0100 (Mon, 25 Nov 2013) | 2 lines -Codechange: validate that the number of lines in a graph is more than 0 ------------------------------------------------------------------------ r26115 | rubidium | 2013-11-25 23:22:32 +0100 (Mon, 25 Nov 2013) | 2 lines -Fix: AfterLoadGame can throw an exception; from the old savegame load section this wouldn't be caught ------------------------------------------------------------------------ r26114 | rubidium | 2013-11-25 22:50:54 +0100 (Mon, 25 Nov 2013) | 2 lines -Fix-ish: do our best to not get bit by getenv being unsafe as hell ------------------------------------------------------------------------ r26113 | rubidium | 2013-11-25 17:42:35 +0100 (Mon, 25 Nov 2013) | 2 lines -Fix: unhandled seek error, and leaking file descriptor ------------------------------------------------------------------------