summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* node-v3.3.3-pre.7node-v3.3.3-pre.7Mike Morris2016-08-261-1/+1
|
* Revert "[node] use a GLsync fence object to defer mapping the pixel buffer ↵Mike Morris2016-08-261-26/+1
| | | | | | until glReadPixels has finished" This reverts commit ba348f9f693a9eff8a51f3ebede1d6b71b2628e8.
* [node] use a GLsync fence object to defer mapping the pixel buffer until ↵Mike Morris2016-08-261-1/+26
| | | | glReadPixels has finished
* [node] Move to using PBOs for the readStillImage call in HeadlessView.Adam Hunter2016-08-261-10/+29
|
* [core] check GL errors in loopMike Morris2016-08-261-14/+26
| | | | As recommended in https://www.opengl.org/wiki/GLAPI/glGetError
* [DO NOT MERGE] check GL errorsMike Morris2016-08-261-4/+0
|
* [core] add GL_CONTEXT_LOST case to checkErrorMike Morris2016-08-261-4/+7
| | | | | and reorder according to hex value https://www.opengl.org/wiki/OpenGL_Error#Testing_for_errors
* [node] unskip tests, stopwatch render timesMike Morris2016-08-263-9/+9
|
* [node] accept uuid argument for tracking resource requestsMike Morris2016-08-262-0/+14
|
* [node] add logging for MapMode::Still partial tilesMike Morris2016-08-264-0/+32
|
* [node] add tests for partial tile states caused by slow resource requestsMike Morris2016-08-2620-2/+277
| | | | add test for slow vector tiles
* [node] stopwatchThiago Marcos P. Santos2016-08-264-9/+16
|
* [Qt] s/parent_/parentThiago Marcos P. Santos2016-08-261-2/+2
| | | | Fits better with the docs.
* [Qt] Initial documentation stubThiago Marcos P. Santos2016-08-263-0/+96
|
* [Qt][tests] Added tests for set style interfaceThiago Marcos P. Santos2016-08-262-0/+95
|
* [tests] Make it possible to disable tests on the CIThiago Marcos P. Santos2016-08-262-0/+12
| | | | | Useful for tests that depend on a good network connection and you want to run manually.
* [Qt] setStyleURL and setStyleJSON name reviewThiago Marcos P. Santos2016-08-264-10/+10
| | | | Qt uses URL as Url and JSON as Json.
* [Qt] Read the access token from the environment by defaultThiago Marcos P. Santos2016-08-262-1/+1
|
* [node][tests] Add a test for making sure the map object throws on invalid styleThiago Marcos P. Santos2016-08-251-1/+18
| | | | Currently this error is not reported.
* [node] Throw on invalid style JSONThiago Marcos P. Santos2016-08-251-0/+6
| | | | Fixes #6143
* [macos] TypoMinh Nguyễn2016-08-251-1/+1
| | | [skip ci]
* [macos] Synchronized readme w/ install docsMinh Nguyễn2016-08-251-0/+8
| | | | | The packaged readme was missing the AppleScript example added to the in-repo installation instructions in 350d015cc2f70d96c08285ee358def8f0a24419e. [skip ci]
* upgrade to protozer 1.4.0 (#6158)Dane Springmeyer2016-08-252-12/+11
|
* [ios] Move OHHTTPStubs to Git submodule and update to 5.2.0Jason Wray2016-08-25282-24088/+3
|
* [android] #6155 - Release Android v4.2.0-beta.2android-v4.2.0-beta.2Antonio Zugaldia2016-08-251-1/+17
|
* [android] #6148 - update MAS dependency to v1.3.0Antonio Zugaldia2016-08-252-2/+2
|
* [ios] Clean-up user location annotation heading calculationsJason Wray2016-08-241-7/+11
| | | | | - Use MGLRadiansFromDegrees(). - Make indentation more readable.
* [ios] Stop exaggerating heading accuracy indicator sizeJason Wray2016-08-242-4/+5
| | | | | - 1.5× exaggeration has been removed. - Maximum accuracy (smallest size) has been increased to 20°.
* Document -mapViewDidFailLoadingMap:withError: (#6145)Minh Nguyễn2016-08-245-2/+30
| | | | | | * [macos] Implement -mapViewDidFailLoadingMap:withError: * [ios] Documented -mapViewDidFailLoadingMap:withError:
* [android] #6042 - Check for network connectivity before requesting resourcesAntonio Zugaldia2016-08-243-7/+37
|
* [ios, macos] Expose name and default position of current style (#6127)Minh Nguyễn2016-08-245-9/+27
| | | | | | * [ios] Reset to style’s default position * [ios, macos] Added name property to MGLStyle
* [tests] Removed dead codeThiago Marcos P. Santos2016-08-241-8/+0
|
* [tests] Add unit test for style loading failuresThiago Marcos P. Santos2016-08-243-0/+42
|
* [core] Emit MapChangeDidFailLoadingMap when the style cannot be loaded or parsedThiago Marcos P. Santos2016-08-248-12/+41
| | | | | Currently this signal is never emitted, which can cause the Still mode to starve in case of an invalid style or failed request.
* [core] Simplify Thread::invokeSync (#6128)John Firebaugh2016-08-243-15/+7
|
* [ios] Fix typoThiago Marcos P. Santos2016-08-243-6/+6
| | | | s/Reponse/Response
* [ci skip] Add database files to gitignoreThiago Marcos P. Santos2016-08-241-1/+2
|
* [ios, macos] Distinguish between blackColor and clearColor (#6125)Minh Nguyễn2016-08-246-12/+15
|
* [macos] Avoid negative content insets (#6102)Minh Nguyễn2016-08-232-2/+3
| | | Fixed an issue in which a map view that doesn’t occupy the entire window would consider its center point to be the window’s center point rather than the view’s.
* [ios, macos] Move debug mask options to shared header (#6094)Jason Wray2016-08-233-52/+26
| | | | | | | | | | | | * [ios, macos] Move debug mask options to shared header * Limit buffer debug modes to macOS ... because these modes use OpenGL features that aren't supported by iOS. * Try a different tact: exclude "iPhone" ... which is actually all iOS-like devices.
* [core] Add static getters for property default values (#6124)John Firebaugh2016-08-2316-9/+455
|
* [ios] Disable implicit animation of user annotation pitch changes (#6122)Jason Wray2016-08-231-0/+6
| | | - Subtly improves the performance of the shadow, while performing the pitch gesture.
* [ios, macos] Update changelog with database performance noteJason Wray2016-08-232-0/+2
|
* [core] Update SQLite schema with WAL journal mode and normal syncJason Wray2016-08-233-7/+17
| | | | Offers 2×-4× performance, depending on device vintage.
* [tests] Test that style mutations due to annotations don't cancel style ↵John Firebaugh2016-08-231-0/+26
| | | | revalidation
* [core] Don't allow style mutations to be overwritten by revalidationJohn Firebaugh2016-08-234-0/+148
| | | | | * Once we get a fresh style, stop revalidating. * If the style is mutated, stop revalidating and preserve the existing mutations.
* [tests] Fix a subtle ordering bug in StubFileSourceJohn Firebaugh2016-08-231-2/+10
|
* [tests] Merge single test in set_style.cpp with other Map testsJohn Firebaugh2016-08-233-34/+19
|
* [core] #6071 - extract GeoJSONOptions conversion from GeoJSONSource conversionIvo van Dongen2016-08-236-55/+267
| | | | | | | | | | | | | | * [core] geojson_options - retain original error message * [core] tests - initial style conversion stub methods * [core] geojsonoptions conversion - initial unit tests * [core] tests - fix forward reference issue * [core] geojsonoptions conversion - unit tests * [core] geojsonoptions conversion - renamed Holder to Value
* 6039 focal point uses MyLocationView padding (#6108)Tobrun2016-08-238-67/+287
| | | | | | | | | | | | * [android] - don't auto tint drawables + formatting * [android] - formatting * [android] #6039 - fixes focal point when padding mylocationview * [android] #5977 - MyLocationView.setPadding example + formatting Manifest * [android] - Reset to default configuration, cleanup class