truelight [Mon, 19 Feb 2007 18:47:55 +0000] rev 6405
(svn r8812) -Revert r7880: those changes assumed a GNU-grep, which isn't always available. Reverted back to a bit more ugly way of writing greps, but at least they are not bound to the laws of GNU.
truelight [Mon, 19 Feb 2007 16:24:10 +0000] rev 6404
(svn r8811) [Configure] -Fix: [:lower:] for tr is GNU specific. Use [a-z] instead. (Celestar)
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.
rubidium [Sun, 18 Feb 2007 11:14:55 +0000] rev 6393
(svn r8797) -Fix (8741): the 'drive through station built on town owned road' bit was not set.
tron [Sun, 18 Feb 2007 09:00:34 +0000] rev 6392
(svn r8796) -Fix
Remove the unused function AllocateStation() which was left over from r8125
tron [Sun, 18 Feb 2007 08:50:27 +0000] rev 6391
(svn r8795) -Fix
Remove the explicit check for buoys when inserting goto station orders.
This is already covered by the preceding OWNER_NONE test.
tron [Sun, 18 Feb 2007 08:37:39 +0000] rev 6390
(svn r8794) -Fix
Remove the possiblity to take over stations with OWNER_NONE by building a station next to it
-Fix: It was possible to take over buoys by building a station next to them
Also remove the now unnecessary special case which prevented taking over oilrigs
NOTE: 0.5 candidate
glx [Sat, 17 Feb 2007 23:53:17 +0000] rev 6389
(svn r8793) -Fix: corrected spelling of real french townnames and 'removed' a duplicate
maedhros [Sat, 17 Feb 2007 23:01:42 +0000] rev 6388
(svn r8792) -Fix (r6623): Don't check whether a string length is 1 when you already know it isn't.
miham [Sat, 17 Feb 2007 22:01:07 +0000] rev 6387
(svn r8791) -Revert: r8790 Committed too much in last commit
miham [Sat, 17 Feb 2007 21:56:22 +0000] rev 6386
(svn r8790) [Namegen] -Revert: r8789 (Tron kinda convinced me it is a bad thing, sorry for it)
miham [Sat, 17 Feb 2007 21:50:00 +0000] rev 6385
(svn r8789) [Namegen] -Change: Sorted townnameparts for hungarian, and added a few more
miham [Sat, 17 Feb 2007 21:31:30 +0000] rev 6384
(svn r8788) [Translations] -Fix: Removed bogus 3sk case from slovenian, as it is handled in WebTranslator2 from now on
bjarni [Sat, 17 Feb 2007 18:38:35 +0000] rev 6383
(svn r8787) -Change r8771: allow fast aircraft in small airports
We should keep the list in sync with the build command as hacked clients can avoid a block in the GUI only
bjarni [Sat, 17 Feb 2007 17:12:19 +0000] rev 6382
(svn r8786) -Cleanup: replaced a switch-case to get the right refit command for a certain vehicle type. We have a function to do that
richk [Sat, 17 Feb 2007 17:10:33 +0000] rev 6381
(svn r8785) -Fix: Entry point for commuter airport incorrect.
Darkvater [Sat, 17 Feb 2007 16:41:56 +0000] rev 6380
(svn r8784) -Regression (r7274 most likely): Unable to load TTDP (on *NIX) games because the static buffer used for name conversion is overwritten in the callback function.
bjarni [Sat, 17 Feb 2007 16:07:45 +0000] rev 6379
(svn r8783) -Fix r8771: aircraft vehicle subtype and aircraft engine subtype aren't the same (even though they both tell if it's a plane or helicopter)
tron [Sat, 17 Feb 2007 15:59:33 +0000] rev 6378
(svn r8782) -Fix
Adapt GetClosestStationFromTile() more to the way it is used:
- All but deleted stations get filtered later, so do not include non-deleted station in the first place
- Remove the two parameters, which are the same for all callers
tron [Sat, 17 Feb 2007 15:34:05 +0000] rev 6377
(svn r8781) -Fix
A spectator cannot build stations, so do not include a special case for him
richk [Sat, 17 Feb 2007 15:17:47 +0000] rev 6376
(svn r8780) -Fix: Spelling of CatchmentArea incorrect.