summaryrefslogtreecommitdiff
path: root/src/map/tile_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* make most headers privateKonstantin Käfer2014-12-041-175/+0
* add array overloads to make_unique and move it to mbgl::util from stdKonstantin Käfer2014-12-031-5/+5
* Texturepool ⇢ TexturePool (fixes #655)John Firebaugh2014-12-021-4/+4
* Pass SourceInfo as referenceJohn Firebaugh2014-11-261-2/+2
* Eliminate Map::getTexturepool()John Firebaugh2014-11-261-2/+4
* Eliminate Map::getGlyphStore()John Firebaugh2014-11-261-3/+2
* remove regex/boost regex usageKonstantin Käfer2014-10-301-8/+0
* store spriteAtlas by value + make TileParser noncopyableartemp2014-10-291-4/+3
* remove commented out assertartemp2014-10-291-1/+0
* store glyphAtlas by value in Map object, pass by refartemp2014-10-291-3/+3
* fix variable shadowingKonstantin Käfer2014-10-221-2/+2
* make SourceInfo object noncopyable and use a shared_pointer for itKonstantin Käfer2014-09-241-2/+2
* use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-241-9/+9
* make sure all of our async handles are stopped before stopping the map threadKonstantin Käfer2014-09-241-10/+17
* use pimpl for collision in tile_parserKonstantin Käfer2014-08-151-3/+11
* minor access changes etcLauren Budorick2014-08-111-1/+1
* some cleaning up, raster spin->hue-rotate renameLauren Budorick2014-08-111-4/+1
* need to figure out how to use modified matrix in drawing prerendered texturesLauren Budorick2014-08-111-1/+1
* rm rasterize_properties, should be close to working...doesn't workLauren Budorick2014-08-111-4/+5
* take 2, still not workingLauren Budorick2014-08-111-2/+12
* nonworking prerendering attemptsLauren Budorick2014-08-111-3/+4
* correctly calculate placement depthKonstantin Käfer2014-08-051-1/+1
* update symbol placement to be more like jsKonstantin Käfer2014-08-041-2/+2
* move sprite to a use future loadingKonstantin Käfer2014-07-311-2/+4
* merge text and icon buckets/stylesKonstantin Käfer2014-07-291-110/+9
* reduce maxPlacementScaleKonstantin Käfer2014-07-231-1/+1
* support fractional min/max-zoom valuesKonstantin Käfer2014-07-171-2/+2
* pass SourceInfo object to TileData so that we can not skip buckets that appea...Konstantin Käfer2014-07-171-3/+2
* skip bucket creation if it's out of rangeKonstantin Käfer2014-07-171-0/+5
* rename llmr => mbglKonstantin Käfer2014-07-161-21/+21
* move render type to layer top levelKonstantin Käfer2014-07-091-1/+1
* Support for text-transformJohn Firebaugh2014-07-031-2/+12
* show layer name that is failingKonstantin Käfer2014-07-021-1/+1
* load glyphset url from stylesheetKonstantin Käfer2014-07-021-0/+6
* move StyleLayerGroup and PropertyTransition to their own filesKonstantin Käfer2014-06-301-3/+4
* make more members of StyleLayer constKonstantin Käfer2014-06-271-1/+1
* even more refactoringKonstantin Käfer2014-06-271-0/+1
* add filter expressionsKonstantin Käfer2014-06-261-12/+6
* remove debug statementsKonstantin Käfer2014-06-241-5/+0
* saving current stateKonstantin Käfer2014-06-231-88/+69
* separate bucket render properties and change namingKonstantin Käfer2014-06-161-12/+33
* separate out token replacer as a standalone function in preparation for #300Konstantin Käfer2014-06-041-31/+3
* skip background layer earlyKonstantin Käfer2014-06-041-4/+6
* don't make a copy of the glyph storeKonstantin Käfer2014-06-031-4/+7
* use boost::regex on linux - refs #286Dane Springmeyer2014-05-301-3/+9
* add token replacement systemKonstantin Käfer2014-05-301-9/+30
* skip second loopKonstantin Käfer2014-05-301-29/+13
* Merge remote-tracking branch 'origin/linebreak'Ansis Brammanis2014-05-301-1/+3
|\
| * Merge branch 'master' into linebreakYoung Hahn2014-05-301-12/+5
| |\
| * | add text letterSpacingAnsis Brammanis2014-05-301-1/+1