2
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[IPHONE] Added Test Project More... over 14 years ago
Regenerate minsk-pass.
vng
More... over 14 years ago
Rearrange strip's points for better serialization size.
vng
More... over 14 years ago
Fixed GCC build error More... over 14 years ago
Region with good calculation-overflow processing. Better Region::Contains code.
vng
More... over 14 years ago
Fix many conversion... - signed-unsigned - possible loss of data ... warnings.
vng
More... over 14 years ago
Fix compile error
vng
More... over 14 years ago
m2::Region::Contains optimizations: - remove float divisions - calc cross product once No unsigned regions!
vng
More... over 14 years ago
Use our "std" headers instead of native.
vng
More... over 14 years ago
Process errors in getting OpenGL function pointers (windows).
vng
More... over 14 years ago
Fix build order - special for mingw.
vng
More... over 14 years ago
Additional tests for AlmostEqual.
vng
More... over 14 years ago
Fix memory_mapped_file to correctly build in mingw (windows).
vng
More... over 14 years ago
Use SimplifyNearOptimal(20) to simplify features. More... over 14 years ago
Make SimplifyNearOptimal() work with STL-like interval. Uncomment unit tests. More... over 14 years ago
Fixed warning More... over 14 years ago
Fixed linux build error More... over 14 years ago
Reverted back build script for square tiles generation More... over 14 years ago
Simplified code to load cell tiles - now only 8 bucketing level is supported More... over 14 years ago
Added world file to countries list More... over 14 years ago
Moved defines.hpp to the project root More... over 14 years ago
Changed "world.mwm" to "World.mwm" and moved to defines.hpp More... over 14 years ago
Changed polygon groups delimeter to '|' from ',' because country names can contain , More... over 14 years ago
Minimum simplified country polygon size was limited to 10 points More... over 14 years ago
Regenerate minsk-pass.
vng
More... over 14 years ago
Use correct SimplifyDP instead of SimplifyNearOptimal.
vng
More... over 14 years ago
- IsPolygonCCW more stable now - IsSegmentInCone processes '3-points in line' correcly now
vng
More... over 14 years ago
Make better logic in SimplifeDP: - include first and last point - takes STL-like input range - additianal accumulator to filter one line points
vng
More... over 14 years ago
[Region::Contains()] Removed unnecessary divisions More... over 14 years ago
Changed default countries file to countries_poly.txt It contains only countries names and regions, without any cellId data More... over 14 years ago