------------------------------------------------------------------------ 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 ------------------------------------------------------------------------ r26112 | rubidium | 2013-11-25 17:36:11 +0100 (Mon, 25 Nov 2013) | 2 lines -Fix: make sure a vehicle list is always initialised ------------------------------------------------------------------------ r26111 | rubidium | 2013-11-25 17:26:50 +0100 (Mon, 25 Nov 2013) | 2 lines -Fix: theoretical case where sprite table could be overread for aqueducts that start at flat land ------------------------------------------------------------------------ r26110 | rubidium | 2013-11-25 17:22:29 +0100 (Mon, 25 Nov 2013) | 2 lines -Codechange: add guard for enterdir being valid in signal code ------------------------------------------------------------------------ r26109 | rubidium | 2013-11-25 15:34:09 +0100 (Mon, 25 Nov 2013) | 2 lines -Fix: missing initialisation ------------------------------------------------------------------------ r26108 | rubidium | 2013-11-25 15:30:22 +0100 (Mon, 25 Nov 2013) | 2 lines -Codechange: some coding style (whitespace) ------------------------------------------------------------------------ r26107 | rubidium | 2013-11-25 15:26:46 +0100 (Mon, 25 Nov 2013) | 2 lines -Codechange/cleanup: remove some coding bloat and simplify the driver factory instatiations ------------------------------------------------------------------------ r26106 | rubidium | 2013-11-25 14:28:08 +0100 (Mon, 25 Nov 2013) | 2 lines -Codechange: document fall through explicitly ------------------------------------------------------------------------ r26105 | rubidium | 2013-11-25 14:16:06 +0100 (Mon, 25 Nov 2013) | 2 lines -Codechange: add a lot of assertions to track/road functions that might eventually lead to become indices into tables ------------------------------------------------------------------------ r26104 | rubidium | 2013-11-25 14:13:35 +0100 (Mon, 25 Nov 2013) | 2 lines -Fix: do not attempt to do stuff with an invalid direction, especially using it as index into a table ------------------------------------------------------------------------ r26103 | rubidium | 2013-11-25 14:06:33 +0100 (Mon, 25 Nov 2013) | 2 lines -Fix: prevent odd overflows due to integer promotion ------------------------------------------------------------------------ r26102 | rubidium | 2013-11-25 12:11:56 +0100 (Mon, 25 Nov 2013) | 2 lines -Fix: m_veh is not NULL by definition when IsRoadTT is true ------------------------------------------------------------------------ r26101 | rubidium | 2013-11-25 12:08:21 +0100 (Mon, 25 Nov 2013) | 2 lines -Fix: NULL pointer dereference when one can't allocate an order list but wants to make implicit orders ------------------------------------------------------------------------ r26100 | rubidium | 2013-11-25 11:13:59 +0100 (Mon, 25 Nov 2013) | 2 lines -Fix: possible buffer overflow in console handling of aliases ------------------------------------------------------------------------ r26099 | rubidium | 2013-11-25 10:22:56 +0100 (Mon, 25 Nov 2013) | 2 lines -Codechange: make NewGRF scanner management slightly easier ------------------------------------------------------------------------ r26098 | rubidium | 2013-11-25 10:20:35 +0100 (Mon, 25 Nov 2013) | 2 lines -Fix: close the log file when OpenTTD was forked and finally closed ------------------------------------------------------------------------ r26097 | rubidium | 2013-11-25 10:12:49 +0100 (Mon, 25 Nov 2013) | 2 lines -Fix: another minor memory leak (when pressing cancel in the bootstrap window) ------------------------------------------------------------------------ r26093 | rubidium | 2013-11-24 20:53:35 +0100 (Sun, 24 Nov 2013) | 2 lines -Fix (r26092): compilation error ------------------------------------------------------------------------ r26092 | rubidium | 2013-11-24 20:46:16 +0100 (Sun, 24 Nov 2013) | 2 lines -Fix [FS#5818]: prevent scripts from crashing OpenTTD when they send text with command codes to user editable texts such as sign and station names ------------------------------------------------------------------------ r26091 | rubidium | 2013-11-24 17:21:19 +0100 (Sun, 24 Nov 2013) | 2 lines -Fix (r26089): double frees... woospie ------------------------------------------------------------------------