Commit Graph

  • 8845c070a2 moved favicon handling to webserver DennisSchiefer 2012-04-18 06:56:17 +0100
  • eaf5dd328f added finnish for overview map DennisSchiefer 2012-04-17 22:37:15 +0200
  • 20a0a3b170 Merge remote-tracking branch 'origin/develop' into develop DennisSchiefer 2012-04-17 22:35:03 +0200
  • 8d5d1a9400 Merge branch 'trial/printing' into develop DennisSchiefer 2012-04-17 22:34:18 +0200
  • 572a306d6d Merge commit 'f2efcfc588f75c391946b1cf8d5600fcf849d3c9' into develop DennisSchiefer 2012-04-17 22:33:26 +0200
  • 63a9e4c6c2 remove newline DennisSchiefer 2012-04-17 22:32:56 +0200
  • c84d4b323e Merge commit '9bd4b772789b11ca085e7e7f052b410903cf2eb0' into develop DennisSchiefer 2012-04-17 22:30:28 +0200
  • 8343703115 Merge branch 'master' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git DennisOSRM 2012-04-17 20:47:24 +0200
  • 85eb59eb40 Exchange east and west. DennisOSRM 2012-04-17 20:47:16 +0200
  • e11bd5d99f Merge pull request #223 from emiltin/cuke_instruction_codes Project OSRM 2012-04-17 06:28:09 -0700
  • 3362336381 Merge f359927b09 into 70825abb1d GitHub Merge Button 2012-04-17 06:24:25 -0700
  • f359927b09 osrm now returns codes intread of strings, handle this in tests Emil Tin 2012-04-17 15:22:55 +0200
  • 46f717566d added finnish localization DennisSchiefer 2012-04-17 09:06:15 +0100
  • 0199673d14 Merge remote-tracking branch 'temp/master' into develop DennisSchiefer 2012-04-17 09:03:16 +0100
  • 607d5408d3 Add Finnish translations Teemu Koskinen 2012-04-16 21:01:40 +0300
  • 33035fccc0 pushed version v0.1.4x DennisSchiefer 2012-04-16 19:43:57 +0200
  • c14e461370 added onload_zoomlevel DennisSchiefer 2012-04-16 19:39:47 +0200
  • 70825abb1d Fixing wrong turn instruction at roundabouts DennisOSRM 2012-04-16 19:27:20 +0200
  • 6f4e9a1d11 added explanation to driving instruction localization DennisSchiefer 2012-04-16 18:57:21 +0200
  • 3610e21854 bugfix for zoomlevel in route links DennisSchiefer 2012-04-16 18:51:22 +0200
  • c4dc85f607 Merge branch 'master' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git DennisOSRM 2012-04-16 17:42:49 +0200
  • 7e8de26657 Fixing broken merge DennisOSRM 2012-04-16 17:41:54 +0200
  • b3570f57ee Merge remote-tracking branch 'origin/feature/Localization' DennisOSRM 2012-04-16 17:38:46 +0200
  • f6a3815e91 continued work on printing support DennisSchiefer 2012-04-16 16:04:36 +0100
  • f2efcfc588 increased padding when centering on a route DennisSchiefer 2012-04-16 16:03:59 +0100
  • 2bf573dbe1 bug in position of " in string DennisSchiefer 2012-04-16 12:28:51 +0100
  • 9bd4b77278 use relative image locations DennisSchiefer 2012-04-16 12:28:16 +0100
  • fb995ad0b0 small UI move v0.1.4 DennisSchiefer 2012-04-16 10:26:10 +0100
  • 3a85661e45 fixed bugs with IE DennisSchiefer 2012-04-16 10:23:31 +0100
  • 0ba881c390 localization for printing DennisSchiefer 2012-04-15 23:12:17 +0200
  • c7782b2776 more work on printing DennisSchiefer 2012-04-15 23:01:05 +0200
  • 23ca80030e disabled printing for this release DennisSchiefer 2012-04-15 19:35:50 +0200
  • f08c389faa moved version to 0.1.4 DennisSchiefer 2012-04-15 19:35:26 +0200
  • 47369a0036 continued work on printing support DennisSchiefer 2012-04-15 19:34:18 +0200
  • 253b591a87 fixed error with translation of east to German DennisSchiefer 2012-04-15 19:33:23 +0200
  • 5c4488d350 removed fixed with from input boxes DennisSchiefer 2012-04-15 19:32:41 +0200
  • 25310ff1bd corrected error in via computation when no road was visible DennisSchiefer 2012-04-15 19:31:49 +0200
  • 3c62aa02d4 Moving object that holds all query data into seperate object DennisOSRM 2012-04-14 20:34:38 +0200
  • 58e88d43a9 Moving object that holds all query data into seperate object. DennisOSRM 2012-04-14 20:07:30 +0200
  • c2d52080d3 use geocode even if no route is found DennisSchiefer 2012-04-14 18:49:28 +0200
  • bf681855ed moved list of supported languages and tileservers to config file DennisSchiefer 2012-04-14 18:26:32 +0200
  • 78ade5b7d7 Adding a number of explicit namespace declarations DennisOSRM 2012-04-14 18:18:18 +0200
  • 899d216b9b made it easier to remove localization and on-demand loading of new language packs, added parameter to say whether to use on-demand reloading, added parameter for the directory that contains the localization files, corrected a small bug when the string for the HEAD_ON instruction was not available, DennisSchiefer 2012-04-14 18:03:33 +0200
  • 969d5c8558 Removing leftovers of STL parallel mode experiments DennisOSRM 2012-04-14 18:01:06 +0200
  • 539199a7e9 Adding a std:: to size_t because it makes the parser more happy DennisOSRM 2012-04-14 17:42:09 +0200
  • 60ffe55565 Names vector of strings is now passes as reference DennisOSRM 2012-04-14 17:40:59 +0200
  • dd03c6b168 Removing unnecessary STL parallel mode include DennisOSRM 2012-04-14 16:19:40 +0200
  • f53c0d7dfa Sequential read of routing graph hastens startup DennisOSRM 2012-04-14 15:53:10 +0200
  • 7872354b49 Pushing auto casted char buffer to vector of strings. Shall save one allocation per street name DennisOSRM 2012-04-14 15:43:37 +0200
  • 1ee470f5b4 Setting one char to '\0' instead of memsetting 1k bytes for every string read DennisOSRM 2012-04-14 15:40:19 +0200
  • 04e6ca9763 Trimming excess capacity of string of names DennisOSRM 2012-04-14 15:37:39 +0200
  • 80219a31e2 Trim excess capacities DennisOSRM 2012-04-14 15:28:45 +0200
  • 0555dc4bc3 Merge branch 'master' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git DennisOSRM 2012-04-14 15:07:26 +0200
  • 4401b58f45 Adding a little more verbosity during construction of external memory data structure DennisOSRM 2012-04-14 15:07:02 +0200
  • 8d2d3bd73c Swapping vector with itself in contractor to save a little space DennisOSRM 2012-04-14 15:05:51 +0200
  • c7dfed8f29 10% increase in dynamic graph data structur DennisOSRM 2012-04-14 15:03:08 +0200
  • 92f9a29de1 Reordering of operations frees some memory earlier DennisOSRM 2012-04-14 14:50:25 +0200
  • ff50cfb4da Fixes a type in variable name DennisOSRM 2012-04-14 14:38:13 +0200
  • 086e10671f Ref'ed and consted parameters. Gives some extra performance when creating grid. DennisOSRM 2012-04-14 14:36:11 +0200
  • 68c1c0a6a6 Consistently reserve only 10% more in DynamicGraph. DennisOSRM 2012-04-14 13:41:04 +0200
  • 73aeab3a57 reworked loading of images and icons (-> easier to add new ones), adapted routing description to use new description ids, fixed bug with localization dropdown and FF3, added localization for "(found X results)" DennisSchiefer 2012-04-13 17:47:53 +0100
  • 811d77eccb Transforming string to lower case in mph detection DennisOSRM 2012-04-13 15:42:30 +0200
  • f87450efd6 Expanding mph maxspeed detection DennisOSRM 2012-04-13 13:40:19 +0200
  • e1a8cad552 Merge pull request #220 from Gnonthgol/master Project OSRM 2012-04-13 04:28:37 -0700
  • c0141a9744 Fixing mph parsing DennisOSRM 2012-04-13 13:27:36 +0200
  • 772257d769 Merge 221de3343a into 1ce21556a1 GitHub Merge Button 2012-04-13 04:24:42 -0700
  • 221de3343a Add a maxspeed parser that can parse mph Gnonthgol 2012-04-13 13:17:49 +0200
  • 61073ebc9d added newline to readme DennisSchiefer 2012-04-12 22:52:18 +0200
  • 393334cabd corrected error in route description, made dropdown button more beautiful DennisSchiefer 2012-04-12 22:44:30 +0200
  • 4c0a54f95f Removing strings of the turn instructions DennisOSRM 2012-04-12 19:52:18 +0200
  • 1ce21556a1 Merge branch 'master' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git DennisOSRM 2012-04-12 19:36:02 +0200
  • e104017d4c Skipping ContractionCleantup entirely. Avoids a big allocation. Removing DELETE() macro. DennisOSRM 2012-04-12 19:35:47 +0200
  • 8377e411cb Skipping ContractionCleantup entirely. Avoids a big allocation. Removing DELETE() macro. DennisOSRM 2012-04-12 18:53:01 +0200
  • b16f3f91d9 Merge pull request #217 from emiltin/cuke_ignore_reached Project OSRM 2012-04-12 07:51:27 -0700
  • 2a4affa330 Merge c669d46efb into 03deda313a GitHub Merge Button 2012-04-12 07:49:08 -0700
  • c669d46efb ignore 'You have reached your destination' when parsing route instructions in cucumber tests Emil Tin 2012-04-12 16:47:43 +0200
  • 01e4afe2f0 changed legal string in html file DennisSchiefer 2012-04-11 23:07:00 +0200
  • 9b599c90f8 Merge branch 'trial/printing' into develop DennisSchiefer 2012-04-11 23:03:24 +0200
  • 252c234221 made parsing of get parameters more robust DennisSchiefer 2012-04-11 22:59:41 +0200
  • 888a5d04c8 removal of dragger marker more consistent, changed printing initialization to be more easily removable from GUI, localization bug fixes, added option to give language as get parameter (hl=), DennisSchiefer 2012-04-11 22:00:19 +0200
  • b1631eff77 more localization, fixed bugs with FF3 DennisSchiefer 2012-04-11 17:31:02 +0100
  • ffd5e2de99 all images are now loaded in main.js DennisSchiefer 2012-04-10 23:50:04 +0200
  • ea207cef6e improved language support: geocoding uses language settings, geocoding results & locations are also translated if possible DennisSchiefer 2012-04-10 21:47:30 +0200
  • 893c09f6fc Merge remote-tracking branch 'origin/trial/printing' into trial/printing DennisSchiefer 2012-04-09 22:35:47 +0200
  • 213bb71b35 changed behaviour of geocoder (return always triggers geocoder, moving a single marker clears search results) shiin 2012-04-09 11:59:32 +0200
  • 0fd8d4d8cf all visible lat/lng coordinates are truncated after 6 digits (this includes inputboxes, osmbugs link, route link, gpx link), moved all events from html to javascript shiin 2012-04-08 19:50:30 +0200
  • 13f0a3fb6b redid html and css, switched to sans-serif font shiin 2012-04-08 12:02:36 +0200
  • 03deda313a Restructured concurrent FIFO queue to use a circular buffer. Thx to the guys from last week for asking about such a thing. DennisOSRM 2012-04-06 15:07:28 +0200
  • 7983063d05 Reimplemented ConcurrentQueue with a circular buffer from boost library. Gives about 10% faster raw parsing performance. DennisOSRM 2012-04-06 14:33:15 +0200
  • 3141d3ba48 prepared localization / route description module to use description ids instead of description strings shiin 2012-04-06 12:27:23 +0200
  • e412366bb2 Merge pull request #213 from DennisOSRM/feature/FlushContractor Project OSRM 2012-04-05 05:06:03 -0700
  • dffa0d991a Merge 7035d17290 into 19208289dc GitHub Merge Button 2012-04-05 05:05:34 -0700
  • 4ff4fcf516 corrected bug in reverse geocoder timeout handler DennisSchiefer 2012-04-05 09:08:41 +0200
  • f273f0cfc5 drag marker can no longer be removed by clicking on it DennisSchiefer 2012-04-05 09:04:48 +0200
  • dc192d47a8 input boxes are no longer deleted on language change DennisSchiefer 2012-04-05 01:12:15 +0200
  • 0f032f7635 bugfix, so that markers will use correct mousepointer again DennisSchiefer 2012-04-04 15:40:16 +0200
  • 060c7e499a added bugtracker URL to readme DennisSchiefer 2012-04-04 15:11:38 +0200
  • 7035d17290 Pulling in latest changes from web frontend submodule DennisOSRM 2012-04-04 13:24:26 +0200
  • 28a241c371 more testing on printing DennisSchiefer 2012-04-04 13:08:25 +0200
  • b9e0cb6be1 Cleaning up debug outputs DennisOSRM 2012-04-04 13:08:13 +0200