summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* parsing brightness correctlyLauren Budorick2014-08-122-1/+2
* Raster styling all functional except brightness -- need to rework parsingLauren Budorick2014-08-122-0/+21
* remove trailing whitespaceKonstantin Käfer2014-08-125-8/+8
* use unified RenderPass typeKonstantin Käfer2014-08-122-3/+3
* Merge branch 'master' into rasterizeKonstantin Käfer2014-08-121-0/+1
|\
| * explicitly define destructor to avoid destructing with forward declarationKonstantin Käfer2014-08-121-0/+1
* | Merge branch 'master' into rasterizeKonstantin Käfer2014-08-129-172/+176
|\ \ | |/
| * remove uv.h dependency from header filesKonstantin Käfer2014-08-128-168/+173
| * remove uv.h dependency in util/time.hppKonstantin Käfer2014-08-111-4/+3
* | minor access changes etcLauren Budorick2014-08-112-3/+2
* | some cleaning up, raster spin->hue-rotate renameLauren Budorick2014-08-113-4/+4
* | VICTORYLauren Budorick2014-08-1112-22/+22
* | render single tile in source.cppLauren Budorick2014-08-112-2/+2
* | rebase fixLauren Budorick2014-08-111-1/+0
* | committing so as to be revertable when i accidentally destroy the painter fnsLauren Budorick2014-08-111-1/+2
* | textures binding to map, just the wrong textures -- but so much closerLauren Budorick2014-08-111-2/+3
* | need to figure out how to use modified matrix in drawing prerendered texturesLauren Budorick2014-08-111-1/+1
* | still not workingLauren Budorick2014-08-114-2/+9
* | rm rasterize_properties, should be close to working...doesn't workLauren Budorick2014-08-1110-63/+24
* | take 2, still not workingLauren Budorick2014-08-115-6/+9
* | nonworking prerendering attemptsLauren Budorick2014-08-114-5/+13
|/
* Merge pull request #407 from mapbox/filesourceKonstantin Käfer2014-08-115-13/+80
|\
| * don't automatically move back to main threadKonstantin Käfer2014-08-111-4/+2
| * skip null byteKonstantin Käfer2014-08-111-1/+1
| * use a file source object to abstract loading of resourcesKonstantin Käfer2014-08-083-1/+16
| * use filesource object for loading all http stuffKonstantin Käfer2014-08-084-13/+67
* | Support dashes in tokensJohn Firebaugh2014-08-081-1/+1
|/
* Eliminate warningsJohn Firebaugh2014-08-071-0/+1
* fix crash bug for styles that have no glyph url specifiedKonstantin Käfer2014-08-061-2/+4
* Merge branch 'master' into symbolsKonstantin Käfer2014-08-063-5/+14
|\
| * implement `line-blur` and fix retina antialiasingAnsis Brammanis2014-08-051-0/+4
| * Avoid libuv resource leaks (fixes #395)John Firebaugh2014-08-021-4/+9
| * Remove unusedJohn Firebaugh2014-07-311-1/+1
* | fix icon renderingKonstantin Käfer2014-08-061-0/+4
* | port text alignment algorithmKonstantin Käfer2014-08-051-11/+6
* | include <array>Konstantin Käfer2014-08-051-0/+2
* | correctly calculate placement depthKonstantin Käfer2014-08-051-0/+3
* | change max_angle_delta to max_angleKonstantin Käfer2014-08-041-1/+1
* | fix boolean operatorsKonstantin Käfer2014-08-042-3/+3
* | update symbol placement to be more like jsKonstantin Käfer2014-08-049-60/+74
* | update shaders and backport some collision changesKonstantin Käfer2014-08-045-40/+80
* | port https://github.com/mapbox/mapbox-gl-js/commit/954dc6591fb6bef812881daf68...Konstantin Käfer2014-08-011-13/+7
* | better warning messagesKonstantin Käfer2014-07-311-1/+5
* | move sprite to a use future loadingKonstantin Käfer2014-07-316-25/+45
* | merge text and icon buckets/stylesKonstantin Käfer2014-07-2911-310/+226
* | add symbol* properties/keysKonstantin Käfer2014-07-294-1/+126
|/
* change text-max-angle to accept degrees and convert to radiansEden Halperin2014-07-261-1/+1
* line-join defaults to miter (fixes #384)John Firebaugh2014-07-251-6/+4
* line-width defaults to 1 (fixes #388)John Firebaugh2014-07-251-1/+1
* reduce maxPlacementScaleKonstantin Käfer2014-07-231-1/+1