peter1138 [Fri, 14 Apr 2006 15:58:38 +0000] rev 3548
(svn r4414) - NewGRF: Don't execute sprite replacements (action 0x0A) in the
initialization stage.
truelight [Fri, 14 Apr 2006 12:19:51 +0000] rev 3547
(svn r4413) -Fix: fixed a bug which pushed the client back to the main menu when a
server is in the mainserver-list which sends out illegal signals. Many
tnx to 'test' for finding and isolating the problem.
-Fix: also specify the problem a bit better
tron [Fri, 14 Apr 2006 10:48:54 +0000] rev 3546
(svn r4412) When a vehicle is in a depot or tunnel it's always flagged as VS_HIDDEN. So after checking for VS_HIDDEN and the result is false there's no need to check if it's flagged as being in a depot or tunnel
belugas [Fri, 14 Apr 2006 01:54:07 +0000] rev 3545
(svn r4411) CodeChange : Define and use some Gfx for both stations and industries. More are still to come
Also, a bit of code cleaning, as pointed by Tron
miham [Thu, 13 Apr 2006 17:33:32 +0000] rev 3544
(svn r4410) WebTranslator2 daily commit [2006-04-13]
[hungarian] 6 strings changed by Miham
[french] 21 strings changed by Belugas
[polish] 151 strings changed, 8 strings fixed by Meush
miham [Wed, 12 Apr 2006 21:11:28 +0000] rev 3543
(svn r4408) [Language update by miham] Quick fixed polish.txt
miham [Wed, 12 Apr 2006 20:35:02 +0000] rev 3542
(svn r4405) WebTranslator2 automatic commit
[french] 1 string has been fixed by Belugas
[polish] 36 strings has been fixed, 3 strings has been updated by meush
belugas [Wed, 12 Apr 2006 20:33:01 +0000] rev 3541
(svn r4404) Reverted part of r4403. GetRailStationAxis need assertion on IsRailwayStation. Thanks glx for spotting it
belugas [Wed, 12 Apr 2006 20:01:52 +0000] rev 3540
(svn r4403) CodeChange : Add GetStationGfx and make use of [G|S]etStationGfx accessors. Also, use GetStationGfx instead of directly accessing the map for functions in station_map.h
tron [Wed, 12 Apr 2006 19:05:31 +0000] rev 3539
(svn r4402) Fix a faulty entry in the table for slopes under bridges, remove a now unnecessary test which hid the faulty entry till now and undo r4398 (don't do this!)