Sat, 27 Jan 2007 10:08:08 +0000(svn r8426) -Fix
tron [Sat, 27 Jan 2007 10:08:08 +0000] rev 5852
(svn r8426) -Fix

Slightly simplify the code which determines whether to build a rail or a road bridge

Fri, 26 Jan 2007 20:51:35 +0000(svn r8425) -Fix
tron [Fri, 26 Jan 2007 20:51:35 +0000] rev 5851
(svn r8425) -Fix

Do not try to invalidate a window which just got deleted. It is pointless

Fri, 26 Jan 2007 20:49:40 +0000(svn r8424) -Fix
tron [Fri, 26 Jan 2007 20:49:40 +0000] rev 5850
(svn r8424) -Fix

Do not call ClearSlot() just before calling DeleteVehicle(), which does it too

Fri, 26 Jan 2007 20:39:36 +0000(svn r8423) -Fix
tron [Fri, 26 Jan 2007 20:39:36 +0000] rev 5849
(svn r8423) -Fix

Do not explicitly pass the station specification and the station to ResolveStation(). They are already contained in the ResolverObject

Fri, 26 Jan 2007 20:22:34 +0000(svn r8422) -Fix
tron [Fri, 26 Jan 2007 20:22:34 +0000] rev 5848
(svn r8422) -Fix

-Regression (r8314): Reevaluate the disabled elrail setting after loading because the railtype doesn't get saved anymore

Fri, 26 Jan 2007 19:30:11 +0000(svn r8421) -Codechange (r8420): rename STR_AVAILABLE_VEHICLES to STR_AVAILABLE_ROAD_VEHICLES for clarificaton (Tron)
Darkvater [Fri, 26 Jan 2007 19:30:11 +0000] rev 5847
(svn r8421) -Codechange (r8420): rename STR_AVAILABLE_VEHICLES to STR_AVAILABLE_ROAD_VEHICLES for clarificaton (Tron)

Fri, 26 Jan 2007 19:24:02 +0000(svn r8420) -Codechange (r7418): Rename the 'New <vehtype>' button of the global vehicle lists to 'Available <vehtype>' as it is a view-only list, not one from which you can purchase (rolling) stock.
Darkvater [Fri, 26 Jan 2007 19:24:02 +0000] rev 5846
(svn r8420) -Codechange (r7418): Rename the 'New <vehtype>' button of the global vehicle lists to 'Available <vehtype>' as it is a view-only list, not one from which you can purchase (rolling) stock.

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 5845
(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 5844
(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 5843
(svn r8413) -Fix [MORPHOS]: disable #define offsetof conflict on Morphos (seems that g++ 2.95 defines it anyway)