summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* drawing lines with trianglesKonstantin Käfer2014-02-1113-56/+139
* add more docsKonstantin Käfer2014-02-101-0/+3
* add missing buffer.hppKonstantin Käfer2014-02-101-0/+73
* common buffer implementationKonstantin Käfer2014-02-106-61/+36
* c++ - change types order in boost::variant to move std::string to the endartemp2014-02-101-1/+1
* expose transform animations cancel through mapJustin R. Miller2014-02-071-0/+1
* use a publicly accessible sprite imageKonstantin Käfer2014-02-071-1/+1
* Merge branch 'master' of https://github.com/mapbox/llmr-nativeKonstantin Käfer2014-02-072-2/+2
|\
| * allow for animated movesJustin R. Miller2014-02-062-2/+2
* | add cancelAnimations() functionKonstantin Käfer2014-02-071-0/+1
|/
* add cstring headerKonstantin Käfer2014-02-061-0/+1
* render updates if tiles changed after movementsKonstantin Käfer2014-02-061-1/+1
* Merge remote-tracking branch 'origin/animated-scale'Konstantin Käfer2014-02-062-4/+4
|\
| * refs #30: animated scaleByJustin R. Miller2014-02-052-4/+4
* | c++artemp2014-02-061-2/+2
* | c++artemp2014-02-061-9/+5
* | c++artemp2014-02-062-2/+2
* | c++artemp2014-02-063-7/+6
* | c++artemp2014-02-0615-89/+68
|/
* textured fills & enforce vao program with templatesKonstantin Käfer2014-02-0511-73/+30
* always pass the parameters and verify that they're correctKonstantin Käfer2014-02-052-28/+32
* remove switchShader()Konstantin Käfer2014-02-052-27/+16
* change back to use web-provided version of resourcesKonstantin Käfer2014-02-051-2/+2
* move to vertex array objectsKonstantin Käfer2014-02-0512-9/+131
* add aliases for VAOsKonstantin Käfer2014-02-051-0/+3
* initialize variablesKonstantin Käfer2014-02-051-6/+10
* fixes #33: rotate around arbitrary pointJustin R. Miller2014-02-041-1/+1
* refs #24: Gyp-built iOS test appJustin R. Miller2014-02-042-8/+19
* abstract hardcoded URLs for nowJustin R. Miller2014-02-041-0/+3
* fix emplace_backKonstantin Käfer2014-02-041-4/+4
* add binpack classKonstantin Käfer2014-02-041-0/+113
* add <memory>Konstantin Käfer2014-02-041-0/+1
* refactor header includesKonstantin Käfer2014-02-047-86/+43
* remove VectorTile member variable of TileKonstantin Käfer2014-02-041-4/+4
* fix compile on linuxDane Springmeyer2014-02-031-0/+1
* compile fixes on ubuntu precise/g++-4.8 - refs #27Dane Springmeyer2014-02-0310-4/+13
* textured fillsKonstantin Käfer2014-02-039-7/+40
* add sprite object and parse imageKonstantin Käfer2014-02-032-4/+43
* add comment about json stylesheetsKonstantin Käfer2014-02-031-0/+2
* first part of loading JSON stylesheetsKonstantin Käfer2014-02-032-0/+24
* alternative http_request functionKonstantin Käfer2014-02-031-0/+1
* disable clang warningKonstantin Käfer2014-02-031-0/+9
* add rapidjson for parsing sprite json filesKonstantin Käfer2014-02-0314-9/+2710
* create async() functionKonstantin Käfer2014-01-312-11/+9
* add request_http() functionKonstantin Käfer2014-01-301-0/+15
* don't pass the entire tile object to changeMatrixKonstantin Käfer2014-01-301-1/+2
* fix errors from rename of style.hpp to resources.hppKonstantin Käfer2014-01-301-2/+2
* move static global buffers to RAIIKonstantin Käfer2014-01-292-6/+71
* float[16] => std::array<float, 16>Konstantin Käfer2014-01-293-13/+20
* linear fadesKonstantin Käfer2014-01-291-1/+5