Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add flag to allow flipping the png image | Konstantin Käfer | 2014-04-16 | 1 | -1/+1 | |
* | add function to write files | Konstantin Käfer | 2014-04-15 | 1 | -0/+14 | |
* | add PNG image encoding | Konstantin Käfer | 2014-04-15 | 1 | -0/+14 | |
* | add debug markers for easier gl debugging | Konstantin Käfer | 2014-04-15 | 1 | -2/+7 | |
* | fix build on linux | Konstantin Käfer | 2014-04-14 | 1 | -0/+1 | |
* | always start animations with a common start time | Konstantin Käfer | 2014-04-14 | 2 | -13/+12 | |
* | derive from GLKViewController | Konstantin Käfer | 2014-04-14 | 1 | -2/+2 | |
* | fix glyphs that have no pixels but an advance (e.g. spaces) | Konstantin Käfer | 2014-03-24 | 1 | -1/+1 | |
* | Merge branch 'master' into sdf | Konstantin Käfer | 2014-03-21 | 2 | -0/+97 | |
|\ | ||||||
| * | fixes #70: raster tile rendering as toggleable mode from vector | Justin R. Miller | 2014-03-18 | 2 | -0/+97 | |
* | | port remainder of the the placement algorithm | Konstantin Käfer | 2014-03-19 | 3 | -0/+53 | |
* | | merge vec2 and Coordinate | Konstantin Käfer | 2014-03-18 | 1 | -0/+15 | |
* | | port of collision class | Konstantin Käfer | 2014-03-17 | 1 | -0/+20 | |
* | | add interpolate function | Konstantin Käfer | 2014-03-17 | 1 | -2/+8 | |
* | | port rotationrange.js (still missing tests) | Konstantin Käfer | 2014-03-14 | 2 | -0/+30 | |
* | | they return bool values | Konstantin Käfer | 2014-03-14 | 1 | -2/+2 | |
* | | add text buffer code | Konstantin Käfer | 2014-03-14 | 1 | -0/+10 | |
|/ | ||||||
* | use external library | Konstantin Käfer | 2014-03-12 | 1 | -45/+0 | |
* | add color parser | Konstantin Käfer | 2014-03-11 | 1 | -0/+45 | |
* | move tile size to a cpp file | Konstantin Käfer | 2014-03-11 | 1 | -1/+1 | |
* | fix pedantic warnings | Konstantin Käfer | 2014-03-11 | 1 | -1/+1 | |
* | Merge branch 'variant' | Konstantin Käfer | 2014-03-11 | 1 | -0/+380 | |
|\ | ||||||
| * | custom variant type (replaces boost::variant and removes boost dependency alt... | artemp | 2014-02-12 | 1 | -0/+380 | |
* | | return meaningful error codes | Konstantin Käfer | 2014-03-05 | 1 | -5/+5 | |
* | | Port scanline algorithm from _getCoveringTiles() | Konstantin Käfer | 2014-03-04 | 1 | -0/+1 | |
* | | we're not doing recursive locking | Konstantin Käfer | 2014-03-03 | 1 | -1/+1 | |
* | | remove thread naming | Konstantin Käfer | 2014-03-03 | 1 | -4/+1 | |
* | | move requests to global threadpool | Konstantin Käfer | 2014-03-03 | 1 | -4/+9 | |
* | | make threadpool implementation callback agnostic | Konstantin Käfer | 2014-03-03 | 1 | -4/+4 | |
* | | add threadpool implementation | Konstantin Käfer | 2014-03-03 | 1 | -0/+43 | |
* | | make implicit type conversions explicit | Konstantin Käfer | 2014-02-21 | 1 | -2/+2 | |
* | | add timeouts for panning,scaling,rotating | Konstantin Käfer | 2014-02-21 | 1 | -3/+41 | |
* | | use proper tile size | Konstantin Käfer | 2014-02-13 | 1 | -1/+1 | |
* | | move tile size to constants.hpp | Konstantin Käfer | 2014-02-13 | 1 | -0/+16 | |
|/ | ||||||
* | add cstring header | Konstantin Käfer | 2014-02-06 | 1 | -0/+1 | |
* | c++ | artemp | 2014-02-06 | 1 | -9/+5 | |
* | c++ | artemp | 2014-02-06 | 1 | -1/+1 | |
* | c++ | artemp | 2014-02-06 | 1 | -5/+4 | |
* | c++ | artemp | 2014-02-06 | 2 | -8/+26 | |
* | move to vertex array objects | Konstantin Käfer | 2014-02-05 | 1 | -0/+16 | |
* | initialize variables | Konstantin Käfer | 2014-02-05 | 1 | -6/+10 | |
* | refactor header includes | Konstantin Käfer | 2014-02-04 | 1 | -2/+3 | |
* | compile fixes on ubuntu precise/g++-4.8 - refs #27 | Dane Springmeyer | 2014-02-03 | 1 | -0/+1 | |
* | float[16] => std::array<float, 16> | Konstantin Käfer | 2014-01-29 | 1 | -9/+14 | |
* | change coordinate to use null struct | Konstantin Käfer | 2014-01-28 | 1 | -1/+1 | |
* | create line geometry | Konstantin Käfer | 2014-01-28 | 2 | -0/+29 | |
* | move vector tile parsing to separate class + iterators | Konstantin Käfer | 2014-01-28 | 1 | -0/+11 | |
* | draw fills according to the style | Konstantin Käfer | 2014-01-27 | 1 | -13/+18 | |
* | fill drawing | Konstantin Käfer | 2014-01-22 | 1 | -2/+24 | |
* | move pbf parsing to use exceptions | Konstantin Käfer | 2014-01-21 | 1 | -155/+97 |