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 (Collapse)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 ↵vng
"new-delete-shared_ptr" overhead for this.
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
- default "name" - "name:<my native lang>" OR "int_name" OR "name:en" Also houses names are drawn if house has a number and a name
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
now is a Reader factory.
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
- Try to make better rank for drawing text font.
2015-09-23Add more possible input values for GetScaleIndex and dependent functionsvng
(GetLimitRect, ...). -1 : best geometry -2 : worst geometry
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
- Fix feature types routine - hold linear and area types for one feature; - Skip all small features during World.mwm generation;
2015-09-23Moved language preferences from multilang_utf8_string to frameworkAlex Zolotarev
2015-09-23Fix FeatureType::ReadOffsets.vng
Initialize offsets with -1 for invisible scales.
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
- multilanguage names - separate house numbers - point feature rank - refs for linear features
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
Added base point and scales array to header. World and country generation now have different scale ranges.
2015-09-23Code for feature uniting is more generic now.vng
Define any types for unite processing in WorldMapGenerator.
2015-09-23Process united area features in 'multipolygon-relations'.vng
Fix logic in 'relations' processing for feature type definition ('nodes' and 'ways').
2015-09-23Remove obsolete feature-points serialization functions.vng
2015-09-23Feature geometry size optimization : make triangles Encoding\Decoding as ↵vng
binary tree.
2015-09-23Add parallelogramm prediction for strips serialization.vng
2015-09-23Build-in new geometry coding API in feature geometry serilization.vng
Only for pathes for a while ...
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