tron [Fri, 27 May 2005 15:05:54 +0000] rev 1863
(svn r2369) Remove _thd_ptr: It always holds the address of _thd
Darkvater [Fri, 27 May 2005 13:41:03 +0000] rev 1862
(svn r2368) - Fix: Add 'multihead' TTDPatch option to OpenTTD newgrf flags-emulation (DBSETXLW doesn't complain about it anymore)
tron [Thu, 26 May 2005 19:43:56 +0000] rev 1861
(svn r2367) Remove some unused functions, probably was some debug stuff
tron [Thu, 26 May 2005 19:41:58 +0000] rev 1860
(svn r2366) Use SetRedErrorSquare() instead of home brewed version
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.
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.
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)
miham [Mon, 23 May 2005 16:41:51 +0000] rev 1856
(svn r2362) [Translations] Updated to 2005-04-23 (207 strs / 6 langs)
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.
tron [Sun, 22 May 2005 08:09:40 +0000] rev 1854
(svn r2360) Use GB and SB in [GS]etMapExtraBits