rubidium
c616b8cc0c
(svn r18421) -Fix [FS#3244]: pathfinders wouldn't consider the 'other' reachable waypoint tile if the closest one is free but there is no safe waiting point directly after it. Now check for a free safe waiting point beyond the waypoint unless there are junctions before the first safe waiting point.
2009-12-07 08:47:10 +00:00
rubidium
0fed86a779
(svn r18404) -Codechange: link drive through stops better together
...
-Feature: make penalty for road stop occupancy user configurable
-Fix [FS#1944]: road vehicles would not pick an empty drive through stop. Now they will *if* the penalty for driving around is less than the occupancy penalty
-Fix [FS#1495]: long (articulated) road vehicles could block loading of others when the following road vehicle already got 'permission' to go to the next bay even when it could not reach it
-Change: improve the throughput of the drive through road stops by letting them stop closer together
2009-12-04 20:52:19 +00:00
rubidium
17141f6923
(svn r18386) -Codechange: make the NPF functions static and remove unused functions
2009-12-02 18:34:10 +00:00
rubidium
b7b540c169
(svn r18383) -Fix (r18375): triggering NOT_REACHED for some waypoints
2009-12-02 18:12:24 +00:00
rubidium
2f640cb195
(svn r18382) -Codechange: make road vehicles behave more like trains 'around' stations and use pathfinder penalties to determine to which 'part' to go. Note that the pathfinder penalties for drive through stops are currently only looking at the occupation of the first in a row, but this is to change later on.
2009-12-02 17:56:02 +00:00
rubidium
f602955600
(svn r18375) -Codechange: use Station::GetTileArea to get the tile area for CalcClosestStationTile
2009-12-02 14:41:04 +00:00
rubidium
3eaf87992e
(svn r18373) -Codechange: unify some road pathfinder functions
2009-12-02 10:44:38 +00:00
rubidium
1c2214b430
(svn r18371) -Codechange: unify calling of the train pathfinders
2009-12-02 09:57:17 +00:00
rubidium
ec68bd67e3
(svn r18370) -Codechange: push some constness/type strictness into the ship pathfinders
2009-12-02 09:31:38 +00:00
rubidium
46e9043b14
(svn r18368) -Fix: alignment of comment and 'add' some missing comments
2009-12-02 00:01:07 +00:00
rubidium
2341c2e283
(svn r18367) -Codechange: unify the ship pathfinder 'calls'
2009-12-01 23:56:04 +00:00
rubidium
2f3053508d
(svn r18364) -Codechange: move the pathfinders and their related files into a separate directory
2009-12-01 22:45:39 +00:00