Sun, 05 Jun 2005 23:01:10 +0000(svn r2413) - Codechange: Rewrite the displaying of purchase details a bit, make it easyer to add lines later.
hackykid [Sun, 05 Jun 2005 23:01:10 +0000] rev 1907
(svn r2413) - Codechange: Rewrite the displaying of purchase details a bit, make it easyer to add lines later.
- Add: In the purchase details for trains display "(refittable)" after the capacity if the vehicle is refittable.

Sun, 05 Jun 2005 20:45:04 +0000(svn r2412) - Fix: [ 1214948 ] building vehicles without depot crashes game. (Chris Huebsch)
hackykid [Sun, 05 Jun 2005 20:45:04 +0000] rev 1906
(svn r2412) - Fix: [ 1214948 ] building vehicles without depot crashes game. (Chris Huebsch)

Sun, 05 Jun 2005 15:37:00 +0000(svn r2411) - Codechange: Have trains cache stuff like consist power/weight/max speed instead of recalculating it each time.
hackykid [Sun, 05 Jun 2005 15:37:00 +0000] rev 1905
(svn r2411) - Codechange: Have trains cache stuff like consist power/weight/max speed instead of recalculating it each time.
- Fix: Station ratings now depends on the max speed of a consist, without being affected by other speed limits from realistic acceleration.

Sun, 05 Jun 2005 05:35:12 +0000(svn r2410) - Fix: [newgrf] When resolving callbacks, dont ignore wagon overrides.
hackykid [Sun, 05 Jun 2005 05:35:12 +0000] rev 1904
(svn r2410) - Fix: [newgrf] When resolving callbacks, dont ignore wagon overrides.

Sat, 04 Jun 2005 12:14:51 +0000(svn r2409) Missed one _map_owner -> IsTileOwner()
tron [Sat, 04 Jun 2005 12:14:51 +0000] rev 1903
(svn r2409) Missed one _map_owner -> IsTileOwner()

Sat, 04 Jun 2005 12:13:24 +0000(svn r2408) Introduce SetTileOwner() and use it
tron [Sat, 04 Jun 2005 12:13:24 +0000] rev 1902
(svn r2408) Introduce SetTileOwner() and use it

Sat, 04 Jun 2005 11:56:32 +0000(svn r2407) Use {Get,Is}TileOwner to get/check the owner of a tile and fix some bogus reads of _map_owner
tron [Sat, 04 Jun 2005 11:56:32 +0000] rev 1901
(svn r2407) Use {Get,Is}TileOwner to get/check the owner of a tile and fix some bogus reads of _map_owner

Sat, 04 Jun 2005 07:36:28 +0000(svn r2406) [Translations] Updated to 2005-06-04 (42 strs / 11 langs)
miham [Sat, 04 Jun 2005 07:36:28 +0000] rev 1900
(svn r2406) [Translations] Updated to 2005-06-04 (42 strs / 11 langs)

Sat, 04 Jun 2005 07:35:12 +0000(svn r2405) Simplify a few '? true : false' and '? false : true', especially the latter is confusing
tron [Sat, 04 Jun 2005 07:35:12 +0000] rev 1899
(svn r2405) Simplify a few '? true : false' and '? false : true', especially the latter is confusing

Fri, 03 Jun 2005 22:43:59 +0000(svn r2404) assert that GetTileOwner() isn't called for tiles, which don't store owner information
tron [Fri, 03 Jun 2005 22:43:59 +0000] rev 1898
(svn r2404) assert that GetTileOwner() isn't called for tiles, which don't store owner information