Sat, 08 Apr 2006 13:50:01 +0000(svn r4324) Remove the unused road stop type attribute from struct RoadStop
tron [Sat, 08 Apr 2006 13:50:01 +0000] rev 3479
(svn r4324) Remove the unused road stop type attribute from struct RoadStop

Sat, 08 Apr 2006 13:32:38 +0000(svn r4323) -Regression: Clear the slot assignments of all vehicles heading twoards a road stop if that road stop gets removed
tron [Sat, 08 Apr 2006 13:32:38 +0000] rev 3478
(svn r4323) -Regression: Clear the slot assignments of all vehicles heading twoards a road stop if that road stop gets removed
This issue was fixed in r2210 and reintroduced in r4259 when the multistop handling was overhauled.

Sat, 08 Apr 2006 12:04:23 +0000(svn r4322) - Codechange: Remove conversion of kmh to mph from gui code to within the units conversion system, in string.c. This means displaying kmh requires no conversion, instead of being convert from kmh to mph, and then back to kmh again.
peter1138 [Sat, 08 Apr 2006 12:04:23 +0000] rev 3477
(svn r4322) - Codechange: Remove conversion of kmh to mph from gui code to within the units conversion system, in string.c. This means displaying kmh requires no conversion, instead of being convert from kmh to mph, and then back to kmh again.

Sat, 08 Apr 2006 06:55:43 +0000(svn r4321) For ships check the ship state, not the road state. This bug was harmless, because both states are at the same byte in the vehicle type specific union.
tron [Sat, 08 Apr 2006 06:55:43 +0000] rev 3476
(svn r4321) For ships check the ship state, not the road state. This bug was harmless, because both states are at the same byte in the vehicle type specific union.

Sat, 08 Apr 2006 05:44:37 +0000(svn r4320) -Fix/Codechange: rs->num_vehicles is no longer saved or loaded, but computed on the fly. Partly fixes FS#101
celestar [Sat, 08 Apr 2006 05:44:37 +0000] rev 3475
(svn r4320) -Fix/Codechange: rs->num_vehicles is no longer saved or loaded, but computed on the fly. Partly fixes FS#101

Sat, 08 Apr 2006 05:24:29 +0000(svn r4319) -Codechange: Station map accessors
celestar [Sat, 08 Apr 2006 05:24:29 +0000] rev 3474
(svn r4319) -Codechange: Station map accessors

Sat, 08 Apr 2006 01:07:32 +0000(svn r4318) CodeChange : Remove last direct map access on ai/default/default.c
belugas [Sat, 08 Apr 2006 01:07:32 +0000] rev 3473
(svn r4318) CodeChange : Remove last direct map access on ai/default/default.c

Fri, 07 Apr 2006 15:57:03 +0000(svn r4317) -Codechange: More map accessors for ship_cmd. it is now map-access free, but still requires a huge cleanup
celestar [Fri, 07 Apr 2006 15:57:03 +0000] rev 3472
(svn r4317) -Codechange: More map accessors for ship_cmd. it is now map-access free, but still requires a huge cleanup

Fri, 07 Apr 2006 09:37:04 +0000(svn r4316) -Codechange: finished r4257 (forgot one variable there)
celestar [Fri, 07 Apr 2006 09:37:04 +0000] rev 3471
(svn r4316) -Codechange: finished r4257 (forgot one variable there)

Fri, 07 Apr 2006 09:15:17 +0000(svn r4315) Remove MAX_QUERYSTR_LEN, rather use lengthof() the real thing
tron [Fri, 07 Apr 2006 09:15:17 +0000] rev 3470
(svn r4315) Remove MAX_QUERYSTR_LEN, rather use lengthof() the real thing