Fri, 24 Aug 2007 17:49:42 +0000(svn r10973) -Fix [FS#1154]: update wp->xy when waypoint is moved (Catalan)
KUDr [Fri, 24 Aug 2007 17:49:42 +0000] rev 7964
(svn r10973) -Fix [FS#1154]: update wp->xy when waypoint is moved (Catalan)

Fri, 24 Aug 2007 00:23:35 +0000(svn r10972) -Codechange: Implement the counterpart(GetTranslatedIndustryTileID) of getindustileid of TTDPatch. This allows to ensure that the ID of a tile (taken out of the map or not) is still a valid one regarding the possible override it may have been flagged to.
belugas [Fri, 24 Aug 2007 00:23:35 +0000] rev 7963
(svn r10972) -Codechange: Implement the counterpart(GetTranslatedIndustryTileID) of getindustileid of TTDPatch. This allows to ensure that the ID of a tile (taken out of the map or not) is still a valid one regarding the possible override it may have been flagged to.
It is not the strict same thing, but is what we need regarding the slightly different approach we took for newindustries.

Fri, 24 Aug 2007 00:04:51 +0000(svn r10971) -Codechange: One less magical number
belugas [Fri, 24 Aug 2007 00:04:51 +0000] rev 7962
(svn r10971) -Codechange: One less magical number

Thu, 23 Aug 2007 18:05:51 +0000(svn r10968) -Codechange: Remove a tileloop performed in the AfterLoadCountBuildings function and use the main loop of CheckhouseIDs instead
belugas [Thu, 23 Aug 2007 18:05:51 +0000] rev 7961
(svn r10968) -Codechange: Remove a tileloop performed in the AfterLoadCountBuildings function and use the main loop of CheckhouseIDs instead

Thu, 23 Aug 2007 11:08:59 +0000(svn r10967) -Fix: in case of moving the window on create (because it doesn't fit in the screen), make sure to move the viewport too if we are an extra viewport (spotted by Maedhros)
truelight [Thu, 23 Aug 2007 11:08:59 +0000] rev 7960
(svn r10967) -Fix: in case of moving the window on create (because it doesn't fit in the screen), make sure to move the viewport too if we are an extra viewport (spotted by Maedhros)

Wed, 22 Aug 2007 20:57:28 +0000(svn r10964) -Update: WebTranslator2 update to 2007-08-22 22:57:00
miham [Wed, 22 Aug 2007 20:57:28 +0000] rev 7959
(svn r10964) -Update: WebTranslator2 update to 2007-08-22 22:57:00
croatian - 9 fixed, 13 changed by knovak (22)
italian - 10 fixed by lorenzodv (10)
japanese - 5 fixed by ickoonite (5)
polish - 10 fixed, 1 changed by meush (11)
slovak - 77 changed by lengyel (77)
spanish - 5 fixed by eusebio (5)

Wed, 22 Aug 2007 01:16:08 +0000(svn r10963) -Revert(10700): Although the idea was good, it was more prone of errors than usefull.
belugas [Wed, 22 Aug 2007 01:16:08 +0000] rev 7958
(svn r10963) -Revert(10700): Although the idea was good, it was more prone of errors than usefull.
So now, it will be better to jump to the overriden tile when it is been marked as an override

Wed, 22 Aug 2007 00:59:46 +0000(svn r10962) -Codechange: protect yourself against an illicit substitution
belugas [Wed, 22 Aug 2007 00:59:46 +0000] rev 7957
(svn r10962) -Codechange: protect yourself against an illicit substitution

Wed, 22 Aug 2007 00:52:25 +0000(svn r10961) -Codechange: Flag default substitutes of industry/tiles with a value that cannot be legal.
belugas [Wed, 22 Aug 2007 00:52:25 +0000] rev 7956
(svn r10961) -Codechange: Flag default substitutes of industry/tiles with a value that cannot be legal.
This avoids the forest of coal mine error in the futur

Tue, 21 Aug 2007 00:29:10 +0000(svn r10955) -Fix: The substitute prop (0x08) of industry tiles does not behave as prop 0x08 of industry. Therefore, do not disable the old industry with value of 0xFF. Not a bug fix, just a spec compliance correction...
belugas [Tue, 21 Aug 2007 00:29:10 +0000] rev 7955
(svn r10955) -Fix: The substitute prop (0x08) of industry tiles does not behave as prop 0x08 of industry. Therefore, do not disable the old industry with value of 0xFF. Not a bug fix, just a spec compliance correction...