Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-23[search] Index features' types as almost normal tokens, for example: "!type:4...Yury Melnichek
2015-09-23[search] Add FeatureTypeToString().Yury Melnichek
2015-09-23Reverted back scales for countries to 10, 12, 14, 17Alex Zolotarev
2015-09-23Add RemoveIfKeepValid algorithm and fix bug with countries delete.vng
2015-09-23Add scales printing to --calc_statistics.vng
2015-09-23Print mwm scales in benchmark_tool.vng
2015-09-23[Experimental] Do no skip small coastline polygons with first scale level.vng
2015-09-23Draw countries in all scales: low scale = 1. See index.hpp hack.vng
2015-09-23Fix bug in geometry offsets loading after my changes with dynamic scales.vng
2015-09-23Minor fixes.vng
2015-09-23Minor fix.vng
2015-09-23Support dynamic scales in mwm header.vng
2015-09-23Uncomment categories test and move CategoriesHolder to the global namespace.Yury Melnichek
2015-09-23Few no-op renames.Yury Melnichek
2015-09-23Move CategoriesHolder from search to indexer.Yury Melnichek
2015-09-23Clear classificator on loading.Yury Melnichek
2015-09-23Add PointD2PointU test with epsilons.vng
2015-09-23Remove invalid include.vng
2015-09-23Draw mwm files in better priority (countries, worldcoasts, world).vng
2015-09-23Fix scale index getting for WorldCoasts when drawing in upper scales.vng
2015-09-23Fix warnings.vng
2015-09-23Draw WorldCoasts in all scales and filter coastline features drawing.vng
2015-09-23Use best geometry when deserialize scale is greater than DataHeader::GetLastS...vng
2015-09-23Prepare for drawing WorldCoasts in [0-17] scales:vng
2015-09-23Calculate coastline type value for once. It's use very often.vng
2015-09-23Fix bug in covering: pass cell depth to CoverObject().Yury Melnichek
2015-09-23Minor fixes.vng
2015-09-23Skip natural-coastline type in IsDrawableForIndex routine. This features shou...vng
2015-09-23Fixed some warningsAlex Zolotarev
2015-09-23Add "shop-convenience" and "shop-supermarket" to classificator.vng
2015-09-23Drawing rules making routine.vng
2015-09-23Add const specifier tu function.vng
2015-09-23Add more search categories.vng
2015-09-23[mac] Fixed build errorsAlex Zolotarev
2015-09-23[search] Take into account some feature types in GetSearchRank(). TODO: Suppo...Yury Melnichek
2015-09-23Move GetSearchRank() from FeatureType to an external function.Yury Melnichek
2015-09-23Rename feature_rect.?pp -> feature_utils.?ppYury Melnichek
2015-09-23[win] Compilation fixesAlex Zolotarev
2015-09-23Warning fixAlex Zolotarev
2015-09-23Library dependencies optimizationAlex Zolotarev
2015-09-23Renamed debug_print to DebugPrintAlex Zolotarev
2015-09-23Remove 1 coding bits per 2 levels (not one). Avoid artefacts in triangle-chai...vng
2015-09-23Add country type processing in GetSizeForType.vng
2015-09-23Factor out CoveringGetter. Use in index and search.vng
2015-09-23Fix max rect covering depth.vng
2015-09-23Minor changes with rect cover getting in index.vng
2015-09-23[search] Brand new search :) For now, only name matching is used (i.e. no vie...Yury Melnichek
2015-09-23Minor optimization in ForEachInIntervalAndScale().Yury Melnichek
2015-09-23Add 'maxDepth' parameter to 'CoverRect'. Use different depth for different mw...vng
2015-09-23Fixed gcc build error on linuxAlex Zolotarev