summaryrefslogtreecommitdiff
path: root/src/yapf
AgeCommit message (Expand)Author
2009-06-06(svn r16527) -Codechange: use static member functions instead of simple casts...smatz
2009-06-06(svn r16526) -Fix: don't cast Vehicle to RoadVehicle when it's not a RoadVehiclesmatz
2009-06-05(svn r16521) -Fix [FS#2946] (r13945): Do not access 'compatible_railtypes' fo...frosch
2009-05-24(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessar...rubidium
2009-05-22(svn r16393) -Codechange: move VehicleRail to Train.rubidium
2009-05-22(svn r16392) -Codechange: move some variables (the ones that aren't caches) f...rubidium
2009-05-22(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.rubidium
2009-05-22(svn r16390) -Codechange: move u.road to RoadVehicle.rubidium
2009-05-22(svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle.rubidium
2009-05-18(svn r16349) -Codechange: rename IsPlainRailTile() to IsPlainRail(), introduc...smatz
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-05-16(svn r16323) -Fix [FS#2900]: desyncs due to the fact that depot searching wit...rubidium
2009-05-15(svn r16312) -Codechange: unduplicate yapf (rail) cache debugging.rubidium
2009-05-15(svn r16311) -Fix: (Get|Set)TrackBits() is only valid for RAIL_TILE_NORMAL an...frosch
2009-05-10(svn r16269) -Codechange: use gcc's ability to check parameters sent to print...smatz
2009-03-30(svn r15900) -Fix (r5076): Adding settings is not enough, you also have to us...frosch
2009-03-29(svn r15891) -Fix (r13464): YAPF used different penalties for aqueducts than ...frosch
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-03-05(svn r15619) -Fix [FS#2701]: When trying to reserve a self-crossing path the ...michi_cc
2009-03-04(svn r15609) -Fix: Code style...peter1138
2009-02-19(svn r15518) -Fix [FS#2631]: use distance to closest station tile as estimate...rubidium
2009-02-08(svn r15404) -Cleanup [YAPF]: A tiny bit of const correctness.michi_cc
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-29(svn r15294) -Fix: accessing of inaccessible baserubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-08(svn r14921) -Fix [FS#2507]: Do not try to calculate a center of a train-stat...frosch
2008-12-20(svn r14703) -Fix (r8735): [YAPF] YapfRoadVehDistanceToTile() shall not abort...frosch
2008-11-26(svn r14634) -Change: _rdtsc is defined by some platforms so we can't use tha...rubidium
2008-10-01(svn r14428) -Fix [FS#2306]: A 90-degree curve can be a safe waiting position...michi_cc
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-17(svn r14351) -Codechange: call CFollowTrackT::GetSingleTramBit() only if we k...smatz
2008-09-12(svn r14305) -Fix [FS#2294] (r5033): [YAPF] Only reserve road slots for multi...frosch
2008-09-09(svn r14286) -Fix [FS#2265]: If a change of conventional/electric rail coinci...michi_cc
2008-08-11(svn r14048) -Fix (r14019) [FS#2222]: Redo the check for reserved tracks prop...rubidium
2008-08-08(svn r14024) -Fix (r14019) [YAPP]: YAPF also skips tunnels and bridges. Honor...smatz
2008-08-08(svn r14023) -Fix (r13944) [YAPP]: If YAPF encountered a dead-end that had a ...smatz
2008-08-08(svn r14019) -Fix [FS#2205]: game crash after order skip while waiting for fr...rubidium
2008-08-03(svn r13985) -Fix (r13944): gcc 2.95 compilationsmatz
2008-08-02(svn r13945) -Codechange [YAPP]: Extend CFollowTrackT to not require a Vehicl...rubidium
2008-08-02(svn r13944) -Add [YAPP]: Add YAPF provider to find a safe tile and reserve a...rubidium
2008-08-02(svn r13943) -Codechange [YAPP]: Reserved station tiles can now be penalized ...rubidium
2008-08-02(svn r13942) -Codechange [YAPP]: Add a penalty for double slips to YAPF. (mic...rubidium
2008-08-02(svn r13941) -Codechange [YAPP]: Added YAPP-related penalties to YAPF. (michi...rubidium
2008-08-02(svn r13940) -Add [YAPP]: YAPF is now able to reserve the found path. (michi_cc)rubidium
2008-08-02(svn r13939) -Add [YAPP]: Extend YAPF with the possibility to override the ra...rubidium
2008-08-02(svn r13934) -Codechange [YAPP]: Handle through signals in the pathfinders. (...rubidium
2008-06-11(svn r13464) -Codechange: support NewGRF Action 0x05, type 12.rubidium
2008-06-02(svn r13357) -Codechange: add constness to YAPF.rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium