Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/filedumper.c
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Revision 885 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 29 15:20:30 2011 UTC (13 years, 4 months ago) by amb
File length: 30417 byte(s)
Diff to previous 879
Rationalise and reduce the usage of LookUpNode() function.
Revision 879 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 22 18:06:22 2011 UTC (13 years, 4 months ago) by amb
File length: 30394 byte(s)
Diff to previous 847
Add some more typecasts before printing the values.
Revision 847 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 7 13:02:22 2011 UTC (13 years, 6 months ago) by amb
File length: 30184 byte(s)
Diff to previous 844
Fix bug with earlier change to OSM file creator.
Revision 844 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 7 12:23:00 2011 UTC (13 years, 6 months ago) by amb
File length: 30185 byte(s)
Diff to previous 842
Fix formatting problem with dumped OSM file.
Revision 842 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 7 12:17:26 2011 UTC (13 years, 6 months ago) by amb
File length: 30186 byte(s)
Diff to previous 831
Use macro test function rather than direct check.
Revision 831 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 27 14:40:22 2011 UTC (13 years, 6 months ago) by amb
File length: 30187 byte(s)
Diff to previous 790
Change the 'generator' tag in the dumped XML file.
Revision 790 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jun 18 17:55:25 2011 UTC (13 years, 9 months ago) by amb
File length: 30183 byte(s)
Diff to previous 780
Ensure that when printing numbers of the index_t type that an appropriate printf format specifier is used (ready for if it is redefined as 64-bit).
Revision 780 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jun 5 18:19:50 2011 UTC (13 years, 9 months ago) by amb
File length: 30003 byte(s)
Diff to previous 707
Replace int with appropriate defined types (mostly index_t, ll_bin_t and ll_bin2_t).
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: 29990 byte(s)
Diff to previous 705
The FirstSegment function now takes a cache position argument.
Revision 705 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 8 16:33:06 2011 UTC (13 years, 10 months ago) by amb
File length: 29986 byte(s)
Diff to previous 681
Remove the unused name caching for the ways (in slim mode).
Revision 681 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 24 18:01:24 2011 UTC (13 years, 10 months ago) by amb
File length: 29976 byte(s)
Diff to previous 680
Make the comments more consistent.
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: 29976 byte(s)
Diff to previous 673
Update comments throughout the source code.
Revision 673 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 22 10:02:20 2011 UTC (13 years, 10 months ago) by amb
File length: 29877 byte(s)
Diff to previous 669
Use the common TurnAngle() function from segments.c instead of a local one.
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: 30435 byte(s)
Diff to previous 667
Include math.h for files that use math functions.
Revision 667 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 21 19:12:36 2011 UTC (13 years, 11 months ago) by amb
File length: 30417 byte(s)
Diff to previous 628
Include some of the Routino internal information when dumping an OSM format output.
Revision 628 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 5 19:37:12 2011 UTC (14 years, 1 month ago) by amb
File length: 30116 byte(s)
Diff to previous 626
Fix statistics for ways (broken by change for relations).
Revision 626 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 5 19:29:01 2011 UTC (14 years, 1 month ago) by amb
File length: 30086 byte(s)
Diff to previous 625
Fix problem with dumping turn relations.
Revision 625 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 5 19:16:53 2011 UTC (14 years, 1 month ago) by amb
File length: 30080 byte(s)
Diff to previous 623
Print out the size of the relations.mem file.
Revision 623 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 5 17:00:56 2011 UTC (14 years, 1 month ago) by amb
File length: 29872 byte(s)
Diff to previous 618
Updated the visualiser to include turn restrictions.
Revision 618 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 30 15:19:28 2011 UTC (14 years, 1 month ago) by amb
File length: 29571 byte(s)
Diff to previous 599
Put a "restriction" tag into the turn restrictions when dumped.
Revision 599 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 15 19:28:56 2011 UTC (14 years, 2 months ago) by amb
File length: 28527 byte(s)
Diff to previous 595
Store the 'from' and 'to' segments and not nodes (to handle fake nodes inserted in segments).
Revision 595 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 8 15:42:28 2011 UTC (14 years, 2 months ago) by amb
File length: 28594 byte(s)
Diff to previous 565
Change the IsSuperNode() macro to take a single pointer argument.
Revision 565 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 21 18:26:28 2010 UTC (14 years, 2 months ago) by amb
File length: 28687 byte(s)
Diff to previous 542
Add turn relations to the statistics and dump outputs.
Revision 542 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 18 15:19:33 2010 UTC (14 years, 3 months ago) by amb
File length: 24008 byte(s)
Diff to previous 538
Add a Relations data type and write out the turn relations that have been read in. Still doesn't perform the required processing after reading the data or use the information for routing.
Revision 538 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Dec 4 14:54:53 2010 UTC (14 years, 3 months ago) by amb
File length: 23846 byte(s)
Diff to previous 537
Improved version of previous change.
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.