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-23fixes according to code review.rachytski
2015-09-23Fix calling convention of Platform::GetFilesByExt.vng
2015-09-23Make GetFilesInDir with GetFilesByExt and GetFilesByRegExp function in Platform.vng
2015-09-23added Platform::DoSupportRotation and using it in BasicTilingRenderPolicy con...rachytski
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Add flag for PRO version in Platform. Return meta server url for downloading ...vng
2015-09-23Fix platform compilation.vng
2015-09-23Factor out common Platform implementations for Unix-based OS.vng
2015-09-23Remove Platform::IsProVersion.vng
2015-09-23- Make unique constants for map reader for all the platforms.vng
2015-09-23refactored RenderPolicies to accept visualScale, skinName and screenSize amon...rachytski
2015-09-23adding only m_tileScale and m_tileScale - 2 tiles to firstClassTiles to impro...rachytski
2015-09-23removed Platform::MaxTilesCountrachytski
2015-09-23pyramidal tiles pre-caching.rachytski
2015-09-23precalculating the minimum size of TileCache.rachytski
2015-09-23hardcoding MaxTileSize. should refactor to compute it automatically. see issu...rachytski
2015-09-23removed BaseState, simplified PacketsQueuerachytski
2015-09-23changed default skin name for desktop systems.rachytski
2015-09-23Fix trash drawing.vng
2015-09-23fixed guiThreadStorage pool starvation.rachytski
2015-09-23introduced FenceManager for TileRenderer and StyleCache to wait correctly on ...rachytski
2015-09-23[ios] Enabled Search button for Full versionAlex Zolotarev
2015-09-23- Split Platform::GetFileSize() to GetFileSizeByName() and GetFileSizeByFullP...Alex Zolotarev
2015-09-23renamed skins for consistency across different DPI.rachytski
2015-09-23Fixed invalid sort/unique usageAlex Zolotarev
2015-09-23[qt] Do not clear files list in Platform::GetFilesInDir()Alex Zolotarev
2015-09-23improved scaling of OpenGL resources allocation.rachytski
2015-09-23[qt] Fixed issue with getting fonts from resources/writable directoryAlex Zolotarev
2015-09-23Completed platform refactoring and fixed paths for resources/writable dirsAlex Zolotarev
2015-09-23[ios][qt] Platform refactoringAlex Zolotarev