summaryrefslogtreecommitdiff
path: root/include/llmr/map
Commit message (Expand)AuthorAgeFilesLines
* include <memory> / fix compile issues with g++-4.9Dane Springmeyer2014-05-291-0/+1
* Merge branch 'glyphrange-boost-locale' into glyphrange-yh-guessesYoung Hahn2014-05-291-1/+2
|\
* | Stash.Young Hahn2014-05-291-0/+3
|/
* add glyph store and load glyph pbfsKonstantin Käfer2014-05-282-1/+6
* use an unordered map for bucket name => bucketKonstantin Käfer2014-05-281-2/+2
* disallow/undo rotation at low zooms and near world edgeJustin R. Miller2014-05-233-5/+16
* remove unneeded headersJustin R. Miller2014-05-231-2/+0
* fixes #48: constrain min zoom/vertical pan to within worldJustin R. Miller2014-05-221-0/+2
* fix framebuffer drawing on iosKonstantin Käfer2014-05-221-0/+1
* add cleanup call for destroying framebuffersKonstantin Käfer2014-05-221-0/+5
* make sure we're not calling functions that aren't threadsafeKonstantin Käfer2014-05-221-1/+1
* fix alpha blending + add depth/stencil buffersKonstantin Käfer2014-05-212-12/+8
* first shot at composited blendingKonstantin Käfer2014-05-211-0/+9
* partially revert 6136ab6d213c0aa5e6afba632fc42b5999e70615Konstantin Käfer2014-05-211-3/+3
* Merge branch 'master' into outdoors-styleKonstantin Käfer2014-05-193-4/+9
|\
| * use sprite atlasKonstantin Käfer2014-05-192-2/+6
| * encode icon texture coordinate in buffer so we can render all pois with 1 dra...Konstantin Käfer2014-05-191-0/+1
| * rename point => iconKonstantin Käfer2014-05-152-3/+3
* | Merge branch 'master' into outdoors-styleKonstantin Käfer2014-05-142-3/+3
|\ \ | |/
| * always use std:: namespace for math functionsKonstantin Käfer2014-05-142-3/+3
* | Merge branch 'master' into outdoors-styleKonstantin Käfer2014-05-137-71/+157
|\ \ | |/
| * move tiles to std::map for faster lookupsKonstantin Käfer2014-05-131-1/+1
| * move weak_ptr list of tile_data objects to a map for faster lookupsKonstantin Käfer2014-05-131-1/+2
| * don't try to render layers that do not produce anyting during the current ren...Konstantin Käfer2014-05-121-2/+8
| * only paint layer if it has dataKonstantin Käfer2014-05-123-0/+3
| * draw by layer, not by tileKonstantin Käfer2014-05-122-1/+4
| * Calculate clip IDs with a huffman prefix treeKonstantin Käfer2014-05-097-69/+142
* | update style with labelsEden Halperin2014-05-091-1/+1
|/
* add setAngle() call with durationKonstantin Käfer2014-05-021-1/+2
* formattingKonstantin Käfer2014-05-021-1/+3
* rename animation => transitionKonstantin Käfer2014-04-302-12/+12
* update framehistory to use nanosecond timestampsKonstantin Käfer2014-04-301-0/+2
* move animation time api to use nanosecondsKonstantin Käfer2014-04-303-15/+16
* remove concept of settings object from libraryKonstantin Käfer2014-04-302-27/+9
* hide atomic flags as implementation detailKonstantin Käfer2014-04-301-4/+8
* move to libuv for the rendering loopKonstantin Käfer2014-04-306-92/+205
* fix headless test caseKonstantin Käfer2014-04-251-0/+1
* use an event loop per map that is not the render threadKonstantin Käfer2014-04-253-6/+29
* cleanup + unused argumentsKonstantin Käfer2014-04-161-3/+3
* remove more unused variablesKonstantin Käfer2014-04-162-6/+1
* remove start_x/y variables, they're unusedKonstantin Käfer2014-04-162-2/+2
* Merge branch 'master' of github.com:mapbox/llmr-nativeKonstantin Käfer2014-04-152-9/+13
|\
| * use unique_ptrs and fix compile on mapnikKonstantin Käfer2014-04-152-9/+13
* | automatically derive fb dimensionsKonstantin Käfer2014-04-151-0/+1
* | don't force settings object to implement anythingKonstantin Käfer2014-04-151-4/+5
|/
* add debug markers for easier gl debuggingKonstantin Käfer2014-04-151-1/+1
* Merge remote-tracking branch 'remotes/origin/pr/127'Konstantin Käfer2014-04-156-36/+85
|\
| * cleanup APIs a bitJustin R. Miller2014-04-091-5/+1
| * move to raster buckets & tile parser handling raster decodingJustin R. Miller2014-04-091-2/+4
| * refs #101: data sources with stylingJustin R. Miller2014-04-041-1/+2