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
path: root/map
AgeCommit message (Expand)Author
2015-09-23[map] remove repeated labels from house numbers, disabled layer= for overlayE...Darafei Praliaskouski
2015-09-23Fix GetAddressInfo test.vng
2015-09-23[search] Fix category name from type resolver.vng
2015-09-23[map] allow forced always-on-top for highest prioritiesDarafei Praliaskouski
2015-09-23[desktop] Fix annoying bookmarks in desktop navigation.vng
2015-09-23App Store setting addedKirill Zhdanovich
2015-09-23In non benchmark mode it can to banchmark fence signalig if m_tilesCount init...ExMix
2015-09-23Fix. Download country button rendered without backgroundExMix
2015-09-23Remove benchmarking calls from non benchmarking mode.ExMix
2015-09-23use std::back_insterter instead of custom inserterExMix
2015-09-23Remove some old codeExMix
2015-09-23In benchmark we need invalidate window only after tile counter decrementationExMix
2015-09-23Optimization for set_difference output.ExMix
2015-09-23added ability to cache symbols in display lists and refactored InformationDis...rachytski
2015-09-23made TinyStorage smaller in TilingRenderPolicyXXX to reduce video memory foot...rachytski
2015-09-23switched off fastSolidPath in CacheScreen(which is used to cache gui::Element...rachytski
2015-09-23fixed InformationDisplay to use CachedTextView and modified Ruler.rachytski
2015-09-23fixed Ruler to use CachedTextView and path-rendering DisplayList.rachytski
2015-09-23Bookmark and POI founder method addedKirill Zhdanovich
2015-09-23We need to lock tileCache and tileSet before modify it.ExMix
2015-09-23[rendering] show house numbers at the end of labels, don't hide iconsDarafei Praliaskouski
2015-09-23benchmarking fix.ExMix
2015-09-23[android] Move kml files when changing storage path.vng
2015-09-23Minor code style fixes.vng
2015-09-23Keep scale and timestamp when editing (replacing) bookmark in category.vng
2015-09-23Fix bookmark tests.vng
2015-09-23orthographic fixesExMix
2015-09-23Fix becnhmark sequence finish signal.ExMix
2015-09-23Now tile renderer only move tile from set to cache without lock tile in cache.ExMix
2015-09-23Add possibility to run benchmark cyclicallyExMix
2015-09-23[iOS] Bookmark logic changedKirill Zhdanovich
2015-09-23RemoveActiveTile now only delete tile from active set, not move it to cache.ExMix
2015-09-23Minor fixes after merge.vng
2015-09-23Replace "MergeSorted" with better one "AccumulateIntervals".vng
2015-09-23Do avoid copy-paste. Add assertions.vng
2015-09-23logging values, when "sequence could not be packed" error occurs.rachytski
2015-09-23added ability to draw texts on paths starting from the specified offsets and ...rachytski
2015-09-23refactored Drawer to use FeatureInfo and FeatureStyler.rachytski
2015-09-23fixed tests for feature_processor.rachytski
2015-09-23separated classes from draw_info.hpp into different *.hpp and *.cpp filesrachytski
2015-09-23reverted mapping of [minDepth;maxDepth + 100] interval onto [-1;1] interval b...rachytski
2015-09-23Add correct texture release.ExMix
2015-09-23in draw tile now we try to find tile in tile set and update it's sequenceID, ...ExMix
2015-09-23Bind every tile to sequence id, and remove active tile from tile cache only ...ExMix
2015-09-23removed priority hackDarafei Praliaskouski
2015-09-23Add threads::ThreadPool.vng
2015-09-23Fix generating/showing benchmarks.vng
2015-09-23Set Framework::m_lowestMapsVersion only for version >= v2.vng
2015-09-23Store reference to type index instead of raw type in mwm search index.vng
2015-09-23- Remove version.pro generating;vng