Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/output.c
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Revision 929 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 6 19:10:21 2011 UTC (13 years, 3 months ago) by amb
File length: 35888 byte(s)
Diff to previous 927
Mini-roundabouts are now described as roundabouts instead of junctions.
Revision 927 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 6 18:45:37 2011 UTC (13 years, 3 months ago) by amb
File length: 35523 byte(s)
Diff to previous 926
Use constants for the values of the "important" variable. Fix the missing junctions on roundabouts.
Revision 926 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 6 17:19:02 2011 UTC (13 years, 3 months ago) by amb
File length: 34374 byte(s)
Diff to previous 922
Output HTML directions for roundabouts.
Revision 922 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 26 15:12:20 2011 UTC (13 years, 4 months ago) by amb
File length: 32122 byte(s)
Diff to previous 900
Refactor a lot of the code, simplify it and fix some bugs: Names of highways in HTML format. Names of highways and bearings for GPX routes. Change the format of the text file to be more like GPX & HTML.
Revision 900 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 11 19:26:15 2011 UTC (13 years, 4 months ago) by amb
File length: 32280 byte(s)
Diff to previous 893
Change the names of the variables for the XML and raw versions of the highway names. Output the text files with translated highway names. Update the documentation to say that only the header is untranslated in the text files.
Revision 893 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 10 19:12:40 2011 UTC (13 years, 4 months ago) by amb
File length: 32293 byte(s)
Diff to previous 885
Change the names of the variables for the XML and raw versions of the translations. Output the text files with the raw versions and not the XML versions of the copyright information. Update the documentation to say that only the copyright information is translated in the text files.
Revision 885 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 29 15:20:30 2011 UTC (13 years, 5 months ago) by amb
File length: 31897 byte(s)
Diff to previous 707
Rationalise and reduce the usage of LookUpNode() function.
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: 31856 byte(s)
Diff to previous 695
The FirstSegment function now takes a cache position argument.
Revision 695 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 7 10:13:40 2011 UTC (13 years, 10 months ago) by amb
File length: 31854 byte(s)
Diff to previous 684
Use real segments when making comparisons (not pointers or non-real segments).
Revision 684 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 25 14:32:33 2011 UTC (13 years, 11 months ago) by amb
File length: 31597 byte(s)
Diff to previous 683
Fix error with turn description.
Revision 683 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 25 14:32:03 2011 UTC (13 years, 11 months ago) by amb
File length: 31599 byte(s)
Diff to previous 680
Include a point number (hidden) in the HTML file.
Revision 680 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 24 15:14:53 2011 UTC (13 years, 11 months ago) by amb
File length: 31486 byte(s)
Diff to previous 678
Update comments throughout the source code.
Revision 678 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 23 14:44:19 2011 UTC (13 years, 11 months ago) by amb
File length: 31446 byte(s)
Diff to previous 672
Allow U-turns at dead-ends to avoid getting stuck.
Revision 672 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 22 09:36:33 2011 UTC (13 years, 11 months ago) by amb
File length: 31362 byte(s)
Diff to previous 633
Move the turn_angle() and bearing_angle() functions from output.c into segments.c.
Revision 633 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 11 15:02:10 2011 UTC (14 years, 1 month ago) by amb
File length: 34073 byte(s)
Diff to previous 619
Don't confuse fake segments with junctions.
Revision 619 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 30 15:19:42 2011 UTC (14 years, 2 months ago) by amb
File length: 33779 byte(s)
Diff to previous 605
Correct comments.
Revision 605 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 24 19:32:49 2011 UTC (14 years, 2 months ago) by amb
File length: 33750 byte(s)
Diff to previous 603
Finds routes and obeys turn restrictions (only tested with very simple route and restrictions, more turn restriction testing and regression testing required).
Revision 603 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 15 22:22:57 2011 UTC (14 years, 2 months ago) by amb
File length: 33700 byte(s)
Diff to previous 598
Change the results structure to contain next segment and rename elements to clarify prev/next node and prev/next segment.
Revision 598 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 15 16:11:37 2011 UTC (14 years, 2 months ago) by amb
File length: 33674 byte(s)
Diff to previous 532
Change the IsSuperNode() macro to take a single pointer argument.
Revision 532 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 27 14:56:37 2010 UTC (14 years, 4 months ago) by amb
File length: 33729 byte(s)
Diff to previous 492
Split functions.h into fakes.h, sorting.h and the remainder in functions.h.
Revision 492 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 15 18:30:37 2010 UTC (14 years, 6 months ago) by amb
File length: 33710 byte(s)
Diff to previous 485
Add routing on ferries.
Revision 485 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 15 10:11:28 2010 UTC (14 years, 6 months ago) by amb
File length: 33605 byte(s)
Diff to previous 474
HTML file has UTF-8 meta-tag.
Revision 474 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 30 12:32:07 2010 UTC (14 years, 7 months ago) by amb
File length: 33504 byte(s)
Diff to previous 471
Change the names of the functions used to get the highway names.
Revision 471 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 4 16:44:52 2010 UTC (14 years, 8 months ago) by amb
File length: 33244 byte(s)
Diff to previous 460
Change the way that fake nodes and segments are recognised (allows nearly 4G nodes to be stored instead of 2G nodes).
Revision 460 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Jul 24 10:09:07 2010 UTC (14 years, 8 months ago) by amb
File length: 33254 byte(s)
Diff to previous 459
Finished slim mode for the router by adding ways.
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.