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-23feature stylerDarafei Praliaskouski
2015-09-23[search] Fix scoring routine for matched keywords.vng
2015-09-23[search] Implement additional search around locality (like address).vng
2015-09-23Minor change.vng
2015-09-23Create feature::LoaderBase once and use it for all loading features - no "new...vng
2015-09-23Framework::GetAddressInfo. Get name and house number separatelyvng
2015-09-23Use population rank (height of font) only for place-[city(-capital), town].vng
2015-09-23Fix bug with "junk" int_names drawing.vng
2015-09-23Show types context menu for right button click on features.vng
2015-09-23Changed preferred language algorithm to the new one - now feature has two names:Alex Zolotarev
2015-09-23Compilation speed up by removing unused start/stop_mem_debug includeAlex Zolotarev
2015-09-23Move GetSearchRank() from FeatureType to an external function.Yury Melnichek
2015-09-23Renamed debug_print to DebugPrintAlex Zolotarev
2015-09-23Feature inner statistics zero initialization.vng
2015-09-23[Refactoring] Factor out feature loading routine to separate instance.vng
2015-09-23Factor out 'CodingParams' to separate module.vng
2015-09-23Factor out FeatureBuilder to the separate module in 'generator' lib.vng
2015-09-23Make clear function names for classificator types.vng
2015-09-23[search] Add FeatureType::GetSearchRank().Yury Melnichek
2015-09-23Add types mapping to feature serialization\deserialization.vng
2015-09-23[Refactoring] Use Reader interface everywhere, when possible. Platform class ...vng
2015-09-23Changed language code type from char to int8_tAlex Zolotarev
2015-09-23Add pair<int, int> DrawableScaleRangeForText(). It returns min and max scales.vng
2015-09-23Better GetPopulationRank routine.vng
2015-09-23- Don't store names for features with invisible texts.vng
2015-09-23Add more possible input values for GetScaleIndex and dependent functionsvng
2015-09-23Add GetPopulation() to feature.Yury Melnichek
2015-09-23Moved MAX_SUPPORTED_LANGUAGES constant to defines.hppAlex Zolotarev
2015-09-23Warning and compilation fixesAlex Zolotarev
2015-09-23- Fix FeatureType::GetRank() - don't return rank for countries;vng
2015-09-23Moved language preferences from multilang_utf8_string to frameworkAlex Zolotarev
2015-09-23Fix FeatureType::ReadOffsets.vng
2015-09-23Added language preferences support for displayed textAlex Zolotarev
2015-09-23Fix drawing string for feature.vng
2015-09-23Refactoring of feature structure:vng
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Pass CodingParams everywhere.Yury Melnichek
2015-09-23Introduce serial::CodingParams in geometry_serialization.hppYury Melnichek
2015-09-23Serialize first point as difference of points, not as difference of int64s.Yury Melnichek
2015-09-23Fix bug in area features generation (from relations).vng
2015-09-23Refactoring of feature::DataHeader.vng
2015-09-23Code for feature uniting is more generic now.vng
2015-09-23Process united area features in 'multipolygon-relations'.vng
2015-09-23Remove obsolete feature-points serialization functions.vng
2015-09-23Feature geometry size optimization : make triangles Encoding\Decoding as bina...vng
2015-09-23Add parallelogramm prediction for strips serialization.vng
2015-09-23Build-in new geometry coding API in feature geometry serilization.vng
2015-09-23Better statistics calculation (include geometry in header).vng
2015-09-23Rearrange strip's points for better serialization size.vng
2015-09-23Moved defines.hpp to the project rootAlex Zolotarev