Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into tessellation | Konstantin Käfer | 2014-02-28 | 3 | -4/+28 |
|\ | |||||
| * | Merge pull request #68 from mapbox/poi-render | Konstantin Käfer | 2014-02-21 | 3 | -2/+28 |
| |\ | |||||
| | * | add timeouts for panning,scaling,rotating | Konstantin Käfer | 2014-02-21 | 2 | -1/+15 |
| | * | enable texture interpolation during rotating and scaling | Konstantin Käfer | 2014-02-19 | 2 | -0/+7 |
| | * | refs #60: first cut of POI rendering | Justin R. Miller | 2014-02-14 | 2 | -1/+6 |
| * | | trigger a bogus mouse move event to interrupt glfwWaitEvents() | Konstantin Käfer | 2014-02-21 | 1 | -2/+0 |
| |/ | |||||
* | | allow switching the vao if we switch the style from plain color to pattern fill | Konstantin Käfer | 2014-02-18 | 1 | -1/+1 |
|/ | |||||
* | clean up settings mechanism (fixes #9 & #62) | Justin R. Miller | 2014-02-13 | 1 | -3/+4 |
* | move tile size to constants.hpp | Konstantin Käfer | 2014-02-13 | 1 | -3/+0 |
* | cut down on redundant gl uniform changes | Konstantin Käfer | 2014-02-13 | 1 | -3/+3 |
* | change line_strip drawing for outlines to indexed lines | Konstantin Käfer | 2014-02-13 | 1 | -0/+3 |
* | fixes #57: flesh out remainder of getters & setters plus animation | Justin R. Miller | 2014-02-12 | 2 | -12/+15 |
* | drawing lines with triangles | Konstantin Käfer | 2014-02-11 | 1 | -4/+6 |
* | common buffer implementation | Konstantin Käfer | 2014-02-10 | 1 | -2/+4 |
* | expose transform animations cancel through map | Justin R. Miller | 2014-02-07 | 1 | -0/+1 |
* | Merge branch 'master' of https://github.com/mapbox/llmr-native | Konstantin Käfer | 2014-02-07 | 2 | -2/+2 |
|\ | |||||
| * | allow for animated moves | Justin R. Miller | 2014-02-06 | 2 | -2/+2 |
* | | add cancelAnimations() function | Konstantin Käfer | 2014-02-07 | 1 | -0/+1 |
|/ | |||||
* | render updates if tiles changed after movements | Konstantin Käfer | 2014-02-06 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/animated-scale' | Konstantin Käfer | 2014-02-06 | 2 | -4/+4 |
|\ | |||||
| * | refs #30: animated scaleBy | Justin R. Miller | 2014-02-05 | 2 | -4/+4 |
* | | c++ | artemp | 2014-02-06 | 4 | -32/+12 |
|/ | |||||
* | textured fills & enforce vao program with templates | Konstantin Käfer | 2014-02-05 | 1 | -1/+2 |
* | move to vertex array objects | Konstantin Käfer | 2014-02-05 | 1 | -2/+5 |
* | fixes #33: rotate around arbitrary point | Justin R. Miller | 2014-02-04 | 1 | -1/+1 |
* | refs #24: Gyp-built iOS test app | Justin R. Miller | 2014-02-04 | 1 | -6/+17 |
* | refactor header includes | Konstantin Käfer | 2014-02-04 | 4 | -65/+18 |
* | remove VectorTile member variable of Tile | Konstantin Käfer | 2014-02-04 | 1 | -4/+4 |
* | compile fixes on ubuntu precise/g++-4.8 - refs #27 | Dane Springmeyer | 2014-02-03 | 1 | -0/+1 |
* | textured fills | Konstantin Käfer | 2014-02-03 | 1 | -2/+0 |
* | add sprite object and parse image | Konstantin Käfer | 2014-02-03 | 1 | -0/+4 |
* | add rapidjson for parsing sprite json files | Konstantin Käfer | 2014-02-03 | 2 | -1/+2 |
* | create async() function | Konstantin Käfer | 2014-01-31 | 1 | -5/+7 |
* | float[16] => std::array<float, 16> | Konstantin Käfer | 2014-01-29 | 1 | -1/+2 |
* | parse line width function and call tile destructor from main thread | Konstantin Käfer | 2014-01-29 | 1 | -0/+1 |
* | buggy line support | Konstantin Käfer | 2014-01-28 | 1 | -8/+13 |
* | change coordinate to use null struct | Konstantin Käfer | 2014-01-28 | 1 | -3/+4 |
* | create line geometry | Konstantin Käfer | 2014-01-28 | 1 | -0/+22 |
* | rename stroke=>line, add line painter classes | Konstantin Käfer | 2014-01-28 | 1 | -0/+1 |
* | move vector tile parsing to separate class + iterators | Konstantin Käfer | 2014-01-28 | 2 | -7/+75 |
* | add LineBuffer and change DebugFontBuffer naming | Konstantin Käfer | 2014-01-28 | 1 | -3/+3 |
* | cascade styles | Konstantin Käfer | 2014-01-27 | 1 | -1/+1 |
* | draw fills according to the style | Konstantin Käfer | 2014-01-27 | 3 | -28/+47 |
* | pass style into painter | Konstantin Käfer | 2014-01-23 | 1 | -1/+1 |
* | add style object | Konstantin Käfer | 2014-01-23 | 2 | -6/+3 |
* | do not use shared pointers for buckets | Konstantin Käfer | 2014-01-23 | 1 | -1/+1 |
* | move to layer system | Konstantin Käfer | 2014-01-23 | 2 | -56/+49 |
* | fill drawing | Konstantin Käfer | 2014-01-22 | 1 | -7/+65 |
* | make it work on retina screens | Konstantin Käfer | 2014-01-21 | 2 | -1/+5 |
* | tile => Tile | Konstantin Käfer | 2014-01-20 | 2 | -19/+21 |