truelight [Mon, 19 Feb 2007 16:10:18 +0000] rev 6403
(svn r8810) [Configure] -Fix: "" variables if you test them, else if they are empty they return lovely errors (tnx to Celester for finding thisone ;))
rubidium [Mon, 19 Feb 2007 13:45:13 +0000] rev 6402
(svn r8809) -Fix (r8715): accidentally removed a part of an expression.
rubidium [Mon, 19 Feb 2007 10:13:51 +0000] rev 6401
(svn r8808) -Fix [FS#631]: do not show the 'edit sign' window for spectators.
Darkvater [Sun, 18 Feb 2007 22:50:51 +0000] rev 6400
(svn r8807) -Feature: Add support for loading (some of) the TTDP extra chunks mainly list of GRFIDs and TTDP version the game was saved with.
GRFID list is read and active GRFs are loaded with the game if present in the data/ directory.
TTDP versioning information only works for newer versions, old versions will only give rough information but it's not worth the effort to precisely figure out what bit means what where and when.
Darkvater [Sun, 18 Feb 2007 22:37:33 +0000] rev 6399
(svn r8806) -Codechange (r7582): Remove a duplicate append of static GRF's when loading the game and hide the intrinsics of adding elements to the GRFConfig list by using an AppendToGRFConfigList function.
Darkvater [Sun, 18 Feb 2007 22:07:08 +0000] rev 6398
(svn r8805) -Codechange (r8757): DO set eol-style and keywords on new files...
tron [Sun, 18 Feb 2007 16:24:29 +0000] rev 6397
(svn r8802) -Fix
-Fix: When inserting an order for a ship while checking the distance between the new order and the order it is inserted after adhere the order types to determine the correct type of destination (i.e. station or depot)
Also do a better job in determining the preceding order
NOTE: 0.5 candidate
tron [Sun, 18 Feb 2007 11:45:56 +0000] rev 6396
(svn r8800) -Fix
Simplify MoveGoodsToSation() under the assumption that 0 is less or equal than 0
tron [Sun, 18 Feb 2007 11:27:09 +0000] rev 6395
(svn r8799) -Fix
Reduce variable scope
rubidium [Sun, 18 Feb 2007 11:15:13 +0000] rev 6394
(svn r8798) -Fix (8735): update documentation to reflect the used bits for drive through stations.