summaryrefslogtreecommitdiff
path: root/src/mbgl/map/vector_tile_data.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-183/+0
* [core] fix redoPlacement blocking main thread, fix #3727Ansis Brammanis2016-01-291-6/+5
* [core] trigger repaint after placement is redoneAnsis Brammanis2016-01-221-15/+7
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-2/+2
* [core] don't store error stateKonstantin Käfer2016-01-151-11/+8
* [core] abort current parse when we get a new NotFound responseKonstantin Käfer2016-01-151-0/+1
* [core] update the modified/expires debug info for unmodified responses as wellKonstantin Käfer2016-01-151-3/+3
* [core] don't mark tiles with failed requests as obsoleteKonstantin Käfer2016-01-151-1/+5
* [core] place symbol layers in correct orderAnsis Brammanis2016-01-141-1/+5
* [core] always add labels to buffers in MapMode::StillMike Morris2016-01-061-1/+3
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-231-16/+6
* [core] Avoid making a new copy of layers for redoPlacementJohn Firebaugh2015-12-071-1/+1
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Don't share util::ptr<StyleLayer> across threadsJohn Firebaugh2015-12-011-2/+2
* [core] Don't share Style& across threadsJohn Firebaugh2015-12-011-1/+3
* [core] Added modified, expires information to TileDataBruno de Oliveira Abinader2015-11-271-1/+7
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-161-5/+4
* [core] Eliminate StyleBucketJohn Firebaugh2015-10-301-6/+1
* [core] Use current copy of style layers when reparsing tilesJohn Firebaugh2015-10-301-4/+4
* [core] When reparsing a tile, replace all existing bucketsJohn Firebaugh2015-10-301-3/+2
* [core] Merge LiveTileData into VectorTileDataJohn Firebaugh2015-10-291-74/+61
* [core] always reparse with the freshest possible placement configKonstantin Käfer2015-10-261-34/+44
* [core] reparse tiles when new data arrivesKonstantin Käfer2015-10-261-25/+74
* [core] add support for stale responsesKonstantin Käfer2015-10-261-0/+4
* [core] use RAII-style lifetime tracking of Request objectsKonstantin Käfer2015-10-261-5/+1
* [core] all requests have to be canceled explicitly nowKonstantin Käfer2015-10-261-0/+1
* [core] Initialize attributes before using themThiago Marcos P. Santos2015-10-261-1/+3
* fix layer minZoom being ignored if not less than source maxZoomVladimir Agafonkin2015-10-061-1/+0
* [node] Handle tiles which 404 betterbsudekum2015-09-291-0/+6
* port minor collision code cleanup, fix #1705Ansis Brammanis2015-08-241-3/+1
* fix symbol collision detection in perspective viewAnsis Brammanis2015-08-241-5/+10
* Keep updating until all the tiles are State::parsedThiago Marcos P. Santos2015-07-161-4/+0
* Add simple static method to retrieve the current loopThiago Marcos P. Santos2015-07-061-1/+1
* Check for matching source when parsing tiles (fixes #1698)John Firebaugh2015-07-021-1/+2
* Reapply style layer copy techniqueJohn Firebaugh2015-07-011-1/+2
* Don't pass Worker& around so muchJohn Firebaugh2015-07-011-4/+4
* Rename workerData ⇢ tileWorkerJohn Firebaugh2015-07-011-6/+6
* Catch exceptions when parsing tile PBFsThiago Marcos P. Santos2015-07-011-1/+3
* Single-purpose Worker functionsJohn Firebaugh2015-07-011-49/+31
* Remove indirectionJohn Firebaugh2015-07-011-30/+7
* Push TileMembers members down hierarchyJohn Firebaugh2015-07-011-2/+29
* Introduce TileWorkerJohn Firebaugh2015-07-011-76/+40
* Make request and reparse pure virtualJohn Firebaugh2015-07-011-0/+38
* Reduce number of arguments in Source::update pathwayJohn Firebaugh2015-07-011-10/+2
* Revert "Do not hold a reference to the Style at the [Live|Vector]TileData"John Firebaugh2015-07-011-8/+8
* Do not hold a reference to the Style at the [Live|Vector]TileDataThiago Marcos P. Santos2015-06-181-8/+8
* Remove unused overscaling variablesJohn Firebaugh2015-06-041-2/+0
* fix hangs caused by redoPlacementAnsis Brammanis2015-06-021-1/+0
* use source zoom level for tile loading errorsAnsis Brammanis2015-06-021-1/+1
* Merge remote-tracking branch 'origin/master' into new-labellingAnsis Brammanis2015-05-281-5/+4
|\