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 449 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 12 17:59:42 2010 UTC (14 years, 8 months ago) by amb
File length: 32710 byte(s)
Diff to previous 440
Create a files.h header and put some of the most heavily used files.c functions into it and make them inline.
Revision 440 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 7 17:31:06 2010 UTC (14 years, 8 months ago) by amb
File length: 32690 byte(s)
Diff to previous 411
Remove compilation warning.
Revision 411 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 29 13:54:43 2010 UTC (14 years, 9 months ago) by amb
File length: 32684 byte(s)
Diff to previous 383
Translate the names given to unnamed roads (the highway type).
Revision 383 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 27 16:28:19 2010 UTC (14 years, 10 months ago) by amb
File length: 32188 byte(s)
Diff to previous 379
Fix mistake of writing GPX information to wrong file.
Revision 379 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 24 16:47:56 2010 UTC (14 years, 10 months ago) by amb
File length: 32184 byte(s)
Diff to previous 378
Merged the three functions to output the head/body/tail of the results back into a single function.
Revision 378 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 24 15:49:37 2010 UTC (14 years, 10 months ago) by amb
File length: 32467 byte(s)
Diff to previous 376
Added translations for the HTML output.
Revision 376 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 24 12:43:53 2010 UTC (14 years, 10 months ago) by amb
File length: 29243 byte(s)
Diff to previous 369
Add the copyright information into the translations.xml file instead of the separate copyright.txt file. Add the translated copyright strings into the outputs.
Revision 369 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 22 17:54:12 2010 UTC (14 years, 10 months ago) by amb
File length: 27289 byte(s)
Diff to previous 360
Changed HTML output to be useful in web pages.
Revision 360 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 10 18:33:39 2010 UTC (14 years, 11 months ago) by amb
File length: 26147 byte(s)
Diff to previous 346
Added translations for GPX and turn/heading.
Revision 346 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 1 18:24:39 2010 UTC (14 years, 11 months ago) by amb
File length: 25892 byte(s)
Diff to previous 332
Wrap GPX descriptions in CDATA.
Revision 332 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 20 20:15:10 2010 UTC (15 years ago) by amb
File length: 25868 byte(s)
Diff to previous 331
Add descriptions to each point in the GPX route file.
Revision 331 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 20 13:35:15 2010 UTC (15 years ago) by amb
File length: 25501 byte(s)
Diff to previous 330
Move the stat() calls to find a file size into a helper function in files.c.
Revision 330 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 20 12:24:20 2010 UTC (15 years ago) by amb
File length: 25524 byte(s)
Diff to previous 324
Improve the error messages by adding strerror() to them.
Revision 324 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 18 18:59:20 2010 UTC (15 years ago) by amb
File length: 25270 byte(s)
Diff to previous 323
Allow selection of which outputs are to be created.
Revision 323 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 17 19:50:53 2010 UTC (15 years ago) by amb
File length: 24667 byte(s)
Diff to previous 322
Re-order the code for HTML.
Revision 322 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 15 19:47:25 2010 UTC (15 years ago) by amb
File length: 24667 byte(s)
Diff to previous 316
Create a simple HTML output.
Revision 316 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 13 18:49:41 2010 UTC (15 years, 2 months ago) by amb
File length: 21041 byte(s)
Diff to previous 306
Change the test output formats to add turn, node type and bearing information.
Revision 306 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 23 18:42:40 2009 UTC (15 years, 3 months ago) by amb
File length: 15634 byte(s)
Diff to previous 303
Add in "steps" as a new highway type.
Revision 303 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 14 19:39:20 2009 UTC (15 years, 4 months ago) by amb
File length: 15535 byte(s)
Diff to previous 300
If a selected waypoint is not very close to an existing node then insert a fake node in the segment that comes closest and use that instead.
Revision 300 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 3 18:44:30 2009 UTC (15 years, 4 months ago) by amb
File length: 14567 byte(s)
Diff to previous 293
Rename Way_Unknown to Way_Count to make more sense and match the properties.
Revision 293 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 26 19:04:40 2009 UTC (15 years, 4 months ago) by amb
File length: 14571 byte(s)
Diff to previous 291
Remove the Bridleway and Footway highway types and use the Path type instead (also re-ordered the types so that Cycleway comes before Path).
Revision 291 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 25 16:59:47 2009 UTC (15 years, 4 months ago) by amb
File length: 14775 byte(s)
Diff to previous 228
Fix bug in code that determines waypoints for abbreviated output.
Revision 228 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 12 09:01:48 2009 UTC (15 years, 8 months ago) by amb
File length: 14771 byte(s)
Diff to previous 219
Tidy up and fix comments and include files.
Revision 219 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 9 17:31:56 2009 UTC (15 years, 8 months ago) by amb
File length: 14771 byte(s)
Diff to previous 198
Change from float to double for latitude and longitude. Store latitude and longitude as an integer type rather than float (higher precision).
Revision 198 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Jun 15 18:52:54 2009 UTC (15 years, 9 months ago) by amb
File length: 14767 byte(s)
Diff to previous 177
Add a macro for converting degrees to radians and radians to degrees.
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.