Fri, 31 Mar 2006 16:37:49 +0000(svn r4209) Remove unused strings
peter1138 [Fri, 31 Mar 2006 16:37:49 +0000] rev 3399
(svn r4209) Remove unused strings

Fri, 31 Mar 2006 16:19:58 +0000(svn r4208) - Update OS/2 readme on trunk, sorry for all the commits!
orudge [Fri, 31 Mar 2006 16:19:58 +0000] rev 3398
(svn r4208) - Update OS/2 readme on trunk, sorry for all the commits!

Fri, 31 Mar 2006 16:11:51 +0000(svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138 [Fri, 31 Mar 2006 16:11:51 +0000] rev 3397
(svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file

Fri, 31 Mar 2006 16:11:09 +0000(svn r4205) Whoops, forgot to add os_timer.c to project
orudge [Fri, 31 Mar 2006 16:11:09 +0000] rev 3396
(svn r4205) Whoops, forgot to add os_timer.c to project

Fri, 31 Mar 2006 16:01:59 +0000(svn r4204) - Get trunk compiling again on OS/2
orudge [Fri, 31 Mar 2006 16:01:59 +0000] rev 3395
(svn r4204) - Get trunk compiling again on OS/2

Fri, 31 Mar 2006 15:34:22 +0000(svn r4203) - Fix compilation on mingw32 (stdint.h not included)
orudge [Fri, 31 Mar 2006 15:34:22 +0000] rev 3394
(svn r4203) - Fix compilation on mingw32 (stdint.h not included)

Fri, 31 Mar 2006 12:59:43 +0000(svn r4201) - Codechange: Do for _engine_info[] what we do for _*_vehicle_info[]; create and use a function to retrieve data, and ensure constness.
peter1138 [Fri, 31 Mar 2006 12:59:43 +0000] rev 3393
(svn r4201) - Codechange: Do for _engine_info[] what we do for _*_vehicle_info[]; create and use a function to retrieve data, and ensure constness.

Fri, 31 Mar 2006 10:47:06 +0000(svn r4200) -Codechange: Make use of water map accessors when getting the Index of a Ship Depot. TODO: Store the depot index in the map
celestar [Fri, 31 Mar 2006 10:47:06 +0000] rev 3392
(svn r4200) -Codechange: Make use of water map accessors when getting the Index of a Ship Depot. TODO: Store the depot index in the map

Fri, 31 Mar 2006 10:44:32 +0000(svn r4199) - Codechange: Use industry map accessors to get industry graphics type.
peter1138 [Fri, 31 Mar 2006 10:44:32 +0000] rev 3391
(svn r4199) - Codechange: Use industry map accessors to get industry graphics type.

Fri, 31 Mar 2006 10:14:25 +0000(svn r4198) - NewGRF: Rename GetCallBackResult() to GetVehicleCallback(), as other types will exist later, and use separate parameters instead of bitshifting.
peter1138 [Fri, 31 Mar 2006 10:14:25 +0000] rev 3390
(svn r4198) - NewGRF: Rename GetCallBackResult() to GetVehicleCallback(), as other types will exist later, and use separate parameters instead of bitshifting.