Sun, 05 Aug 2007 23:06:58 +0000(svn r10800) [NewGRF_ports] -Add: saving of FSMblockmaps. NewGRF_ports
rubidium [Sun, 05 Aug 2007 23:06:58 +0000] rev 6758
(svn r10800) [NewGRF_ports] -Add: saving of FSMblockmaps.

Sun, 05 Aug 2007 17:30:37 +0000(svn r10797) [NewGRF_ports] -Fix: Orientation needed re-initialising when airport selection changed. NewGRF_ports
richk [Sun, 05 Aug 2007 17:30:37 +0000] rev 6757
(svn r10797) [NewGRF_ports] -Fix: Orientation needed re-initialising when airport selection changed.

Sun, 05 Aug 2007 17:08:40 +0000(svn r10796) [NewGRF_ports] -Feature: rb_airport2.grf now includes Small Airport. NewGRF_ports
richk [Sun, 05 Aug 2007 17:08:40 +0000] rev 6756
(svn r10796) [NewGRF_ports] -Feature: rb_airport2.grf now includes Small Airport.

Sun, 05 Aug 2007 16:54:23 +0000(svn r10795) [NewGRF_ports] -Change: GSF_FSMPORTS now uses separate explicit Case, rather than default fallthrough. NewGRF_ports
richk [Sun, 05 Aug 2007 16:54:23 +0000] rev 6755
(svn r10795) [NewGRF_ports] -Change: GSF_FSMPORTS now uses separate explicit Case, rather than default fallthrough.

Sun, 05 Aug 2007 16:52:48 +0000(svn r10794) [NewGRF_ports] -Fix: Orientation not initialised on re-selection of gui. NewGRF_ports
richk [Sun, 05 Aug 2007 16:52:48 +0000] rev 6754
(svn r10794) [NewGRF_ports] -Fix: Orientation not initialised on re-selection of gui.

Sun, 05 Aug 2007 16:51:28 +0000(svn r10793) [NewGRF_ports] -Fix: When replacing a deleted airport, this assert triggered unnecessarily. Removed. NewGRF_ports
richk [Sun, 05 Aug 2007 16:51:28 +0000] rev 6753
(svn r10793) [NewGRF_ports] -Fix: When replacing a deleted airport, this assert triggered unnecessarily. Removed.

Sun, 05 Aug 2007 01:05:26 +0000(svn r10791) [NewGRF_ports] -Change: Modified rb_airport2.grf to use MeusH minipic of commuter airport. Corrected fences of orientation 03. NewGRF_ports
richk [Sun, 05 Aug 2007 01:05:26 +0000] rev 6752
(svn r10791) [NewGRF_ports] -Change: Modified rb_airport2.grf to use MeusH minipic of commuter airport. Corrected fences of orientation 03.

Sun, 05 Aug 2007 00:39:42 +0000(svn r10790) [NewGRF_ports] -Codechange: constify the fsmblockmaps where possible. NewGRF_ports
rubidium [Sun, 05 Aug 2007 00:39:42 +0000] rev 6751
(svn r10790) [NewGRF_ports] -Codechange: constify the fsmblockmaps where possible.
[NewGRF_ports] -Fix: a memleak.

Sun, 05 Aug 2007 00:38:26 +0000(svn r10789) [NewGRF_ports] -Fix (r10788): off-by-one; the "first" value must never be used as it is the marker for multiblocks. NewGRF_ports
rubidium [Sun, 05 Aug 2007 00:38:26 +0000] rev 6750
(svn r10789) [NewGRF_ports] -Fix (r10788): off-by-one; the "first" value must never be used as it is the marker for multiblocks.

Sun, 05 Aug 2007 00:09:19 +0000(svn r10788) [NewGRF_ports] -Fix: a multiblock of more than one block would always allocate a buffer of numblocks-1, overwrite the first block (everything was saved one byte too many to the left). As the number of read blocks was passed to the block initialization function, it would overread the buffer. NewGRF_ports
rubidium [Sun, 05 Aug 2007 00:09:19 +0000] rev 6749
(svn r10788) [NewGRF_ports] -Fix: a multiblock of more than one block would always allocate a buffer of numblocks-1, overwrite the first block (everything was saved one byte too many to the left). As the number of read blocks was passed to the block initialization function, it would overread the buffer.