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 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 (14 years, 11 months 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]
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]
Added 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.
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.