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[Refactoring] Use Reader interface everywhere, when possible. Platform class ...vng
2015-09-23compilation fixes.rachytski
2015-09-23added Tile, Tiler and TileCache classes. implemented tile priority sorting pr...rachytski
2015-09-23refactored ResourceManager to use ObjectPool for multi-threaded accessible re...rachytski
2015-09-23added data/benchmarks directory to contain benchmark related info and results.rachytski
2015-09-23Move settings.* from map to platform.vng
2015-09-23Remove TimeInSec from Platform. We have my::Timer cross platform class.vng
2015-09-23[search] Match names of categories from categories.txtYury Melnichek
2015-09-23added SymbolElement to InfoLayerrachytski
2015-09-23fixed trash-texture upon application start.rachytski
2015-09-23restored "frozen" text rendering logic.rachytski
2015-09-23[ios] Fix compilation.Yury Melnichek
2015-09-23Minor code fixes.vng
2015-09-23moved InfoLayer rendering from main thread to render thread.rachytski
2015-09-23removed static font usage. refactored text rendering code to use separate gly...rachytski
2015-09-23introduced separate information layer class, which will perform all POI and T...rachytski
2015-09-23correct MWM enumeration code in benchmark mode.rachytski
2015-09-23Fix compilation on msvc.vng
2015-09-23Refactored wstring to UniStringAlex Zolotarev
2015-09-23[android] Fixes for static lib toolchain supportAlex Zolotarev
2015-09-23Changed language code type from char to int8_tAlex Zolotarev
2015-09-23[ios] Compilation fix by SRAlex Zolotarev
2015-09-23Add "System of measurement".vng
2015-09-23Warning fix.vng
2015-09-23Make smooth scale control.vng
2015-09-23Correct Framework::ShowRect with minimal possible rect.vng
2015-09-23after-merge compilation fixes.rachytski
2015-09-23optimized kerning and axis-aligned bound rect calculation for drawPathText.rachytski
2015-09-23much better drawPathText implementation.rachytski
2015-09-23refactored all text rendering using TextElement subclasses.rachytski
2015-09-23moved path text filtering into TextRendererrachytski
2015-09-23PathTextElement and StraightTextElement implementation.rachytski
2015-09-23Take into account path's offset when drawing.vng
2015-09-23Don't draw number for roads with visible name.vng
2015-09-23Correct duplicating rules filtration.vng
2015-09-23@TODO use search categories holder in the search engineAlex Zolotarev
2015-09-23Fix AV on exit.vng
2015-09-23[search] Implement query termination. Make search slow to test it :)Yury Melnichek
2015-09-23Draw tunnels transparent:vng
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Draw road's number.vng
2015-09-23Fix uninitialized variable.vng
2015-09-23Get user preferred languages on 1st startup and use them for text dislpayingAlex Zolotarev
2015-09-23[search] Introduce different types of results.Yury Melnichek
2015-09-23Better GetPopulationRank routine.vng
2015-09-23Rewrote logic for maps adding. First, we read all maps from resources,Alex Zolotarev
2015-09-23- Don't store names for features with invisible texts.vng
2015-09-23Fixes to framework::ShowRect()Alex Zolotarev
2015-09-23Renamed benchmark.txt because all txt files are included into production buildsAlex Zolotarev
2015-09-23Fix bugs in drawing ruler in InformationDisplay.Yury Melnichek