summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump iOS version to 3.0.0-pre.5ios-v3.0.0-pre.5Justin R. Miller2015-11-062-2/+2
|
* fixes #2961: download payload over HTTPSJustin R. Miller2015-11-061-1/+1
|
* refs #2966: remove -ObjC linker flag & bring in categories via other meansJustin R. Miller2015-11-0610-1/+42
|
* [core] Update after final frame of transitionMinh Nguyễn2015-11-063-2/+6
| | | | | | | | The final frame is self-destructing – it destroys the frame and finish functions – so technically we’re no longer inTransition(). Yet there still needs to be an update after that final frame. Also, avoid a redundant change notification on the last frame. (It would come too late, after the DidChange notification, anyhow.) Fixes #2946.
* [core] Remove the ability to change cross-fade durations via transitionJohn Firebaugh2015-11-067-40/+13
| | | | | | | | | | We shouldn't overload transition duration to mean the duration of the cross-fade when moving between stops. If we want to allow styles to override the default 300ms fade duration, it should be a dedicated property like raster-fade-duration. I don't think any styles use this functionality -- if they did, they were broken for MapMode::Still rendering.
* [core] Use frame animation time, not Clock::now(), for fadingJohn Firebaugh2015-11-061-1/+1
|
* [core] Merge PiecewiseConstantFunction into FunctionJohn Firebaugh2015-11-0613-213/+168
|
* [core] Simplify FunctionJohn Firebaugh2015-11-069-103/+81
|
* [core] Reset GL values when neededBruno de Oliveira Abinader2015-11-067-2/+29
|
* [core] Use GL_TRUE/GL_FALSE instead of true/falseBruno de Oliveira Abinader2015-11-068-24/+31
|
* [android] #2953 - Removing old path to projectBrad Leege2015-11-061-1/+1
|
* [core] clear the render order when we're loading a new styleKonstantin Käfer2015-11-061-0/+6
| | | | regression introduced by #2908
* [core] Use tileSize constantThiago Marcos P. Santos2015-11-061-1/+2
| | | | Instead of hardcoding the tile size again.
* [core] Replace GL config save/restore with setDirty mechanismBruno de Oliveira Abinader2015-11-062-50/+25
|
* [core] fix logging so we don't use strings as a formatterKonstantin Käfer2015-11-065-6/+6
|
* [android] #2891 - 23.0.2 Take 2Brad Leege2015-11-053-6/+6
|
* [android] #2919 - Trimming whitespace during setAccessToken()Brad Leege2015-11-051-0/+3
|
* [node] Fixes 'make xnode' to configure HOST_SLUG.gypiMike Morris2015-11-057-1/+7
| | | | | Adds node-gyp to dev-dependencies to support 'make xnode' on Node v0.10.x Ignores -Wnested-anon-types around v8.h includes.
* [android] #2921 - Regenerating gradle-wrapper.jar and adding distribution ↵Brad Leege2015-11-052-1/+2
| | | | sha check
* [android] #2921 - Upgrading Gradle Wrapper to 2.8Brad Leege2015-11-052-3/+3
|
* [iOS] Defer didChange until after animationMinh Nguyễn2015-11-051-5/+52
| | | | Fixes #2436.
* [node] only upload render test results on linuxnode-v2.0.0-pre.13Mike Morris2015-11-051-1/+1
| | | | They don't run on OS X because Travis OS X boxes don't have GPUs.
* [node] autopublish node-pre-gyp binaryMike Morris2015-11-053-1/+9
| | | | If $TRAVIS_TAG matches with node-v${PACKAGE_JSON_VERSION}.
* [core] Added missing virtual destructor to HTTPContextBaseThiago Marcos P. Santos2015-11-051-0/+1
|
* [android] Save polylinesLeith Bade2015-11-061-7/+19
| | | | Fixes #2906
* [core] only update the render order array when there are changes to tilesKonstantin Käfer2015-11-054-22/+31
|
* [core] Include Linux-specific scheduling headerKonstantin Käfer2015-11-051-0/+5
| | | | before, builds for Linux didn't include thread priority control
* [node] update platform/node/CHANGELOG.md [skip ci]Mike Morris2015-11-041-7/+5
|
* [node] update platform/node/CHANGELOG.md [skip ci]Mike Morris2015-11-041-2/+2
|
* [node] make ratio optional, default to 1.0Mike Morris2015-11-044-20/+39
|
* [node] swap array order to [lng, lat] for render option centerMike Morris2015-11-044-7/+8
| | | | For consistency with GeoJSON and mapbox-gl-js
* Disable callout view dimming when tap is a no-opMinh Nguyễn2015-11-041-0/+5
| | | | Fixes #2634.
* [iOS] Wait for style loading, then rotation, then compass fadingMinh Nguyễn2015-11-041-6/+14
| | | | Fixes #2920.
* Indicate target frame interval, with a comment about how it relates to FPS.Adam Hunter2015-11-041-2/+2
|
* more clearly indicate target FPS as relates to display linkJustin R. Miller2015-11-041-1/+2
|
* cleanupsJustin R. Miller2015-11-041-29/+28
| | | | | | | - We don't need a mutex as everything is ensured on main thread. - Move internal-only properties to ivars. - Avoid API collision with needsDisplay. - Move code to lifecycle section.
* Fix #1975 - improve animation fluidity and responseAdam Hunter2015-11-041-2/+25
|
* [core] move mbgl.gyp to gyp directoryMike Morris2015-11-0414-86/+86
| | | | | So npm won't clobber binding.gyp, refs https://github.com/npm/npm/issues/10243
* [node] enable npm to build mapbox-gl-native package from sourceLucas Wojciechowski2015-11-048-23/+50
| | | | | | This reverts commit 311bf93abe9f815668e8e0a779c87c3eb5c1199d. more explicit require paths in tests
* [core] Move remaining GL state from Painter into GLConfig objectKonstantin Käfer2015-11-0411-56/+81
|
* [core] catch compression/decompression errors and report themKonstantin Käfer2015-11-041-0/+5
|
* Strip whitespace and newlines from access token and style URLMinh Nguyễn2015-11-032-0/+4
| | | | Just in case browser weirdness or a tendency to triple-click-select is causing some cases of #2012.
* [android] - Adding Android SDK releases to changelogBrad Leege2015-11-031-0/+21
|
* [android] #2891 - Going back to Android Build Tools 23.0.1Brad Leege2015-11-033-6/+6
|
* [android] Update to build tools 23.0.2Leith Bade2015-11-033-6/+6
| | | | Fixes #2891
* [android] Add setZoomControlsEnabled and setAllGesturesEnabledLeith Bade2015-11-034-26/+83
| | | | Fixes #1943
* [publish binary]bsudekum2015-11-020-0/+0
|
* Update version and changelognode-v2.0.0-pre.11bsudekum2015-11-022-1/+2
|
* [node] add pitch optionbsudekum2015-11-022-1/+7
|
* bump iOS version to 3.0.0-pre.4ios-v3.0.0-pre.4Justin R. Miller2015-11-022-2/+2
|