summaryrefslogtreecommitdiff
path: root/src/map/tile.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename llmr => mbglKonstantin Käfer2014-07-161-2/+2
* always use std:: namespace for math functionsKonstantin Käfer2014-05-141-4/+4
* Calculate clip IDs with a huffman prefix treeKonstantin Käfer2014-05-091-7/+14
* get rid of float divisionKonstantin Käfer2014-03-211-3/+3
* fix Tile::parent() for negative x coordsKonstantin Käfer2014-03-211-8/+7
* use a custom struct for Tile IDsKonstantin Käfer2014-03-121-16/+18
* disable debug statementKonstantin Käfer2014-03-051-1/+1
* implement tile wrappingKonstantin Käfer2014-03-051-0/+12
* rename Tile to TileDataKonstantin Käfer2014-03-041-208/+1
* Merge pull request #49 from mapbox/tessellationKonstantin Käfer2014-03-031-0/+14
|\
| * Merge branch 'master' into tessellationKonstantin Käfer2014-02-281-2/+22
| |\
| * | better allocator defaultsKonstantin Käfer2014-02-171-7/+8
| * | add tessellation libraryKonstantin Käfer2014-02-171-0/+13
* | | multithreaded curl for linuxKonstantin Käfer2014-03-011-1/+1
* | | only log tile errors if not obsoleteJustin R. Miller2014-02-251-1/+1
* | | allow for cancellable request, track in tiles, and cancel when obsoleteJustin R. Miller2014-02-251-2/+3
* | | add tile state 'loaded'Justin R. Miller2014-02-251-2/+3
* | | rename tile state ready -> parsedJustin R. Miller2014-02-251-1/+1
* | | Merge branch 'master' into tile-cancelsJustin R. Miller2014-02-211-2/+22
|\ \ \ | | |/ | |/|
| * | remove void* parameter from platform::restart()Konstantin Käfer2014-02-211-2/+1
| * | don't used element arraysKonstantin Käfer2014-02-191-1/+1
| * | refs #60: first cut of POI renderingJustin R. Miller2014-02-141-0/+21
| |/
* | make use of new tile-specific fetches to allow cancellationJustin R. Miller2014-02-191-1/+1
|/
* change line_strip drawing for outlines to indexed linesKonstantin Käfer2014-02-131-1/+2
* drawing lines with trianglesKonstantin Käfer2014-02-111-4/+6
* common buffer implementationKonstantin Käfer2014-02-101-2/+3
* c++artemp2014-02-061-3/+3
* c++artemp2014-02-061-2/+2
* move to vertex array objectsKonstantin Käfer2014-02-051-3/+1
* abstract hardcoded URLs for nowJustin R. Miller2014-02-041-1/+1
* refactor header includesKonstantin Käfer2014-02-041-11/+6
* remove VectorTile member variable of TileKonstantin Käfer2014-02-041-6/+7
* alternative http_request functionKonstantin Käfer2014-02-031-7/+4
* add rapidjson for parsing sprite json filesKonstantin Käfer2014-02-031-2/+2
* create async() functionKonstantin Käfer2014-01-311-16/+28
* make line drawing workKonstantin Käfer2014-01-291-4/+4
* create line geometryKonstantin Käfer2014-01-281-2/+2
* rename stroke=>line, add line painter classesKonstantin Käfer2014-01-281-20/+21
* move vector tile parsing to separate class + iteratorsKonstantin Käfer2014-01-281-121/+20
* add LineBuffer and change DebugFontBuffer namingKonstantin Käfer2014-01-281-3/+3
* draw fills according to the styleKonstantin Käfer2014-01-271-27/+142
* do not use shared pointers for bucketsKonstantin Käfer2014-01-231-1/+1
* move to layer systemKonstantin Käfer2014-01-231-148/+44
* render shapes, but only the first one is drawn?Konstantin Käfer2014-01-221-0/+2
* fill drawingKonstantin Käfer2014-01-221-11/+129
* move pbf parsing to use exceptionsKonstantin Käfer2014-01-211-14/+12
* tile => TileKonstantin Käfer2014-01-201-13/+13
* rename + move to c++Konstantin Käfer2014-01-201-1/+0
* remove unused codeKonstantin Käfer2014-01-171-23/+0
* move geometry reader to header fileKonstantin Käfer2014-01-171-43/+9