summaryrefslogtreecommitdiff
path: root/src/text/collision.cpp
Commit message (Expand)AuthorAgeFilesLines
* make most headers privateKonstantin Käfer2014-12-041-297/+0
* fix variable shadowingKonstantin Käfer2014-10-221-3/+3
* add a few fixes for gccKonstantin Käfer2014-08-211-2/+2
* use pimpl for collision in tile_parserKonstantin Käfer2014-08-151-15/+7
* allow crosstile labels and add `symbol-avoid-edges`Ansis Brammanis2014-08-151-62/+68
* code style fixesKonstantin Käfer2014-08-051-4/+6
* use trinary operator rather than || since c++ semantics for || is differentKonstantin Käfer2014-08-051-2/+2
* port js algorithmKonstantin Käfer2014-08-051-5/+1
* explicitly named parametersKonstantin Käfer2014-08-051-5/+15
* fix boolean operatorsKonstantin Käfer2014-08-041-3/+3
* update symbol placement to be more like jsKonstantin Käfer2014-08-041-118/+66
* update shaders and backport some collision changesKonstantin Käfer2014-08-041-29/+39
* port https://github.com/mapbox/mapbox-gl-js/commit/5a9a1b14b94b18277c4495199d...Konstantin Käfer2014-08-011-24/+16
* port https://github.com/mapbox/mapbox-gl-js/commit/954dc6591fb6bef812881daf68...Konstantin Käfer2014-08-011-17/+13
* rename llmr => mbglKonstantin Käfer2014-07-161-5/+5
* ignore boost warnings with gcc as wellKonstantin Käfer2014-07-011-4/+7
* ignore flipped glyphs when placing labels for perfVladimir Agafonkin2014-05-271-11/+9
* use separate trees for horizontal and curved labelsAnsis Brammanis2014-05-161-7/+20
* Merge branch 'master' into outdoors-styleKonstantin Käfer2014-05-141-8/+8
|\
| * always use std:: namespace for math functionsKonstantin Käfer2014-05-141-8/+8
* | switch back to std::pair, tuples are breaking on travisKonstantin Käfer2014-05-141-3/+1
* | add tuple includeKonstantin Käfer2014-05-141-0/+2
* | switch to r*tree and use tuples and bulk insertsKonstantin Käfer2014-05-141-6/+12
|/
* don't report warnings in boostKonstantin Käfer2014-04-161-0/+4
* implement alwaysVisibleKonstantin Käfer2014-03-241-3/+4
* port remainder of the the placement algorithmKonstantin Käfer2014-03-191-18/+45
* explicit namesKonstantin Käfer2014-03-181-6/+7
* missing bracesKonstantin Käfer2014-03-171-1/+2
* force explicit typesKonstantin Käfer2014-03-171-4/+4
* format fixesKonstantin Käfer2014-03-171-12/+15
* port of collision classKonstantin Käfer2014-03-171-0/+288