pathfind.c
Tue, 19 Jul 2005 11:42:40 +0000 ludde (svn r2635) Fix: [ntp/misc] Improve the old pathfinder. Changed it to A* instead of Dijkstra.
Wed, 13 Jul 2005 18:04:01 +0000 tron (svn r2558) Change the internal map format from 7 arrays to one array of structs, this doesn't change the saved format for now. It's a stepping stone for further changes.
Tue, 12 Jul 2005 21:13:30 +0000 tron (svn r2555) Initialise since r2553 uninitialised variable and remove since r2553 unused array (ludde)
Tue, 12 Jul 2005 20:41:17 +0000 ludde (svn r2554) - Fix: [pathfinding] Change to using some helper functions for checking the railtype.
Tue, 12 Jul 2005 20:28:19 +0000 ludde (svn r2553) - Fix: [pathfinding] Remove old-old train pathfinder. Enhanced old pathfinder.
Sun, 03 Jul 2005 13:02:54 +0000 matthijs (svn r2514) - Codechange: [NPF] Move the checking of railtype into a funciton IsCompatibleRail().
Mon, 27 Jun 2005 06:57:24 +0000 tron (svn r2492) Remove some pointless casts and fix some nearby indentation
Sat, 25 Jun 2005 06:15:43 +0000 tron (svn r2486) Turn TILE_FROM_XY into an inline function and rename it to TileVirtXY
Fri, 24 Jun 2005 12:38:35 +0000 tron (svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
Sat, 04 Jun 2005 11:56:32 +0000 tron (svn r2407) Use {Get,Is}TileOwner to get/check the owner of a tile and fix some bogus reads of _map_owner
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Sat, 29 Jan 2005 12:19:05 +0000 tron (svn r1713) Split off several functions which query/set information about a single tile from map.h and put them into a seperate file tile.h
Sun, 16 Jan 2005 11:24:58 +0000 tron (svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn them into inline functions and add some asserts
Sun, 16 Jan 2005 11:18:17 +0000 truelight (svn r1535) -Fix: bah, I hate to be wrong.. oh, euh, wrong copy/paste from TPFMode 1
Mon, 10 Jan 2005 22:14:35 +0000 tron (svn r1475) Fix some more signed/unsigned comparison warnings
Fri, 07 Jan 2005 17:02:43 +0000 tron (svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn the latter into inline functions names Tile[XY]
Thu, 06 Jan 2005 17:14:37 +0000 truelight (svn r1400) -Fix: signal stays red if a track is removed (Darkvater / Tron / TrueLight)
Wed, 05 Jan 2005 18:59:02 +0000 tron (svn r1391) Make an assert map size agnostic
Wed, 05 Jan 2005 13:32:03 +0000 tron (svn r1386) Move TileIndexDiff to map.h
Tue, 21 Dec 2004 19:39:21 +0000 truelight (svn r1209) -Fix: fix compiler warning (sorry)
Tue, 21 Dec 2004 19:37:10 +0000 truelight (svn r1208) -Fix: the owner-check introduced in r1203 now also works correctly for
Tue, 21 Dec 2004 17:12:20 +0000 truelight (svn r1203) -Fix: the pathfinder no longer sees rail with an other owner as a
Wed, 15 Dec 2004 22:18:54 +0000 tron (svn r1117) Move map arrays and some related macros into their own files map.c and map.h
Fri, 03 Dec 2004 07:43:00 +0000 tron (svn r907) Sprinkle holy ANSI water:
Wed, 24 Nov 2004 13:19:48 +0000 tron (svn r793) Merge INLINE -> inline replacement (revision 376)
Sun, 14 Nov 2004 19:44:06 +0000 tron (svn r607) -Patch: [ 985102 ] static cleanup
Mon, 27 Sep 2004 12:36:59 +0000 darkvater (svn r328) -Fix: remove some unlogical alloca()s (Tron)
Tue, 14 Sep 2004 01:21:07 +0000 darkvater (svn r242) -Fix: Pathfinding bug for road vehicles introduced in r160 fixed (blathijs)
Fri, 10 Sep 2004 19:02:27 +0000 truelight (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
Sun, 05 Sep 2004 16:15:22 +0000 truelight (svn r160) -Codechange: made GetTileTrackStatus more readable (blathijs)
Fri, 03 Sep 2004 16:03:17 +0000 truelight (svn r149) -Fix: [997703] Junction after tunnel bug (blathijs)
Wed, 11 Aug 2004 22:07:08 +0000 darkvater (svn r23) -Some omments on the code (blathijs)
Mon, 09 Aug 2004 17:04:08 +0000 truelight (svn r1) Import of revision 975 of old (crashed) SVN