Thu, 26 May 2005 16:31:32 +0000(svn r2365) - Change: [refitting] Make refitting capacities for trains newgrf compatible. Train vehicles can now carry twice as much mail/goods as other cargo, and four times as much passengers.
hackykid [Thu, 26 May 2005 16:31:32 +0000] rev 1859
(svn r2365) - Change: [refitting] Make refitting capacities for trains newgrf compatible. Train vehicles can now carry twice as much mail/goods as other cargo, and four times as much passengers.
- Fix: [refitting] The refit window now shows the correct refit options for the entire consist. Only if at least one of the vehicles in the train can be refitted to a certain cargo, it is shown in the list.
- Fix: [refitting] When refitting to a cargo which is already carried by some vehicles in the consist, the capacities of those vehicles are taken into account when calculating the new capacity of the train in the refit window.

Tue, 24 May 2005 16:13:37 +0000(svn r2364) - Fix (regression): [ 1206850 ] Cannot change difficulty in main menu, always the value it was before you changed it. A too rigid check forgot to check the parameter value -1 which set the difficulty level itself.
Darkvater [Tue, 24 May 2005 16:13:37 +0000] rev 1858
(svn r2364) - Fix (regression): [ 1206850 ] Cannot change difficulty in main menu, always the value it was before you changed it. A too rigid check forgot to check the parameter value -1 which set the difficulty level itself.

Mon, 23 May 2005 19:00:16 +0000(svn r2363) - Codechange: [NPF] Removed caching the endnode check. The code for this was buggy, fundamentally flawed and barely useful. (Hackykid)
matthijs [Mon, 23 May 2005 19:00:16 +0000] rev 1857
(svn r2363) - Codechange: [NPF] Removed caching the endnode check. The code for this was buggy, fundamentally flawed and barely useful. (Hackykid)

Mon, 23 May 2005 16:41:51 +0000(svn r2362) [Translations] Updated to 2005-04-23 (207 strs / 6 langs)
miham [Mon, 23 May 2005 16:41:51 +0000] rev 1856
(svn r2362) [Translations] Updated to 2005-04-23 (207 strs / 6 langs)

Sun, 22 May 2005 14:10:20 +0000(svn r2361) - Feature: [newgrf] Implement varaction2 property 0x41 and 0xDA. These are the position in and length of chain of consecutive vehicles with the same type, and index of the next wagon in the chain (INVALID_VEHICLE if last), resp. Improves displaying of some engines in the dbsetxl.
hackykid [Sun, 22 May 2005 14:10:20 +0000] rev 1855
(svn r2361) - Feature: [newgrf] Implement varaction2 property 0x41 and 0xDA. These are the position in and length of chain of consecutive vehicles with the same type, and index of the next wagon in the chain (INVALID_VEHICLE if last), resp. Improves displaying of some engines in the dbsetxl.

Sun, 22 May 2005 08:09:40 +0000(svn r2360) Use GB and SB in [GS]etMapExtraBits
tron [Sun, 22 May 2005 08:09:40 +0000] rev 1854
(svn r2360) Use GB and SB in [GS]etMapExtraBits

Sun, 22 May 2005 07:43:18 +0000(svn r2359) Use strecpy instead of str_cat (which was rather a cpy than a cat, btw), remove the latter and simplify some constructs
tron [Sun, 22 May 2005 07:43:18 +0000] rev 1853
(svn r2359) Use strecpy instead of str_cat (which was rather a cpy than a cat, btw), remove the latter and simplify some constructs

Sun, 22 May 2005 07:12:09 +0000(svn r2358) Add macros for getting (GB) and setting (SB) a range of bits
tron [Sun, 22 May 2005 07:12:09 +0000] rev 1852
(svn r2358) Add macros for getting (GB) and setting (SB) a range of bits
Use them exemplarily to prettify (Get|Set)Tile(Type|Height)

Sat, 21 May 2005 21:30:13 +0000(svn r2357) Small OS/2 update
orudge [Sat, 21 May 2005 21:30:13 +0000] rev 1851
(svn r2357) Small OS/2 update

Sat, 21 May 2005 19:42:34 +0000(svn r2356) Make check if statvfs() is availible a bit more sensible
tron [Sat, 21 May 2005 19:42:34 +0000] rev 1850
(svn r2356) Make check if statvfs() is availible a bit more sensible