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-23[android] Better location updates logic:vng
2015-09-23- Code style changes.vng
2015-09-23Deffering adding the gui::Element into the yg::Overlay until the guy::Control...rachytski
2015-09-23added logging to m4::Treerachytski
2015-09-23correctly updating elements in Controller::SetVisualScalerachytski
2015-09-23Minor fixvng
2015-09-23Minor changes.vng
2015-09-23better remove-change geometry-add pattern for guy::Element.rachytski
2015-09-23fixed bug in m4::Tree::Eraserachytski
2015-09-23added Erase method to m4::Tree.rachytski
2015-09-23[linux] Fix compilation.vng
2015-09-23Add average vector calculation.vng
2015-09-23correct function for zooming to specified scale level.rachytski
2015-09-23Fix warning.vng
2015-09-23Remove dummy Rect::Move, add Rect::SetCenter.vng
2015-09-23removed unordered_map as it could be leaking.rachytski
2015-09-23Add ASSERT for m_clipRect.vng
2015-09-23Compilation speed up by removing unused start/stop_mem_debug includeAlex Zolotarev
2015-09-23Warning fixesAlex Zolotarev
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