Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/router.c
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Revision 213 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 2 16:33:31 2009 UTC (15 years, 9 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, 10 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]
Modified 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.
Revision 167 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 6 18:26:24 2009 UTC (15 years, 11 months ago) by amb
File length: 12168 byte(s)
Diff to previous 166
Print out longitude then latitude.
Revision 166 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 30 17:29:03 2009 UTC (15 years, 11 months ago) by amb
File length: 12168 byte(s)
Diff to previous 165
First attempt at preferences for highways - uses integer arithmetic and doesn't work well.
Revision 165 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 27 18:56:39 2009 UTC (15 years, 11 months ago) by amb
File length: 12274 byte(s)
Diff to previous 164
Allow generating a route with intermediate waypoints.
Revision 164 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 24 16:53:37 2009 UTC (15 years, 11 months ago) by amb
File length: 11294 byte(s)
Diff to previous 162
Split the output functions into separate head/body/tail. Read in an optional copyright.txt file and include contents in output.
Revision 162 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 23 17:37:04 2009 UTC (15 years, 11 months ago) by amb
File length: 11644 byte(s)
Diff to previous 151
Move the filename generation to a new function.
Revision 151 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 8 16:54:34 2009 UTC (15 years, 11 months ago) by amb
File length: 11932 byte(s)
Diff to previous 145
Changed the license to Affero GPLv3.
Revision 145 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 23 18:47:18 2009 UTC (16 years ago) by amb
File length: 11473 byte(s)
Diff to previous 141
Add a function to output default profiles as perl data structures.
Revision 141 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 7 14:26:32 2009 UTC (16 years, 1 month ago) by amb
File length: 11278 byte(s)
Diff to previous 135
Renamed the --no-print option to --no-output.
Revision 135 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 1 17:24:22 2009 UTC (16 years, 1 month ago) by amb
File length: 11263 byte(s)
Diff to previous 130
Added more limits (weight, height, width, length).
Revision 130 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 28 17:22:24 2009 UTC (16 years, 1 month ago) by amb
File length: 10613 byte(s)
Diff to previous 129
Add new command line options to make it more CGI friendly.
Revision 129 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 27 20:16:47 2009 UTC (16 years, 1 month ago) by amb
File length: 9416 byte(s)
Diff to previous 126
Print out Javascript code containing the profiles.
Revision 126 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 15 19:12:41 2009 UTC (16 years, 1 month ago) by amb
File length: 9225 byte(s)
Diff to previous 124
Change some function names.
Revision 124 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 15 16:19:28 2009 UTC (16 years, 1 month ago) by amb
File length: 9040 byte(s)
Diff to previous 122
The search to find a node given the lat/long now searches harder.
Revision 122 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 15 14:32:57 2009 UTC (16 years, 1 month ago) by amb
File length: 9067 byte(s)
Diff to previous 121
Change --only-super to --super.
Revision 121 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 15 14:30:11 2009 UTC (16 years, 1 month ago) by amb
File length: 9077 byte(s)
Diff to previous 115
Store radians rather than degrees.
Revision 115 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 10 19:42:56 2009 UTC (16 years, 1 month ago) by amb
File length: 8971 byte(s)
Diff to previous 113
Changed node_t to index_t.
Revision 113 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 8 15:30:07 2009 UTC (16 years, 1 month ago) by amb
File length: 8930 byte(s)
Diff to previous 112
Calculate quickest or shortest, not both.
Revision 112 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 8 12:03:50 2009 UTC (16 years, 1 month ago) by amb
File length: 8985 byte(s)
Diff to previous 109
Give appropriate error messages if start or end of route are not possible.
Revision 109 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 7 15:56:08 2009 UTC (16 years, 1 month ago) by amb
File length: 8572 byte(s)
Diff to previous 107
Split the extended data types from the normal data types.
Revision 107 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Feb 7 11:50:37 2009 UTC (16 years, 1 month ago) by amb
File length: 8554 byte(s)
Diff to previous 103
Add new command line options.
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.