summaryrefslogtreecommitdiff
path: root/src/mbgl/source
Commit message (Expand)AuthorAgeFilesLines
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-253-12/+3
* [core] move *Observers to their own filesKonstantin Käfer2016-05-233-17/+33
* [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-172-14/+22
* [core] Remove unusedJohn Firebaugh2016-05-131-1/+0
* [core] Fix code style issuesJohn Firebaugh2016-05-122-8/+7
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-102-290/+127
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-102-41/+47
* [core] move Tile to use UnwrappedTileIDKonstantin Käfer2016-05-101-13/+14
* [core] move Painter and dependents to new *TileID classesKonstantin Käfer2016-05-102-10/+12
* [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-032-3/+4
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-292-0/+89
* [core] look for loaded parent tiles in cache (#4595)Ansis Brammanis2016-04-152-3/+9
* [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] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-241-2/+2
* [core] Avoid precompute overscaling for TileIDBruno de Oliveira Abinader2016-03-012-3/+3
* [core] Replace std::array<double, N> usage in SourceInfoBruno de Oliveira Abinader2016-03-011-2/+4
* [core] Enforce constants usageBruno de Oliveira Abinader2016-03-011-1/+1
* [core] Fix potential precision data lossBruno de Oliveira Abinader2016-03-011-2/+2
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-182-8/+6
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-113-0/+667