Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing header | Konstantin Käfer | 2014-04-09 | 1 | -0/+1 |
* | add libboost back to build system | Konstantin Käfer | 2014-04-09 | 2 | -0/+3 |
* | change sprite URL to more reliable endpoint | Justin R. Miller | 2014-03-29 | 1 | -1/+1 |
* | add min/max functions and refactor FunctionProperty | Konstantin Käfer | 2014-03-26 | 3 | -99/+45 |
* | Merge branch 'master' of github.com:mapbox/llmr-native | Justin R. Miller | 2014-03-25 | 28 | -292/+2285 |
|\ | |||||
| * | fix text fading preventing render idling | Konstantin Käfer | 2014-03-25 | 1 | -2/+2 |
| * | fix urls | Konstantin Käfer | 2014-03-25 | 1 | -2/+2 |
| * | use unique_ptr for buckets rather than shared_ptrs | Konstantin Käfer | 2014-03-25 | 1 | -15/+17 |
| * | do not use shared pointers for buffers | Konstantin Käfer | 2014-03-25 | 5 | -84/+76 |
| * | fix build by changing to enabled | Konstantin Käfer | 2014-03-25 | 1 | -1/+1 |
| * | remove generated files | Konstantin Käfer | 2014-03-25 | 1 | -7/+0 |
| * | change hidden to enabled | Konstantin Käfer | 2014-03-25 | 3 | -15/+15 |
| * | build shaders for either desktop gl or gles2 | Konstantin Käfer | 2014-03-25 | 2 | -53/+3 |
| * | debug changes | Konstantin Käfer | 2014-03-25 | 3 | -4/+4 |
| * | reorder vertices | Konstantin Käfer | 2014-03-25 | 2 | -10/+8 |
| * | add shader optimizer and reorder components | Konstantin Käfer | 2014-03-25 | 4 | -62/+36 |
| * | only animate when we need to fade the text | Konstantin Käfer | 2014-03-24 | 3 | -1/+36 |
| * | remove commented out js code | Konstantin Käfer | 2014-03-24 | 1 | -14/+0 |
| * | implement alwaysVisible | Konstantin Käfer | 2014-03-24 | 6 | -7/+17 |
| * | explicitly specify font size in class | Konstantin Käfer | 2014-03-24 | 1 | -1/+1 |
| * | don't treat negative values as placement failure | Konstantin Käfer | 2014-03-24 | 1 | -3/+2 |
| * | fix glyphs that have no pixels but an advance (e.g. spaces) | Konstantin Käfer | 2014-03-24 | 1 | -1/+1 |
| * | update style.cpp | Konstantin Käfer | 2014-03-24 | 1 | -1/+1 |
| * | add toString method for Value variant | Konstantin Käfer | 2014-03-24 | 1 | -0/+9 |
| * | parse text-specific style properties | Konstantin Käfer | 2014-03-24 | 1 | -0/+19 |
| * | set correct strata | Konstantin Käfer | 2014-03-24 | 1 | -0/+2 |
| * | exponential functions | Konstantin Käfer | 2014-03-24 | 2 | -0/+22 |
| * | normalizedZoom() == zoom level of the visual appearance | Konstantin Käfer | 2014-03-24 | 3 | -8/+12 |
| * | use the correct glyphs | Konstantin Käfer | 2014-03-24 | 3 | -10/+17 |
| * | fix color parsing | Konstantin Käfer | 2014-03-24 | 3 | -6/+5 |
| * | add text rendering code | Konstantin Käfer | 2014-03-21 | 7 | -22/+187 |
| * | add textshader | Konstantin Käfer | 2014-03-21 | 5 | -6/+224 |
| * | Merge branch 'master' into sdf | Konstantin Käfer | 2014-03-21 | 13 | -186/+438 |
| |\ | |||||
| * | | port remainder of the the placement algorithm | Konstantin Käfer | 2014-03-19 | 9 | -102/+553 |
| * | | explicit names | Konstantin Käfer | 2014-03-18 | 1 | -6/+7 |
| * | | missing braces | Konstantin Käfer | 2014-03-17 | 1 | -1/+2 |
| * | | force explicit types | Konstantin Käfer | 2014-03-17 | 1 | -4/+4 |
| * | | format fixes | Konstantin Käfer | 2014-03-17 | 1 | -12/+15 |
| * | | port of collision class | Konstantin Käfer | 2014-03-17 | 2 | -6/+296 |
| * | | add rotation range tests | Konstantin Käfer | 2014-03-17 | 1 | -2/+2 |
| * | | rename text shader file | Konstantin Käfer | 2014-03-17 | 2 | -2/+2 |
| * | | port rotationrange.js (still missing tests) | Konstantin Käfer | 2014-03-14 | 1 | -0/+259 |
| * | | remove unused glyphs from atlas again | Konstantin Käfer | 2014-03-14 | 1 | -0/+1 |
| * | | add debug window showing the glyph atlas | Konstantin Käfer | 2014-03-14 | 2 | -0/+5 |
| * | | move tile parsing to its own object | Konstantin Käfer | 2014-03-14 | 2 | -157/+167 |
| * | | add glyph atlas to map | Konstantin Käfer | 2014-03-14 | 3 | -5/+32 |
| * | | extract label shaping | Konstantin Käfer | 2014-03-14 | 6 | -15/+81 |
| * | | use feature_type to distinguish between geometry type and bucket type | Konstantin Käfer | 2014-03-14 | 2 | -2/+18 |
| * | | use external library | Konstantin Käfer | 2014-03-14 | 1 | -0/+1 |
| * | | parse feature objects so that we can access all tags | Konstantin Käfer | 2014-03-14 | 2 | -10/+101 |