Darkvater [Tue, 28 Mar 2006 21:51:14 +0000] rev 3352
(svn r4142) - Fix [FS#74]: Incorrectly loaded settings from the config file when the signed uint32 variable would be negative.
belugas [Mon, 27 Mar 2006 14:28:56 +0000] rev 3351
(svn r4136) CodeChange : Revert part of r4092 (as spotted by Tron) and clean-up a little further
tron [Mon, 27 Mar 2006 06:18:02 +0000] rev 3350
(svn r4134) Revert part of r4133: Replacing a byte which gets written to savegames by an enum is a very bad idea
Darkvater [Sun, 26 Mar 2006 22:58:11 +0000] rev 3349
(svn r4133) - Some miscellaneous changes (unconverted TownID in function definition, Owner instead of byte, remove obsolete member and compare waypoint index with 0 not STR_NULL)
Darkvater [Sun, 26 Mar 2006 22:56:58 +0000] rev 3348
(svn r4132) - Missed 3 CargoID's
Darkvater [Sun, 26 Mar 2006 22:55:27 +0000] rev 3347
(svn r4131) - CodeChange: Add proper semantics for StationID for such variables instead of using the general uint16-type. StationID was added for depots, waypoints and stations where necessary. We probably need to change GetDepot(), IsDepotIndex(), IsStationIndex(), GetWaypoint() and IsWaypointIndex() as well to use StationID.
Darkvater [Sun, 26 Mar 2006 22:41:56 +0000] rev 3346
(svn r4130) - CodeChange: Add proper semantics for TownID for such variables instead of using the general uint16-type. We probably need to change GetTown() and IsTownIndex() as well to use TownID.
Darkvater [Sun, 26 Mar 2006 22:25:29 +0000] rev 3345
(svn r4129) - CodeChange: Add proper bool type for is_ai as well...it is a bool type.
Darkvater [Sun, 26 Mar 2006 22:23:32 +0000] rev 3344
(svn r4128) - CodeChange: Add proper semantics for CargoID for such variables instead of using the general byte-type.
peter1138 [Sun, 26 Mar 2006 22:02:11 +0000] rev 3343
(svn r4127) - Update English language file to use tags for the new unit system.