Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/segments.c
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Revision 208 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 29 17:39:20 2009 UTC (15 years, 8 months ago) by amb
File length: 4392 byte(s)
Diff to previous 176
Move the super-segment and normal-segment flags from the nodes to the distance. Remove the NODE() macro and rename SUPER_FLAG to NODE_SUPER.
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: 4404 byte(s)
Diff to previous 151
Replace ~0 or 0 with NO_NODE value for "no node" condition.
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: 4399 byte(s)
Diff to previous 137
Changed the license to Affero GPLv3.
Revision 137 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 1 17:24:59 2009 UTC (16 years ago) by amb
File length: 3940 byte(s)
Diff to previous 128
Use the lower speed from the profile and the way.
Revision 128 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 24 19:59:52 2009 UTC (16 years ago) by amb
File length: 3543 byte(s)
Diff to previous 121
Remove segment->next1 since it always points at the next segment or nowhere.
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: 3404 byte(s)
Diff to previous 120
Store radians rather than degrees.
Revision 120 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 15 13:58:50 2009 UTC (16 years, 1 month ago) by amb
File length: 3478 byte(s)
Diff to previous 114
Change to sinf(), cosf(), sqrtf(), asinf() functions.
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: 3475 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: 3449 byte(s)
Diff to previous 104
Split the extended data types from the normal data types.
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: 17151 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: 15197 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: 15167 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: 14311 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: 14889 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: 15272 byte(s)
Diff to previous 95
Intermediate version during code cleanup.
Revision 95 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 31 14:53:29 2009 UTC (16 years, 1 month ago) by amb
File length: 15181 byte(s)
Diff to previous 90
Intermediate checkin, routing now working.
Revision 90 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 29 19:31:52 2009 UTC (16 years, 1 month ago) by amb
File length: 15877 byte(s)
Diff to previous 89
Intermediate version while transitioning data format for nodes and segments.
Revision 89 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 28 18:46:55 2009 UTC (16 years, 1 month ago) by amb
File length: 12337 byte(s)
Diff to previous 88
Intermediate version while transitioning data format for nodes and segments.
Revision 88 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 27 18:22:37 2009 UTC (16 years, 1 month ago) by amb
File length: 11443 byte(s)
Diff to previous 87
Intermediate version while transitioning data format for nodes and segments.
Revision 87 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 26 18:47:23 2009 UTC (16 years, 1 month ago) by amb
File length: 10765 byte(s)
Diff to previous 86
Change Segment to contain index of way not its real ID. Don't store the real way ID to save space.
Revision 86 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 25 12:21:10 2009 UTC (16 years, 1 month ago) by amb
File length: 11208 byte(s)
Diff to previous 84
Slightly speed up the Duration calculation by changing the macro.
Revision 84 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 25 12:09:15 2009 UTC (16 years, 1 month ago) by amb
File length: 11215 byte(s)
Diff to previous 82
Change the segment->way so that it contains the index of the way, not the id.
Revision 82 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 25 10:58:52 2009 UTC (16 years, 1 month ago) by amb
File length: 10729 byte(s)
Diff to previous 74
Added profiles to define speed and allowed highways. Added new options to planetsplitter and router to use the profiles.
Revision 74 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 23 16:09:09 2009 UTC (16 years, 1 month ago) by amb
File length: 10856 byte(s)
Diff to previous 69
Add enumerated type Transport. Replace variables of AllowType with Transport where more appropriate. Replace AllowType with Allowed. Replace WayType with Highway.
Revision 69 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Jan 22 19:48:53 2009 UTC (16 years, 1 month ago) by amb
File length: 10844 byte(s)
Diff to previous 65
Remove INVALID_DISTANCE and INVALID_DURATION.
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.