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 96 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 31 15:32:42 2009 UTC (16 years, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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]
Modified Thu Jan 22 19:48:53 2009 UTC (16 years, 2 months ago) by amb
File length: 10844 byte(s)
Diff to previous 65
Remove INVALID_DISTANCE and INVALID_DURATION.
Revision 65 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 22 18:57:16 2009 UTC (16 years, 2 months ago) by amb
File length: 10846 byte(s)
Diff to previous 63
Remove the choice of indexed or non-indexed data structures.
Revision 63 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 21 19:35:52 2009 UTC (16 years, 2 months ago) by amb
File length: 10978 byte(s)
Diff to previous 59
Calculate way speeds at routing time.
Revision 59 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 20 17:37:20 2009 UTC (16 years, 2 months ago) by amb
File length: 10290 byte(s)
Diff to previous 54
Remove duration from segment, calculate duration depending on speed.
Revision 54 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 18 16:04:09 2009 UTC (16 years, 2 months ago) by amb
File length: 11235 byte(s)
Diff to previous 53
Added Super-Ways and allow user to select method of transport.
Revision 53 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 18 09:09:28 2009 UTC (16 years, 2 months ago) by amb
File length: 11075 byte(s)
Diff to previous 39
Fix for changes made to ways.
Revision 39 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 14 19:30:27 2009 UTC (16 years, 2 months ago) by amb
File length: 11136 byte(s)
Diff to previous 31
Remove bad segments (repeated consecutive nodes and duplicate segments). Fix the sorting and create indexes after sorting, not before saving.
Revision 31 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 11 09:28:31 2009 UTC (16 years, 2 months ago) by amb
File length: 9876 byte(s)
Diff to previous 30
Working version with supersegments and junctions.
Revision 30 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 10 15:59:59 2009 UTC (16 years, 2 months ago) by amb
File length: 9755 byte(s)
Diff to previous 26
Store more information about ways.
Revision 26 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 10 11:53:49 2009 UTC (16 years, 2 months ago) by amb
File length: 9429 byte(s)
Diff to previous 23
About to add the super-segment functionality using Segments data type to hold them.
Revision 23 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 9 19:19:20 2009 UTC (16 years, 2 months ago) by amb
File length: 9156 byte(s)
Diff to previous 8
Changed the format of the segments data type to match the nodes.
Revision 8 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 4 17:51:24 2009 UTC (16 years, 2 months ago) by amb
File length: 8021 byte(s)
Diff to previous 5
Changed the node, way and segment functions and data types. Removed 'alloced', shortened the prototype array. Remove the automatic sorting of the data. Added assert statements.
Revision 5 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 2 11:33:47 2009 UTC (16 years, 3 months ago) by amb
File length: 7168 byte(s)
Diff to previous 4
Added macros to convert between distance/km and duration/hours/minutes. Shortened the Segment data type with shorter distances and durations.
Revision 4 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 1 20:01:14 2009 UTC (16 years, 3 months ago) by amb
File length: 7149 byte(s)
Diff to previous 2
Remove the functions to initialise the node and segment arrays.
Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Dec 31 12:21:27 2008 UTC (16 years, 3 months ago) by amb
File length: 7135 byte(s)
Initial revision
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.