summaryrefslogtreecommitdiff
path: root/src/mbgl/source/source.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-426/+0
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-1/+1
* [core] refactor updateRenderables algorithmKonstantin Käfer2016-05-271-17/+19
* [core] remove unused template definitionKonstantin Käfer2016-05-271-1/+1
* [core] rename TileData::State to DataAvailability and make it privateKonstantin Käfer2016-05-251-2/+1
* [core] remove TileData::State::loadedKonstantin Käfer2016-05-251-1/+1
* [core] move *Observers to their own filesKonstantin Käfer2016-05-231-2/+6
* [core] move RenderItem and GlyphRange to their own headersKonstantin Käfer2016-05-231-1/+0
* [core] Simplify parametersJohn Firebaugh2016-05-171-4/+2
* [core] Less autoJohn Firebaugh2016-05-171-3/+3
* [core] Simplify and fix query logic across the antimeridianJohn Firebaugh2016-05-171-38/+14
* [core] Use mapbox::geometry::envelope in Source::queryRenderedFeaturesJohn Firebaugh2016-05-171-27/+13
* [core] Rewrite TileCoordinate in terms of geometry.hpp pointJohn Firebaugh2016-05-171-8/+8
* [core] Introduce StyleQueryParameters; push coordinate calculations into SourceJohn Firebaugh2016-05-171-8/+19
* [core] Fix code style issuesJohn Firebaugh2016-05-121-7/+6
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-101-276/+114
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-37/+43
* [core] move Tile to use UnwrappedTileIDKonstantin Käfer2016-05-101-13/+14
* [core] move Painter and dependents to new *TileID classesKonstantin Käfer2016-05-101-9/+9
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-1/+1
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-051-2/+2
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-031-2/+2
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-0/+81
* [core] look for loaded parent tiles in cache (#4595)Ansis Brammanis2016-04-151-2/+8
* [core] Eliminate MapDataJohn Firebaugh2016-04-151-1/+0
* [core] Remove MapData dependency from AnnotationTile and StyleUpdateParametersJohn Firebaugh2016-04-151-1/+1
* [core] only render tiles that have dataKonstantin Käfer2016-04-061-2/+3
* [core] fix reparsing overscaled geojson tilesAnsis Brammanis2016-03-301-4/+5
* [core] Avoid precompute overscaling for TileIDBruno de Oliveira Abinader2016-03-011-1/+1
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-181-7/+4
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-0/+522