------------------------------------------------------------------------ r2369 | tron | 2005-05-27 15:05:54 +0000 (Fri, 27 May 2005) | 1 line Remove _thd_ptr: It always holds the address of _thd ------------------------------------------------------------------------ r2368 | Darkvater | 2005-05-27 13:41:03 +0000 (Fri, 27 May 2005) | 1 line - Fix: Add 'multihead' TTDPatch option to OpenTTD newgrf flags-emulation (DBSETXLW doesn't complain about it anymore) ------------------------------------------------------------------------ r2367 | tron | 2005-05-26 19:43:56 +0000 (Thu, 26 May 2005) | 1 line Remove some unused functions, probably was some debug stuff ------------------------------------------------------------------------ r2366 | tron | 2005-05-26 19:41:58 +0000 (Thu, 26 May 2005) | 1 line Use SetRedErrorSquare() instead of home brewed version ------------------------------------------------------------------------ r2365 | hackykid | 2005-05-26 16:31:32 +0000 (Thu, 26 May 2005) | 4 lines - 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. ------------------------------------------------------------------------ r2364 | Darkvater | 2005-05-24 16:13:37 +0000 (Tue, 24 May 2005) | 1 line - 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. ------------------------------------------------------------------------ r2363 | matthijs | 2005-05-23 19:00:16 +0000 (Mon, 23 May 2005) | 2 lines - Codechange: [NPF] Removed caching the endnode check. The code for this was buggy, fundamentally flawed and barely useful. (Hackykid) ------------------------------------------------------------------------ r2362 | miham | 2005-05-23 16:41:51 +0000 (Mon, 23 May 2005) | 1 line [Translations] Updated to 2005-04-23 (207 strs / 6 langs) ------------------------------------------------------------------------ r2361 | hackykid | 2005-05-22 14:10:20 +0000 (Sun, 22 May 2005) | 2 lines - 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. ------------------------------------------------------------------------ r2360 | tron | 2005-05-22 08:09:40 +0000 (Sun, 22 May 2005) | 1 line Use GB and SB in [GS]etMapExtraBits ------------------------------------------------------------------------ r2359 | tron | 2005-05-22 07:43:18 +0000 (Sun, 22 May 2005) | 1 line Use strecpy instead of str_cat (which was rather a cpy than a cat, btw), remove the latter and simplify some constructs ------------------------------------------------------------------------ r2358 | tron | 2005-05-22 07:12:09 +0000 (Sun, 22 May 2005) | 3 lines Add macros for getting (GB) and setting (SB) a range of bits Use them exemplarily to prettify (Get|Set)Tile(Type|Height) ------------------------------------------------------------------------ r2357 | orudge | 2005-05-21 21:30:13 +0000 (Sat, 21 May 2005) | 1 line Small OS/2 update ------------------------------------------------------------------------ r2356 | tron | 2005-05-21 19:42:34 +0000 (Sat, 21 May 2005) | 1 line Make check if statvfs() is availible a bit more sensible ------------------------------------------------------------------------ r2354 | orudge | 2005-05-21 19:41:35 +0000 (Sat, 21 May 2005) | 1 line Update OpenTTD for 0.4.0.1 release ------------------------------------------------------------------------ r2353 | Darkvater | 2005-05-21 15:18:20 +0000 (Sat, 21 May 2005) | 1 line - Prepare windows installer for 0.4.0.1 ------------------------------------------------------------------------