Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | coalesce buffer deletions and run them in bulk during rendering | Konstantin Käfer | 2015-03-20 | 9 | -32/+121 |
* | Delete the data buffer of LineAtlas | Thiago Marcos P. Santos | 2015-03-20 | 1 | -0/+1 |
* | Merge pull request #946 from friedbunny/931-fullwidth-block | Mike Morris | 2015-03-18 | 1 | -1/+1 |
|\ | |||||
| * | #931: fix end of acceptable glyph/unicode range | Jason Wray | 2015-03-04 | 1 | -1/+1 |
* | | Log the Environment ID and the Thread name | Thiago Marcos P. Santos | 2015-03-18 | 1 | -1/+25 |
* | | Add an ID to Environment | Thiago Marcos P. Santos | 2015-03-18 | 2 | -1/+14 |
* | | Scope the Tile worker thread to an Environment | Thiago Marcos P. Santos | 2015-03-18 | 13 | -46/+41 |
* | | Scope the Map thread to an Environment | Thiago Marcos P. Santos | 2015-03-18 | 3 | -56/+35 |
* | | Introduce the ThreadInfoStore and Environment::Scope | Thiago Marcos P. Santos | 2015-03-18 | 2 | -2/+113 |
* | | feature() -> getFeature() to clear up ambiguity / Linux compiler error | Justin R. Miller | 2015-03-17 | 6 | -6/+6 |
* | | properly clean up tile annotations on delete | Justin R. Miller | 2015-03-17 | 1 | -0/+6 |
* | | fix passing of annotation manager | Justin R. Miller | 2015-03-17 | 3 | -5/+5 |
* | | refs #893 #992: point annotations API | Justin R. Miller | 2015-03-17 | 18 | -33/+541 |
* | | fix sprites for pixel ratios that are not 1 and 2 | Konstantin Käfer | 2015-03-17 | 8 | -55/+312 |
* | | Revert "Move atlas ownership to Style" | John Firebaugh | 2015-03-13 | 8 | -136/+131 |
* | | Index glyph use by tile pointer value, not tile ID | John Firebaugh | 2015-03-13 | 6 | -18/+21 |
* | | Remove unused declaration | John Firebaugh | 2015-03-13 | 1 | -3/+0 |
* | | Remove needless indirection | John Firebaugh | 2015-03-13 | 2 | -12/+1 |
* | | Clean up GlyphAtlas | John Firebaugh | 2015-03-13 | 2 | -40/+40 |
* | | Move atlas ownership to Style | John Firebaugh | 2015-03-13 | 8 | -131/+136 |
* | | fix rare issue that had the notify and cancel callbacks called in the wrong o... | Konstantin Käfer | 2015-03-13 | 1 | -57/+44 |
* | | Merge pull request #984 from mapbox/log_stderr_printf | John Firebaugh | 2015-03-12 | 9 | -26/+35 |
|\ \ | |||||
| * | | Get rid of printf and cout by using Log::* | Thiago Marcos P. Santos | 2015-03-12 | 9 | -26/+35 |
* | | | tolerate missing sprites | Konstantin Käfer | 2015-03-12 | 1 | -8/+4 |
|/ / | |||||
* | | Merge pull request #972 from mapbox/log_cleanup | Thiago Marcos P. Santos | 2015-03-12 | 1 | -1/+37 |
|\ \ | |||||
| * | | Update the FixtureLog | Thiago Marcos P. Santos | 2015-03-12 | 1 | -0/+14 |
| * | | Make the logging system static | Thiago Marcos P. Santos | 2015-03-12 | 1 | -5/+7 |
| * | | Simplify the logging mechanism | Thiago Marcos P. Santos | 2015-03-12 | 1 | -0/+20 |
* | | | fixes black flicker on rotating the device | Konstantin Käfer | 2015-03-12 | 3 | -75/+94 |
|/ / | |||||
* | | Don't copy VT keys / values into each feature | John Firebaugh | 2015-03-10 | 2 | -18/+24 |
* | | More include fixes | John Firebaugh | 2015-03-10 | 4 | -5/+4 |
* | | Move parseValue(pbf) to vector_tile.cpp | John Firebaugh | 2015-03-10 | 3 | -30/+30 |
* | | Remove unused header | John Firebaugh | 2015-03-10 | 1 | -1/+0 |
* | | virtual ⇢ override in derived class | John Firebaugh | 2015-03-10 | 1 | -6/+6 |
* | | Don't use const on value-type returns | John Firebaugh | 2015-03-10 | 3 | -6/+6 |
* | | Inline PBFGeometry | John Firebaugh | 2015-03-10 | 2 | -99/+35 |
* | | Revert FeatureType rename | John Firebaugh | 2015-03-09 | 4 | -9/+9 |
* | | Use single geometry format | John Firebaugh | 2015-03-09 | 7 | -283/+252 |
* | | Rework GeometryTile* interface | John Firebaugh | 2015-03-09 | 9 | -297/+112 |
* | | unique -> shared ptr | Justin R. Miller | 2015-03-09 | 5 | -7/+6 |
* | | reference cleanups | Justin R. Miller | 2015-03-09 | 2 | -10/+10 |
* | | move to shared pointers for queried layers passed to buckets | Justin R. Miller | 2015-03-09 | 7 | -44/+28 |
* | | move from range-based for loop to iterator for to be clearer | Justin R. Miller | 2015-03-09 | 5 | -11/+23 |
* | | fix iterator comparator | Justin R. Miller | 2015-03-09 | 2 | -1/+6 |
* | | move to abstract interfaces to more be in line with original API | Justin R. Miller | 2015-03-09 | 9 | -115/+178 |
* | | doesn't make sense to move shared pointers | Justin R. Miller | 2015-03-09 | 1 | -3/+3 |
* | | safely check points | Justin R. Miller | 2015-03-09 | 1 | -3/+4 |
* | | refactor vars | Justin R. Miller | 2015-03-09 | 1 | -6/+5 |
* | | properly iterate geometries | Justin R. Miller | 2015-03-09 | 1 | -3/+1 |
* | | increment feature filter on creation | Justin R. Miller | 2015-03-09 | 1 | -0/+1 |