belugas [Tue, 27 Nov 2007 17:13:49 +0000] rev 7978
(svn r11534) -Feature(newgrf): Implement property 23h for Industries.
This will add a cost to the removal of an industry using the cheat magic bulldozer.
Note that the removal of regular or newgrf industries without specified removal cost will have no cost applied to.
This is a difference from original spec, where a default base cost is added.
belugas [Tue, 27 Nov 2007 16:02:13 +0000] rev 7977
(svn r11533) -Codechange: Rename some unclear clear_x prices member names.
While at it, remove one unused entry on the clear_price_table array.
It is based on ground type, and the unused one was referencing a non existing one.
belugas [Tue, 27 Nov 2007 04:16:08 +0000] rev 7976
(svn r11532) -Feature[newgrf]: Add decrement(0x0D) / increment(0x0E) production operations from result of production callback cb29/35.
Only var 0x93 will be affected by these operations
rubidium [Mon, 26 Nov 2007 23:28:29 +0000] rev 7975
(svn r11531) -Fix [FS#1459]: version determination did stall (read: never finish) when both svn and git were not installed.
smatz [Mon, 26 Nov 2007 22:56:30 +0000] rev 7974
(svn r11530) -Codechange: do not update Tpool->first_free_index for PoolItems allocated on stack
miham [Mon, 26 Nov 2007 20:14:20 +0000] rev 7973
(svn r11529) -Update: WebTranslator2 update to 2007-11-26 21:13:37
brazilian_portuguese - 1 fixed by fukumori (1)
catalan - 1 fixed, 2 changed by arnaullv (3)
dutch - 1 fixed by habell (1)
french - 1 fixed, 1 changed by glx (2)
italian - 1 fixed by lorenzodv (1)
lithuanian - 4 fixed by Domas (4)
slovak - 1 fixed, 1 changed by lengyel (2)
ukrainian - 5 fixed by mad (5)
maedhros [Mon, 26 Nov 2007 19:23:53 +0000] rev 7972
(svn r11528) -Fix (r11500): With smooth economy enabled, industries that should only decrease production would always increase it when more than 60% was transported.
skidd13 [Mon, 26 Nov 2007 17:50:22 +0000] rev 7971
(svn r11527) -Codechange: Split the bitmath functions of to their own files
skidd13 [Mon, 26 Nov 2007 16:01:29 +0000] rev 7970
(svn r11526) -Codechange: Rename the function delta fitting to the naming style
rubidium [Sun, 25 Nov 2007 20:20:16 +0000] rev 7969
(svn r11525) -Fix: do not do all kinds of 'updates' for town, waypoint, station and other signs when you haven't converted the map to the 'current' format as that means you are going to read data in the 'old' format when you assume that it is in the 'current' format.