summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] support "scheme": "tms" in TileJSON filesKonstantin Käfer2016-08-162-1/+6
* [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ queryPo...Minh Nguyễn2016-08-127-23/+24
* CJK overflow - update to match gl-shader (#5908)Amy Lee Walton2016-08-118-32/+33
* [core] Use NDEBUG instead of DEBUGBruno de Oliveira Abinader2016-08-056-18/+10
* [core] Respect minzoom and maxzoom propertiesThiago Marcos P. Santos2016-07-293-4/+7
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-276-60/+102
* [core] Revert annotation source maxZoom to 22Bruno de Oliveira Abinader2016-07-262-3/+2
* [core] Micro-optimizations in geometry codeBruno de Oliveira Abinader2016-07-263-10/+23
* [core] don't crash when the version number is not a numberKonstantin Käfer2016-07-201-1/+2
* [core] fix crash when the style JSON doesn't have an object at its rootKonstantin Käfer2016-07-201-0/+5
* [core] Make MapDebugOptions::StencilClip a no-op in Release modeBruno de Oliveira Abinader2016-07-203-0/+7
* [core] Make MapDebugOptions::Overdraw a no-op in Release modeBruno de Oliveira Abinader2016-07-202-0/+12
* Merge branch 'release-ios-v3.3.0'Minh Nguyễn2016-07-191-6/+9
|\
| * [core] use more const, auto and refsKonstantin Käfer2016-07-191-37/+32
| * [core] add check for missing sprite URL file extensionKonstantin Käfer2016-07-191-0/+8
| * mapbox: URL containing query string causes infinite loop (#5554)jingsam2016-07-191-5/+6
| * [core] Set annotation tileset max zoom to 18Bruno de Oliveira Abinader2016-07-191-1/+3
| * [core] Restored shape annotation z-orderMinh Nguyễn2016-07-181-2/+4
| * [core] Guard against camera's `minScale` being NaNJason Wray2016-07-151-6/+9
* | [core] use more const, auto and refsKonstantin Käfer2016-07-191-37/+32
* | [core] add check for missing sprite URL file extensionKonstantin Käfer2016-07-191-0/+8
* | [core] Restored shape annotation z-orderMinh Nguyễn2016-07-181-2/+4
* | [core] Add support for $id key to filtersJohn Firebaugh2016-07-183-3/+3
* | [core] Move set/get thread names to platform::Thiago Marcos P. Santos2016-07-162-25/+2
* | [core] Update color layer properties code generatorBruno de Oliveira Abinader2016-07-142-2/+10
* | [core] Revert workaround for std::atomic on ARMv5Thiago Marcos P. Santos2016-07-1312-66/+22
* | [core] Prefer color aliases for default property valuesBruno de Oliveira Abinader2016-07-135-8/+8
* | [core] Use PropertyValue<T> for Annotation line/fillBruno de Oliveira Abinader2016-07-133-7/+8
* | Quadkey tokens in tile URL templates, limited WMS support (#5628)Minh Nguyễn2016-07-121-0/+38
* | [core] Report conversion errors using std::stringThiago Marcos P. Santos2016-07-121-1/+1
* | [core] Fix matrix when panning around the worldBruno de Oliveira Abinader2016-07-121-1/+1
* | [core] Remove unusedJohn Firebaugh2016-07-112-14/+0
* | [core] Move translatedMatrix to RenderTileJohn Firebaugh2016-07-118-43/+51
* | [core] Pass RenderTile rather than individual parametersJohn Firebaugh2016-07-1118-69/+59
* | [core] Introduce PaintParametersJohn Firebaugh2016-07-1122-76/+105
* | [core] Introduce non-anonymous Shaders classJohn Firebaugh2016-07-1111-114/+86
* | [core] Fix raster shader opacity in some casesBruno de Oliveira Abinader2016-07-111-1/+1
* | Merge branch 'boundsj-merge-3.3.0.rc.1'Jesse Bounds2016-07-082-13/+1
|\ \
| * \ Merge branch 'release-ios-v3.3.0' into masterJesse Bounds2016-07-072-13/+1
| |\ \ | | |/
| | * [core] Re-close polygons after clipping with clipper (#5596)Jesse Bounds2016-07-061-0/+8
| | * [ios] #3979 compress telemetry events (#5490)Fredrik Karlsson2016-07-052-13/+1
* | | [core] track texture state to avoid redundand bindsKonstantin Käfer2016-07-0828-95/+141
* | | [core] Add support for circle-pitch-scaleJohn Firebaugh2016-07-077-4/+31
* | | [core] Make extrudeScale calculations more similar to JSJohn Firebaugh2016-07-074-20/+28
|/ /
* | [core] don't force GL state to be set when calling .reset()Konstantin Käfer2016-07-072-3/+2
* | [core] move shaders to anon struct and alias themKonstantin Käfer2016-07-0734-294/+308
* | [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)Young Hahn2016-07-068-143/+136
* | [core] Re-close polygons after clipping with clipperJohn Firebaugh2016-07-061-1/+8
* | [core] Avoid unnecessary copies in GlyphSet::insertJohn Firebaugh2016-07-043-5/+5
* | [core] refactor Raster and allow explicit mipmapping levelsKonstantin Käfer2016-07-043-51/+55