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 885 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 29 15:20:30 2011 UTC (13 years, 4 months ago) by amb
File length: 8524 byte(s)
Diff to previous 708
Rationalise and reduce the usage of LookUpNode() function.
Revision 708 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 8 17:58:46 2011 UTC (13 years, 10 months ago) by amb
File length: 8478 byte(s)
Diff to previous 707
Make the NextSegment function inline (move from segments.c to segments.h).
Revision 707 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 8 16:57:02 2011 UTC (13 years, 10 months ago) by amb
File length: 9485 byte(s)
Diff to previous 706
The FirstSegment function now takes a cache position argument.
Revision 706 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 8 16:39:44 2011 UTC (13 years, 10 months ago) by amb
File length: 9483 byte(s)
Diff to previous 681
Ensure that the correct number of cached nodes, segments, ways or relations are initialised.
Revision 681 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 24 18:01:24 2011 UTC (13 years, 10 months ago) by amb
File length: 9455 byte(s)
Diff to previous 680
Make the comments more consistent.
Revision 680 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 24 15:14:53 2011 UTC (13 years, 10 months ago) by amb
File length: 9445 byte(s)
Diff to previous 675
Update comments throughout the source code.
Revision 675 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 22 13:59:27 2011 UTC (13 years, 10 months ago) by amb
File length: 9469 byte(s)
Diff to previous 672
Add in the option to specify an initial heading.
Revision 672 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 22 09:36:33 2011 UTC (13 years, 10 months ago) by amb
File length: 7405 byte(s)
Diff to previous 669
Move the turn_angle() and bearing_angle() functions from output.c into segments.c.
Revision 669 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 21 19:25:46 2011 UTC (13 years, 11 months ago) by amb
File length: 4873 byte(s)
Diff to previous 459
Include math.h for files that use math functions.
Revision 459 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 23 14:35:27 2010 UTC (14 years, 7 months ago) by amb
File length: 4940 byte(s)
Diff to previous 449
Added slim mode to the router for segments.
Revision 449 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 12 17:59:42 2010 UTC (14 years, 8 months ago) by amb
File length: 4353 byte(s)
Diff to previous 385
Create a files.h header and put some of the most heavily used files.c functions into it and make them inline.
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: 4356 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: 4365 byte(s)
Diff to previous 228
Don't check the return value of MapFile() because it will exit in case of an error.
Revision 228 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 12 09:01:48 2009 UTC (15 years, 8 months ago) by amb
File length: 4395 byte(s)
Diff to previous 219
Tidy up and fix comments and include files.
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: 4361 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: 4357 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, 8 months ago) by amb
File length: 4334 byte(s)
Diff to previous 208
Removed unused header files, change assert statements, tidy some code.
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]
Added 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.
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.