Darkvater [Sat, 28 May 2005 16:59:51 +0000] rev 1866
(svn r2372) - Fix (console): update the example scripts in the scripts/ directory to reflect the new console functionality
- Fix (console): any line starting with a '#' is a comment so ignore it
- Fix (console): The special variables whose value can only be set by a custom process should, also print out their newly set value there, instead of relying on the default printout which is slightly confusing. Eg after you change the value it still printed out 'current value for...' instead of 'XXX changed to...'
matthijs [Sat, 28 May 2005 10:32:09 +0000] rev 1865
(svn r2371) - Fix: [ 1144510 ] make install tries to install scenarios in the (non-existing) personal dir when USE_HOMEDIR is specified.
This fix solves the issue for now by installing scenarios in the system-wide data dir.
- Add: 32x32 xpm format icon, used for debian packaging.
- Some minor updates to the os/debian directory.
tron [Sat, 28 May 2005 09:29:36 +0000] rev 1864
(svn r2370) Replace some magic numbers with symbolic names
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)