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-23Removed unnecessary device orientation support in framework.Alex Zolotarev
2015-09-23Add serialized country polygons for 'feature belongs to country' routine.vng
2015-09-23Warning fixesAlex Zolotarev
2015-09-23changed code that fits the ScreenBase into WorldRect.rachytski
2015-09-23Fix bug in covering: pass cell depth to CoverObject().Yury Melnichek
2015-09-23added correct transformation of PathTextElements during rendering with non-id...rachytski
2015-09-23Split coast cells by 4 with many polygon points.vng
2015-09-23[msvc] Fix build error (ADL in msvc is buggy).vng
2015-09-23switched off screen rotation, as it's not so fast as expected to support it i...rachytski
2015-09-23renamed AARect into AnyRect. renamed corresponding files.rachytski
2015-09-23refactored ScreenBase to support GUI rotation.rachytski
2015-09-23Fix region results accumulation in binary region operators.vng
2015-09-23Add m2::Region::Swapvng
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Renamed debug_print to DebugPrintAlex Zolotarev
2015-09-23Make special simplification only for levels that >= scales::GetUpperWorldScal...vng
2015-09-23hasRoom for a sequence of rects and tests.rachytski
2015-09-23Fix CellId.ToInt64(depth) when depth <= m_Level.Yury Melnichek
2015-09-23Add MwmSet.Yury Melnichek
2015-09-23added POI, PathTexts and POI Names filtration. closes #240rachytski
2015-09-23common tree for all OverlayElements in InfoLayer. added InfoLayer::canOverlap...rachytski
2015-09-23CellId refactoring: explicitly specify DEPTH_LEVELS where needed.Yury Melnichek
2015-09-23CellId refactoring: remove default value for level in CellId::FromXY().Yury Melnichek
2015-09-23CellId refactoring: introduce depth variable and initialise it with DEPTH_LEV...Yury Melnichek
2015-09-23CellId refactoring: take depth as a parameter everywhere.Yury Melnichek
2015-09-23Remove minId сondition from covering::Covering.Yury Melnichek
2015-09-23Added comments.Yury Melnichek
2015-09-23Fix bug in IntersectCellWithTriangle()!! It was detected by a unit test, rest...Yury Melnichek
2015-09-23Restore class Covering.Yury Melnichek
2015-09-23Rename geometry/covering.hpp -> geometry/covering_utils.hpp.Yury Melnichek
2015-09-23Commit useless logging in geometry_tests.Yury Melnichek
2015-09-23Add polygon data tests.vng
2015-09-23Add simplification routine with specified 'Distance' policy object.vng
2015-09-23Warning fixAlex Zolotarev
2015-09-23Add debug_print() to m2::Region.vng
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Add difference of regions.vng
2015-09-23Add support of integer regions intersection (based on "boost\polygon").vng
2015-09-23Fix !WTF! error (it should be the compilation error).vng
2015-09-23added constructor by pixel and global rects.rachytski
2015-09-23code cleanup.rachytski
2015-09-23fixed tile-sews blitting artefact.rachytski
2015-09-23Warning fixesAlex Zolotarev
2015-09-23added SymbolElement to InfoLayerrachytski
2015-09-23introduced separate information layer class, which will perform all POI and T...rachytski
2015-09-23Correct Framework::ShowRect with minimal possible rect.vng
2015-09-23optimized kerning and axis-aligned bound rect calculation for drawPathText.rachytski
2015-09-23much better drawPathText implementation.rachytski
2015-09-23Fix infinite loop in rect-section interaction.vng
2015-09-23Minor code fixes for Rect-Point intersection.vng