index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
npf.cpp
Age
Commit message (
Expand
)
Author
2009-08-14
(svn r17169) -Codechange: apply coding style to some for statements
smatz
2009-07-24
(svn r16940) -Codechange: make the pathfinders behave the same when finding w...
rubidium
2009-07-24
(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's...
rubidium
2009-07-24
(svn r16938) -Codechange: introduce helper function to tell whether a tile is...
rubidium
2009-07-22
(svn r16914) -Codechange: split Station and BaseStation into different files
rubidium
2009-06-24
(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()
smatz
2009-06-06
(svn r16527) -Codechange: use static member functions instead of simple casts...
smatz
2009-05-24
(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessar...
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-03-15
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...
rubidium
2009-02-19
(svn r15518) -Fix [FS#2631]: use distance to closest station tile as estimate...
rubidium
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-10
(svn r14949) -Cleanup: pointer coding style
rubidium
2009-01-08
(svn r14921) -Fix [FS#2507]: Do not try to calculate a center of a train-stat...
frosch
2008-12-20
(svn r14707) -Cleanup: Replace an 'int' by 'Trackdir'.
frosch
2008-10-14
(svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus)
rubidium
2008-09-30
(svn r14421) -Codechange: rename all player variables/types to company *or* c...
rubidium
2008-08-02
(svn r13948) -Add [YAPP]: Extend NPF with a function to find a safe tile and ...
rubidium
2008-08-02
(svn r13947) -Codechange [YAPP]: Added YAPP-related penalties to NPF. (michi_cc)
rubidium
2008-08-02
(svn r13946) -Add [YAPP]: Implement track reserving for NPF as well. (michi_cc)
rubidium
2008-08-02
(svn r13934) -Codechange [YAPP]: Handle through signals in the pathfinders. (...
rubidium
2008-05-29
(svn r13325) -Codechange: split the client-side only settings from the settin...
rubidium
2008-05-25
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
rubidium
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-04-17
(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de...
rubidium
2008-04-17
(svn r12753) -Codechange: do not use IsDepotTypeTile() where simpler function...
smatz
2008-04-17
(svn r12745) -Codechange: a bit of naming conventions, introduce Is*DepotTile()
smatz
2008-04-06
(svn r12588) -Codechange: do not access the destination of an order directly.
rubidium
2008-04-05
(svn r12584) -Codechange: do not access the order type directly.
rubidium
2008-03-31
(svn r12489) -Codechange: split station.h into station_base.h and station_fun...
rubidium
2008-02-20
(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStat...
frosch
2008-02-14
(svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]()...
frosch
2008-02-08
(svn r12085) -Fix(r12058): Road vehicles could get stuck, when NPF told them ...
frosch
2008-02-04
(svn r12058) -Fix: Teach NPF where road vehicles and trams can reverse.
frosch
2008-01-23
(svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunne...
smatz
2008-01-09
(svn r11800) -Codechange: move some functions to a more logical location + so...
rubidium
2008-01-07
(svn r11774) -Change: do not include variables.h in a header when it is not n...
rubidium
2008-01-04
(svn r11760) -Codechange: unify the way how other end of a tunnel/bridge is d...
smatz
2007-12-27
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...
rubidium
2007-12-26
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...
rubidium
2007-12-25
(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...
rubidium
2007-12-21
(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
rubidium
2007-12-21
(svn r11674) -Codechange: refactor some functions out of macros.h into more l...
rubidium
2007-12-19
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
rubidium
2007-12-16
(svn r11649) -Codechange: some code can be simplified thanks to changes in r1...
smatz
2007-12-16
(svn r11644) -Codechange: merge some functions from tunnel_map.h and bridge_m...
smatz
2007-11-26
(svn r11526) -Codechange: Rename the function delta fitting to the naming style
skidd13
2007-11-19
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...
skidd13
2007-11-19
(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...
skidd13
[next]