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
2017-07-27Fixed black background reading from stylesr.kuznetsov
2017-07-10Updated protobuf to 3.3.0Roman Kuznetsov
2017-02-10Review fixesr.kuznetsov
2017-02-09Obtaining colors from styler.kuznetsov
2017-02-01Added road shields renderingr.kuznetsov
2016-04-18Review fixes.vng
2016-04-18[styles] Do reload styles after map theme changing.vng
2016-01-14Fixed notesConstantin Shalnev
2016-01-14Added multiple versions of classificators and rule holdersConstantin Shalnev
2015-10-14CityRank and PopRank was removed as obsoleteConstantin Shalnev
2015-09-29Support text tag values addr:housename and addr:housenumberConstantin Shalnev
2015-09-23Added processing of apply_if in the kernelConstantin Shalnev
2015-09-23Added city rank tableConstantin Shalnev
2015-09-23Added Shield class in DrawingRulesConstantin Shalnev
2015-09-23Use natural-land as background color for specified scalesConstantin Shalnev
2015-09-23Review fixes.vng
2015-09-23Code style - removed dummy binds.vng
2015-09-23Added style reader to encapculate access to style fileskshalnev
2015-09-23Fix include path for indexerSergey Yershov
2015-09-23implemented ChangeColorScheme functionality and its test for supported platformsConstantin Shalnev
2015-09-23fixed warnings for [coding]Sergey Yershov
2015-09-23fixed warning in [indexer]Sergey Yershov
2015-09-23Base libraries C++11 sources compatibilityAlex Zolotarev
2015-09-23Revert "Merge pull request #1951 from Komzpa/drop_circles"Darafei Praliaskouski
This reverts commit 76bfb712f9e1b10506f1f9854b125d5da8989799, reversing changes made to a3663831dc4300feb99e1d1e99acc59341412a95.
2015-09-23[graphics] dropped circle element from stylesDarafei Praliaskouski
2015-09-23[indexer] remove obsolete ID2Darafei Praliaskouski
2015-09-23[indexer] removed text protobufferDarafei Praliaskouski
2015-09-23- Load only binary styles in every configurationAlex Zolotarev
- Removed world file without search index from repo
2015-09-23[map] unlocked styling for z19Darafei Praliaskouski
2015-09-23Removed visibility.txtDarafei Praliaskouski
2015-09-23added PenJoin, PenCap and PathSym into our protobuf format, into Pen::Info ↵rachytski
structure and wrote deserialization code.
2015-09-23introduced ResourceManager::ThreadSlot system, and refactored code according ↵rachytski
to it.
2015-09-23[search] Use protobuf in lite mode for production configuration.vng
2015-09-23Resizing BaseRule id caches at startup. Closes #334rachytski
2015-09-23Avoid overhead in classificator reading (read to string -> istringstream).vng
Add reading of binary proto drawing rules.
2015-09-23Remove old code for binary drawing rules processing.vng
Add primary, secondary caption styles getting.
2015-09-23Add BaseRule::GetStrokeAlpha.vng
Add alpha routine to circle rule.
2015-09-23New caption styles with 'primary' and 'secondary'.vng
2015-09-23clearing all cached ResourceStyle id's in RenderPolicy destructor.rachytski
2015-09-23Add stroke_color to PathTextRuleProto.vng
Correct generation of alpha and stroke color for caption rules. New proto drawing styles with stroke_color.
2015-09-23Add PathTextRuleProto for text-by-line.vng
Regenerate proto drawing rules. Take into account correct rule color for text-by-line drawing.
2015-09-23Add binary search to classificator <-> rules matching when loading proto ↵vng
drawing rules.
2015-09-23Fix bug with proto rules generation (I forgot about pathtext rule).vng
2015-09-23Proto drawing rules store width in pixels now.vng
Left compatibility with binary drawing rules.
2015-09-23- Writing and Reading of proto drawing rules.vng
- New rules file: drules_proto.txt
2015-09-23Dump binary drawing rules to text proto structure.vng
2015-09-23Replaced ineffective char const * with string const &Alex Zolotarev
2015-09-23Moved file_<reader/writer>_stream.hpp from indexer to coding libAlex Zolotarev
2015-09-23Compilation speed up by removing unused start/stop_mem_debug includeAlex Zolotarev
2015-09-23Few no-op renames.Yury Melnichek