Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | float[16] => std::array<float, 16> | Konstantin Käfer | 2014-01-29 | 3 | -35/+35 |
* | linear fades | Konstantin Käfer | 2014-01-29 | 4 | -36/+71 |
* | don't use alias | Konstantin Käfer | 2014-01-29 | 1 | -5/+2 |
* | add matte | Konstantin Käfer | 2014-01-29 | 2 | -1/+43 |
* | let roads show up till z30 | Konstantin Käfer | 2014-01-29 | 1 | -8/+9 |
* | parse line width function and call tile destructor from main thread | Konstantin Käfer | 2014-01-29 | 7 | -24/+66 |
* | make line drawing work | Konstantin Käfer | 2014-01-29 | 8 | -70/+98 |
* | buggy line support | Konstantin Käfer | 2014-01-28 | 11 | -19/+223 |
* | rename shader line -> plain | Konstantin Käfer | 2014-01-28 | 6 | -44/+30 |
* | change coordinate to use null struct | Konstantin Käfer | 2014-01-28 | 3 | -10/+6 |
* | create line geometry | Konstantin Käfer | 2014-01-28 | 6 | -73/+303 |
* | rename stroke=>line, add line painter classes | Konstantin Käfer | 2014-01-28 | 5 | -28/+62 |
* | move vector tile parsing to separate class + iterators | Konstantin Käfer | 2014-01-28 | 3 | -121/+191 |
* | add LineBuffer and change DebugFontBuffer naming | Konstantin Käfer | 2014-01-28 | 6 | -60/+61 |
* | cascade styles | Konstantin Käfer | 2014-01-27 | 7 | -49/+198 |
* | draw fills according to the style | Konstantin Käfer | 2014-01-27 | 10 | -43/+418 |
* | pass style into painter | Konstantin Käfer | 2014-01-23 | 2 | -7/+4 |
* | pass through name when rendering | Konstantin Käfer | 2014-01-23 | 2 | -9/+10 |
* | make fillbucket members private | Konstantin Käfer | 2014-01-23 | 2 | -15/+27 |
* | add style object | Konstantin Käfer | 2014-01-23 | 5 | -11/+33 |
* | do not use shared pointers for buckets | Konstantin Käfer | 2014-01-23 | 3 | -34/+27 |
* | move to layer system | Konstantin Käfer | 2014-01-23 | 6 | -290/+282 |
* | fix drawFill function | Konstantin Käfer | 2014-01-23 | 1 | -47/+69 |
* | enable antialiasing | Konstantin Käfer | 2014-01-23 | 1 | -30/+30 |
* | render shapes, but only the first one is drawn? | Konstantin Käfer | 2014-01-22 | 4 | -19/+150 |
* | fill drawing | Konstantin Käfer | 2014-01-22 | 4 | -13/+232 |
* | move debug font to separate file | Konstantin Käfer | 2014-01-21 | 2 | -204/+204 |
* | move pbf parsing to use exceptions | Konstantin Käfer | 2014-01-21 | 1 | -14/+12 |
* | make it work on retina screens | Konstantin Käfer | 2014-01-21 | 2 | -2/+4 |
* | define as extern | Konstantin Käfer | 2014-01-21 | 1 | -1/+1 |
* | tile => Tile | Konstantin Käfer | 2014-01-20 | 3 | -45/+45 |
* | transform => Transform | Konstantin Käfer | 2014-01-20 | 3 | -50/+47 |
* | painter => Painter | Konstantin Käfer | 2014-01-20 | 2 | -14/+14 |
* | rename map => Map | Konstantin Käfer | 2014-01-20 | 1 | -20/+20 |
* | rename settings => Settings | Konstantin Käfer | 2014-01-20 | 2 | -21/+21 |
* | rename + move to c++ | Konstantin Käfer | 2014-01-20 | 6 | -23/+25 |
* | move shaders to cpp file | Konstantin Käfer | 2014-01-20 | 5 | -12/+15 |
* | remove unused code | Konstantin Käfer | 2014-01-17 | 1 | -23/+0 |
* | move geometry reader to header file | Konstantin Käfer | 2014-01-17 | 2 | -251/+9 |
* | renderer cleanup | Konstantin Käfer | 2014-01-17 | 2 | -25/+23 |
* | add antialiased line shader | Konstantin Käfer | 2014-01-17 | 8 | -39/+101 |
* | animate northing | Konstantin Käfer | 2014-01-17 | 4 | -7/+51 |
* | correct tile boundary line | Konstantin Käfer | 2014-01-16 | 1 | -3/+3 |
* | allow toggling debug mode with tab | Konstantin Käfer | 2014-01-16 | 2 | -23/+26 |
* | makefile cleanup + icon | Konstantin Käfer | 2014-01-16 | 1 | -11/+0 |
* | show tile numbers | Konstantin Käfer | 2014-01-16 | 5 | -0/+311 |
* | sort tiles high zoom => low zoom level | Konstantin Käfer | 2014-01-16 | 1 | -0/+5 |
* | fix wiggle at high zooms | Konstantin Käfer | 2014-01-16 | 1 | -2/+1 |
* | make bundle on mac os x and persist settings | Konstantin Käfer | 2014-01-16 | 2 | -23/+61 |
* | add tile border (debug) | Konstantin Käfer | 2014-01-16 | 1 | -0/+27 |