Routino SVN Repository Browser

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

ViewVC logotype

Log of /branches/destination-access

View Directory Listing Directory Listing


Sticky Revision:


Revision 1647 - Directory Listing
Modified Fri May 1 18:01:32 2015 UTC (9 years, 10 months ago) by amb
Merge changes from trunk related to translations, the Hungarian
translation and HTML formatting for mobile browsers.


Revision 1640 - Directory Listing
Modified Tue Mar 31 18:42:21 2015 UTC (9 years, 11 months ago) by amb
Route beyond super-nodes when following destination highways.


Revision 1639 - Directory Listing
Modified Mon Mar 30 18:53:28 2015 UTC (9 years, 11 months ago) by amb
Merge change from trunk: "Fix bug with indenting of debug output in
FindMiddleRoute() function."


Revision 1637 - Directory Listing
Modified Sat Mar 28 14:31:39 2015 UTC (9 years, 11 months ago) by amb
Merge change from trunk: "More verbose, consistent, complete and
descriptive debugging of routes found."


Revision 1635 - Directory Listing
Modified Sat Mar 28 14:24:45 2015 UTC (9 years, 11 months ago) by amb
Merge change from trunk: "The new FindStartRoutes() function does not
need to be so complicated."


Revision 1633 - Directory Listing
Modified Sat Mar 28 12:03:36 2015 UTC (9 years, 11 months ago) by amb
Merge changes from trunk: "Remove the ExtendStartRoutes() function ...".


Revision 1631 - Directory Listing
Modified Wed Mar 25 19:25:11 2015 UTC (9 years, 11 months ago) by amb
Allow routing with destination access only allowed at the beginning
and end.


Revision 1630 - Directory Listing
Modified Sun Mar 22 15:49:58 2015 UTC (9 years, 11 months ago) by amb
Dump the destination information from the filedumper, update the
visualiser to use it.


Revision 1629 - Directory Listing
Modified Sun Mar 22 14:56:38 2015 UTC (9 years, 11 months ago) by amb
Parse "access=destination" differently and store the information in
the database for later use routing the first and last waypoints.


Revision 1628 - Directory Listing
Modified Sun Mar 22 13:45:29 2015 UTC (9 years, 11 months ago) by amb
Copied from: trunk revision 1627
A new branch for access=destination routing at each end.


Revision 1627 - Directory Listing
Modified Sat Mar 21 19:23:20 2015 UTC (9 years, 11 months ago) by amb
Original Path: trunk
Make sure that all complete routes have finish_node and last_segment
filled in.


Revision 1626 - Directory Listing
Modified Sat Mar 21 19:20:21 2015 UTC (9 years, 11 months ago) by amb
Original Path: trunk
Summary: Bug fix and clarification for previous change.


Revision 1625 - Directory Listing
Modified Sat Mar 21 17:10:25 2015 UTC (9 years, 11 months ago) by amb
Original Path: trunk
Don't merge the end of the route with the middle part of the route
before combining with the beginning of the route - combine beginning,
middle and end all in one function.


Revision 1624 - Directory Listing
Modified Mon Feb 2 17:04:41 2015 UTC (10 years, 1 month ago) by amb
Original Path: trunk
Add updated German translations submitted via http://www.routino.org/translations/ on 2014-01-31.


Revision 1623 - Directory Listing
Modified Sat Jan 17 19:00:25 2015 UTC (10 years, 1 month ago) by amb
Original Path: trunk
Add updated German translations submitted via http://www.routino.org/translations/ on 2014-01-16.


Revision 1622 - Directory Listing
Modified Tue Jan 13 17:22:48 2015 UTC (10 years, 2 months ago) by amb
Original Path: trunk
Add updated German translations submitted via http://www.routino.org/translations/ on 2014-01-13.


Revision 1621 - Directory Listing
Modified Fri Jan 9 16:59:05 2015 UTC (10 years, 2 months ago) by amb
Original Path: trunk
Add updated Dutch translations submitted via http://www.routino.org/translations/ on 2014-01-08.


Revision 1620 - Directory Listing
Modified Wed Jan 7 17:43:56 2015 UTC (10 years, 2 months ago) by amb
Original Path: trunk
Remove cycle_barrier and bicycle_barrier since these don't always
block bicycles.


Revision 1619 - Directory Listing
Modified Thu Dec 4 17:49:45 2014 UTC (10 years, 3 months ago) by amb
Original Path: trunk
Increase MAX_SEG_PER_NODE to avoid further problems.


Revision 1618 - Directory Listing
Modified Sat Nov 29 10:50:11 2014 UTC (10 years, 3 months ago) by amb
Original Path: trunk
Include typesx.h to get the definition of MAX_SEG_PER_NODE rather than having
another one.


Revision 1616 - Directory Listing
Modified Sat Nov 8 17:54:26 2014 UTC (10 years, 4 months ago) by amb
Original Path: trunk
Updated for version 2.7.3.


Revision 1615 - Directory Listing
Modified Sat Nov 8 17:49:30 2014 UTC (10 years, 4 months ago) by amb
Original Path: trunk
Translation of the final German word missing from the XML file.


Revision 1614 - Directory Listing
Modified Sat Oct 25 13:22:29 2014 UTC (10 years, 4 months ago) by amb
Original Path: trunk
Sort the data geographically before pruning so that the data points physically
close together are close together in memory which reduces swapping/paging and
therefore runs much faster when memory is limited.


Revision 1613 - Directory Listing
Modified Thu Oct 23 17:56:26 2014 UTC (10 years, 4 months ago) by amb
Original Path: trunk
Comment fixes, tidy-up and one bug fixed.


Revision 1612 - Directory Listing
Added Wed Oct 22 12:02:47 2014 UTC (10 years, 4 months ago) by amb
Original Path: trunk
Use the waysx->idata array instead of wayx->id when logging node errors during
the segment creation.