Age | Commit message (Expand) | Author |
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) constant | rubidium |
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 |
2009-12-19 | (svn r18535) -Fix [FS#2722]: don't account for path reservation costs when en... | rubidium |
2009-12-13 | (svn r18481) -Codechange: unify the curve pathfinder penalty defaults; 0.01 t... | rubidium |
2009-12-07 | (svn r18421) -Fix [FS#3244]: pathfinders wouldn't consider the 'other' reacha... | rubidium |
2009-12-07 | (svn r18420) -Codechange: split YAPF's track follower from the actual YAPF code | rubidium |
2009-12-04 | (svn r18404) -Codechange: link drive through stops better together | rubidium |
2009-12-04 | (svn r18394) -Fix (r18373): one couldn't manually send a RV to a depot... but... | rubidium |
2009-12-02 | (svn r18388) -Codechange: move entering/leaving of road stops to functions of... | rubidium |
2009-12-02 | (svn r18385) -Cleanup: remove the now unneeded multistop slot management code | rubidium |
2009-12-02 | (svn r18383) -Fix (r18375): triggering NOT_REACHED for some waypoints | rubidium |
2009-12-02 | (svn r18382) -Codechange: make road vehicles behave more like trains 'around'... | rubidium |
2009-12-02 | (svn r18381) -Codechange: Add RoadVehicle::IsBus() to simplify some stuff. | frosch |
2009-12-02 | (svn r18379) -Codechange: move the cache updating function to its own header ... | rubidium |
2009-12-02 | (svn r18378) -Codechange: move the pathfinder 'length' constants to pathfinde... | rubidium |
2009-12-02 | (svn r18376) -Codechange: simplify setting the destination | rubidium |
2009-12-02 | (svn r18375) -Codechange: use Station::GetTileArea to get the tile area for C... | rubidium |
2009-12-02 | (svn r18374) -Cleanup: remove some unused code | rubidium |
2009-12-02 | (svn r18373) -Codechange: unify some road pathfinder functions | rubidium |
2009-12-02 | (svn r18372) -Codechange: push some extra type safety into YAPF | rubidium |
2009-12-02 | (svn r18371) -Codechange: unify calling of the train pathfinders | rubidium |
2009-12-02 | (svn r18370) -Codechange: push some constness/type strictness into the ship p... | rubidium |
2009-12-02 | (svn r18368) -Fix: alignment of comment and 'add' some missing comments | rubidium |
2009-12-01 | (svn r18367) -Codechange: unify the ship pathfinder 'calls' | rubidium |
2009-12-01 | (svn r18364) -Codechange: move the pathfinders and their related files into a... | rubidium |