celestar [Fri, 31 Mar 2006 18:36:13 +0000] rev 3402
(svn r4212) -Codechange: Add and make use of an accessor that retrieves the type of a water tile. Add an enum describing the different water tiles
peter1138 [Fri, 31 Mar 2006 17:40:31 +0000] rev 3401
(svn r4211) - Removed measuring units from the names of two strings.
- Use {POWER} and {WEIGHT_S} tags for all strings instead of "{COMMA}units".
peter1138 [Fri, 31 Mar 2006 17:02:00 +0000] rev 3400
(svn r4210) - Use new {WEIGHT} string tag for all cargo quantity strings.
peter1138 [Fri, 31 Mar 2006 16:37:49 +0000] rev 3399
(svn r4209) Remove unused strings
orudge [Fri, 31 Mar 2006 16:19:58 +0000] rev 3398
(svn r4208) - Update OS/2 readme on trunk, sorry for all the commits!
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
orudge [Fri, 31 Mar 2006 16:11:09 +0000] rev 3396
(svn r4205) Whoops, forgot to add os_timer.c to project
orudge [Fri, 31 Mar 2006 16:01:59 +0000] rev 3395
(svn r4204) - Get trunk compiling again on OS/2
orudge [Fri, 31 Mar 2006 15:34:22 +0000] rev 3394
(svn r4203) - Fix compilation on mingw32 (stdint.h not included)
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.