summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * | Only emit tile updated signals when the tile really changesThiago Marcos P. Santos2015-05-187-17/+59
| * | Allow reparsing partial tiles when we have new tilesThiago Marcos P. Santos2015-05-184-8/+12
| * | Do not process partial tiles if no new resources have arrivedThiago Marcos P. Santos2015-05-184-4/+15
| * | Emit the signal on the MapThreadThiago Marcos P. Santos2015-05-183-5/+19
| * | Keep a pointer to GlyphStore on ResourceLoaderThiago Marcos P. Santos2015-05-183-7/+29
| * | Render translucent background layers (fixes #1514)John Firebaugh2015-05-152-72/+50
| * | make sure bit shifts happen with unsigned integersKonstantin Käfer2015-05-151-2/+2
| * | emplace into threadSetMike Morris2015-05-151-4/+1
| * | Always request the SymbolBucket dependencies at the first passThiago Marcos P. Santos2015-05-154-56/+37
| * | Restore sprite load checkJohn Firebaugh2015-05-141-1/+1
| * | Ensure call-once semantics inside InitializeExtensionsJohn Firebaugh2015-05-131-13/+19
| * | Extensible GL extension supportJohn Firebaugh2015-05-1310-96/+299
| * | Remove unused GL feature flagsJohn Firebaugh2015-05-131-4/+0
| * | Remove unnecessary use of shared_from_this()John Firebaugh2015-05-132-13/+6
| * | Use uv::asyncJohn Firebaugh2015-05-131-31/+7
| * | Remove unusedJohn Firebaugh2015-05-132-16/+1
| * | abort rendering early when we don't need toKonstantin Käfer2015-05-131-1/+6
| * | Stop processing SymbolBuckets at the first incomplete bucketThiago Marcos P. Santos2015-05-131-0/+4
| * | Move the Collision object from TileParser to VectorTileDataThiago Marcos P. Santos2015-05-134-9/+22