summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* drawing lines with trianglesKonstantin Käfer2014-02-1115-197/+294
* common buffer implementationKonstantin Käfer2014-02-108-158/+63
* c++ - prefer switch over long-ish if/else (be nice to compiler)artemp2014-02-101-10/+13
* clean up duplicate calculations on animation branchingJustin R. Miller2014-02-071-8/+13
* expose transform animations cancel through mapJustin R. Miller2014-02-071-0/+4
* Merge branch 'master' of https://github.com/mapbox/llmr-nativeKonstantin Käfer2014-02-072-5/+10
|\
| * allow for animated movesJustin R. Miller2014-02-062-5/+10
* | add cancelAnimations() functionKonstantin Käfer2014-02-071-0/+4
|/
* always rerender when calling update()Konstantin Käfer2014-02-061-3/+2
* render updates if tiles changed after movementsKonstantin Käfer2014-02-061-6/+17
* revert back to 32767Konstantin Käfer2014-02-064-3/+4
* Merge remote-tracking branch 'origin/animated-scale'Konstantin Käfer2014-02-062-16/+19
|\
| * refs #30: animated scaleByJustin R. Miller2014-02-052-16/+19
* | Merge branch 'master' of https://github.com/mapbox/llmr-nativeKonstantin Käfer2014-02-0612-46/+42
|\ \
| * | c++artemp2014-02-061-1/+1
| * | c++artemp2014-02-061-11/+7
| * | c++artemp2014-02-068-16/+14
| * | c++artemp2014-02-065-10/+10
| * | c++artemp2014-02-063-8/+10
| |/
* | skip unknown glyphsKonstantin Käfer2014-02-061-1/+7
* | make debug font constKonstantin Käfer2014-02-061-97/+97
|/
* textured fills & enforce vao program with templatesKonstantin Käfer2014-02-0511-107/+86
* always pass the parameters and verify that they're correctKonstantin Käfer2014-02-052-37/+9
* remove switchShader()Konstantin Käfer2014-02-056-68/+19
* move to vertex array objectsKonstantin Käfer2014-02-0511-140/+165
* initialize variablesKonstantin Käfer2014-02-051-1/+1
* correctly specify the number of attribute elementsKonstantin Käfer2014-02-051-2/+2
* fixes #33: rotate around arbitrary pointJustin R. Miller2014-02-041-1/+15
* refs #24: Gyp-built iOS test appJustin R. Miller2014-02-042-2/+28
* abstract hardcoded URLs for nowJustin R. Miller2014-02-042-2/+2
* fix build on linuxKonstantin Käfer2014-02-041-0/+1
* remove hardcoded #version 120Konstantin Käfer2014-02-043-12/+11
* add <algorithm> headersKonstantin Käfer2014-02-042-0/+3
* refactor header includesKonstantin Käfer2014-02-044-36/+21
* remove VectorTile member variable of TileKonstantin Käfer2014-02-043-6/+9
* add textured waterKonstantin Käfer2014-02-041-18/+19
* fix sprite.cpp compile on linux - refs #27Dane Springmeyer2014-02-031-2/+2
* switch build system to gypDane Springmeyer2014-02-031-76/+0
* Merge branch 'master' of https://github.com/mapbox/llmr-nativeKonstantin Käfer2014-02-034-2/+4
|\
| * compile fixes on ubuntu precise/g++-4.8 - refs #27Dane Springmeyer2014-02-034-2/+4
* | remove c99 featuresKonstantin Käfer2014-02-032-112/+117
|/
* textured fillsKonstantin Käfer2014-02-0311-63/+142
* allow binding the sprite objectKonstantin Käfer2014-02-031-0/+25
* add sprite object and parse imageKonstantin Käfer2014-02-033-48/+180
* first part of loading JSON stylesheetsKonstantin Käfer2014-02-031-0/+280
* alternative http_request functionKonstantin Käfer2014-02-031-7/+4
* add rapidjson for parsing sprite json filesKonstantin Käfer2014-02-035-2/+110
* create async() functionKonstantin Käfer2014-01-313-29/+30
* don't pass the entire tile object to changeMatrixKonstantin Käfer2014-01-302-4/+3
* fix errors from rename of style.hpp to resources.hppKonstantin Käfer2014-01-303-4/+2