Fri, 26 Jan 2007 07:50:34 +0000(svn r8410) -Fix
tron [Fri, 26 Jan 2007 07:50:34 +0000] rev 6091
(svn r8410) -Fix

-Fix: Fix an out of bounds array access when assigning the engine type in the _engine array
This usually hits the _engine_name_strings array and causes an invalid StringID, though it depends on the compiler which data structure gets placed after the _engines array.
Most probably this was exposed by removing railtype from Engine, which changed the size of this struct.

Fri, 26 Jan 2007 00:25:39 +0000(svn r8409) -Regression (r8049): When the latest news was deleted, the news queue wrapped back to the oldest item, showing all news again.
Darkvater [Fri, 26 Jan 2007 00:25:39 +0000] rev 6090
(svn r8409) -Regression (r8049): When the latest news was deleted, the news queue wrapped back to the oldest item, showing all news again.
-Regression [FS#573] (r8049): ShowLastNewsMessage could show an out-of-bounds news item because it did not checked if a previous item actually existed the first time it is called (forced news is INVALID_NEWS).

Thu, 25 Jan 2007 18:37:21 +0000(svn r8404) -Update: WebTranslator2 update to 2007-01-25 19:36:44
miham [Thu, 25 Jan 2007 18:37:21 +0000] rev 6089
(svn r8404) -Update: WebTranslator2 update to 2007-01-25 19:36:44
korean - 2 changed by leejaeuk5 (2)
slovak - 1 changed by lengyel (1)
slovenian - 290 changed by Necrolyte (290)
ukrainian - 1 fixed, 55 changed by mad (7), znikoz (49)

Thu, 25 Jan 2007 11:11:43 +0000(svn r8403) -Fix (r8402): Forgot to remove an enum
celestar [Thu, 25 Jan 2007 11:11:43 +0000] rev 6088
(svn r8403) -Fix (r8402): Forgot to remove an enum

Thu, 25 Jan 2007 10:06:58 +0000(svn r8402) -Codechange: Move RoadStop-specific enums to the RoadStop class, and changed a one-member enum into a static const. Simplify their naming and add some doxygen-comments to RoadStop
celestar [Thu, 25 Jan 2007 10:06:58 +0000] rev 6087
(svn r8402) -Codechange: Move RoadStop-specific enums to the RoadStop class, and changed a one-member enum into a static const. Simplify their naming and add some doxygen-comments to RoadStop

Thu, 25 Jan 2007 08:58:09 +0000(svn r8401) -Codechange: Make 'IsValidRoadStop' a method of RoadStop and rename it to 'IsValid'
celestar [Thu, 25 Jan 2007 08:58:09 +0000] rev 6086
(svn r8401) -Codechange: Make 'IsValidRoadStop' a method of RoadStop and rename it to 'IsValid'
-Codechange: While I'm at it, put 'RoadStop::AllocateRaw' into the protected section

Thu, 25 Jan 2007 07:11:06 +0000(svn r8400) -Fix
tron [Thu, 25 Jan 2007 07:11:06 +0000] rev 6085
(svn r8400) -Fix

Simplify r8399

Thu, 25 Jan 2007 01:29:24 +0000(svn r8399) -Fix (r8185): a new road stop was always created in CmdBuildRoadStop(), but it was not deleted if DC_EXEC flag was not set or if the station creation failed
glx [Thu, 25 Jan 2007 01:29:24 +0000] rev 6084
(svn r8399) -Fix (r8185): a new road stop was always created in CmdBuildRoadStop(), but it was not deleted if DC_EXEC flag was not set or if the station creation failed

Wed, 24 Jan 2007 21:23:35 +0000(svn r8398) -Cleanup: Remove WATCOM crud from strgen and map.h include from macros.h as it is no longer needed.
Darkvater [Wed, 24 Jan 2007 21:23:35 +0000] rev 6083
(svn r8398) -Cleanup: Remove WATCOM crud from strgen and map.h include from macros.h as it is no longer needed.

Wed, 24 Jan 2007 19:19:12 +0000(svn r8397) -Codechange: [orders window] don't move the refit button to the same location as the unload button
bjarni [Wed, 24 Jan 2007 19:19:12 +0000] rev 6082
(svn r8397) -Codechange: [orders window] don't move the refit button to the same location as the unload button
instead assert if the widget array place them at different locations