Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/nodes.c
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Revision 385 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 28 17:27:02 2010 UTC (14 years, 10 months ago) by amb
File length: 15288 byte(s)
Diff to previous 328
Change file format to allow 64-bit off_t type with 32 bit void* type.
Revision 328 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 20 12:23:07 2010 UTC (15 years ago) by amb
File length: 15250 byte(s)
Diff to previous 321
Don't check the return value of MapFile() because it will exit in case of an error.
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: 15285 byte(s)
Diff to previous 303
Speed up start/via/stop point search algorithm.
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: 14829 byte(s)
Diff to previous 223
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 223 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 9 18:34:38 2009 UTC (15 years, 8 months ago) by amb
File length: 8537 byte(s)
Diff to previous 219
Rename structure members after recent changes.
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: 8547 byte(s)
Diff to previous 214
Change from float to double for latitude and longitude. Store latitude and longitude as an integer type rather than float (higher precision).
Revision 214 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 2 17:49:16 2009 UTC (15 years, 8 months ago) by amb
File length: 8440 byte(s)
Diff to previous 179
Fix some gcc pedantic warnings.
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: 8417 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: 7499 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: 7494 byte(s)
Diff to previous 151
Remove some node macros, change some node function arguments.
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: 7532 byte(s)
Diff to previous 140
Changed the license to Affero GPLv3.
Revision 140 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 4 18:42:09 2009 UTC (16 years ago) by amb
File length: 7073 byte(s)
Diff to previous 124
Fix bug with finding nearest node.
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: 7059 byte(s)
Diff to previous 121
The search to find a node given the lat/long now searches harder.
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: 5058 byte(s)
Diff to previous 118
Store radians rather than degrees.
Revision 118 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 15 13:45:54 2009 UTC (16 years, 1 month ago) by amb
File length: 5003 byte(s)
Diff to previous 114
Add macros for handling lat/long to bin conversions.
Revision 114 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 10 19:42:41 2009 UTC (16 years, 1 month ago) by amb
File length: 5051 byte(s)
Diff to previous 109
Change the Distance() function to return distance_t.
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: 5013 byte(s)
Diff to previous 108
Split the extended data types from the normal data types.
Revision 108 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 7 11:50:48 2009 UTC (16 years, 1 month ago) by amb
File length: 18581 byte(s)
Diff to previous 104
Return NULL if the node cannot be found.
Revision 104 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 6 20:23:35 2009 UTC (16 years, 1 month ago) by amb
File length: 18537 byte(s)
Diff to previous 100
Segments now not duplicated in database. Routing with all nodes works, not with super-nodes.
Revision 100 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 4 18:26:29 2009 UTC (16 years, 1 month ago) by amb
File length: 15152 byte(s)
Diff to previous 99
Make sure that nodes, segments and ways could be loaded.
Revision 99 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 4 18:23:33 2009 UTC (16 years, 1 month ago) by amb
File length: 15122 byte(s)
Diff to previous 98
Sort the nodes geographically and take coordinates as command line arguments.
Revision 98 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 2 18:53:13 2009 UTC (16 years, 1 month ago) by amb
File length: 8081 byte(s)
Diff to previous 97
More variable and function name changes.
Revision 97 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 1 17:11:08 2009 UTC (16 years, 1 month ago) by amb
File length: 8099 byte(s)
Diff to previous 96
Rename some variable types.
Revision 96 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 31 15:32:42 2009 UTC (16 years, 1 month ago) by amb
File length: 8335 byte(s)
Diff to previous 90
Intermediate version during code cleanup.
Revision 90 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Jan 29 19:31:52 2009 UTC (16 years, 1 month ago) by amb
File length: 8212 byte(s)
Diff to previous 89
Intermediate version while transitioning data format for nodes and segments.
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.