Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src
Sticky Revision: |
Revision 231 - Directory Listing
Modified Sun Jul 19 13:17:35 2009 UTC (15 years, 8 months ago) by amb
Fix incorrect progress indicator message.
Revision 230 - Directory Listing
Modified Sun Jul 19 13:17:00 2009 UTC (15 years, 8 months ago) by amb
Fix problem with memory reallocation.
Revision 229 - Directory Listing
Modified Sun Jul 19 12:54:07 2009 UTC (15 years, 8 months ago) by amb
Store only one copy of each segment but index once for each direction.
Revision 228 - Directory Listing
Modified Sun Jul 12 09:01:48 2009 UTC (15 years, 9 months ago) by amb
Tidy up and fix comments and include files.
Revision 227 - Directory Listing
Modified Sun Jul 12 08:38:12 2009 UTC (15 years, 9 months ago) by amb
Check all print statements and made them more consistent and/or accurate.
Revision 226 - Directory Listing
Modified Sat Jul 11 19:29:19 2009 UTC (15 years, 9 months ago) by amb
Free memory at the end of planetsplitter (to aid finding potential leaks earlier).
Revision 225 - Directory Listing
Modified Thu Jul 9 19:13:47 2009 UTC (15 years, 9 months ago) by amb
Free memory correctly (really).
Revision 224 - Directory Listing
Modified Thu Jul 9 18:56:50 2009 UTC (15 years, 9 months ago) by amb
Separate the sorting of Ways from compacting of Ways.
Revision 223 - Directory Listing
Modified Thu Jul 9 18:34:38 2009 UTC (15 years, 9 months ago) by amb
Rename structure members after recent changes.
Revision 222 - Directory Listing
Modified Thu Jul 9 18:24:40 2009 UTC (15 years, 9 months ago) by amb
Free memory correctly.
Revision 221 - Directory Listing
Modified Thu Jul 9 17:44:26 2009 UTC (15 years, 9 months ago) by amb
Fix duplicate checking.
Revision 220 - Directory Listing
Modified Thu Jul 9 17:32:35 2009 UTC (15 years, 9 months ago) by amb
Ensure that variable is reset before using it.
Revision 219 - Directory Listing
Modified Thu Jul 9 17:31:56 2009 UTC (15 years, 9 months ago) by amb
Change from float to double for latitude and longitude. Store latitude and longitude as an integer type rather than float (higher precision).
Revision 218 - Directory Listing
Modified Wed Jul 8 17:35:15 2009 UTC (15 years, 9 months ago) by amb
Ensure that variable is reset before using it.
Revision 217 - Directory Listing
Modified Mon Jul 6 17:51:37 2009 UTC (15 years, 9 months ago) by amb
Print all super-segments within and crossing the border. Don't display speed limits for tracks and paths unless set.
Revision 216 - Directory Listing
Modified Sat Jul 4 17:58:06 2009 UTC (15 years, 9 months ago) by amb
Change data structure to avoid calling realloc() each time to allocate more memory.
Revision 215 - Directory Listing
Modified Thu Jul 2 19:41:38 2009 UTC (15 years, 9 months ago) by amb
Handle duplicate ways.
Revision 214 - Directory Listing
Modified Thu Jul 2 17:49:16 2009 UTC (15 years, 9 months ago) by amb
Fix some gcc pedantic warnings.
Revision 213 - Directory Listing
Modified Thu Jul 2 16:33:31 2009 UTC (15 years, 9 months ago) by amb
Removed unused header files, change assert statements, tidy some code.
Revision 212 - Directory Listing
Modified Wed Jul 1 18:23:26 2009 UTC (15 years, 9 months ago) by amb
Remove the Node structure from the NodeX structure to save memory.
Revision 211 - Directory Listing
Modified Wed Jul 1 18:19:10 2009 UTC (15 years, 9 months ago) by amb
Print latitude and longitude in degrees.
Revision 210 - Directory Listing
Modified Tue Jun 30 19:03:54 2009 UTC (15 years, 9 months ago) by amb
Re-order the data in the structure.
Revision 209 - Directory Listing
Modified Tue Jun 30 18:32:42 2009 UTC (15 years, 9 months ago) by amb
Remove the Segment structure from the SegmentX structure to save memory.
Revision 208 - Directory Listing
Modified Mon Jun 29 17:39:20 2009 UTC (15 years, 9 months ago) by amb
Move the super-segment and normal-segment flags from the nodes to the distance. Remove the NODE() macro and rename SUPER_FLAG to NODE_SUPER.
Revision 207 - Directory Listing
Added Mon Jun 29 16:46:09 2009 UTC (15 years, 9 months ago) by amb
Replace memmove with structure copy.