bjarni [Wed, 30 Aug 2006 13:41:53 +0000] rev 4454
(svn r6237) -Fix r6165: fixed wrong hangar name in heading for hangar strings
also fixed inconsistent Danish translation and a typo in Dutch in the same strings
rubidium [Wed, 30 Aug 2006 12:37:04 +0000] rev 4453
(svn r6236) -Fix (FS#313): TGP generation seed edit box only accepted seeds up to 2^31-1, instead of up to 2^32-2.
Darkvater [Wed, 30 Aug 2006 09:29:20 +0000] rev 4452
(svn r6235) -Cleanup: Make SVN ignore everything not under version control in the data/ folder
bjarni [Tue, 29 Aug 2006 23:39:57 +0000] rev 4451
(svn r6229) -Feature: Shared order lists now got a "goto depot" button
this will try to send all vehicles in the list to depots/hangars
currently if one fails to find a depot, it will not tell the player
bjarni [Tue, 29 Aug 2006 22:47:38 +0000] rev 4450
(svn r6228) -Fix: redrawing an empty list of shared vehicles will now close the window
Since the order is no more, the player will not need that particular window anymore
this could happen if the player opened the window and then sold all the vehicles (or crashed them)
A crash could happen if a new order gets the same (now freed) OrderID and the vehicle using it is not of the same type as the window expect
bjarni [Tue, 29 Aug 2006 21:36:39 +0000] rev 4449
(svn r6227) -Codechange: added window type flags to use with PlayerVehWndProc
this makes the list type detection much easier and allowed an if cascade to be turned into a switch case
this also makes it easier to add more list types
glx [Tue, 29 Aug 2006 21:34:02 +0000] rev 4448
(svn r6226) -Fix(r5864): an assertion was triggered when drawing catenary on steep slopes (TrueLight)
Darkvater [Tue, 29 Aug 2006 20:55:25 +0000] rev 4447
(svn r6225) -Codechange: change the warning/error format of strgen to show up
in MSVC 'Task List' as well.
miham [Tue, 29 Aug 2006 20:35:07 +0000] rev 4446
(svn r6224) WebTranslator2 update to 2006-08-29 22:34:42
dutch - 10 fixed, 14 changed by habell (24)
estonian - 1 fixed, 3 changed by t2t2 (4)
portuguese - 6 fixed, 4 changed by izhirahider (10)
KUDr [Tue, 29 Aug 2006 19:46:31 +0000] rev 4445
(svn r6223) -Fix: RVs with empty order list were able to enter the depot or road stop from the back. I introduced this bug when I "improved" GetTileTrackStatus(). (thanks glx for the report and fix).