summaryrefslogtreecommitdiff
path: root/yapf/yapf_costrail.hpp
AgeCommit message (Collapse)Author
2006-11-16(svn r7164) -Fix: [YAPF] assert when look-ahead polynomial result ↵KUDr
(red-signal penalty) is negative. Such penalty is now added as positive penalty for the appropriate green signal. (DannyA)
2006-09-04(svn r6381) -Cleanup: make the '/* */' comments that span multiple lines ↵rubidium
more uniform. -Cleanup: whitespace alignment of a few tables.
2006-06-07(svn r5163) - CodeChange: [YAPF] "treat first red two-way signal as dead ↵KUDr
end" is not applied if train didn't pass choice. It allows pathfinder to plan route through first red two-way signal if the train has no other choice than to pass it.
2006-06-01(svn r5067) -Codechange: [YAPF] Platform selection feature now applies ↵KUDr
penalty per platform instead of per tile (should give better results)
2006-06-01(svn r5066) -Feature: [YAPF] Train selects the best station platform by lengthKUDr
2006-06-01(svn r5065) -CodeChange: [YAPF] Added PfDetectDestination(tile, trackdir) ↵KUDr
for trains (to be used by platform selection feature)
2006-05-30(svn r5033) -CodeChange: [YAPF] RoadFindPathToStop() can now use YAPF for ↵KUDr
multistop handling.
2006-05-29(svn r5018) [YAPF] Added some comments to YAPF implementation.KUDr
2006-05-27(svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous ↵KUDr
support and users for testing.