belugas [Thu, 31 May 2007 15:40:36 +0000] rev 6765
(svn r10001) -Codechange: Add support for removing dynamically allocated newgrf data
rubidium [Thu, 31 May 2007 15:15:00 +0000] rev 6764
(svn r9999) -Feature: make it possible to disallow busses and lorries to go a specific way on straight pieces of road.
rubidium [Thu, 31 May 2007 14:29:19 +0000] rev 6763
(svn r9998) -Fix (r9990): possible null pointer dereferences on MorphOS.
miham [Thu, 31 May 2007 14:16:22 +0000] rev 6762
(svn r9997) -Update: WebTranslator2 update to 2007-05-31 16:16:13
american - 30 fixed by WhiteRabbit (30)
french - 1 changed by glx (1)
rubidium [Thu, 31 May 2007 07:34:40 +0000] rev 6761
(svn r9996) -Fix: be more strict when building/upgrading roads and/or road stops.
peter1138 [Thu, 31 May 2007 07:21:33 +0000] rev 6760
(svn r9995) -Fix (r9962): Don't scroll the map at the start of a new game
belugas [Thu, 31 May 2007 03:35:11 +0000] rev 6759
(svn r9994) -Codechange: Add pointers for Industry and Industry Tiles in the grf file.
rubidium [Wed, 30 May 2007 20:34:16 +0000] rev 6758
(svn r9993) -Fix (r9992): smallish typos resulting in compile time errors.
belugas [Wed, 30 May 2007 20:20:58 +0000] rev 6757
(svn r9992) -Codechange: Remove some hardcoded references to Industry IDs.
A few more to go
rubidium [Wed, 30 May 2007 20:13:58 +0000] rev 6756
(svn r9991) -Fix: one could build road when trams were driving on the tile and vice versa.
rubidium [Wed, 30 May 2007 18:24:54 +0000] rev 6755
(svn r9990) -Fix: MorphOS and AmigaOS do not like "//" in filenames as that means the same as "/../" in means in Unix.
rubidium [Wed, 30 May 2007 18:22:56 +0000] rev 6754
(svn r9989) -Fix [FS#817]: trams/road vehicles did go to the closest road stop regardless whether they could actually "drive" on there.
rubidium [Wed, 30 May 2007 13:33:19 +0000] rev 6753
(svn r9988) -Codechange: remove the last direct map accesses, except the ones needed for the savegame saving/loading mechanisms.
rubidium [Wed, 30 May 2007 13:27:56 +0000] rev 6752
(svn r9987) -Fix [FS#818]: a train under a bridge could collide with a train on the bridge.
rubidium [Wed, 30 May 2007 13:16:45 +0000] rev 6751
(svn r9986) -Fix (r9934): flooding towns could not remove tram tracks (boekabart).
miham [Wed, 30 May 2007 07:59:43 +0000] rev 6750
(svn r9985) -Update: WebTranslator2 update to 2007-05-30 09:59:31
dutch - 1 fixed by habell (1)
italian - 16 fixed, 22 changed by lorenzodv (38)
korean - 1 fixed by darkttd (1)
norwegian_bokmal - 8 fixed by jankmi (8)
ukrainian - 30 fixed by mad (30)
belugas [Wed, 30 May 2007 02:08:18 +0000] rev 6749
(svn r9984) -Codechange: Remove an obsolete structure and a now meaningless enum, in favor of the "real thing"
belugas [Wed, 30 May 2007 01:55:11 +0000] rev 6748
(svn r9983) -Codechange: Use the "enabled" property of the industry spec.
bjarni [Tue, 29 May 2007 20:52:35 +0000] rev 6747
(svn r9982) -Fix (r9874): autoreplacing vehicles from a group could sometimes add the new vehicle twice to the engine (EngineID, not total count) count in the group
bjarni [Tue, 29 May 2007 20:06:06 +0000] rev 6746
(svn r9981) -Fix: fixed a rare event that could cause autoreplace to run out of money and generate an error (spotted by elmex and UndernotBuilder)
This happened if the new engine was a dualheaded engine and there was money to replace and refit the front, but not the rear
It also adds the cost of refitting the rear end of dualheaded engines to the cost animations (display only)
rubidium [Tue, 29 May 2007 19:01:38 +0000] rev 6745
(svn r9980) -Merge: Windows Installer changes in 0.5 (r9864).
rubidium [Tue, 29 May 2007 18:55:15 +0000] rev 6744
(svn r9979) -Merge: release changes from 0.5.
belugas [Tue, 29 May 2007 17:41:59 +0000] rev 6743
(svn r9976) -Codechange: Declare a writable array of specs for industry and industry tiles.
It will be initialized by the original data upon game start.
Rename some enums to be more consistent too
belugas [Tue, 29 May 2007 14:44:22 +0000] rev 6742
(svn r9975) -Codechange: Adjust the industry/tile spec arrays, moving the enabled member out of GRFFileProps (end of previous commit).
belugas [Tue, 29 May 2007 14:32:46 +0000] rev 6741
(svn r9974) -Codechange: Remove the enabled member of GRFFileProps, since it'snot really grf related
bjarni [Tue, 29 May 2007 10:35:52 +0000] rev 6740
(svn r9973) -Cleanup: removed some code that kept both ends of a dualheaded engine in the same train (when moving wagons in a depot)
NormaliseTrainConsist() is called later in the same command and it will take care of this issue
rubidium [Tue, 29 May 2007 08:20:38 +0000] rev 6739
(svn r9972) -Fix (r9969): silence a warning.
rubidium [Tue, 29 May 2007 08:19:37 +0000] rev 6738
(svn r9971) -Fix (r9892, r9958): loading of post-'bridges over "everything"' messed with the railtype of bridges.
miham [Tue, 29 May 2007 07:12:49 +0000] rev 6737
(svn r9970) -Update: WebTranslator2 update to 2007-05-29 09:12:20
brazilian_portuguese - 29 fixed by tucalipe (29)
catalan - 30 fixed by arnaullv (30)
danish - 1 fixed by ThomasA (1)
dutch - 29 fixed, 2 changed by webfreakz (31)
french - 30 fixed, 2 changed by glx (32)
hungarian - 29 fixed by miham (29)
italian - 30 fixed, 1 changed by lorenzodv (31)
japanese - 18 fixed by ickoonite (18)
korean - 34 fixed by darkttd (34)
portuguese - 5 fixed by izhirahider (5)
romanian - 28 fixed, 682 changed by CrystyB (710)
swedish - 31 fixed by giddorah (31)
traditional_chinese - 57 fixed by thomasau (57)
belugas [Tue, 29 May 2007 00:15:34 +0000] rev 6736
(svn r9969) -Codechange: Cleanup of industries (Step-14). Remove hardcoded-run-time tile acceptance and put in corresponding tile