peter1138 [Tue, 12 Feb 2008 11:08:47 +0000] rev 9037
(svn r12119) -Codechange: Rename grfspec_feature to match code style, and expose in header for use elsewhere.
belugas [Tue, 12 Feb 2008 03:05:27 +0000] rev 9036
(svn r12118) -Codechange: Put the two descriptions of bridges in an array instead of two single variables, following the transport type it represents
glx [Tue, 12 Feb 2008 02:39:22 +0000] rev 9035
(svn r12117) -Fix (r12115): strgen compilation was broken
glx [Mon, 11 Feb 2008 21:01:43 +0000] rev 9034
(svn r12116) -Fix (r12083): little typos in source.list
smatz [Mon, 11 Feb 2008 20:23:38 +0000] rev 9033
(svn r12115) -Codechange: move malloc/realloc error messages to separate file to spare 4-8kB of binary size
peter1138 [Mon, 11 Feb 2008 19:10:33 +0000] rev 9032
(svn r12114) -Fix (r12111): missed one Bridge -> BridgeSpec
belugas [Mon, 11 Feb 2008 17:35:15 +0000] rev 9031
(svn r12111) -Codechange: Rename Bridge to BridgeSpec, out of consistensy with other Specs in used.
smatz [Mon, 11 Feb 2008 12:42:49 +0000] rev 9030
(svn r12109) -Fix [FS#1745](r8973): use tile index 0 for planes in the air, so it cannot have an invalid tile index
peter1138 [Mon, 11 Feb 2008 11:21:29 +0000] rev 9029
(svn r12108) -Fix [FS#1753]: X/Y axis swap for station tiles in GetNearbyTile() was wrong way around.
belugas [Mon, 11 Feb 2008 04:12:30 +0000] rev 9028
(svn r12107) -Codechange: Add and use the typedef BridgeType