summaryrefslogtreecommitdiff
path: root/src/mbgl/map/live_tile_data.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Merge LiveTileData into VectorTileDataJohn Firebaugh2015-10-291-133/+0
* [core] always reparse with the freshest possible placement configKonstantin Käfer2015-10-261-10/+54
* [core] reparse tiles when new data arrivesKonstantin Käfer2015-10-261-9/+22
* [core] Annotation refactorJohn Firebaugh2015-10-201-3/+3
* fix layer minZoom being ignored if not less than source maxZoomVladimir Agafonkin2015-10-061-1/+0
* map/annotation.* ⇢ annotation/annotation_manager.*John Firebaugh2015-09-281-1/+0
* Ensure that LiveTileData can be reparsedJohn Firebaugh2015-09-281-2/+17
* port minor collision code cleanup, fix #1705Ansis Brammanis2015-08-241-3/+1
* fix symbol collision detection in perspective viewAnsis Brammanis2015-08-241-1/+1
* Check for matching source when parsing tiles (fixes #1698)John Firebaugh2015-07-021-1/+2
* Don't inherit for code reuseJohn Firebaugh2015-07-021-27/+33
* Don't pass Worker& around so muchJohn Firebaugh2015-07-011-1/+1
* Rename workerData ⇢ tileWorkerJohn Firebaugh2015-07-011-1/+1
* Single-purpose Worker functionsJohn Firebaugh2015-07-011-24/+15
* Remove indirectionJohn Firebaugh2015-07-011-10/+9
* Introduce TileWorkerJohn Firebaugh2015-07-011-20/+35
* Reduce number of arguments in Source::update pathwayJohn Firebaugh2015-07-011-7/+2
* Revert "Do not hold a reference to the Style at the [Live|Vector]TileData"John Firebaugh2015-07-011-4/+3
* Do not hold a reference to the Style at the [Live|Vector]TileDataThiago Marcos P. Santos2015-06-181-3/+4
* Remove unused overscaling variablesJohn Firebaugh2015-06-041-2/+1
* fix hangs caused by redoPlacementAnsis Brammanis2015-06-021-1/+0
* Reparse tiles when zoom level > source maxzoomAnsis Brammanis2015-05-281-3/+3
* make collision debug boxes toggleableAnsis Brammanis2015-05-281-2/+3
* place symbols with correct angle on initial loadAnsis Brammanis2015-05-201-2/+4
* Make the state attribute privateThiago Marcos P. Santos2015-05-131-5/+5
* Join worker tasks before destroying TileDataJohn Firebaugh2015-05-041-1/+5
* Convert Style to unique_ptr and pass by referenceJohn Firebaugh2015-04-281-12/+1
* LiveTileData with no data should end up in parsed state, not obsoleteJohn Firebaugh2015-04-281-2/+0
* add commentJustin R. Miller2015-04-151-0/+2
* fixes #1267: properly break reference cycle with live tile data & styleJustin R. Miller2015-04-151-10/+12
* Tile::ID ⇢ TileIDJohn Firebaugh2015-04-061-1/+1
* Remove always-true conditionalJohn Firebaugh2015-04-061-15/+10
* Move SourceInfo into source.hpp/cppJohn Firebaugh2015-04-061-1/+1
* make more things const and refs, and add mutexesKonstantin Käfer2015-03-201-1/+2
* Scope the Tile worker thread to an EnvironmentThiago Marcos P. Santos2015-03-181-3/+2
* fix passing of annotation managerJustin R. Miller2015-03-171-2/+2
* refs #893 #992: point annotations APIJustin R. Miller2015-03-171-0/+67