summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix sprite->pos data raceJohn Firebaugh2014-07-211-7/+9
| * Flip name and units and sign of rotation APIJohn Firebaugh2014-07-211-6/+9
| * respect layer min/maxzoom, not source min/maxzoomKonstantin Käfer2014-07-171-2/+3
| * skip rendering layer when min/max-zoom condition isn't metKonstantin Käfer2014-07-171-3/+14
| * 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-175-21/+19
| * refactor source information into SourceInfo objectKonstantin Käfer2014-07-173-30/+23
| * skip bucket creation if it's out of rangeKonstantin Käfer2014-07-171-0/+5
| * parse min-zoom/max-zoom valuesKonstantin Käfer2014-07-171-0/+19
* | Merge branch 'master' into fuzz-pipeMike Morris2014-07-172-135/+57
|\ \ | |/
| * consolidate functions to only use stopsKonstantin Käfer2014-07-172-136/+58
* | Merge branch 'master' into fuzz-pipeMike Morris2014-07-1783-694/+646
|\ \ | |/
| * rename llmr => mbglKonstantin Käfer2014-07-1683-422/+422
| * separate comparisons and expressionsKonstantin Käfer2014-07-163-134/+145
| * add more comparison testsKonstantin Käfer2014-07-163-57/+44
| * Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeJustin R. Miller2014-07-161-80/+7
| |\
| | * update value semanatics to be closer to js and add filter expression testsKonstantin Käfer2014-07-161-80/+7
| * | refs #342 & #346: per-map change callbacksJustin R. Miller2014-07-162-25/+27
| |/
| * Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeJustin R. Miller2014-07-156-27/+49
| |\
| | * add icon render testKonstantin Käfer2014-07-154-9/+13
| | * correctly cast bufferKonstantin Käfer2014-07-151-1/+1
| | * make icons work againKonstantin Käfer2014-07-152-6/+4
| | * do not reallocate the texture data on every update; use glTexSubImage2D insteadKonstantin Käfer2014-07-151-11/+31
| * | allow for delayed map notifications during animationsJustin R. Miller2014-07-151-3/+6
| |/
* | Merge branch 'master' into fuzz-pipeMike Morris2014-07-151-0/+12
|\ \ | |/
| * flesh out 'will change region' notificationsJustin R. Miller2014-07-151-0/+12
* | Merge branch 'master' into fuzz-pipeMike Morris2014-07-159-123/+78
|\ \ | |/
| * change halo-width/blur unitsKonstantin Käfer2014-07-141-15/+27
| * fix font halo unitsKonstantin Käfer2014-07-141-1/+13
| * add enum class to unify parsing/stringificationKonstantin Käfer2014-07-144-96/+2
| * don't initialize sources multiple timesKonstantin Käfer2014-07-142-17/+41
| * move std::erase_if => util::erase_ifKonstantin Käfer2014-07-143-3/+4
* | hook up style_parser to new log backendMike Morris2014-07-141-49/+49
|/
* Merge branch 'master' into stylesourceMike Morris2014-07-113-62/+48
|\
| * add missing include headerKonstantin Käfer2014-07-111-0/+2
| * allow formatted messagesKonstantin Käfer2014-07-113-63/+47
* | add forward-declared Source shared_ptr to style_bucketMike Morris2014-07-111-5/+4
* | Merge branch 'master' into stylesourceMike Morris2014-07-112-0/+63
|\ \ | |/
| * add nslog and stderr log backendsKonstantin Käfer2014-07-111-14/+24
| * add logging facility and check logs in testsKonstantin Käfer2014-07-112-0/+53
* | Merge branch 'master' into stylesourceMike Morris2014-07-101-4/+0
|\ \ | |/
| * remove duplicate setAppliedClasses functionKonstantin Käfer2014-07-101-4/+0
* | break out StyleSource from Source, move getActiveSources andMike Morris2014-07-106-46/+49
* | move sprite class to map directoryMike Morris2014-07-106-6/+6
|/
* remove *-enabledKonstantin Käfer2014-07-108-29/+0
* allow specifying a base parameter for exponential functionsKonstantin Käfer2014-07-102-6/+7
* change line width and add line-width testKonstantin Käfer2014-07-103-7/+4
* Merge branch 'master' into access_tokenKonstantin Käfer2014-07-1010-83/+98
|\
| * update fixturesKonstantin Käfer2014-07-091-0/+3
| * move render type to layer top levelKonstantin Käfer2014-07-096-66/+75