summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* node-v2.0.0-pre.15node-v2.0.0-pre.15Mike Morris2015-11-131-1/+1
|
* [node] cancel all pending requests in NodeFileSource destructorMike Morris2015-11-131-0/+6
|
* node-v2.0.0-pre.14Mike Morris2015-11-131-1/+1
|
* [core] safe RequestHolder::DeleterMike Morris2015-11-131-1/+5
|
* [node] use std::unique_ptr for NodeMap resourcesMike Morris2015-11-132-8/+11
| | | | | | | | Properly clean up all resources in NodeMap::release to allow the NodeMap object to be garbage collected. Reseting the NodeFileSource unqiue_ptr in NodeMap::release may be dangerous, as RequestHolder::Deleter needs it to cancel outstanding mbgl::Request objects.
* [node] always destruct canceled requests, don't exit earlyMike Morris2015-11-131-14/+8
|
* [node] minor stylistic changes in NodeFileSourceMike Morris2015-11-134-28/+36
|
* [node] move from node_mbgl to mbgl namespaceMike Morris2015-11-1310-70/+74
|
* [android] #3023 - reactive token generationTobrun2015-11-133-2/+21
| | | | [android] #3023 - update documentation to reflect change
* [android] #3019 - optimise visible coordinateboundsTobrun2015-11-132-1/+3
|
* [android] #3001 add config changes example to test appTobrun2015-11-131-0/+1
|
* [android] #2989 - moved access token to test appTobrun2015-11-135-44/+14
| | | | | | | | [android] #2989 - gitignoring config.xml [android] #2989 - move token file, rename [android] #2989 fixing gitignore, renaming config file
* [core] Merge Sprite into SpriteStoreJohn Firebaugh2015-11-1219-436/+364
|
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-1230-84/+80
|
* Set refresh interval to 60fpsMinh Nguyễn2015-11-121-1/+1
| | | | Fixes #3005.
* [android] Fixing Android API TargetBrad Leege2015-11-121-1/+1
|
* [iOS] Removed unnecessary castsMinh Nguyễn2015-11-121-13/+13
| | | | Also renamed secondsAsDuration() to durationInSeconds(): function names should generally put the return type first, the argument type last, to avoid confusion.
* [core] Cleanup Transform::rotateByBruno de Oliveira Abinader2015-11-121-17/+12
| | | | | | Make use of PrecisionPoint's operator functionalities inherited from vec2<> and reduced overhead eg. offset_y is always 0 so no need to add this to calculation inside the if.
* [core] PrecisionPoint is now a vec2<double>Bruno de Oliveira Abinader2015-11-127-43/+41
| | | | | We could reuse all the operators defined in vec2<>, including operator bool() that checks if the contained values are !NaN.
* [core] Fixed bit-shifting error in exponential backoffMinh Nguyễn2015-11-121-2/+2
| | | | This change fixes a bug introduced in 4d5c6333be52aae4a9c72f4b01941e16ead503f4 for #2727. 1 << 32 would exceed the size of int64_t. The static analyzer reported undefined behavior here because std::min() might or might not return 32.
* [core] Fixed Transform::_setScale()Minh Nguyễn2015-11-121-8/+11
| | | | Corrected Transform::_setScale() after the refactoring in 5a24ac605b23ae1d28ac052eb6eeae559db3bb79 for #2994. This change also addresses two dead store warnings from the static analyzer.
* [android] #2369 - Adding Developing and Running InstructionsBrad Leege2015-11-121-11/+27
|
* Fix symbol-placement: line + {icon,text}-rotation-alignment: viewportJohn Firebaugh2015-11-111-2/+2
| | | | Fixes #3004
* Updated changelogMinh Nguyễn2015-11-111-1/+1
| | | | [skip ci]
* Publish Bitcode-less build for Xcode 6.4Minh Nguyễn2015-11-113-2/+16
| | | | | | Publish a Release-configuration, symbol-laden, Bitcode-less build in tandem with the other builds. Fixes #2332.
* [core] Fix mbgl::projection function signaturesBruno de Oliveira Abinader2015-11-111-4/+4
|
* [core] Added MetersBoundsBruno de Oliveira Abinader2015-11-114-22/+24
|
* [core] Added more NaN checks in TransformBruno de Oliveira Abinader2015-11-111-2/+15
|
* [ios] Reflect Map API changes in MGLMapViewBruno de Oliveira Abinader2015-11-111-12/+18
|
* [android] Reflect Map API changes in JNIBruno de Oliveira Abinader2015-11-111-6/+12
|
* [core] Use PrecisionPoint in zoom and angle functionsBruno de Oliveira Abinader2015-11-115-58/+54
|
* [core] Use pass-by-ref in CameraOptionsBruno de Oliveira Abinader2015-11-114-35/+36
| | | | | | | | Pass-by-const-ref is not always possible because CameraOptions gets its members modified along the way. Also fixes a case in Map::jumpTo where Update::Zoom should be called if zoom is affected.
* [core] Use PrecisionPoint in coordinate functionsBruno de Oliveira Abinader2015-11-117-47/+50
|
* [core] Added PrecisionPoint to represent pixel pointsBruno de Oliveira Abinader2015-11-118-17/+30
|
* [core] Added isValid to geo helper structsBruno de Oliveira Abinader2015-11-112-2/+18
|
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-1048-1100/+583
|
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-1033-326/+240
|
* [core] Push layouts and paints to subclassesJohn Firebaugh2015-11-1021-102/+249
|
* [core] Expose default fade duration to Map APIBruno de Oliveira Abinader2015-11-102-2/+14
|
* move from Fabric framework to bare headers per Twitter recommendationJustin R. Miller2015-11-099-68/+7
| | | | Rolls back part of #2742
* [android] #2369 - Updating Android setup instructions for OS XBrad Leege2015-11-091-7/+9
|
* Updated changelogMinh Nguyễn2015-11-092-2/+3
|
* Merge remote-tracking branch 'bwhtmn/ios9_multitasking' into ↵Minh Nguyễn2015-11-091-3/+3
|\ | | | | | | 1ec5-ios9-multitasking-2309
| * Fix regression on iOS 8, where map would stop updating if device was rotated ↵Brent Whitman2015-09-111-0/+1
| | | | | | | | while the app was in the background
| * Leave GLview rendering on when app is inactive, to get nice smooth ↵Brent Whitman2015-09-111-4/+3
| | | | | | | | transitions between sizes when using multitasking on iPad (iOS 9).
* | [iOS] Replaced deprecated podspec flagMinh Nguyễn2015-11-092-1/+2
| | | | | | | | | | | | Per https://github.com/mapbox/mapbox-gl-native/issues/1870#issuecomment-132417161. ref CocoaPods/CocoaPods#3573
* | Revert "[core] only update the render order array when there are changes to ↵Konstantin Käfer2015-11-094-37/+22
| | | | | | | | | | | | tiles" This reverts commit ec1a58d8effb3292ec46cca3fcad17218fa8c016 and 177372b83657cda9696ff68fd5cbb872b87ce324.
* | Updated references to old build docsMinh Nguyễn2015-11-092-2/+2
| | | | | | | | Fixes #2871.
* | [iOS] Fetch tags on install, not ipackageMinh Nguyễn2015-11-092-1/+2
| | | | | | | | | | | | This change removes a git command that requires a network connection from the ipackage target. It was used to ensure that CI has a tag to version the appledoc documentation with, so the same command has been added to install.sh, where a network connection is otherwise expected. Fixes #2320.
* | Remove constraints instead of deactivating themMinh Nguyễn2015-11-092-50/+9
| | | | | | | | | | | | Avoid piling up lots of deactivated constraints. Also avoid trying to deactivate constraints that have already been removed from the view hierarchy due to a change in view controllers. Fixes #2020.