summaryrefslogtreecommitdiff
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* node-v3.1.1node-v3.1.1Mike Morris2016-04-111-1/+1
|
* unbundle node-pre-gyp to work around bundledDependencies bug in npm2Mike Morris2016-04-111-3/+1
|
* node-v3.1.0node-v3.1.0Mike Morris2016-04-111-7/+7
| | | | update deps in package.json
* [build] Refactor and simplify build systemJohn Firebaugh2016-04-071-6/+1
| | | | | | | | | | | | | | * Main gyp files are now standardized as platform/<platform>/platform.gyp. * Each platform gyp file defines appropriate loop_lib and headless_lib variables. * Each platform gyp file includes mbgl.gypi, which defines base targets which may be useful to all platforms. * CI targets are consistent across platforms: `make $(PLATFORM) && make test-$(PLATFORM)`. * Renamed the "linux" test app to "glfw". It's now built in OS X CI. * Android build flakiness is fixed. * iOS CI builds the bench and iosapp targets. * Mesa version is now in one place. * CI scripts use bash "strict mode" and correct error handling. * All build output goes to the build directory. * Removed vestigial iOS/OS X/Android Travis scripts.
* [node] Run rendering tests on Bitrise OS XJohn Firebaugh2016-04-011-1/+1
|
* [core] fix reparsing overscaled geojson tilesAnsis Brammanis2016-03-301-1/+1
| | | | fix #3838
* [core] fix line-dasharray/long-segment render testAnsis Brammanis2016-03-301-1/+1
| | | | | | fix #3928 reduce LineAtlas width to 256 to match -js. 256 should be enough.
* [core] fix infinite loop in mbgl::resampleAnsis Brammanis2016-03-291-1/+1
| | | | fix #4416
* [core] switch circle render tests to poi_labelAnsis Brammanis2016-03-291-1/+1
|
* [core] reset line distance when it is near maxAnsis Brammanis2016-03-281-1/+1
| | | | | | port https://github.com/mapbox/mapbox-gl-js/commit/77ce4b45b24e8a0ed1bb739da436d19415c7e5e4 fix #4492
* [core] fix background-pattern rendering in perspective viewAnsis Brammanis2016-03-281-1/+1
| | | | fix #3801
* [core] less slanted dashed lines near sharp cornersAnsis Brammanis2016-02-151-1/+1
| | | | port https://github.com/mapbox/mapbox-gl-js/pull/2043 from -js
* [core] make sure icons fit before the ends of the lineAnsis Brammanis2016-02-091-1/+1
| | | | | | | This skips anchors if there is not enough room before the beginning or end of the line for the icon to fit. -js: https://github.com/mapbox/mapbox-gl-js/pull/2077/files
* node-v3.0.2node-v3.0.2Mike Morris2016-02-041-1/+1
|
* [core] tweak dash rendering and enable render testsAnsis Brammanis2016-02-021-1/+1
| | | | fixes #2646
* [core] make symbol sort order more deterministicAnsis Brammanis2016-02-021-1/+1
|
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-021-1/+1
| | | | | Convert all geometries to the maximum extent supported by our buffers and then use that constant extent everywhere else.
* node-v3.0.1node-v3.0.1Mike Morris2016-01-261-1/+1
|
* [core] fix missing icon collision boxesAnsis Brammanis2016-01-221-1/+1
| | | | port https://github.com/mapbox/mapbox-gl-js/pull/1981
* [core] trigger repaint after placement is redoneAnsis Brammanis2016-01-221-1/+1
| | | | | | | fixes #3140 This also fixes a bug where placement could be redone with a stale PlacementConfig after the tile first finishes loading.
* node-v3.0.0node-v3.0.0Mike Morris2016-01-211-1/+4
|
* [core] improve text-max-angle checkAnsis Brammanis2016-01-201-1/+1
| | | | | | | | | Instead of using the absolute value of the sum of angles, use the sum of the absolute values of angles. This helps avoid labels on lines with sharp zig zags. for example, the "Central Campus Mall" label in issue #2998
* [core] implement symbol-avoid-edgesAnsis Brammanis2016-01-201-1/+1
| | | | | | | ref #3582 if `symbol-avoid-edges` is true, this prevents symbols from colliding with tile edges.
* node-v2.2.2node-v2.2.2Mike Morris2016-01-191-1/+1
|
* [core] fix overscaled line patterns and re-enable render testsAnsis Brammanis2016-01-131-1/+1
| | | | | fix #3489 fix #2648
* [core] remove bilinear, nearest scaling, fix #3164Ansis Brammanis2016-01-131-1/+1
|
* [core] match icon rendering with -jsAnsis Brammanis2016-01-131-1/+1
| | | | port https://github.com/mapbox/mapbox-gl-js/pull/1919/files
* [core] seamless fill-patternkelvinabrokwa2016-01-121-1/+1
| | | | | | seamless across dateline upgrade test-suite version
* [core] fix text-offset bugkelvinabrokwa2016-01-071-1/+1
| | | | fixes #3469
* [node] bump version to v2.2.1node-v2.2.1bsudekum2016-01-071-1/+1
|
* add test for text clipping at tile edgesAnsis Brammanis2016-01-061-1/+1
| | | | ref #2829
* [core] Fix background-pattern originJohn Firebaugh2015-12-181-1/+1
| | | | | Regressed in 6e41664cb033ee5edf6ae5ac66ed518d9f0d1f89. This restores it to the same behavior as gl-js, backed by test-suite tests.
* node-v2.2.0node-v2.2.0Mike Morris2015-12-161-1/+1
|
* [core] Don't use glClear optimization for layers that aren't the bottommostJohn Firebaugh2015-12-141-1/+1
| | | | Fixes #3292
* [test] update test suite to include more comprehensive GeoJSON testsKonstantin Käfer2015-12-111-1/+1
|
* [test] Update test suiteJohn Firebaugh2015-12-091-1/+1
|
* node-v2.1.0node-v2.1.0Mike Morris2015-12-081-3/+3
|
* [core] Reverse direction of line-offsetKonstantin Käfer2015-12-081-1/+1
|
* Update test suiteJohn Firebaugh2015-12-031-1/+1
|
* [core] rudimentary support for offsetting linesKonstantin Käfer2015-12-031-1/+1
|
* [tests] Update test-suiteJohn Firebaugh2015-12-011-1/+1
|
* [node] simpler PACKAGE_JSON_VERSIONMike Morris2015-12-011-1/+0
|
* node-v2.0.1node-v2.0.1Mike Morris2015-11-251-1/+1
|
* [node] update package.json depsnode-v2.0.0Mike Morris2015-11-241-6/+6
|
* node-v2.0.0-pre.16node-v2.0.0-pre.16Mike Morris2015-11-231-1/+1
|
* [node] Fixes 'make xnode' to configure HOST_SLUG.gypiMike Morris2015-11-051-0/+1
| | | | | Adds node-gyp to dev-dependencies to support 'make xnode' on Node v0.10.x Ignores -Wnested-anon-types around v8.h includes.
* [node] autopublish node-pre-gyp binaryMike Morris2015-11-051-0/+1
| | | | If $TRAVIS_TAG matches with node-v${PACKAGE_JSON_VERSION}.
* [node] swap array order to [lng, lat] for render option centerMike Morris2015-11-041-1/+1
| | | | For consistency with GeoJSON and mapbox-gl-js
* [node] enable npm to build mapbox-gl-native package from sourceLucas Wojciechowski2015-11-041-1/+1
| | | | | | This reverts commit 311bf93abe9f815668e8e0a779c87c3eb5c1199d. more explicit require paths in tests
* Update version and changelognode-v2.0.0-pre.11bsudekum2015-11-021-1/+1
|