Tue, 04 Nov 2008 18:20:41 +0000(svn r14564) -Fix (r14555): one more incorrect use of lastof()
smatz [Tue, 04 Nov 2008 18:20:41 +0000] rev 10319
(svn r14564) -Fix (r14555): one more incorrect use of lastof()

Mon, 03 Nov 2008 23:42:07 +0000(svn r14563) -Fix [FS#2395]: in the case that an industry NewGRF, a shared TTDPatch and
rubidium [Mon, 03 Nov 2008 23:42:07 +0000] rev 10318
(svn r14563) -Fix [FS#2395]: in the case that an industry NewGRF, a shared TTDPatch and
OpenTTD feature with it's origin in TTDPatch to replace/add/change vehicles
(including e.g. maximum speed, graphics and introduction year), stations,
bridges, industries, town houses or any other graphics used by either
TTDPatch or OpenTTD, would tell that building an industry is okay, which
is queried using a so-called callback that allows the NewGRF author to
test all kinds of information about the neighbourhood where the industry
might get build, it would corrupt, i.e. overwrite with invalid data, the
structure that is used to build up an error message. This then might result
in trying to resolve an invalid StringID, an internal numeric representation
of all translateable strings, which would in it's turn trigger a safety
check that is added to ensure invalid StringIDs are never resolved.

Mon, 03 Nov 2008 20:23:51 +0000(svn r14562) -Fix (r14561): 8 bits are enough. The rest stays reserved.
frosch [Mon, 03 Nov 2008 20:23:51 +0000] rev 10317
(svn r14562) -Fix (r14561): 8 bits are enough. The rest stays reserved.

Mon, 03 Nov 2008 19:25:52 +0000(svn r14561) -Feature(ette)[FS#2334]: Add result 0x0F to callbacks 0x29/0x35. (Yexo)
frosch [Mon, 03 Nov 2008 19:25:52 +0000] rev 10316
(svn r14561) -Feature(ette)[FS#2334]: Add result 0x0F to callbacks 0x29/0x35. (Yexo)

Mon, 03 Nov 2008 12:03:00 +0000(svn r14560) -Fix [FS#2396](r14555): lengthof() can't be simply replaced by lastof() in some cases (part by Aali)
smatz [Mon, 03 Nov 2008 12:03:00 +0000] rev 10315
(svn r14560) -Fix [FS#2396](r14555): lengthof() can't be simply replaced by lastof() in some cases (part by Aali)

Sun, 02 Nov 2008 19:32:24 +0000(svn r14559) -Fix [FS#2387]: A train could be blocked inside a depot if it was reversed just after leaving the depot.
michi_cc [Sun, 02 Nov 2008 19:32:24 +0000] rev 10314
(svn r14559) -Fix [FS#2387]: A train could be blocked inside a depot if it was reversed just after leaving the depot.

Sun, 02 Nov 2008 17:42:28 +0000(svn r14558) -Fix (r13957): Converting the track type of a tunnel/bridge could cause trains to get stuck.
michi_cc [Sun, 02 Nov 2008 17:42:28 +0000] rev 10313
(svn r14558) -Fix (r13957): Converting the track type of a tunnel/bridge could cause trains to get stuck.

Sun, 02 Nov 2008 11:41:13 +0000(svn r14557) -Codechange: Remove a redundant line of code
skidd13 [Sun, 02 Nov 2008 11:41:13 +0000] rev 10312
(svn r14557) -Codechange: Remove a redundant line of code

Sun, 02 Nov 2008 11:23:44 +0000(svn r14556) -Fix (r14533): Bounding box with height > TILE_HEIGHT could cause circular dependencies with surrounding bridges.
frosch [Sun, 02 Nov 2008 11:23:44 +0000] rev 10311
(svn r14556) -Fix (r14533): Bounding box with height > TILE_HEIGHT could cause circular dependencies with surrounding bridges.

Sun, 02 Nov 2008 11:20:15 +0000(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat and strecpy where direct conversion is possible
skidd13 [Sun, 02 Nov 2008 11:20:15 +0000] rev 10310
(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat and strecpy where direct conversion is possible