KUDr [Thu, 07 Dec 2006 21:30:18 +0000] rev 5281
(svn r7429) -Remove: [YAPF] yapf.txt no longer valid/needed
belugas [Thu, 07 Dec 2006 21:21:02 +0000] rev 5280
(svn r7428) -Codechange: Give a more explicit name to the enum STATIONLIST_WIDGET_CARGONONE.
It is not "No Cargo selected", but rather station with no cargo waiting, thus STATIONLIST_WIDGET_NOCARGOWAITING.
Hoping it is now clearer for everyone (mainly me...).
Will fix the behaviour next time.
peter1138 [Thu, 07 Dec 2006 18:58:20 +0000] rev 5279
(svn r7425) -Fix (r1681): With realistic acceleration, guarantee a minimum braking
force is applied. This ensures trains will stop when going down hill.
miham [Thu, 07 Dec 2006 18:37:05 +0000] rev 5278
(svn r7424) WebTranslator2 update to 2006-12-07 19:36:25
bulgarian - 1 fixed by groupsky (1)
catalan - 8 fixed, 1 changed by arnaullv (9)
croatian - 80 fixed by knovak (80)
esperanto - 381 fixed by LaPingvino (381)
finnish - 15 fixed by hapo (8), kerba (7)
romanian - 163 fixed, 1 changed by kneekoo (164)
slovak - 22 fixed, 1 changed by lengyel (23)
turkish - 2 fixed by jnmbk (2)
peter1138 [Thu, 07 Dec 2006 14:44:26 +0000] rev 5277
(svn r7421) -Fix (r2475): Changed "kick off" acceleration resulted in only a small amount of power being applied whilst moving off and then double the power at 1 mph. This resulted in a perceived delay before trains moved. Fix this by applying the full power of the engine (or the kick off, whichever is greater). Essay over.
Darkvater [Thu, 07 Dec 2006 14:37:54 +0000] rev 5276
(svn r7420) -[lang] Dammit, there are too many language files, missed some from the list.
Darkvater [Thu, 07 Dec 2006 14:35:16 +0000] rev 5275
(svn r7419) -[lang] Fix up the language files after r7418
Darkvater [Thu, 07 Dec 2006 14:03:55 +0000] rev 5274
(svn r7418) -Codechange/Feature: Put back the 'New Vehicles' button in the vehicle list window. As
things won't fit now because of too many buttons, move 'send to depot' and 'autoreplace'
to a dropdown box (and seperate 'send to depot' and 'send for servicing').
The 'New Vehicles' button shows a list of all engines you have available for that vehicle
type (in case of trains all railtypes). Button is only enabled for global list.
Darkvater [Thu, 07 Dec 2006 13:00:41 +0000] rev 5273
(svn r7415) -Codechange: Don't use typedef enum for simple widget enumerators when we will never use
their type anyways.
Darkvater [Thu, 07 Dec 2006 12:57:53 +0000] rev 5272
(svn r7414) -Fix: Immediately invalidate the resize widget when clicked, instead of when started to drag