Fri, 26 Jan 2007 18:41:15 +0000(svn r8419) -Update: WebTranslator2 update to 2007-01-26 19:40:39
miham [Fri, 26 Jan 2007 18:41:15 +0000] rev 6096
(svn r8419) -Update: WebTranslator2 update to 2007-01-26 19:40:39
brazilian_portuguese - 1 changed by fukumori (1)
korean - 1 changed by Nios (1)
ukrainian - 1 fixed, 23 changed by mad (24)

Fri, 26 Jan 2007 11:38:07 +0000(svn r8414) -Codechange: Use own AutoPtrT instead of std::auto_ptr.
KUDr [Fri, 26 Jan 2007 11:38:07 +0000] rev 6095
(svn r8414) -Codechange: Use own AutoPtrT instead of std::auto_ptr.
-Simplifies assignment from raw pointers
-Should be harder to crash the program by incorrect assignment into it.
-Should help with MorphOS compilation errors

Fri, 26 Jan 2007 08:37:48 +0000(svn r8413) -Fix [MORPHOS]: disable #define offsetof conflict on Morphos (seems that g++ 2.95 defines it anyway)
KUDr [Fri, 26 Jan 2007 08:37:48 +0000] rev 6094
(svn r8413) -Fix [MORPHOS]: disable #define offsetof conflict on Morphos (seems that g++ 2.95 defines it anyway)

Fri, 26 Jan 2007 08:36:02 +0000(svn r8412) [MorphOS] -Fix: assert_compile(x != y) doesn't work, but assert_compile(!(x == y)) does.. don't ask me why!
truelight [Fri, 26 Jan 2007 08:36:02 +0000] rev 6093
(svn r8412) [MorphOS] -Fix: assert_compile(x != y) doesn't work, but assert_compile(!(x == y)) does.. don't ask me why!

Fri, 26 Jan 2007 08:27:59 +0000(svn r8411) [MorphOS] -Fix: tons of unneeded warnings in networking code, because MorphOS wants UBYTE arrays and we use char arrays. Solution is a bit hackish.
truelight [Fri, 26 Jan 2007 08:27:59 +0000] rev 6092
(svn r8411) [MorphOS] -Fix: tons of unneeded warnings in networking code, because MorphOS wants UBYTE arrays and we use char arrays. Solution is a bit hackish.

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