peter1138 [Mon, 30 Jan 2006 18:42:46 +0000] rev 2935
(svn r3491) - NewGRF Fix: Handle loading of rail vehicle flags (unimplemented)
tron [Mon, 30 Jan 2006 17:18:45 +0000] rev 2934
(svn r3490) -Fix: A bunch (10) of off-by-one errors when checking if a TileIndex points to a tile on the map
tron [Mon, 30 Jan 2006 16:58:05 +0000] rev 2933
(svn r3489) Remove an unused declaration
tron [Mon, 30 Jan 2006 16:57:47 +0000] rev 2932
(svn r3488) Simplify the check in r3419
tron [Mon, 30 Jan 2006 16:48:24 +0000] rev 2931
(svn r3487) -Fix: Price for demolishing a bridge was dependent on orientation and map size
peter1138 [Mon, 30 Jan 2006 14:50:55 +0000] rev 2930
(svn r3486) - NewGRF fix: Always reinitialize the ttdpatch flags as patch settings may have changed.
Darkvater [Mon, 30 Jan 2006 14:03:34 +0000] rev 2929
(svn r3485) - [Post-PBS]: when reverting PBS and removing station-tile reservations a station can of course not be a crossing as well. Thanks glx.
bjarni [Sun, 29 Jan 2006 23:04:51 +0000] rev 2928
(svn r3484) -fix: fixed issue in last commit where loading savegame versions 18 and 19 didn't init the multiheaded engine pointers
truelight [Sun, 29 Jan 2006 22:42:17 +0000] rev 2927
(svn r3483) -Fix: fixed warning about setjmp (tnx Bjarni for testing, and tnx for
taking the effort to commit it)
Darkvater [Sun, 29 Jan 2006 22:40:51 +0000] rev 2926
(svn r3482) - Fix: since multiheaded links are not saved anymore do NOT save them anymore at all, return the extra space. Since Bjarni's fix for this was abominable, the weird situation arises of 2 NULL structs of free space, of which the first isn't usable.