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[Refactoring] Use Reader interface everywhere, when possible. Platform class ...vng
2015-09-23Replace stdlib.hpp with cstdlib.hpp;vng
2015-09-23Remove TimeInSec from Platform. We have my::Timer cross platform class.vng
2015-09-23Fix osm tags to feature type matching. Avoid tags mixing.vng
2015-09-23Draw tunnels transparent:vng
2015-09-23Try to generate merged World.mwm without "_link" types mapping.vng
2015-09-23addr:housename and addr:housenumber now add separatly.vng
2015-09-23Add missing boundary-administrative-2 to the world generation.vng
2015-09-23Rename types in feature_visibility according to our style.Yury Melnichek
2015-09-23Warning fix.vng
2015-09-23Correct processing of closed linear features (highway's roundabouts) during m...vng
2015-09-23Added unicode Compatible Composition for all features "name" to improve searchAlex Zolotarev
2015-09-23Added full unicode range CaseFolding (LowerCase)Alex Zolotarev
2015-09-23Removed unnecessary generator_tool dependency from mapAlex Zolotarev
2015-09-23Make simple conversion of feature types during world generating.vng
2015-09-23Compilation fix.vng
2015-09-23Fix of osm values that divided by ';'.vng
2015-09-23Warning and compilation fixesAlex Zolotarev
2015-09-23Refactored base/string_utilsAlex Zolotarev
2015-09-23Renamed namespace string_utils to stringsAlex Zolotarev
2015-09-23Moved coding/strutil.hpp to base/string_utils.hppAlex Zolotarev
2015-09-23- Fix FeatureType::GetRank() - don't return rank for countries;vng
2015-09-23Dumper also counts features and names countAlex Zolotarev
2015-09-23[generator_tool] Added feature types dumperAlex Zolotarev
2015-09-23Fix linear features merging.vng
2015-09-23Added language preferences support for displayed textAlex Zolotarev
2015-09-23Make bound for feature layer [-10, 10].vng
2015-09-23Add more tests for feature merging algo.vng
2015-09-23Refactoring of feature merging routine.vng
2015-09-23compilation fixes.rachytski
2015-09-23Refactoring of feature structure:vng
2015-09-23Fix feature merge during world generation.vng
2015-09-23Fix incorrect assertion.vng
2015-09-23Fix area feature emitting during World generation.vng
2015-09-23- Set world generation scales to 9.vng
2015-09-23Make fixed header size that doesn't depend on mwm bounds rect.vng
2015-09-23Forgotten .pro file.vng
2015-09-23Add mwm rect updater functions.vng
2015-09-23Added USA statesAlex Zolotarev
2015-09-23Updated borders-from-osm generator with any tag from command line supportAlex Zolotarev
2015-09-23Fix name and addr:housenumber generation: if feature doesn't have name take h...vng
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Replace CHECK to ASSERT for IsPolygonCCW() in feature_sorter.cpp.Yury Melnichek
2015-09-23Fixed warningsAlex Zolotarev
2015-09-23[win] Fixed compilation errorsAlex Zolotarev
2015-09-23User 27 bits/coord for normal data and 16 for world map.Yury Melnichek
2015-09-23Pass CodingParams everywhere.Yury Melnichek
2015-09-23Fix area features generation in case of self-intersection polygons.vng
2015-09-23Replace ASSERTs with CHECKs in feature_sorter.Yury Melnichek
2015-09-23Fix bug in area features generation (from relations).vng