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-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
2015-09-23Add DistanceOnEarth() and EarthRadiusMeters().Yury Melnichek
2015-09-23Fixed yg includes, should improve compilation speedAlex Zolotarev
2015-09-23Fix compilation errors for msvc.vng
2015-09-23added axis-aligned 2d rect.rachytski
2015-09-23Add mwm rect updater functions.vng
2015-09-23Add commented-out IsPolygonCCW_DataSet3, with a polygon that makes great_brit...Yury Melnichek
2015-09-23[mingw] Fixed build errors (stdlib.h doesn't have random() function defined)Alex Zolotarev
2015-09-23Fixed warningsAlex Zolotarev
2015-09-23Use buffer_vector in geometry/covering.hpp.Yury Melnichek
2015-09-23Add default constructor to CellId.Yury Melnichek
2015-09-23Rewrite feature covering. Use a simpler approach and remove stream optimizer.Yury Melnichek
2015-09-23Fix area features generation in case of self-intersection polygons.vng
2015-09-23- Add robust algorithms (OrientedS, SegmentsIntersect, PolygonSelfIntersectio...vng
2015-09-23Add IsPolygonCCW_DataSet2, which fails due to issue in IsPolygonCCW().Yury Melnichek
2015-09-23Fix bug in covering optimizer. Convert some ASSERTs to CHECKs. Add unit test.Yury Melnichek
2015-09-23Use CHECK instead of ASSERT in covering optimizer.Yury Melnichek
2015-09-23Added serialization code for m2::Rect, m2::Point and m2::RegionAlex Zolotarev
2015-09-23CheckBorders fixes. #closes 168rachytski
2015-09-23saving surface content on resize. fixes redraw after landscape/portrait orien...rachytski
2015-09-23added test for m2::Rectrachytski
2015-09-23Feature geometry size optimization : make triangles Encoding\Decoding as bina...vng
2015-09-23Add extended assert in IsPolygonCCW.vng
2015-09-23Better distance calculation. Add more tests for distance to section.vng
2015-09-23Minor code fix.vng
2015-09-23Add kdtree unit-tests.vng
2015-09-23Refactored settings engineAlex Zolotarev
2015-09-23Fix DistanceToLineSquare for degenerate sections (equal ends).vng
2015-09-23Fixed GCC compilationAlex Zolotarev
2015-09-23Add std::polar() and m2::Points<X>::SquareLength().Yury Melnichek
2015-09-23Factor test polygon of Australia into a separate file.Yury Melnichek
2015-09-23Add typedefs PointU64, PointI64.Yury Melnichek
2015-09-23Move ZigZagEncode() and ZigZagDecode() to bits. Factor out BitwiseMerge() and...Yury Melnichek
2015-09-23Forgot to commit tesselator headerAlex Zolotarev
2015-09-23Moved tesselator from indexer_tool to geometryAlex Zolotarev
2015-09-23Make correct comparison of points and cross product with zero in m2::Region::...Alex Zolotarev
2015-09-23Add m4::Tree::ForEachInRect and some othe functions.vng
2015-09-23Rename Region::Rect() to Region::GetRect().vng
2015-09-23Fixed GCC build errorAlex Zolotarev
2015-09-23Region with good calculation-overflow processing.vng
2015-09-23Fix many conversion...vng
2015-09-23m2::Region::Contains optimizations:vng