summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* squash of #1655: shape annotations support for core & iOSJustin R. Miller2015-06-1514-502/+696
* Revert "use array of structs rather than parallel arrays for annotations"Minh Nguyễn2015-06-153-11/+11
* fix roundabout not closed #1450hanchao2015-06-141-1/+1
* use array of structs rather than parallel arrays for annotationsKonstantin Käfer2015-06-113-11/+11
* fix text-letter-spacing render test by using floatAnsis Brammanis2015-06-091-2/+2
* allow constructing LatLng/LatLngBounds objects from TileIDsKonstantin Käfer2015-06-081-0/+19
* Add documentation for TileData::StateThiago Marcos P. Santos2015-06-051-1/+34
* Remove unused overscaling variablesJohn Firebaugh2015-06-045-10/+3
* Cleanup the MapContext before the util::Thread destructorThiago Marcos P. Santos2015-06-043-0/+8
* Fix race condition on error notificationThiago Marcos P. Santos2015-06-043-0/+12
* Merge remote-tracking branch 'origin/master' into HEADAnsis Brammanis2015-06-0311-372/+240
|\
| * Remove references to ResourceLoaderThiago Marcos P. Santos2015-06-022-2/+2
| * Remove unused; fix naming styleJohn Firebaugh2015-06-012-9/+5
| * Merge ResourceLoader into Style and move atlas ownershipJohn Firebaugh2015-06-0111-370/+242
* | fix collision box clippingAnsis Brammanis2015-06-033-16/+17
* | fix hangs caused by redoPlacementAnsis Brammanis2015-06-024-13/+8
* | fix android compile errorsAnsis Brammanis2015-06-022-4/+5
* | use source zoom level for tile loading errorsAnsis Brammanis2015-06-021-1/+1
* | re-add sprite atlas pollution fixAnsis Brammanis2015-06-021-1/+2
* | fix assertion. only include glyphs with metricsAnsis Brammanis2015-06-021-1/+1
* | sort overlapping symbols in the y directionAnsis Brammanis2015-06-023-27/+72
* | use floats when resampling lines to match -jsAnsis Brammanis2015-05-291-3/+3
* | Merge remote-tracking branch 'origin/master' into new-labellingAnsis Brammanis2015-05-2842-550/+752
|\ \ | |/
| * Notify tile parsing errorsThiago Marcos P. Santos2015-05-285-19/+50
| * Notify glyph parsing errorsThiago Marcos P. Santos2015-05-283-4/+15
| * Notify sprite parsing errorsThiago Marcos P. Santos2015-05-282-10/+19
| * Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-2628-79/+57
| * DefaultFileSource has responsibility for handling mapbox:// URLsJohn Firebaugh2015-05-268-43/+30
| * Do not call abandon texture if there is no textureThiago Marcos P. Santos2015-05-221-2/+4
| * split up glyph_store.cpp into multiple filesKonstantin Käfer2015-05-229-298/+337
| * Notify failures when loading glyphsThiago Marcos P. Santos2015-05-224-17/+53
| * Notify failures when loading tilesThiago Marcos P. Santos2015-05-226-12/+42
| * Notify failures when loading the sprite JSON and imageThiago Marcos P. Santos2015-05-224-9/+34
| * Notify failures when loading the source JSONThiago Marcos P. Santos2015-05-224-2/+24
| * Add callback for error notifications on renderStill()Thiago Marcos P. Santos2015-05-224-2/+30
| * Add Thread tests; get argument transfer working for all casesJohn Firebaugh2015-05-212-52/+57
| * Merge pull request #1453 from mapbox/1ec5-whee-2Minh Nguyễn2015-05-191-0/+1
| |\
| | * Prevent full-circle spin during animated rotationMinh Nguyễn2015-05-061-0/+1
| * | port sprite atlas pollution fixAnsis Brammanis2015-05-193-10/+17
| * | only return locked FontStack objectsKonstantin Käfer2015-05-192-19/+10
| * | extend the FontStack lock to returned valuesKonstantin Käfer2015-05-193-7/+8
| * | don't mark the glyphs as parsed until we've actually parsed themKonstantin Käfer2015-05-191-1/+2
* | | fix shaped icon box sizesAnsis Brammanis2015-05-282-7/+11
* | | fix clipping lines for labelingAnsis Brammanis2015-05-281-8/+8
* | | Reparse tiles when zoom level > source maxzoomAnsis Brammanis2015-05-2820-98/+85
* | | make collision debug boxes toggleableAnsis Brammanis2015-05-2813-25/+65
* | | place symbols with correct angle on initial loadAnsis Brammanis2015-05-206-20/+27
* | | redo placement when map rotatesAnsis Brammanis2015-05-209-30/+125
* | | Merge branch 'master' into new-labellingAnsis Brammanis2015-05-19103-2238/+3357
|\ \ \ | |/ /
| * | Don't crash if VAO extensions are not availableJohn Firebaugh2015-05-183-4/+5