summaryrefslogtreecommitdiff
path: root/src/mbgl/text/collision_tile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] #6055 - naive attempt to rotate query boxupstream/ivovandongen-6055Ivo van Dongen2016-08-301-2/+17
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-1/+1
* [core] Use mapbox::geometry::{box,envelope}John Firebaugh2016-05-131-3/+3
* [core] Avoid instantiating temporary vectorJohn Firebaugh2016-05-121-19/+20
* [core] CollisionBox::indexedFeature to CollisionFeature::indexedFeatureJohn Firebaugh2016-05-121-3/+2
* [core] Replace auto with actual typesJohn Firebaugh2016-05-121-2/+2
* [core] Avoid instantiating temporary vectorJohn Firebaugh2016-05-121-5/+2
* [core] Code formattingJohn Firebaugh2016-05-121-3/+3
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-20/+22
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-7/+44
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-021-2/+3
* [core] implement symbol-avoid-edgesAnsis Brammanis2016-01-201-36/+83
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] always reparse with the freshest possible placement configKonstantin Käfer2015-10-261-7/+6
* port minor collision code cleanup, fix #1705Ansis Brammanis2015-08-241-4/+4
* fix symbol collision detection in perspective viewAnsis Brammanis2015-08-241-1/+1
* don't use certain STL functionsKonstantin Käfer2015-08-041-1/+1
* Fix name shadowingJohn Firebaugh2015-07-011-2/+2
* port bboxifyLabel from -jsAnsis Brammanis2015-04-011-3/+3
* port SymbolBucket::placeFeaturesAnsis Brammanis2015-04-011-5/+2
* port the remained of CollisionTileAnsis Brammanis2015-04-011-5/+82
* start porting CollisionTile and CollisionFeatureAnsis Brammanis2015-04-011-0/+31