Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch build system to gyp | Dane Springmeyer | 2014-02-03 | 1 | -76/+0 |
* | Merge branch 'master' of https://github.com/mapbox/llmr-native | Konstantin Käfer | 2014-02-03 | 4 | -2/+4 |
|\ | |||||
| * | compile fixes on ubuntu precise/g++-4.8 - refs #27 | Dane Springmeyer | 2014-02-03 | 4 | -2/+4 |
* | | remove c99 features | Konstantin Käfer | 2014-02-03 | 2 | -112/+117 |
|/ | |||||
* | textured fills | Konstantin Käfer | 2014-02-03 | 11 | -63/+142 |
* | allow binding the sprite object | Konstantin Käfer | 2014-02-03 | 1 | -0/+25 |
* | add sprite object and parse image | Konstantin Käfer | 2014-02-03 | 3 | -48/+180 |
* | first part of loading JSON stylesheets | Konstantin Käfer | 2014-02-03 | 1 | -0/+280 |
* | alternative http_request function | Konstantin Käfer | 2014-02-03 | 1 | -7/+4 |
* | add rapidjson for parsing sprite json files | Konstantin Käfer | 2014-02-03 | 5 | -2/+110 |
* | create async() function | Konstantin Käfer | 2014-01-31 | 3 | -29/+30 |
* | don't pass the entire tile object to changeMatrix | Konstantin Käfer | 2014-01-30 | 2 | -4/+3 |
* | fix errors from rename of style.hpp to resources.hpp | Konstantin Käfer | 2014-01-30 | 3 | -4/+2 |
* | Merge branch 'master' of github.com:mapbox/llmr-native into unique-cpp-names | Dane Springmeyer | 2014-01-29 | 17 | -195/+318 |
|\ | |||||
| * | move static global buffers to RAII | Konstantin Käfer | 2014-01-29 | 3 | -64/+42 |
| * | float[16] => std::array<float, 16> | Konstantin Käfer | 2014-01-29 | 3 | -35/+35 |
| * | linear fades | Konstantin Käfer | 2014-01-29 | 4 | -36/+71 |
| * | don't use alias | Konstantin Käfer | 2014-01-29 | 1 | -5/+2 |
| * | add matte | Konstantin Käfer | 2014-01-29 | 2 | -1/+43 |
| * | let roads show up till z30 | Konstantin Käfer | 2014-01-29 | 1 | -8/+9 |
| * | parse line width function and call tile destructor from main thread | Konstantin Käfer | 2014-01-29 | 7 | -24/+66 |
| * | make line drawing work | Konstantin Käfer | 2014-01-29 | 8 | -70/+98 |
* | | avoid two cpp files named style.cpp | Dane Springmeyer | 2014-01-29 | 2 | -1/+1 |
|/ | |||||
* | buggy line support | Konstantin Käfer | 2014-01-28 | 11 | -19/+223 |
* | rename shader line -> plain | Konstantin Käfer | 2014-01-28 | 6 | -44/+30 |
* | change coordinate to use null struct | Konstantin Käfer | 2014-01-28 | 3 | -10/+6 |
* | create line geometry | Konstantin Käfer | 2014-01-28 | 6 | -73/+303 |
* | rename stroke=>line, add line painter classes | Konstantin Käfer | 2014-01-28 | 5 | -28/+62 |
* | move vector tile parsing to separate class + iterators | Konstantin Käfer | 2014-01-28 | 3 | -121/+191 |
* | add LineBuffer and change DebugFontBuffer naming | Konstantin Käfer | 2014-01-28 | 6 | -60/+61 |
* | cascade styles | Konstantin Käfer | 2014-01-27 | 7 | -49/+198 |
* | draw fills according to the style | Konstantin Käfer | 2014-01-27 | 10 | -43/+418 |
* | pass style into painter | Konstantin Käfer | 2014-01-23 | 2 | -7/+4 |
* | pass through name when rendering | Konstantin Käfer | 2014-01-23 | 2 | -9/+10 |
* | make fillbucket members private | Konstantin Käfer | 2014-01-23 | 2 | -15/+27 |
* | add style object | Konstantin Käfer | 2014-01-23 | 5 | -11/+33 |
* | do not use shared pointers for buckets | Konstantin Käfer | 2014-01-23 | 3 | -34/+27 |
* | move to layer system | Konstantin Käfer | 2014-01-23 | 6 | -290/+282 |
* | fix drawFill function | Konstantin Käfer | 2014-01-23 | 1 | -47/+69 |
* | enable antialiasing | Konstantin Käfer | 2014-01-23 | 1 | -30/+30 |
* | render shapes, but only the first one is drawn? | Konstantin Käfer | 2014-01-22 | 4 | -19/+150 |
* | fill drawing | Konstantin Käfer | 2014-01-22 | 4 | -13/+232 |
* | move debug font to separate file | Konstantin Käfer | 2014-01-21 | 2 | -204/+204 |
* | move pbf parsing to use exceptions | Konstantin Käfer | 2014-01-21 | 1 | -14/+12 |
* | make it work on retina screens | Konstantin Käfer | 2014-01-21 | 2 | -2/+4 |
* | define as extern | Konstantin Käfer | 2014-01-21 | 1 | -1/+1 |
* | tile => Tile | Konstantin Käfer | 2014-01-20 | 3 | -45/+45 |
* | transform => Transform | Konstantin Käfer | 2014-01-20 | 3 | -50/+47 |
* | painter => Painter | Konstantin Käfer | 2014-01-20 | 2 | -14/+14 |
* | rename map => Map | Konstantin Käfer | 2014-01-20 | 1 | -20/+20 |