Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

/[routino]/trunk/src/router.c
ViewVC logotype

Log of /trunk/src/router.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:


Revision 342 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 30 17:58:35 2010 UTC (14 years, 11 months ago) by amb
File length: 22885 byte(s)
Diff to previous 341
Improve the program help messages.


Revision 341 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 29 18:20:06 2010 UTC (14 years, 11 months ago) by amb
File length: 19680 byte(s)
Diff to previous 336
Added command line option to specify a file containing profiles.
Added command line option to select profile by name from loaded set.
Use XML parser to read in the profiles.


Revision 336 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 28 17:50:43 2010 UTC (14 years, 11 months ago) by amb
File length: 18764 byte(s)
Diff to previous 329
Add an option to print out the profiles as XML format.


Revision 329 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 20 12:23:39 2010 UTC (15 years ago) by amb
File length: 18519 byte(s)
Diff to previous 325
Don't check the return value of the functions to load the nodes, segments and
ways because those functions will exit in case of an error.


Revision 325 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 18 19:11:32 2010 UTC (15 years ago) by amb
File length: 18809 byte(s)
Diff to previous 324
Fix usage message error and shuffle order.


Revision 324 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 18 18:59:20 2010 UTC (15 years ago) by amb
File length: 18809 byte(s)
Diff to previous 321
Allow selection of which outputs are to be created.


Revision 321 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 6 22:07:47 2010 UTC (15 years ago) by amb
File length: 17903 byte(s)
Diff to previous 317
Speed up start/via/stop point search algorithm.


Revision 317 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 15 19:48:46 2010 UTC (15 years, 2 months ago) by amb
File length: 17903 byte(s)
Diff to previous 315
Change the test output formats to add turn, node type and bearing information.


Revision 315 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 16 19:30:27 2009 UTC (15 years, 3 months ago) by amb
File length: 17868 byte(s)
Diff to previous 307
Added an option to use only nodes and not interpolate a point into a segment.


Revision 307 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 25 15:00:37 2009 UTC (15 years, 3 months ago) by amb
File length: 17616 byte(s)
Diff to previous 305
Store the selected options when parsing (planetsplitter) and display them in the
statistics (filedumper) and check them when routing (router).


Revision 305 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 19 18:53:23 2009 UTC (15 years, 3 months ago) by amb
File length: 17468 byte(s)
Diff to previous 304
Made the verbose output consistent between different places.


Revision 304 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 18 20:13:36 2009 UTC (15 years, 4 months ago) by amb
File length: 17322 byte(s)
Diff to previous 303
Fix bug with previous segment-splitting routing.


Revision 303 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 14 19:39:20 2009 UTC (15 years, 4 months ago) by amb
File length: 17322 byte(s)
Diff to previous 300
If a selected waypoint is not very close to an existing node then insert a fake
node in the segment that comes closest and use that instead.


Revision 300 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 3 18:44:30 2009 UTC (15 years, 4 months ago) by amb
File length: 11804 byte(s)
Diff to previous 298
Rename Way_Unknown to Way_Count to make more sense and match the properties.


Revision 298 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 2 19:32:06 2009 UTC (15 years, 4 months ago) by amb
File length: 11810 byte(s)
Diff to previous 290
Added the ability to set routing preferences using highway properties.
Initially the only choice is either paved or unpaved but the code has been
updated to allow any number of properties to be added.


Revision 290 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 24 10:44:48 2009 UTC (15 years, 4 months ago) by amb
File length: 11149 byte(s)
Diff to previous 242
Fix missing segments in output if start and finish points are found by the start
search.


Revision 242 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 17 18:26:22 2009 UTC (15 years, 7 months ago) by amb
File length: 11148 byte(s)
Diff to previous 239
Increase to 99 the number of waypoints that can be specified.


Revision 239 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 15 15:28:27 2009 UTC (15 years, 7 months ago) by amb
File length: 10936 byte(s)
Diff to previous 227
Remove the --all, --super and --no-output command line options.
Handle the renamed routing functions.


Revision 227 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 12 08:38:12 2009 UTC (15 years, 8 months ago) by amb
File length: 12127 byte(s)
Diff to previous 219
Check all print statements and made them more consistent and/or accurate.


Revision 219 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 9 17:31:56 2009 UTC (15 years, 8 months ago) by amb
File length: 12064 byte(s)
Diff to previous 213
Change from float to double for latitude and longitude.
Store latitude and longitude as an integer type rather than float (higher precision).


Revision 213 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 2 16:33:31 2009 UTC (15 years, 8 months ago) by amb
File length: 12063 byte(s)
Diff to previous 198
Removed unused header files, change assert statements, tidy some code.


Revision 198 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 15 18:52:54 2009 UTC (15 years, 9 months ago) by amb
File length: 12081 byte(s)
Diff to previous 179
Add a macro for converting degrees to radians and radians to degrees.


Revision 179 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 29 17:45:24 2009 UTC (15 years, 9 months ago) by amb
File length: 12031 byte(s)
Diff to previous 176
Make sure that the chosen "nearest point" is a highway that the profile allows.


Revision 176 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 14 18:02:30 2009 UTC (15 years, 10 months ago) by amb
File length: 12002 byte(s)
Diff to previous 174
Replace ~0 or 0 with NO_NODE value for "no node" condition.


Revision 174 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed May 13 18:34:35 2009 UTC (15 years, 10 months ago) by amb
File length: 11982 byte(s)
Diff to previous 167
Remove some node macros, change some node function arguments.



This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a