summaryrefslogtreecommitdiff
path: root/include/llmr/util
Commit message (Expand)AuthorAgeFilesLines
...
* add flag to allow flipping the png imageKonstantin Käfer2014-04-161-1/+1
* add function to write filesKonstantin Käfer2014-04-151-0/+14
* add PNG image encodingKonstantin Käfer2014-04-151-0/+14
* add debug markers for easier gl debuggingKonstantin Käfer2014-04-151-2/+7
* fix build on linuxKonstantin Käfer2014-04-141-0/+1
* always start animations with a common start timeKonstantin Käfer2014-04-142-13/+12
* derive from GLKViewControllerKonstantin Käfer2014-04-141-2/+2
* fix glyphs that have no pixels but an advance (e.g. spaces)Konstantin Käfer2014-03-241-1/+1
* Merge branch 'master' into sdfKonstantin Käfer2014-03-212-0/+97
|\
| * fixes #70: raster tile rendering as toggleable mode from vectorJustin R. Miller2014-03-182-0/+97
* | port remainder of the the placement algorithmKonstantin Käfer2014-03-193-0/+53
* | merge vec2 and CoordinateKonstantin Käfer2014-03-181-0/+15
* | port of collision classKonstantin Käfer2014-03-171-0/+20
* | add interpolate functionKonstantin Käfer2014-03-171-2/+8
* | port rotationrange.js (still missing tests)Konstantin Käfer2014-03-142-0/+30
* | they return bool valuesKonstantin Käfer2014-03-141-2/+2
* | add text buffer codeKonstantin Käfer2014-03-141-0/+10
|/
* use external libraryKonstantin Käfer2014-03-121-45/+0
* add color parserKonstantin Käfer2014-03-111-0/+45
* move tile size to a cpp fileKonstantin Käfer2014-03-111-1/+1
* fix pedantic warningsKonstantin Käfer2014-03-111-1/+1
* Merge branch 'variant'Konstantin Käfer2014-03-111-0/+380
|\
| * custom variant type (replaces boost::variant and removes boost dependency alt...artemp2014-02-121-0/+380
* | return meaningful error codesKonstantin Käfer2014-03-051-5/+5
* | Port scanline algorithm from _getCoveringTiles()Konstantin Käfer2014-03-041-0/+1
* | we're not doing recursive lockingKonstantin Käfer2014-03-031-1/+1
* | remove thread namingKonstantin Käfer2014-03-031-4/+1
* | move requests to global threadpoolKonstantin Käfer2014-03-031-4/+9
* | make threadpool implementation callback agnosticKonstantin Käfer2014-03-031-4/+4
* | add threadpool implementationKonstantin Käfer2014-03-031-0/+43
* | make implicit type conversions explicitKonstantin Käfer2014-02-211-2/+2
* | add timeouts for panning,scaling,rotatingKonstantin Käfer2014-02-211-3/+41
* | use proper tile sizeKonstantin Käfer2014-02-131-1/+1
* | move tile size to constants.hppKonstantin Käfer2014-02-131-0/+16
|/
* add cstring headerKonstantin Käfer2014-02-061-0/+1
* c++artemp2014-02-061-9/+5
* c++artemp2014-02-061-1/+1
* c++artemp2014-02-061-5/+4
* c++artemp2014-02-062-8/+26
* move to vertex array objectsKonstantin Käfer2014-02-051-0/+16
* initialize variablesKonstantin Käfer2014-02-051-6/+10
* refactor header includesKonstantin Käfer2014-02-041-2/+3
* compile fixes on ubuntu precise/g++-4.8 - refs #27Dane Springmeyer2014-02-031-0/+1
* float[16] => std::array<float, 16>Konstantin Käfer2014-01-291-9/+14
* change coordinate to use null structKonstantin Käfer2014-01-281-1/+1
* create line geometryKonstantin Käfer2014-01-282-0/+29
* move vector tile parsing to separate class + iteratorsKonstantin Käfer2014-01-281-0/+11
* draw fills according to the styleKonstantin Käfer2014-01-271-13/+18
* fill drawingKonstantin Käfer2014-01-221-2/+24
* move pbf parsing to use exceptionsKonstantin Käfer2014-01-211-155/+97