Fri, 31 Mar 2006 06:16:04 +0000(svn r4187) Simplify the code for building/removing a piece of road a bit
tron [Fri, 31 Mar 2006 06:16:04 +0000] rev 3381
(svn r4187) Simplify the code for building/removing a piece of road a bit

Thu, 30 Mar 2006 20:14:06 +0000(svn r4183) -Codechange: [Makefile]: removed MANUAL_CONFIG as it's not used anymore
bjarni [Thu, 30 Mar 2006 20:14:06 +0000] rev 3380
(svn r4183) -Codechange: [Makefile]: removed MANUAL_CONFIG as it's not used anymore
This should hopefully fix the issue where WITH_SDL can be defined while SDL-CONFIG is not
Added an error if WITH_SDL is defined but SDL-CONFIG is not. The same goes for WITH_PNG even though nobody reported this as a problem
removed STATIC_ZLIB_PATH as it turns out that nobody used it

Thu, 30 Mar 2006 19:16:44 +0000(svn r4181) CodeChange : Replaced [G/S]etMapExtraBits by [G/S]etTropicZone. Although it was an accessor, nor his usage nor the values were clear.
belugas [Thu, 30 Mar 2006 19:16:44 +0000] rev 3379
(svn r4181) CodeChange : Replaced [G/S]etMapExtraBits by [G/S]etTropicZone. Although it was an accessor, nor his usage nor the values were clear.

Thu, 30 Mar 2006 15:47:18 +0000(svn r4180) -Fix: Fixed an assert in the elrail drawing code due to passing of a wrong variable. I wish the compiler would warn about different enum types used...
celestar [Thu, 30 Mar 2006 15:47:18 +0000] rev 3378
(svn r4180) -Fix: Fixed an assert in the elrail drawing code due to passing of a wrong variable. I wish the compiler would warn about different enum types used...

Thu, 30 Mar 2006 15:06:49 +0000(svn r4179) -Codechange: Add and make use of an accessor that obtains the building type
celestar [Thu, 30 Mar 2006 15:06:49 +0000] rev 3377
(svn r4179) -Codechange: Add and make use of an accessor that obtains the building type

Thu, 30 Mar 2006 13:12:36 +0000(svn r4178) -Fix: Draw catenary inside waypoints as well
celestar [Thu, 30 Mar 2006 13:12:36 +0000] rev 3376
(svn r4178) -Fix: Draw catenary inside waypoints as well

Thu, 30 Mar 2006 13:06:16 +0000(svn r4177) -Fix: GetRailTrackBitsUniversal needs Trackbits, not Track. While at it, remove an unused variable
celestar [Thu, 30 Mar 2006 13:06:16 +0000] rev 3375
(svn r4177) -Fix: GetRailTrackBitsUniversal needs Trackbits, not Track. While at it, remove an unused variable

Thu, 30 Mar 2006 12:00:35 +0000(svn r4173) -Codechange: Use IsClearWaterTile for buoy construction
celestar [Thu, 30 Mar 2006 12:00:35 +0000] rev 3374
(svn r4173) -Codechange: Use IsClearWaterTile for buoy construction

Thu, 30 Mar 2006 11:21:36 +0000(svn r4172) -Codechange: Added a few accessors to work with ShipDepots and Locks
celestar [Thu, 30 Mar 2006 11:21:36 +0000] rev 3373
(svn r4172) -Codechange: Added a few accessors to work with ShipDepots and Locks

Thu, 30 Mar 2006 11:11:35 +0000(svn r4171) -Codechange: Create map accessor functions for creating ship depots and locks. Make use of them
celestar [Thu, 30 Mar 2006 11:11:35 +0000] rev 3372
(svn r4171) -Codechange: Create map accessor functions for creating ship depots and locks. Make use of them