Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/segmentsx.c
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
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: 17125 byte(s)
Diff to previous 216
Change from float to double for latitude and longitude. Store latitude and longitude as an integer type rather than float (higher precision).
Revision 216 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 4 17:58:06 2009 UTC (15 years, 8 months ago) by amb
File length: 16961 byte(s)
Diff to previous 214
Change data structure to avoid calling realloc() each time to allocate more memory.
Revision 214 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 2 17:49:16 2009 UTC (15 years, 9 months ago) by amb
File length: 16562 byte(s)
Diff to previous 213
Fix some gcc pedantic warnings.
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: 16518 byte(s)
Diff to previous 212
Removed unused header files, change assert statements, tidy some code.
Revision 212 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 1 18:23:26 2009 UTC (15 years, 9 months ago) by amb
File length: 16299 byte(s)
Diff to previous 209
Remove the Node structure from the NodeX structure to save memory.
Revision 209 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 30 18:32:42 2009 UTC (15 years, 9 months ago) by amb
File length: 16313 byte(s)
Diff to previous 208
Remove the Segment structure from the SegmentX structure to save memory.
Revision 208 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 29 17:39:20 2009 UTC (15 years, 9 months ago) by amb
File length: 15457 byte(s)
Diff to previous 206
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 206 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 29 16:45:50 2009 UTC (15 years, 9 months ago) by amb
File length: 15593 byte(s)
Diff to previous 204
Rename SegmentsX sdata to ndata.
Revision 204 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 25 18:17:58 2009 UTC (15 years, 9 months ago) by amb
File length: 15593 byte(s)
Diff to previous 203
Undo part of the previous change - only update the Segment way index at the end.
Revision 203 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 25 17:46:46 2009 UTC (15 years, 9 months ago) by amb
File length: 15715 byte(s)
Diff to previous 201
Reduce the number of ways in the output by compacting them (sharing the same information between identical ways).
Revision 201 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 15 19:06:03 2009 UTC (15 years, 9 months ago) by amb
File length: 15448 byte(s)
Diff to previous 195
Rename WaysSame() with WaysCompare() and reverse the sense of the output.
Revision 195 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jun 13 13:02:12 2009 UTC (15 years, 9 months ago) by amb
File length: 15443 byte(s)
Diff to previous 176
Handle nodes that are missing from the .osm file (ignore the segment).
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: 15136 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: 15106 byte(s)
Diff to previous 135
Changed the license to Affero GPLv3.
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: 14647 byte(s)
Diff to previous 132
Added more limits (weight, height, width, length).
Revision 132 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 28 17:31:41 2009 UTC (16 years, 1 month ago) by amb
File length: 14734 byte(s)
Diff to previous 128
Move print statements from planetsplitter into individual functions.
Revision 128 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 24 19:59:52 2009 UTC (16 years, 1 month ago) by amb
File length: 14429 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: 14415 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: 14489 byte(s)
Diff to previous 110
Change to sinf(), cosf(), sqrtf(), asinf() functions.
Revision 110 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Feb 7 15:57:42 2009 UTC (16 years, 1 month ago) by amb
File length: 14486 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.