summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Move OnlineFileSource to platformJohn Firebaugh2015-12-223-522/+0
* [core] Prepare for OfflineFileSourceJohn Firebaugh2015-12-213-434/+501
* [ios, osx] Better zoom level–altitude conversionMinh Nguyễn2015-12-201-0/+3
* [core] Clamp pitch in easeTo(), flyTo()Minh Nguyễn2015-12-193-2/+6
* [core] Reformulated flyTo optionsMinh Nguyễn2015-12-191-19/+40
* [core] Fly across the meridian or antemeridian, whichever is shorterMinh Nguyễn2015-12-191-0/+10
* [core] Refined and commented flyToMinh Nguyễn2015-12-194-56/+119
* [core] Merge default_file_source_impl.hpp into default_file_source.cppJohn Firebaugh2015-12-182-116/+102
* [android] #3244 - Removing debug log statementsBrad Leege2015-12-181-4/+1
* [android] Camera APIBrad Leege2015-12-181-0/+19
* [core] Fix background-pattern originJohn Firebaugh2015-12-181-5/+6
* [core] Load sources only if there is at least one visible layerBruno de Oliveira Abinader2015-12-175-14/+20
* [core] Avoid loading source if a source request is currently ongoingBruno de Oliveira Abinader2015-12-171-0/+2
* [core] Unbind current VAO before calling custom layer render functionJohn Firebaugh2015-12-171-0/+1
* [core] Don't crash when destroying a copied CustomLayerJohn Firebaugh2015-12-171-4/+4
* [ios, android] Add methods to remove a custom layerJohn Firebaugh2015-12-173-0/+11
* [core] Added special case for atomic flyTo()Minh Nguyễn2015-12-171-1/+6
* [android] Custom layer bindingsJohn Firebaugh2015-12-161-0/+2
* [core] Fixed annotation icon replacementMinh Nguyễn2015-12-152-4/+3
* [core] Do not use std:: namespace for log2()Thiago Marcos P. Santos2015-12-151-1/+1
* code review updates: sprite_atlas brackets and nullable removed for reuseIden...Romain Quidet2015-12-151-5/+2
* 2210: Sprites can be removed / updated correctlyRomain Quidet2015-12-156-4/+23
* [core] Corrected flying trajectory; pitched flightMinh Nguyễn2015-12-153-41/+66
* [core] fix font rendering at the top edge of the viewportKonstantin Käfer2015-12-153-14/+1
* [core] allow changing the orientationKonstantin Käfer2015-12-157-7/+107
* [core] Don't use glClear optimization for layers that aren't the bottommostJohn Firebaugh2015-12-142-5/+16
* [core] change RapidJSON usage to use CrtAllocator and bump GeoJSON VTKonstantin Käfer2015-12-1430-158/+155
* [core] Fix another place GL state was required but not setJohn Firebaugh2015-12-141-0/+1
* [core] Use global namespace on some <cmath> functionsThiago Marcos P. Santos2015-12-111-4/+4
* [test] update test suite to include more comprehensive GeoJSON testsKonstantin Käfer2015-12-114-13/+24
* [core] don't fail on invalid inline GeoJSON dataKonstantin Käfer2015-12-111-2/+9
* [core] create GeoJSON tiles from inline GeoJSON in sourcesKonstantin Käfer2015-12-116-3/+231
* [core] parse GeoJSON source typeKonstantin Käfer2015-12-113-14/+47
* [core] split Source parsing into separate functionsKonstantin Käfer2015-12-112-21/+65
* [core] move SourceInfo to its own fileKonstantin Käfer2015-12-114-116/+158
* [core] Reduce custom layer API to lowest common denominatorJohn Firebaugh2015-12-114-34/+79
* [core] viewport is handled by embedding applicationsKonstantin Käfer2015-12-103-24/+0
* [core] update annotation simplification [skip ci]Vladimir Agafonkin2015-12-101-1/+1
* [core] update geojson-vt optionsVladimir Agafonkin2015-12-101-4/+3
* [core] upgrade to GeoJSON VT 3.0.0Konstantin Käfer2015-12-102-24/+28
* [core] don't rebuild shaders unless they changeKonstantin Käfer2015-12-1012-85/+47
* Implementation of flyTo.Adam Hunter2015-12-093-0/+108
* [core] Custom layersJohn Firebaugh2015-12-0910-16/+142
* [core] Ensure GL state is set to necessary values in more placesJohn Firebaugh2015-12-095-19/+26
* [core] Reverse direction of line-offsetKonstantin Käfer2015-12-081-3/+3
* [core] Replace StyleLayerType with RTTIJohn Firebaugh2015-12-0714-67/+58
* [core] Avoid making a new copy of layers for redoPlacementJohn Firebaugh2015-12-075-16/+15
* [core] Make Paint/LayoutProperties constructor explicitJohn Firebaugh2015-12-078-77/+78
* [core] More efficient layer cloningJohn Firebaugh2015-12-079-53/+16
* [core] Remove unused headerJohn Firebaugh2015-12-031-1/+0