summaryrefslogtreecommitdiff
path: root/src/mbgl/style/light.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Add style::Layer(Impl) constructorMikhail Pozdnyakov2019-12-131-4/+3
|
* [core] Introduce Light::getProperty()Mikhail Pozdnyakov2019-09-271-26/+57
|
* [build] Disable clang-format on generated codeThiago Marcos P. Santos2019-09-251-0/+4
| | | | Nice to have, but would make maintain the templates a lot harder.
* [core] Use mbgl::underlying_type in style propertiesBruno de Oliveira Abinader2019-09-111-9/+10
|
* [core] Expose mbgl::style::Light::setPropertyBruno de Oliveira Abinader2019-09-111-0/+119
| | | | Works the same way as mbgl::style::set{Paint,Layout}Property functions.
* [build] change style code generator to sort properties alphabeticallyKonstantin Käfer2019-05-021-26/+26
| | | | JSON keys in our style specification don't have a defined order. This change sorts them alphabetically so that we can rely on the order remaining them same across code generation runs.
* [core] cascade ⇢ transition / cascading ⇢ transitionableJohn Firebaugh2017-05-151-12/+12
|
* [core] Merge light_properties.hpp into light_impl.hppJohn Firebaugh2017-05-151-1/+0
|
* [core] Immutable ImplsJohn Firebaugh2017-05-121-17/+45
|
* [core] delegate light changes to render lightIvo van Dongen2017-05-081-40/+31
|
* [core] generated accessor methods on lightIvo van Dongen2017-05-081-0/+115