summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* add style objectKonstantin Käfer2014-01-239-30/+56
* do not use shared pointers for bucketsKonstantin Käfer2014-01-237-40/+30
* move to layer systemKonstantin Käfer2014-01-2314-350/+476
* fix drawFill functionKonstantin Käfer2014-01-232-48/+73
* enable antialiasingKonstantin Käfer2014-01-231-30/+30
* render shapes, but only the first one is drawn?Konstantin Käfer2014-01-225-19/+152
* fill drawingKonstantin Käfer2014-01-2210-33/+370
* move debug font to separate fileKonstantin Käfer2014-01-212-204/+204
* move pbf parsing to use exceptionsKonstantin Käfer2014-01-212-169/+109
* make it work on retina screensKonstantin Käfer2014-01-215-10/+20
* define as externKonstantin Käfer2014-01-212-3/+3
* tile => TileKonstantin Käfer2014-01-208-74/+75
* make Map noncopyableKonstantin Käfer2014-01-201-0/+7
* transform => TransformKonstantin Käfer2014-01-206-61/+57
* painter => PainterKonstantin Käfer2014-01-204-21/+21
* rename map => MapKonstantin Käfer2014-01-203-24/+24
* rename settings => SettingsKonstantin Käfer2014-01-208-57/+57
* make objects noncopyableKonstantin Käfer2014-01-206-3/+40
* rename + move to c++Konstantin Käfer2014-01-2010-39/+39
* move shaders to cpp fileKonstantin Käfer2014-01-207-32/+27
* update style protobufKonstantin Käfer2014-01-182-15/+47
* remove unused codeKonstantin Käfer2014-01-172-26/+0