Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

/[routino]/trunk/src/output.c
ViewVC logotype

Log of /trunk/src/output.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:


Revision 2192 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 18 15:49:21 2024 UTC (5 months, 3 weeks ago) by amb
File length: 49822 byte(s)
Diff to previous 2188
Fix compilation warnings if index_t is changed to a 64-bit type but
preserve formatting of fake nodes (shown as negative).


Revision 2188 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 29 17:36:39 2024 UTC (6 months, 2 weeks ago) by amb
File length: 48623 byte(s)
Diff to previous 1989
Swap the order of arguments to calloc() function (new gcc warning).


Revision 1989 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 17 17:54:45 2019 UTC (5 years, 11 months ago) by amb
File length: 48617 byte(s)
Diff to previous 1935
Rename some structure members and function names to reflect more
clearly their meaning (mostly change "allow" to "transport").  No
changes to file formats or API.


Revision 1935 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 20 18:40:34 2017 UTC (7 years, 5 months ago) by amb
File length: 48596 byte(s)
Diff to previous 1878
Remove most of the warnings found by the clang static analyser.


Revision 1878 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 6 18:13:38 2016 UTC (8 years, 9 months ago) by amb
File length: 48580 byte(s)
Diff to previous 1815
Ignore highways that are forbidden by turn restrictions when
determining which ones are interesting for the HTML format output.


Revision 1815 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 26 14:40:18 2015 UTC (9 years, 5 months ago) by amb
File length: 48075 byte(s)
Diff to previous 1796
Change file output formats so that waypoint numbers are included.
Change the names of the GPX route waypoints in the XML file.


Revision 1796 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 7 17:50:20 2015 UTC (9 years, 6 months ago) by amb
File length: 46809 byte(s)
Diff to previous 1795
Merge some of the translation phrases together to simplify them.
Change the HTML output and web pages to work with this.


Revision 1795 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 3 18:12:28 2015 UTC (9 years, 6 months ago) by amb
File length: 47003 byte(s)
Diff to previous 1784
Add in an HTML-all linked list formats that includes the full set of
points and the HTML directions for the important ones.


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: 46169 byte(s)
Diff to previous 1699
Merge libroutino branch back into the trunk.


Revision 1699 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 9 18:05:06 2015 UTC (9 years, 9 months ago) by amb
File length: 38999 byte(s)
Diff to previous 1680
Merge the MS-Windows branch back into the trunk.
Code changes and documentation for Cygwin and MinGW compilers.


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: 38816 byte(s)
Diff to previous 1677
Merge branch 'MSVC' back into the trunk.


Revision 1677 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 20 18:36:31 2015 UTC (9 years, 9 months ago) by amb
File length: 38836 byte(s)
Diff to previous 1580
Change a static variable to a const to clarify it usage.


Revision 1580 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 24 18:28:32 2014 UTC (10 years, 8 months ago) by amb
File length: 38830 byte(s)
Diff to previous 1565
Fix for revision r1565 that crashes on 64-bit systems but not 32-bit systems.


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: 38787 byte(s)
Diff to previous 1564
Don't crash if the specified route contains two consecutive coincident
waypoints (route instructions at those points may not be perfect).


Revision 1564 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 9 14:14:29 2014 UTC (10 years, 10 months ago) by amb
File length: 38512 byte(s)
Diff to previous 1559
Fix bug with results output that would miss a segment and get the distance/time
wrong if a waypoint node was passed again on the way to the next waypoint.


Revision 1559 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 29 17:38:50 2014 UTC (10 years, 10 months ago) by amb
File length: 37885 byte(s)
Diff to previous 1543
Remove the "cyclebothways" property and replace it with a "cyclebothways"
highway type.  This means that it is no longer possible to choose a preference
for this type of highway when calculating a route.  There was never really any
reason for allowing users to do this since they can't specify a preference for
oneway streets.  It does however mean that the broken Javascript in the router
web page (no entry field for this property) is fixed.  Unfortunately this means
that a database created by previous versions are not compatible with this one.


Revision 1543 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 6 16:42:51 2014 UTC (10 years, 11 months ago) by amb
File length: 37893 byte(s)
Diff to previous 1539
Change routing instructions if on a bicycle and cyclebothways is enabled on the
highways at the junctions (e.g. different count of roundabout exits).


Revision 1539 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 4 15:59:46 2014 UTC (10 years, 11 months ago) by amb
File length: 36916 byte(s)
Diff to previous 1505
Fix router error when waypoint is on a roundabout (stops crash).


Revision 1505 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 31 15:31:42 2014 UTC (11 years, 1 month ago) by amb
File length: 36295 byte(s)
Diff to previous 1501
Output HTML4 strict DTD compliant HTML (fix bug with using ''' instead of
''').


Revision 1501 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 29 19:57:08 2014 UTC (11 years, 1 month ago) by amb
File length: 36307 byte(s)
Diff to previous 1465
Refactor the code so that the Results data type has the start and finish
waypoints defined within it and the array passed to the PrintRoute() function
doesn't have holes in it.


Revision 1465 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 2 18:12:56 2013 UTC (11 years, 7 months ago) by amb
File length: 36376 byte(s)
Diff to previous 1447
Add a '--output-stdout' option.


Revision 1447 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 1 18:14:49 2013 UTC (11 years, 8 months ago) by amb
File length: 35859 byte(s)
Diff to previous 1291
Small optimisation for calling GetLatLong().


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: 35867 byte(s)
Diff to previous 1174
The GetLatLong function takes a pointer to the node as an argument - must be an
optimisation for slim mode if not normal mode.


Revision 1174 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 1 16:17:34 2012 UTC (12 years, 3 months ago) by amb
File length: 35862 byte(s)
Diff to previous 1168
Rename the Way_* enumerated values to Highway_*, add a new Highway_None type,
change the HighwayType() function to return Highway_None instead of
Highway_Count if no match found - all changes for consistency with similar types
and functions.


Revision 1168 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Nov 21 09:20:57 2012 UTC (12 years, 3 months ago) by amb
File length: 35846 byte(s)
Diff to previous 1164
Revert r1164 - some super-segments are longer than 65535 metres even if no
individual segment is.



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.

  Diffs between and
  Type of Diff should be a