Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch build system to gyp | Dane Springmeyer | 2014-02-03 | 58 | -173/+27538 |
| | |||||
* | Merge branch 'master' of https://github.com/mapbox/llmr-native | Konstantin Käfer | 2014-02-03 | 14 | -6/+17 |
|\ | |||||
| * | compile fixes on ubuntu precise/g++-4.8 - refs #27 | Dane Springmeyer | 2014-02-03 | 14 | -6/+17 |
| | | |||||
* | | remove c99 features | Konstantin Käfer | 2014-02-03 | 4 | -116/+121 |
|/ | | | | fixes #26 | ||||
* | textured fills | Konstantin Käfer | 2014-02-03 | 24 | -71/+189 |
| | | | | fixes #15 | ||||
* | allow binding the sprite object | Konstantin Käfer | 2014-02-03 | 1 | -0/+25 |
| | | | | refs #15 | ||||
* | add sprite object and parse image | Konstantin Käfer | 2014-02-03 | 5 | -52/+223 |
| | | | | refs #15 | ||||
* | add comment about json stylesheets | Konstantin Käfer | 2014-02-03 | 1 | -0/+2 |
| | |||||
* | first part of loading JSON stylesheets | Konstantin Käfer | 2014-02-03 | 3 | -0/+304 |
| | |||||
* | alternative http_request function | Konstantin Käfer | 2014-02-03 | 3 | -7/+28 |
| | |||||
* | disable clang warning | Konstantin Käfer | 2014-02-03 | 1 | -0/+9 |
| | |||||
* | add rapidjson for parsing sprite json files | Konstantin Käfer | 2014-02-03 | 22 | -17/+2868 |
| | |||||
* | create async() function | Konstantin Käfer | 2014-01-31 | 6 | -104/+53 |
| | |||||
* | add request_http() function | Konstantin Käfer | 2014-01-30 | 2 | -2/+55 |
| | | | | refs #23 | ||||
* | don't pass the entire tile object to changeMatrix | Konstantin Käfer | 2014-01-30 | 3 | -5/+5 |
| | |||||
* | Merge pull request #19 from mapbox/unique-cpp-names | Konstantin Käfer | 2014-01-30 | 6 | -12/+10 |
|\ | | | | | Avoid two cpp files named style.cpp | ||||
| * | fix errors from rename of style.hpp to resources.hpp | Konstantin Käfer | 2014-01-30 | 5 | -11/+9 |
| | | |||||
| * | Merge branch 'master' of github.com:mapbox/llmr-native into unique-cpp-names | Dane Springmeyer | 2014-01-29 | 32 | -277/+532 |
| |\ | |||||
| * | | avoid two cpp files named style.cpp | Dane Springmeyer | 2014-01-29 | 2 | -1/+1 |
| | | | |||||
* | | | add DS_Store to gitignore | Dane Springmeyer | 2014-01-29 | 1 | -1/+2 |
| |/ |/| | |||||
* | | move static global buffers to RAII | Konstantin Käfer | 2014-01-29 | 5 | -70/+113 |
| | | |||||
* | | add bsd license | Konstantin Käfer | 2014-01-29 | 1 | -0/+26 |
| | | | | | | | | closes #7 | ||||
* | | float[16] => std::array<float, 16> | Konstantin Käfer | 2014-01-29 | 6 | -48/+55 |
| | | |||||
* | | linear fades | Konstantin Käfer | 2014-01-29 | 9 | -85/+120 |
| | | |||||
* | | update readme | Konstantin Käfer | 2014-01-29 | 1 | -0/+9 |
| | | |||||
* | | don't use alias | Konstantin Käfer | 2014-01-29 | 1 | -5/+2 |
| | | |||||
* | | add matte | Konstantin Käfer | 2014-01-29 | 3 | -1/+46 |
| | | |||||
* | | let roads show up till z30 | Konstantin Käfer | 2014-01-29 | 3 | -11/+14 |
| | | |||||
* | | parse line width function and call tile destructor from main thread | Konstantin Käfer | 2014-01-29 | 9 | -24/+70 |
| | | |||||
* | | make line drawing work | Konstantin Käfer | 2014-01-29 | 11 | -83/+127 |
|/ | |||||
* | buggy line support | Konstantin Käfer | 2014-01-28 | 16 | -29/+273 |
| | |||||
* | rename shader line -> plain | Konstantin Käfer | 2014-01-28 | 11 | -57/+44 |
| | |||||
* | change coordinate to use null struct | Konstantin Käfer | 2014-01-28 | 5 | -14/+11 |
| | |||||
* | create line geometry | Konstantin Käfer | 2014-01-28 | 14 | -78/+375 |
| | |||||
* | rename stroke=>line, add line painter classes | Konstantin Käfer | 2014-01-28 | 14 | -67/+105 |
| | |||||
* | move vector tile parsing to separate class + iterators | Konstantin Käfer | 2014-01-28 | 6 | -128/+277 |
| | |||||
* | add LineBuffer and change DebugFontBuffer naming | Konstantin Käfer | 2014-01-28 | 10 | -92/+132 |
| | |||||
* | prefer tickets to TODO | Justin R. Miller | 2014-01-27 | 1 | -1/+0 |
| | |||||
* | tiles shouldn't be busted out of the box | Justin R. Miller | 2014-01-27 | 1 | -2/+1 |
| | |||||
* | Merge branch 'master' of github.com:mapbox/llmr-native | Tom MacWright | 2014-01-27 | 2 | -0/+14 |
|\ | |||||
| * | add platform function comments | Konstantin Käfer | 2014-01-27 | 1 | -0/+8 |
| | | |||||
| * | keyboard usage | Konstantin Käfer | 2014-01-27 | 1 | -0/+6 |
| | | |||||
* | | Improve readme | Tom MacWright | 2014-01-27 | 1 | -2/+8 |
|/ | |||||
* | update build instructions | Konstantin Käfer | 2014-01-27 | 1 | -21/+4 |
| | |||||
* | cascade styles | Konstantin Käfer | 2014-01-27 | 16 | -110/+405 |
| | |||||
* | draw fills according to the style | Konstantin Käfer | 2014-01-27 | 29 | -125/+893 |
| | |||||
* | pass style into painter | Konstantin Käfer | 2014-01-23 | 5 | -11/+12 |
| | |||||
* | pass through name when rendering | Konstantin Käfer | 2014-01-23 | 4 | -11/+12 |
| | |||||
* | make bucket noncopyable | Konstantin Käfer | 2014-01-23 | 1 | -2/+9 |
| | |||||
* | make fillbucket members private | Konstantin Käfer | 2014-01-23 | 4 | -19/+33 |
| |