summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] When a layer is added, reload its source's tilesJohn Firebaugh2017-05-111-15/+16
* [core] Remove StyleSourcedAnnotation supportJohn Firebaugh2017-05-106-94/+0
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-087-98/+66
* [core] delegate light changes to render lightIvo van Dongen2017-05-0810-59/+138
* [core] generated accessor methods on lightIvo van Dongen2017-05-085-3/+209
* [core] render lightIvo van Dongen2017-05-086-12/+72
* [core] Reuse fill-extrusion textures between frames (#8896)Lauren Budorick2017-05-084-34/+43
* [core] Reset observers of removed Sources and LayersJohn Firebaugh2017-05-053-2/+4
* [core] Remove unused declarationJohn Firebaugh2017-05-051-1/+0
* [core] Reduce use of RecalculateStyleJohn Firebaugh2017-05-055-53/+48
* [core] Throw exceptions by valueKonstantin Käfer2017-05-051-2/+2
* [core] Omnibus Style::update methodJohn Firebaugh2017-05-047-101/+100
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-0427-60/+60
* [core] Factor timePoint initializationJohn Firebaugh2017-05-032-3/+5
* [core] Calculate hasPendingTransitions functionally rather than statefullyJohn Firebaugh2017-05-0319-23/+58
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-0360-188/+137
* [core] No need to Update::Classes after removing a layerJohn Firebaugh2017-05-031-1/+1
* [core] No need to manually set Update::Classes flag after annotation updateJohn Firebaugh2017-05-031-1/+0
* [core] Remove forced style cascadeJohn Firebaugh2017-05-031-3/+0
* Revert "[node] Temporary: exit(0) on exception in Painter::render"John Firebaugh2017-05-021-10/+4
* [core] Make Map.addImage tests pass (#8843)Asheem Mamoowala2017-05-021-12/+0
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-0236-551/+1245
* [core] Load source TileJSON immediatelyJohn Firebaugh2017-05-021-3/+2
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-0210-18/+20
* [core] Suppress "stencil mask overflow" warningThiago Marcos P. Santos2017-05-021-1/+6
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-2752-235/+1346
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-2619-98/+78
* [core] split off render layersIvo van Dongen2017-04-2587-1066/+1624
* [all] Rationalize style::ImageJohn Firebaugh2017-04-249-123/+107
* [core] fix an issue with lines that have duplicate points (#8808)Vladimir Agafonkin2017-04-241-4/+13
* [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-2410-54/+109
* [core] More complete fix for composite function interpolation edge caseJohn Firebaugh2017-04-201-1/+3
* [core] remove unused leftover filesKonstantin Käfer2017-04-203-52/+1
* [core] Render parent raster tiles when ideal tile can't be loadedKonstantin Käfer2017-04-204-35/+47
* [core] account for property functions in query rendered featuresIvo van Dongen2017-04-1920-79/+194
* [core] make Tile::getBucket constIvo van Dongen2017-04-195-5/+5
* [core] property function statistics collectionIvo van Dongen2017-04-192-1/+44
* [core] Remove unnecessary Source::Impl::enabled assignmentJohn Firebaugh2017-04-181-3/+1
* [core] Remove non-Map-dependent projection methods from MapJohn Firebaugh2017-04-181-13/+0
* [core] Combine two GlyphID-keyed maps in GlyphAtlas::EntryJohn Firebaugh2017-04-142-54/+39
* [core] Replace GlyphRangeSet in onGlyphsAvailable with optionals in the mapJohn Firebaugh2017-04-149-75/+42
* [core] Ignore shortest path in Map::pixelForLatLngBruno de Oliveira Abinader2017-04-142-8/+8
* [core] Safeguard PositionedIcon usage via optionalBruno de Oliveira Abinader2017-04-149-47/+61
* [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-143-10/+10
* [core] TransitionOptions s/operator bool/isDefined/Bruno de Oliveira Abinader2017-04-141-1/+1
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-135-80/+13
* [tests] Rewrite GlyphAtlas tests to use public APIJohn Firebaugh2017-04-132-32/+2
* [core] Inline GlyphSet into GlyphAtlasJohn Firebaugh2017-04-124-90/+68
* Merge branch 'release-ios-v3.5.0-android-v5.0.0' into boundsj-merge-release-b...Fabian Guerra2017-04-112-0/+51
|\
| * [core] cache binary shaders on AndroidKonstantin Käfer2017-04-0321-32/+443