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-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
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