summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* drawing lines with trianglesKonstantin Käfer2014-02-1134-259/+448
|
* add more docsKonstantin Käfer2014-02-101-0/+3
|
* add missing buffer.hppKonstantin Käfer2014-02-101-0/+73
|
* common buffer implementationKonstantin Käfer2014-02-1014-219/+99
|
* c++ - change types order in boost::variant to move std::string to the endartemp2014-02-101-1/+1
| | | | ("By default, a variant default-constructs its first bounded type..")
* c++ - prefer switch over long-ish if/else (be nice to compiler)artemp2014-02-101-10/+13
|
* fixes #50: get rid of GLKViewControllerJustin R. Miller2014-02-072-7/+17
|
* clean up duplicate calculations on animation branchingJustin R. Miller2014-02-071-8/+13
|
* added iOS quick zoom gestureJustin R. Miller2014-02-071-0/+31
|
* code sign on iOS depending on configurationJustin R. Miller2014-02-071-1/+12
|
* fix iPad/iPhone animation timesJustin R. Miller2014-02-071-1/+1
|
* fixes #35: decelerated pinch zoomingJustin R. Miller2014-02-071-0/+14
|
* all iOS gestures cancel previous animationsJustin R. Miller2014-02-071-0/+16
|
* expose transform animations cancel through mapJustin R. Miller2014-02-072-0/+5
|
* Merge branch 'master' of https://github.com/mapbox/llmr-nativeKonstantin Käfer2014-02-072-29/+78
|\
| * fixes #43: fix tile renders on OS XJustin R. Miller2014-02-071-0/+12
| |
| * fix some indentationJustin R. Miller2014-02-071-16/+16
| |
| * Merge branch 'master' of github.com:mapbox/llmr-nativeJustin R. Miller2014-02-072-0/+5
| |\
| * | refs #43: only render on iOS when we need toJustin R. Miller2014-02-071-13/+51
| | |
| * | removing useless line with our use of GLKViewControllerJustin R. Miller2014-02-071-1/+0
| | |
* | | use a publicly accessible sprite imageKonstantin Käfer2014-02-071-1/+1
| |/ |/|
* | Merge branch 'master' of https://github.com/mapbox/llmr-nativeKonstantin Käfer2014-02-075-8/+32
|\ \ | |/ | | | | | | Conflicts: src/map/transform.cpp
| * only output FPS on iOS when in debug modeJustin R. Miller2014-02-061-1/+8
| |
| * refs #34: don't decelerate pan for low velocityJustin R. Miller2014-02-061-0/+3
| |
| * fixes #34: decelerated panningJustin R. Miller2014-02-061-0/+9
| |
| * allow for animated movesJustin R. Miller2014-02-064-7/+12
| |
* | add cancelAnimations() functionKonstantin Käfer2014-02-072-0/+5
|/ | | | refs #34
* fixes #46: properly dampen pinch gestures near initial zoom w/o flappingJustin R. Miller2014-02-061-9/+15
|
* refs #45: fix bug w/o breaking intended resultJustin R. Miller2014-02-061-1/+1
|
* fixes #45: only simultaneously allow pan, pinch, and rotateJustin R. Miller2014-02-061-1/+3
|
* re-org gestures for conceptual groupingJustin R. Miller2014-02-061-38/+38
|
* always rerender when calling update()Konstantin Käfer2014-02-061-3/+2
|
* add cstring headerKonstantin Käfer2014-02-061-0/+1
|
* render updates if tiles changed after movementsKonstantin Käfer2014-02-062-7/+18
|
* revert back to 32767Konstantin Käfer2014-02-064-3/+4
|
* Merge remote-tracking branch 'origin/animated-scale'Konstantin Käfer2014-02-064-20/+23
|\
| * refs #30: animated scaleByJustin R. Miller2014-02-054-20/+23
| | | | | | | | | | | | * add duration argument to scaleBy & setScale * add scale center arguments to setScale * add animation to Transform::setScale
* | Merge branch 'master' of https://github.com/mapbox/llmr-nativeKonstantin Käfer2014-02-0632-156/+126
|\ \ | | | | | | | | | | | | Conflicts: src/geometry/debug_font.cpp
| * | c++artemp2014-02-061-2/+2
| | | | | | | | | | | | * store commands in uint8_t
| * | c++artemp2014-02-061-9/+5
| | | | | | | | | | | | | | | * use c++ style casts * remove unused includes
| * | c++artemp2014-02-061-1/+1
| | | | | | | | | | | | * don't rely on implicit size_t to bool conversions (fix MSVC compiler warning)
| * | c++artemp2014-02-061-11/+7
| | | | | | | | | | | | * make it a bit more readable
| * | c++artemp2014-02-0610-18/+16
| | | | | | | | | | | | | | | * prefer prefix increment operator unless logically necessary (it doesn't make any diff foro built-in type but good practice)
| * | c++artemp2014-02-069-18/+17
| | | | | | | | | | | | * use nullptr instead of NULL
| * | c++artemp2014-02-0618-97/+78
| | | | | | | | | | | | | | | | | | | | | | | | * fix typedef's * fix virtual dtor's * make ctor's with one argument explicit * util::noncopyable utility class ( class my_object : private noncopyable {} ) * update kTileURL
* | | skip unknown glyphsKonstantin Käfer2014-02-061-1/+7
| | |
* | | Merge branch 'master' of https://github.com/mapbox/llmr-nativeKonstantin Käfer2014-02-062-13/+15
|\ \ \ | |/ /
| * | fixes #42: allow for simultaneous pan, pinch, and rotateJustin R. Miller2014-02-051-1/+9
| | |
| * | speed up pinch gestures per @gundersenJustin R. Miller2014-02-051-1/+1
| |/
| * simplify gesture pointsJustin R. Miller2014-02-051-10/+2
| |