Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core] code style cleanups | Konstantin Käfer | 2016-07-01 | 44 | -123/+190 |
| | | | | | | | - puts function definitions in a namespace ... {} rather than using namespace ...; - remove trailing whitespace - add trailing newline - protect SQL statements from being formatted by clang-format | ||||
* | [android] [core] #5521 - Removing extraneous equals sign | Brad Leege | 2016-06-30 | 1 | -1/+1 |
| | |||||
* | [core] Use the right types for zoom scale logic | Bruno de Oliveira Abinader | 2016-06-28 | 2 | -5/+5 |
| | | | | | | | 32 bit integers should be enough for zoom scale logic. In shape annotation logic, 'maxAmountOfTileFeatures' requires 64 bits because we are multiplying the zoom scale with the extent, which might give a number higher than std::numeric_limits<uint32_t>::max(). | ||||
* | [core] Set annotation max zoom to 18 | Bruno de Oliveira Abinader | 2016-06-28 | 1 | -1/+2 |
| | |||||
* | [core] Merge TexturePool into ObjectStore; pool all textures (#5477) | John Firebaugh | 2016-06-27 | 21 | -182/+57 |
| | |||||
* | [core] Protect against invalid geometries | John Firebaugh | 2016-06-24 | 1 | -1/+2 |
| | |||||
* | [core, node] Implement bindings for addSource | John Firebaugh | 2016-06-24 | 11 | -233/+78 |
| | |||||
* | [core, node] Implement bindings for addLayer | John Firebaugh | 2016-06-24 | 42 | -442/+204 |
| | |||||
* | [core] Adjust layer source properties to better reflect reality | John Firebaugh | 2016-06-24 | 14 | -80/+87 |
| | | | | | | | | * Layer source ID is immutable; must be provided to the constructor * Layer source layer is mutable * Layers with GeoJSON sources do not have a source layer While here, make Layer::copy impl-private. | ||||
* | [core] Split up and clean up conversion.hpp | John Firebaugh | 2016-06-24 | 3 | -34/+10 |
| | |||||
* | [core] Include what you use | John Firebaugh | 2016-06-24 | 7 | -0/+7 |
| | |||||
* | [core] Remove TexturePool from style::UpdateParameters (#5442) | John Firebaugh | 2016-06-22 | 3 | -7/+0 |
| | |||||
* | [core] remove TexturePool dependency from Raster constructor | Konstantin Käfer | 2016-06-22 | 19 | -45/+36 |
| | |||||
* | [core, node] Node bindings for setFilter | John Firebaugh | 2016-06-21 | 4 | -170/+56 |
| | |||||
* | [core] Rewrite style parsing logic for reuse in node bindings | John Firebaugh | 2016-06-21 | 3 | -228/+61 |
| | |||||
* | [core] Factor out thread name setter/getter | Bruno de Oliveira Abinader | 2016-06-20 | 2 | -19/+26 |
| | |||||
* | [core] s/Wireframe/Overdraw/g | Bruno de Oliveira Abinader | 2016-06-20 | 10 | -22/+22 |
| | |||||
* | [core] Refactor wireframe to match JS overdraw mode | Bruno de Oliveira Abinader | 2016-06-20 | 13 | -70/+91 |
| | |||||
* | [core] Added BlendColor GL config value | Bruno de Oliveira Abinader | 2016-06-20 | 2 | -0/+4 |
| | |||||
* | [core] Autogenerate Shader name | Bruno de Oliveira Abinader | 2016-06-20 | 16 | -60/+37 |
| | |||||
* | [core] Cleaned up TransitionOptions | Bruno de Oliveira Abinader | 2016-06-20 | 3 | -4/+2 |
| | |||||
* | [core] Use default transition ease for style transition | Bruno de Oliveira Abinader | 2016-06-20 | 1 | -4/+5 |
| | | | | Fixes #363. | ||||
* | [core] Added mbgl::util::DEFAULT_TRANSITION_EASE | Bruno de Oliveira Abinader | 2016-06-20 | 1 | -1/+1 |
| | |||||
* | [core] Avoid redundant 'inline' usage | Bruno de Oliveira Abinader | 2016-06-18 | 23 | -108/+109 |
| | |||||
* | [core] Cleaned up enum classes | Bruno de Oliveira Abinader | 2016-06-18 | 1 | -5/+5 |
| | | | | | - Replaced static_cast with C++ casts. - Replaced inline with constexpr. | ||||
* | [core] Fix typo in mbgl::Response | Bruno de Oliveira Abinader | 2016-06-18 | 1 | -1/+1 |
| | | | | WIP: Use Enum<Type> for mbgl::Storage::Response::Value. | ||||
* | [core] Avoid unnecessary work when a symbol annotation is updated | John Firebaugh | 2016-06-17 | 5 | -16/+76 |
| | | | | In particular, if only the geometry changes, don't cascade and recalculate the style. | ||||
* | [core] Copy only the necessary style layers to the worker | John Firebaugh | 2016-06-17 | 6 | -31/+42 |
| | |||||
* | [core] Do not use pthread_getname_np before glibc 2.11 | Bruno de Oliveira Abinader | 2016-06-17 | 1 | -2/+8 |
| | | | | Follows approach in src/mbgl/util/thread.hpp header. | ||||
* | [core] Runtime source API: Map methods | John Firebaugh | 2016-06-16 | 3 | -0/+23 |
| | |||||
* | [core] Runtime source API: part 2 | John Firebaugh | 2016-06-16 | 4 | -0/+50 |
| | |||||
* | [core] Runtime source API: private impls | John Firebaugh | 2016-06-16 | 20 | -162/+165 |
| | |||||
* | [core, node] Implement setPaintProperty for color properties (#5380) | John Firebaugh | 2016-06-16 | 2 | -10/+26 |
| | |||||
* | [core] Update test suite; use linear interpolation for rotated icons | John Firebaugh | 2016-06-15 | 1 | -0/+2 |
| | |||||
* | [core] Prepare Filter and FilterEvaluator for extraction (#5366) | John Firebaugh | 2016-06-15 | 4 | -177/+2 |
| | |||||
* | Support for icon-text-fit, icon-text-fit-padding (#5334) | Young Hahn | 2016-06-15 | 9 | -8/+90 |
| | | | | | | | | | | * Add support for icon-text-fit * Port unit tests for getIconQuads() from js => cpp * Add support for padding in all 4 directions. * Update all hashes post-merge | ||||
* | [core] Add a few conveniences to Color | John Firebaugh | 2016-06-15 | 7 | -14/+10 |
| | |||||
* | [core] Remove unused and mis-parsed properties from Tileset | John Firebaugh | 2016-06-15 | 2 | -34/+2 |
| | | | | latitude and longitude were reversed. Fortunately they were not used. | ||||
* | [core] Use variant<std::string, GeoJSON> in GeoJSON source | John Firebaugh | 2016-06-15 | 4 | -41/+34 |
| | |||||
* | [core] Use variant<std::string, Tileset> in TileSource | John Firebaugh | 2016-06-15 | 8 | -200/+222 |
| | | | | A tile source can either specify a URL to TileJSON, or inline TileJSON. | ||||
* | [core] Removed duplicated code in circle shader blur | Bruno de Oliveira Abinader | 2016-06-15 | 1 | -7/+1 |
| | | | | Antialiased blur calculation now happens inside the vertex shader code. | ||||
* | [core] Fix sublayer depth when drawing stroke | Bruno de Oliveira Abinader | 2016-06-15 | 1 | -1/+13 |
| | | | | Port from -js: https://github.com/mapbox/mapbox-gl-js/commit/002c69071275997886fd98aa4dbc6025eed36a86 | ||||
* | [core] Cleaned up Painter::render{Background,Fill} | Bruno de Oliveira Abinader | 2016-06-15 | 2 | -62/+53 |
| | |||||
* | [core] Separate pattern size from draw-time variables | Bruno de Oliveira Abinader | 2016-06-15 | 5 | -101/+63 |
| | | | | Part of https://github.com/mapbox/mapbox-gl-shaders/issues/1. | ||||
* | [core] Added mbgl::util::convert helper function | Bruno de Oliveira Abinader | 2016-06-15 | 1 | -0/+9 |
| | | | | | Converts a given std::array into another using a different (convertible) type. | ||||
* | [core] Cleanup SpriteAtlasPosition | Bruno de Oliveira Abinader | 2016-06-15 | 1 | -7/+3 |
| | |||||
* | Color class (#5361) | Young Hahn | 2016-06-15 | 30 | -43/+69 |
| | | | | | | * Color class * Switch to list initialization | ||||
* | [tidy/linux] modernize-pass-by-value | Bruno de Oliveira Abinader | 2016-06-14 | 1 | -1/+1 |
| | |||||
* | [tidy/linux] modernize-use-default | Bruno de Oliveira Abinader | 2016-06-14 | 1 | -3/+2 |
| | |||||
* | [core] Miscellaneous Source cleanups | John Firebaugh | 2016-06-14 | 2 | -22/+10 |
| |