summaryrefslogtreecommitdiff
path: root/src/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
* Notify tile parsing errorsThiago Marcos P. Santos2015-05-285-19/+50
* Notify sprite parsing errorsThiago Marcos P. Santos2015-05-282-10/+19
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-2610-28/+21
* DefaultFileSource has responsibility for handling mapbox:// URLsJohn Firebaugh2015-05-267-41/+7
* Notify failures when loading glyphsThiago Marcos P. Santos2015-05-222-0/+5
* Notify failures when loading tilesThiago Marcos P. Santos2015-05-226-12/+42
* Notify failures when loading the sprite JSON and imageThiago Marcos P. Santos2015-05-224-9/+34
* Notify failures when loading the source JSONThiago Marcos P. Santos2015-05-224-2/+24
* Add callback for error notifications on renderStill()Thiago Marcos P. Santos2015-05-224-2/+30
* Merge pull request #1453 from mapbox/1ec5-whee-2Minh Nguyễn2015-05-191-0/+1
|\
| * Prevent full-circle spin during animated rotationMinh Nguyễn2015-05-061-0/+1
* | Only emit tile updated signals when the tile really changesThiago Marcos P. Santos2015-05-187-17/+59
* | Allow reparsing partial tiles when we have new tilesThiago Marcos P. Santos2015-05-184-8/+12
* | Do not process partial tiles if no new resources have arrivedThiago Marcos P. Santos2015-05-184-4/+15
* | Emit the signal on the MapThreadThiago Marcos P. Santos2015-05-181-1/+1
* | Keep a pointer to GlyphStore on ResourceLoaderThiago Marcos P. Santos2015-05-183-7/+29
* | emplace into threadSetMike Morris2015-05-151-4/+1
* | Always request the SymbolBucket dependencies at the first passThiago Marcos P. Santos2015-05-152-24/+14
* | Restore sprite load checkJohn Firebaugh2015-05-141-1/+1
* | Extensible GL extension supportJohn Firebaugh2015-05-132-3/+5
* | Remove unnecessary use of shared_from_this()John Firebaugh2015-05-132-13/+6
* | Remove unusedJohn Firebaugh2015-05-131-5/+0
* | abort rendering early when we don't need toKonstantin Käfer2015-05-131-1/+6
* | Stop processing SymbolBuckets at the first incomplete bucketThiago Marcos P. Santos2015-05-131-0/+4
* | Move the Collision object from TileParser to VectorTileDataThiago Marcos P. Santos2015-05-134-9/+22
* | Make the state attribute privateThiago Marcos P. Santos2015-05-138-30/+55
* | Merge pull request #1469 from mapbox/1435-android-gl-crashBrad Leege2015-05-113-24/+20
|\ \
| * | Ignore deactivate when no valid EGL display. Fixes #1435Leith Bade2015-05-093-24/+20
| |/
* | Initialize the atomic_flag in the class definitionThiago Marcos P. Santos2015-05-112-2/+1
* | ignore Transform changes with NaN parametersKonstantin Käfer2015-05-081-1/+37
* | initialize TransformState helper variables correctlyKonstantin Käfer2015-05-081-3/+5
* | make WorkRequests cancelableKonstantin Käfer2015-05-082-5/+4
* | Removed unused method from MapContextThiago Marcos P. Santos2015-05-071-1/+0
|/
* Don't crash if ResourceLoader::_sprite is nullJohn Firebaugh2015-05-051-1/+3
* Cancel all pending requests before leavingThiago Marcos P. Santos2015-05-054-11/+19
* Do not process buckets depending on Glyphs that were not loadedThiago Marcos P. Santos2015-05-052-5/+20
* Make GlyphStore observableThiago Marcos P. Santos2015-05-052-1/+12
* Add partial tile parsingThiago Marcos P. Santos2015-05-058-34/+135
* Move the Sprite handling to ResourceLoaderThiago Marcos P. Santos2015-05-057-57/+66
* Update the tiles via ResourceLoaderThiago Marcos P. Santos2015-05-053-5/+31
* Notify data changes using Observer patternThiago Marcos P. Santos2015-05-055-24/+64
* Introduce the ResourceLoaderThiago Marcos P. Santos2015-05-054-7/+112
* don't trigger cleanups when we're not renderingKonstantin Käfer2015-05-051-2/+2
* add Map::isFullyLoaded()Konstantin Käfer2015-05-053-0/+22
* Ensure no GL commands are executed after pauseJohn Firebaugh2015-05-042-5/+4
* Join worker tasks before destroying TileDataJohn Firebaugh2015-05-045-17/+19
* lower thread priority of worker threadsKonstantin Käfer2015-05-041-1/+1
* remove hasData() from Bucket interfaceKonstantin Käfer2015-05-042-8/+2
* add upload API to gl objectsKonstantin Käfer2015-05-041-3/+3
* create the tile list staticallyKonstantin Käfer2015-05-042-0/+16