summaryrefslogtreecommitdiff
path: root/include/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | New mason-based build systemKonstantin Käfer2014-10-221-1/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | first attempt at using mason to install packagesKonstantin Käfer2014-10-201-1/+6
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | background-image supportJohn Firebaugh2014-10-171-1/+7
|/ / / / / /
* | | | | | properly ref/unref the handle and run the loop again for shutdown purposesKonstantin Käfer2014-10-011-1/+1
* | | | | | fix headless testsKonstantin Käfer2014-09-301-1/+1
* | | | | | add reachabilityKonstantin Käfer2014-09-291-0/+3
* | | | | | make SourceInfo object noncopyable and use a shared_pointer for itKonstantin Käfer2014-09-244-6/+6
* | | | | | option to pass data parameter, and add more explanationKonstantin Käfer2014-09-241-4/+9
* | | | | | add a callback to stop() to allow running the current thread's event loopKonstantin Käfer2014-09-242-1/+8
* | | | | | use separate workers for tile parsing to avoid blocking the threadpool for ot...Konstantin Käfer2014-09-241-0/+2
* | | | | | use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-249-59/+57
* | | | | | make sure all of our async handles are stopped before stopping the map threadKonstantin Käfer2014-09-241-3/+8
* | | | | | do 304 requests and cache them in sqliteKonstantin Käfer2014-09-242-5/+8
| |_|_|_|/ |/| | | |
* | | | | Refactor tile cover to match JSJohn Firebaugh2014-09-222-1/+5
| |_|_|/ |/| | |
* | | | SDF icon support (fixes #404)John Firebaugh2014-09-081-1/+2
| |_|/ |/| |
* | | Merge pull request #439 from mapbox/clippingKonstantin Käfer2014-08-263-4/+17
|\ \ \ | |_|/ |/| |
| * | add != operator for certain stdlib implementationsKonstantin Käfer2014-08-211-0/+4
| * | compute unique clip ids per tile, taking covering children into accountKonstantin Käfer2014-08-213-4/+13
| |/
* | Use float for pixelRatioLeo Lou2014-08-221-2/+2
* | Load TileJSON; support inline TileJSON sourcesLauren Budorick2014-08-212-10/+6
|/
* use pimpl for collision in tile_parserKonstantin Käfer2014-08-151-2/+3
* remove trailing whitespaceKonstantin Käfer2014-08-121-1/+1
* use unified RenderPass typeKonstantin Käfer2014-08-121-2/+0
* Merge branch 'master' into rasterizeKonstantin Käfer2014-08-122-2/+2
|\
| * remove uv.h dependency from header filesKonstantin Käfer2014-08-122-2/+2
* | minor access changes etcLauren Budorick2014-08-111-2/+2
* | VICTORYLauren Budorick2014-08-115-5/+5
* | render single tile in source.cppLauren Budorick2014-08-112-2/+2
* | rebase fixLauren Budorick2014-08-111-1/+0
* | committing so as to be revertable when i accidentally destroy the painter fnsLauren Budorick2014-08-111-1/+2
* | textures binding to map, just the wrong textures -- but so much closerLauren Budorick2014-08-111-2/+3
* | need to figure out how to use modified matrix in drawing prerendered texturesLauren Budorick2014-08-111-1/+1
* | still not workingLauren Budorick2014-08-111-1/+0
* | rm rasterize_properties, should be close to working...doesn't workLauren Budorick2014-08-112-1/+5
* | take 2, still not workingLauren Budorick2014-08-111-0/+2
* | nonworking prerendering attemptsLauren Budorick2014-08-111-1/+3
|/
* use a file source object to abstract loading of resourcesKonstantin Käfer2014-08-081-0/+1
* use filesource object for loading all http stuffKonstantin Käfer2014-08-082-11/+16
* Merge branch 'master' into symbolsKonstantin Käfer2014-08-061-1/+1
|\
| * Remove unusedJohn Firebaugh2014-07-311-1/+1
* | correctly calculate placement depthKonstantin Käfer2014-08-051-0/+3
* | update symbol placement to be more like jsKonstantin Käfer2014-08-042-3/+3
* | better warning messagesKonstantin Käfer2014-07-311-1/+5
* | move sprite to a use future loadingKonstantin Käfer2014-07-313-14/+28
* | merge text and icon buckets/stylesKonstantin Käfer2014-07-291-8/+3
|/
* more include what you useKonstantin Käfer2014-07-2311-60/+83
* include what you useKonstantin Käfer2014-07-231-11/+16
* Fix sprite->pos data raceJohn Firebaugh2014-07-211-1/+2
* Flip name and units and sign of rotation APIJohn Firebaugh2014-07-211-3/+3
* pass SourceInfo object to TileData so that we can not skip buckets that appea...Konstantin Käfer2014-07-173-3/+9