summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* switch build system to gypDane Springmeyer2014-02-0358-173/+27538
* Merge branch 'master' of https://github.com/mapbox/llmr-nativeKonstantin Käfer2014-02-0314-6/+17
|\
| * compile fixes on ubuntu precise/g++-4.8 - refs #27Dane Springmeyer2014-02-0314-6/+17
* | remove c99 featuresKonstantin Käfer2014-02-034-116/+121
|/
* textured fillsKonstantin Käfer2014-02-0324-71/+189
* allow binding the sprite objectKonstantin Käfer2014-02-031-0/+25
* add sprite object and parse imageKonstantin Käfer2014-02-035-52/+223
* add comment about json stylesheetsKonstantin Käfer2014-02-031-0/+2
* first part of loading JSON stylesheetsKonstantin Käfer2014-02-033-0/+304
* alternative http_request functionKonstantin Käfer2014-02-033-7/+28
* disable clang warningKonstantin Käfer2014-02-031-0/+9
* add rapidjson for parsing sprite json filesKonstantin Käfer2014-02-0322-17/+2868
* create async() functionKonstantin Käfer2014-01-316-104/+53
* add request_http() functionKonstantin Käfer2014-01-302-2/+55
* don't pass the entire tile object to changeMatrixKonstantin Käfer2014-01-303-5/+5
* Merge pull request #19 from mapbox/unique-cpp-namesKonstantin Käfer2014-01-306-12/+10
|\
| * fix errors from rename of style.hpp to resources.hppKonstantin Käfer2014-01-305-11/+9
| * Merge branch 'master' of github.com:mapbox/llmr-native into unique-cpp-namesDane Springmeyer2014-01-2932-277/+532
| |\
| * | avoid two cpp files named style.cppDane Springmeyer2014-01-292-1/+1
* | | add DS_Store to gitignoreDane Springmeyer2014-01-291-1/+2
| |/ |/|
* | move static global buffers to RAIIKonstantin Käfer2014-01-295-70/+113
* | add bsd licenseKonstantin Käfer2014-01-291-0/+26
* | float[16] => std::array<float, 16>Konstantin Käfer2014-01-296-48/+55
* | linear fadesKonstantin Käfer2014-01-299-85/+120
* | update readmeKonstantin Käfer2014-01-291-0/+9
* | don't use aliasKonstantin Käfer2014-01-291-5/+2
* | add matteKonstantin Käfer2014-01-293-1/+46
* | let roads show up till z30Konstantin Käfer2014-01-293-11/+14
* | parse line width function and call tile destructor from main threadKonstantin Käfer2014-01-299-24/+70
* | make line drawing workKonstantin Käfer2014-01-2911-83/+127
|/
* buggy line supportKonstantin Käfer2014-01-2816-29/+273
* rename shader line -> plainKonstantin Käfer2014-01-2811-57/+44
* change coordinate to use null structKonstantin Käfer2014-01-285-14/+11
* create line geometryKonstantin Käfer2014-01-2814-78/+375
* rename stroke=>line, add line painter classesKonstantin Käfer2014-01-2814-67/+105
* move vector tile parsing to separate class + iteratorsKonstantin Käfer2014-01-286-128/+277
* add LineBuffer and change DebugFontBuffer namingKonstantin Käfer2014-01-2810-92/+132
* prefer tickets to TODOJustin R. Miller2014-01-271-1/+0
* tiles shouldn't be busted out of the boxJustin R. Miller2014-01-271-2/+1
* Merge branch 'master' of github.com:mapbox/llmr-nativeTom MacWright2014-01-272-0/+14
|\
| * add platform function commentsKonstantin Käfer2014-01-271-0/+8
| * keyboard usageKonstantin Käfer2014-01-271-0/+6
* | Improve readmeTom MacWright2014-01-271-2/+8
|/
* update build instructionsKonstantin Käfer2014-01-271-21/+4
* cascade stylesKonstantin Käfer2014-01-2716-110/+405
* draw fills according to the styleKonstantin Käfer2014-01-2729-125/+893
* pass style into painterKonstantin Käfer2014-01-235-11/+12
* pass through name when renderingKonstantin Käfer2014-01-234-11/+12
* make bucket noncopyableKonstantin Käfer2014-01-231-2/+9
* make fillbucket members privateKonstantin Käfer2014-01-234-19/+33