Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/fakes.c
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Revision 1784 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 15 13:08:37 2015 UTC (9 years, 7 months ago) by amb
File length: 12136 byte(s)
Diff to previous 1680
Merge libroutino branch back into the trunk.
Revision 1680 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 26 17:28:56 2015 UTC (9 years, 9 months ago) by amb
File length: 11614 byte(s)
Diff to previous 1565
Merge branch 'MSVC' back into the trunk.
Revision 1565 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 10 10:22:15 2014 UTC (10 years, 10 months ago) by amb
File length: 11603 byte(s)
Diff to previous 1385
Don't crash if the specified route contains two consecutive coincident waypoints (route instructions at those points may not be perfect).
Revision 1385 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 6 17:46:08 2013 UTC (11 years, 9 months ago) by amb
File length: 10865 byte(s)
Diff to previous 1291
Fix some code that could, potentially, have given a divide by zero and which therefore behaves differently with FPU and -ffast-math compilation options.
Revision 1291 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 1 18:32:57 2013 UTC (11 years, 10 months ago) by amb
File length: 10797 byte(s)
Diff to previous 1168
The GetLatLong function takes a pointer to the node as an argument - must be an optimisation for slim mode if not normal mode.
Revision 1168 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 21 09:20:57 2012 UTC (12 years, 3 months ago) by amb
File length: 10787 byte(s)
Diff to previous 1164
Revert r1164 - some super-segments are longer than 65535 metres even if no individual segment is.
Revision 1164 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 20 15:24:30 2012 UTC (12 years, 3 months ago) by amb
File length: 10781 byte(s)
Diff to previous 1078
Replace the 32-bit combined distance and flags in the segment with 16 bits for each.
Revision 1078 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 28 16:34:20 2012 UTC (12 years, 5 months ago) by amb
File length: 10787 byte(s)
Diff to previous 731
Rename some variables so that pointers to nodes, segments, ways and relations use the Hungarian notation "p" suffix (only applies to the router, not planetsplitter).
Revision 731 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 30 09:47:13 2011 UTC (13 years, 9 months ago) by amb
File length: 10767 byte(s)
Diff to previous 727
Fix error with calculating length of fake segment and optimise the ExtraFakeSegment function.
Revision 727 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 20 18:36:09 2011 UTC (13 years, 9 months ago) by amb
File length: 11051 byte(s)
Diff to previous 725
Add a special function to handle the detection of U-turns between two fake segments that sit on the same real segment.
Revision 725 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 18 18:51:33 2011 UTC (13 years, 10 months ago) by amb
File length: 10390 byte(s)
Diff to previous 680
Fix routing between two fake nodes on the same segment (again).
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: 10363 byte(s)
Diff to previous 631
Update comments throughout the source code.
Revision 631 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 11 12:31:30 2011 UTC (14 years, 1 month ago) by amb
File length: 10236 byte(s)
Diff to previous 608
Fix bug with generating fake segments.
Revision 608 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 29 16:00:10 2011 UTC (14 years, 1 month ago) by amb
File length: 9184 byte(s)
Diff to previous 535
When finding a normal route check for turn relations (considering previous segment). When finding turn relations convert fake segments into real ones.
Revision 535 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 28 14:29:26 2010 UTC (14 years, 3 months ago) by amb
File length: 8343 byte(s)
Diff to previous 532
Fix some problems with fake nodes, in particular a route between two fake nodes on the same segment can now be calculated.
Revision 532 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 27 14:56:37 2010 UTC (14 years, 3 months ago) by amb
File length: 6379 byte(s)
Diff to previous 471
Split functions.h into fakes.h, sorting.h and the remainder in functions.h.
Revision 471 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 4 16:44:52 2010 UTC (14 years, 7 months ago) by amb
File length: 6383 byte(s)
Diff to previous 455
Change the way that fake nodes and segments are recognised (allows nearly 4G nodes to be stored instead of 2G nodes).
Revision 455 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Jul 23 14:29:37 2010 UTC (14 years, 7 months ago) by amb
File length: 6398 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.