| 
							
							
								 Emil Tin | eeea5b0e81 | Adds the cucumber test framework referenced in issues #26, #95, #114 | 2012-02-15 10:50:43 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 84b35f47a1 | Fixes test cucumber --tags @basic:63 and issue #105 | 2012-02-14 17:17:11 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 0727ff09fa | Fixes issue #119 | 2012-02-14 13:37:08 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | fe416526f2 | Dropping Magick++ for libpng and pngwriter | 2012-02-13 16:15:28 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 3c10844067 | Adding PNGImage as a third party object. It's under MIT License, so it should be no problem at all to redistribute it. | 2012-02-13 16:10:47 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 94bd6e22ff | Dropping Magick++ for libpng and pngwriter | 2012-02-13 15:28:45 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | d11524781e | Implements #110 | 2012-02-13 15:21:51 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 8d16c047cc | Fixes a rounding issue related to issues #98, #105, #115 and #116. Problems were partially caused by the limits of floating point accuracy. | 2012-02-13 13:30:13 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | f94ebf5296 | Removing unnecessary debug output | 2012-02-10 17:35:59 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 8cddaf39c4 | Fixes issue #105 and partially #62 as well as #83. | 2012-02-10 17:14:30 +01:00 |  | 
			
				
					| 
							
							
								 Project OSRM | 7ce75733d0 | Update README.TXT | 2012-02-09 18:42:45 +01:00 |  | 
			
				
					| 
							
							
								 Project OSRM | e8af613aaa | Update README.TXT | 2012-02-09 18:41:01 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 96f2358d28 | Fixes issue #83. The bug was caused by improper retrieval of the packed path. | 2012-02-09 17:53:09 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | bb8645dd18 | Changed debug output to use output macros instead of std::cout directly | 2012-02-09 17:51:05 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 12c547126e | Fixes issue #111 where heading 0 was incorrectly mapped to South. | 2012-02-09 11:22:32 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 78d6a25d98 | T@H Osmarender is going away at the end of the month. Instead the tile from OpenCycleMap's transport layer are offered. | 2012-02-09 11:00:21 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 2c4621011d | Additional work for issue #46 | 2012-02-08 18:31:37 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 7a6c36d43c | Adding include to make static code analysis happy. | 2012-02-08 16:22:33 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | d9f0d92262 | Removed superflous debug output | 2012-02-08 15:10:55 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | cc91ee1c52 | Fixes issue #62. Initial "O m" instruction won't be shown anymore. | 2012-02-08 14:58:58 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 0dc77b056a | Fixes issue #46. Turn instructions are much more verbose now where the streets have no name. | 2012-02-08 11:46:34 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | c793672d63 | Fixed problem with check of input parameter size in release mode. thx Dennis | 2012-02-08 10:35:59 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 5136853ce0 | Fixes issue #101. Target nodes close to bollards were neglected. | 2012-02-07 19:40:25 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 9da873330a | Special case of heading 202.5 not properly handled and defaulted to "N". | 2012-02-07 18:22:31 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | bd67e7a4ed | PBF Parser extracts bollards now, too! | 2012-02-07 15:54:30 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 9eb73f9306 | Missing include, thanks Fred! | 2012-02-07 15:19:29 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 5e275b3935 | Fixes issue #104. Heading and Azimuth get computed now. | 2012-02-07 14:47:01 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | c98f19c5a6 | Adding a hop limit to preprocessing, which makes preprocessing a lot faster but trades for routing speed. | 2012-02-07 11:52:22 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 66b4f65d84 | Removed excess if-statement that prohibited output of unencoded polyline. | 2012-02-06 10:49:45 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | b85898c5da | Merge branch 'master' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git | 2012-02-03 18:40:03 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | f1332c7c6a | Fixing rounding errors by a hack. | 2012-02-03 18:39:15 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 8a47c87a8a | Fixing issues #81 and #82 | 2012-02-03 16:39:18 +01:00 |  | 
			
				
					| 
							
							
								 Project OSRM | 88b2d8a8ef | Merge pull request #99 from woodpeck/master trivial readme additions. | 2012-02-03 06:50:04 -08:00 |  | 
			
				
					| 
							
							
								 Frederik Ramm | 2fd3ebc8fb | typo fix | 2012-02-03 15:45:45 +01:00 |  | 
			
				
					| 
							
							
								 Frederik Ramm | 204f522ea4 | add dependency & stxxl config info tho readme | 2012-02-03 15:43:22 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 1f986598f1 | Fixing issue #89 where the first street name could not be properly adressed. | 2012-02-03 13:45:59 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 6996b24c44 | Unnecessary memory allocation removed in extractor | 2012-02-03 13:44:08 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | b44e36e7ba | Fixes issue #74, thanks DrVanScott. | 2012-02-01 17:36:28 +01:00 |  | 
			
				
					| 
							
							
								 Project OSRM | 7c41206c6d | Merge pull request #97 from DrVanScott/memory authors | 2012-02-01 00:53:35 -08:00 |  | 
			
				
					| 
							
							
								 Dr Scott | ea6c0353be | authors | 2012-01-31 23:23:42 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 8a665bc044 | Fixes issue #73. | 2012-01-31 20:38:52 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | f68d53ead6 | Fixing off-by one error | 2012-01-31 17:46:04 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 93b1ff1c5d | Fixing constant-sized memory leaks | 2012-01-31 17:44:55 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | d41b0f28b4 | Fixes issue #94. | 2012-01-31 16:12:19 +01:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | c686d28675 | Merge branch 'master' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git | 2012-01-31 14:51:59 +01:00 |  | 
			
				
					| 
							
							
								 Project OSRM | 448095ff98 | Merge pull request #92 from DrVanScott/memory fixing some memory problems, Thanks. | 2012-01-31 05:51:43 -08:00 |  | 
			
				
					| 
							
							
								 DennisOSRM | 835bf436e4 | Extractor dies more gracefully now if the stxxl singleton is already in use. | 2012-01-31 14:48:46 +01:00 |  | 
			
				
					| 
							
							
								 Project OSRM | 6da047005a | Merge pull request #86 from risicle/master Fix for issue #72, thanks. | 2012-01-31 05:18:48 -08:00 |  | 
			
				
					| 
							
							
								 Dr Scott | 571824415c | memory problem (because of n+1 in StaticGraph::EndEdges) | 2012-01-27 00:41:31 +01:00 |  | 
			
				
					| 
							
							
								 Dr Scott | bef3aad423 | another memory problem | 2012-01-26 23:03:39 +01:00 |  |