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).
tron [Tue, 29 Aug 2006 19:26:13 +0000] rev 4444
(svn r6222) Remove struct ColorList, because the names of its attributes are plain confusing
All the struct holds is a simple colour gradient, so using a simple array with 8 entries is more clear
Also add the names of colour the gradients as enum
bjarni [Tue, 29 Aug 2006 18:50:15 +0000] rev 4443
(svn r6220) -Fix: added missing space in a string for Catalan town names (Arnau)
bjarni [Tue, 29 Aug 2006 17:41:13 +0000] rev 4442
(svn r6215) -Codechange: [vehicle list windows] unified Player(vehicle)WndProc into PlayerVehWndProc
Those 4 unified functions were really much alike, so there was no reason to have so much dublicated code
bjarni [Tue, 29 Aug 2006 14:45:39 +0000] rev 4441
(svn r6213) -Fix: Calatan town names was only prefix OR the rest of the string, never both (nars)
tron [Tue, 29 Aug 2006 06:50:47 +0000] rev 4440
(svn r6212) Remove dependency on window.h from station.h