OpenTTD/table
matthijs a2dec6c32a (svn r1751) - Feature: New PathFinder (NPF).
- Supports trains, road vehicles and ships.
	- Uses A* pathfinding (same codebase as the new ai).
	- Currently unlimited search depth, so might perform badly on large maps/networks (especially ships).
	- Will always find a route if there is one.
	- Allows custom penalties for obstacles to be set in openttd.cfg (npf_ values).
	- With NPF enabled, ships can have orders that are very far apart. Be careful, this will break (ships get lost) when the old pathfinder is used again.
- Feature: Disabling 90 degree turns for trains and ships.
	- Requires NPF to be enabled.
	- Ships and trains can no longer make weird 90 degree turns on tile borders.
- Codechange: Removed table/directions.h.
	- table/directions.h contained ugly static tables but was included more than once. The tables, along with a few new ones are in npf.[ch] now. Better suggestions for a location?
- Fix: Binary heap in queue.c did not allocate enough space, resulting in a segfault.
- Codechange: Rewritten FindFirstBit2x64, added KillFirstBit2x64.
- Codechange: Introduced constant INVALID_TILE, to replace the usage of 0 as an invalid tile. Also replaces TILE_WRAPPED.
- Codechange: Moved TileAddWrap() to map.[ch] 
- Add TileIndexDiffCByDir(), TileIndexDiffCByDir(). 
- Codechange: Moved IsTrainStationTile() to station.h
- Add: IsRoadStationTile() and GetRoadStationDir().
2005-01-31 11:23:10 +00:00
..
ai_rail.h (svn r1589) Adapt the AI to a slight behavior change of CmdBuildSignals() introduced in r1585 2005-01-22 18:46:30 +00:00
animcursors.h (svn r1) Import of revision 975 of old (crashed) SVN 2004-08-09 17:04:08 +00:00
autorail.h (svn r1571) Feature: Visually enhanced autorail placing 2005-01-19 20:55:23 +00:00
bridge_land.h (svn r827) Dye bridge ramps in the matching colours compared to the rest of the bridge 2004-11-26 21:11:37 +00:00
build_industry.h (svn r1396) Introduce TileIndexDiffC - the compile time version of TileIndexDiff 2005-01-06 11:39:00 +00:00
clear_land.h (svn r1) Import of revision 975 of old (crashed) SVN 2004-08-09 17:04:08 +00:00
currency.h (svn r1233) Fixed several currency issues. Now currencies should work correctly again. 2004-12-22 19:48:27 +00:00
engines.h (svn r1444) -Fix: fixed weight for double-head trains (and with that the acceleration) 2005-01-09 14:45:19 +00:00
files.h (svn r1489) -Fix: You fix a GCC warning, you get a MSVC warning.. now fixed both 2005-01-12 16:33:33 +00:00
genland.h (svn r1396) Introduce TileIndexDiffC - the compile time version of TileIndexDiff 2005-01-06 11:39:00 +00:00
industry_land.h (svn r1) Import of revision 975 of old (crashed) SVN 2004-08-09 17:04:08 +00:00
landscape_const.h (svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron for your diligent fixing of warnings (and some possibly bugs) (Tron) 2004-09-12 21:49:38 +00:00
landscape_sprite.h (svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron for your diligent fixing of warnings (and some possibly bugs) (Tron) 2004-09-12 21:49:38 +00:00
namegen.h (svn r1531) -Feature: [1039061] Swiss town-names (vulvulune) 2005-01-15 21:41:49 +00:00
palettes.h (svn r1038) Feature: OpenTTD runs with the grf files of the DOS version 2004-12-12 20:36:24 +00:00
road_land.h (svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron for your diligent fixing of warnings (and some possibly bugs) (Tron) 2004-09-12 21:49:38 +00:00
roadveh.h (svn r1) Import of revision 975 of old (crashed) SVN 2004-08-09 17:04:08 +00:00
sprites.h (svn r1571) Feature: Visually enhanced autorail placing 2005-01-19 20:55:23 +00:00
station_land.h (svn r1402) Trim trailing whitespace 2005-01-06 18:45:28 +00:00
town_land.h (svn r800) Check if the data tables for houses have the correct number of elements via compile time asserts 2004-11-24 17:19:26 +00:00
track_land.h (svn r587) -newgrf: Rename all /Checkpoint/i tokens to 'Waypoint's. The name actually makes some sense and is also compatible with TTDPatch (pasky). 2004-11-14 13:07:07 +00:00
train_cmd.h (svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron for your diligent fixing of warnings (and some possibly bugs) (Tron) 2004-09-12 21:49:38 +00:00
tree_land.h (svn r1) Import of revision 975 of old (crashed) SVN 2004-08-09 17:04:08 +00:00
tunnel_land.h (svn r826) Seperate all bridge related tables from tunnel_land.h into their own file 2004-11-26 20:29:05 +00:00
unmovable_land.h (svn r907) Sprinkle holy ANSI water: 2004-12-03 07:43:00 +00:00
water_land.h (svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron for your diligent fixing of warnings (and some possibly bugs) (Tron) 2004-09-12 21:49:38 +00:00