summaryrefslogtreecommitdiff
path: root/src/pathfinder/yapf
AgeCommit message (Expand)Author
2018-10-30underground patch appliedunderground-plus-others-originalErich Eckner
2013-02-03(svn r24964) -Fix [FS#5416]: With YAPF the docking behaviour differed per dir...rubidium
2013-01-11(svn r24905) -Feature(ish): Implement station randomisation triggers.peter1138
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-08-18(svn r24481) -Feature [FS#5127]: Make the pathfinder decide whether ships sha...frosch
2011-12-20(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...truebrain
2011-12-17(svn r23564) -Fix [FS#4888]: Extending a path reservation starting at a parti...michi_cc
2011-11-04(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and us...rubidium
2011-11-04(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions...rubidium
2011-08-21(svn r22801) -Feature: [YAPF] Take canal/ocean speed fraction of ships into a...michi_cc
2011-05-02(svn r22410) -Document: some more bits ;)rubidium
2011-04-19(svn r22350) -Change: make YAPF hash tables much smaller, it should improve p...smatz
2011-04-19(svn r22348) -Codechange: split ship-specific part of yapf_node.hpp to yapf_n...smatz
2011-02-25(svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)'alberth
2011-02-07(svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.hrubidium
2011-02-06(svn r21996) -Fix [FS#4472]: [YAPF] Under some circumstances vehicles could b...rubidium
2011-01-15(svn r21815) -Fix [FS#3908]: [YAPF] Apply a pathfinder penalty for back of on...rubidium
2011-01-15(svn r21803) -Cleanup: Remove unnecessary semicolons.terkhen
2010-12-28(svn r21652) -Cleanup: one semicolon is enoughsmatz
2010-12-27(svn r21651) -Fix [FS#4338] (r21229): infinite loop in the road pathfinder du...rubidium
2010-12-22(svn r21594) -Codechange: Whitespace fixes in ifndef/define lines.alberth
2010-12-15(svn r21524) -Fix [FS#4302]: Do not apply the last signal red pathfinder pena...michi_cc
2010-12-14(svn r21521) -Codechange: Unify some cached values that were present in both ...terkhen
2010-12-13(svn r21511) -Feature: vehicle lost message for shipsrubidium
2010-12-13(svn r21510) -Feature [FS#1956]: vehicle lost message for road vehiclesrubidium
2010-12-13(svn r21509) -Codechange: rename the rail pathfinders "path_not_found" parame...rubidium
2010-11-20(svn r21273) -Codechange: Return values should start at the same line.alberth
2010-11-20(svn r21271) -Change: use the last red instead of last red exit penalty for m...rubidium
2010-11-09(svn r21121) -Fix (r21100): Use the cached max speed when calculating YAPF pe...terkhen
2010-11-07(svn r21107) -Fix: Don't use the maximum track speed where the maximum vehicl...michi_cc
2010-10-30(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)alberth
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-12(svn r20475) -Fix (r20474): also remove the include of crc32.hppyexo
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-05-26(svn r19896) -Fix [FS#3803] (r18648): [YAPP] Inform the pathfinder as well ab...michi_cc
2010-05-21(svn r19873) -Fix [FS#3817]: if the (guessed initial) destination tile of a r...rubidium
2010-05-13(svn r19810) -Fix: [YAPF] Improperly formatted (global) constantrubidium
2010-04-18(svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer di...frosch
2010-03-23(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT an...smatz
2010-02-25(svn r19247) -Codechange: Rename methods to fit better to common style (skidd13)yexo
2010-02-25(svn r19242) -Codechange: Perfer pointer instead of reference (skidd13)yexo
2010-02-18(svn r19161) -Codechange: make the default size of the open list used for yap...yexo
2010-02-18(svn r19160) -Codechange: Enlarge a CBinaryHeapT if the heap is full instead ...yexo
2010-02-15(svn r19141) -Fix [FS#3619] (r18421): look-ahead for multitile waypoints 'mad...rubidium
2010-01-16(svn r18826) -Codechange: Unifiy return value of (SmallArray|FixedSizeArray):...frosch
2010-01-16(svn r18822) -Codechange: Rename YAPF-related container classes and their mem...frosch
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium