summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/tile_data.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Eliminate TileData dependency on TileSourceJohn Firebaugh2016-06-101-5/+1
* [core] Eliminate Source dependency on TileSourceJohn Firebaugh2016-06-101-2/+8
* [core] TileData objects now store whether an optional load attempt was performedKonstantin Käfer2016-06-101-0/+10
* [core] allow changing the necessity of a TileSourceKonstantin Käfer2016-06-101-1/+1
* [core] introduce TileDataObserverKonstantin Käfer2016-06-101-2/+6
* [core] restructure TileSource construction and callbacksKonstantin Käfer2016-06-101-3/+7
* [core] introduce a RasterTileMonitorKonstantin Käfer2016-06-101-1/+3
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-2/+5
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-2/+2
* [core] rename TileData::State to DataAvailability and make it privateKonstantin Käfer2016-05-251-26/+18
* [core] split TileData::State::obsolete into its own thingKonstantin Käfer2016-05-251-7/+1
* [core] remove TileData::State::loadedKonstantin Käfer2016-05-251-8/+4
* [core] remove unused TileData::hasData()Konstantin Käfer2016-05-251-3/+0
* [core] remove unused TileData::State::invalidKonstantin Käfer2016-05-251-9/+0
* [core] TileData::isReady() => TileData::isRenderable()Konstantin Käfer2016-05-251-9/+5
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] Simplify parametersJohn Firebaugh2016-05-171-4/+3
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-131-2/+2
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-3/+3
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-031-1/+2
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-0/+10
* [core] only render tiles that have dataKonstantin Käfer2016-04-061-0/+3
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-0/+108