summaryrefslogtreecommitdiff
path: root/src/mbgl/map/resource_loader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge ResourceLoader into Style and move atlas ownershipJohn Firebaugh2015-06-011-160/+0
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-1/+1
* DefaultFileSource has responsibility for handling mapbox:// URLsJohn Firebaugh2015-05-261-6/+1
* Notify failures when loading glyphsThiago Marcos P. Santos2015-05-221-0/+4
* Notify failures when loading tilesThiago Marcos P. Santos2015-05-221-0/+4
* Notify failures when loading the sprite JSON and imageThiago Marcos P. Santos2015-05-221-0/+4
* Notify failures when loading the source JSONThiago Marcos P. Santos2015-05-221-0/+4
* Add callback for error notifications on renderStill()Thiago Marcos P. Santos2015-05-221-0/+16
* Only emit tile updated signals when the tile really changesThiago Marcos P. Santos2015-05-181-3/+10
* Allow reparsing partial tiles when we have new tilesThiago Marcos P. Santos2015-05-181-1/+5
* Do not process partial tiles if no new resources have arrivedThiago Marcos P. Santos2015-05-181-1/+7
* Keep a pointer to GlyphStore on ResourceLoaderThiago Marcos P. Santos2015-05-181-3/+18
* Don't crash if ResourceLoader::_sprite is nullJohn Firebaugh2015-05-051-1/+3
* Cancel all pending requests before leavingThiago Marcos P. Santos2015-05-051-2/+1
* Make GlyphStore observableThiago Marcos P. Santos2015-05-051-0/+4
* Move the Sprite handling to ResourceLoaderThiago Marcos P. Santos2015-05-051-2/+21
* Update the tiles via ResourceLoaderThiago Marcos P. Santos2015-05-051-0/+17
* Notify data changes using Observer patternThiago Marcos P. Santos2015-05-051-2/+14
* Introduce the ResourceLoaderThiago Marcos P. Santos2015-05-051-0/+48