Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add sprite object and parse image | Konstantin Käfer | 2014-02-03 | 2 | -4/+43 |
* | add comment about json stylesheets | Konstantin Käfer | 2014-02-03 | 1 | -0/+2 |
* | first part of loading JSON stylesheets | Konstantin Käfer | 2014-02-03 | 2 | -0/+24 |
* | alternative http_request function | Konstantin Käfer | 2014-02-03 | 1 | -0/+1 |
* | disable clang warning | Konstantin Käfer | 2014-02-03 | 1 | -0/+9 |
* | add rapidjson for parsing sprite json files | Konstantin Käfer | 2014-02-03 | 14 | -9/+2710 |
* | create async() function | Konstantin Käfer | 2014-01-31 | 2 | -11/+9 |
* | add request_http() function | Konstantin Käfer | 2014-01-30 | 1 | -0/+15 |
* | don't pass the entire tile object to changeMatrix | Konstantin Käfer | 2014-01-30 | 1 | -1/+2 |
* | fix errors from rename of style.hpp to resources.hpp | Konstantin Käfer | 2014-01-30 | 1 | -2/+2 |
* | move static global buffers to RAII | Konstantin Käfer | 2014-01-29 | 2 | -6/+71 |
* | float[16] => std::array<float, 16> | Konstantin Käfer | 2014-01-29 | 3 | -13/+20 |
* | linear fades | Konstantin Käfer | 2014-01-29 | 1 | -1/+5 |
* | add matte | Konstantin Käfer | 2014-01-29 | 1 | -0/+3 |
* | parse line width function and call tile destructor from main thread | Konstantin Käfer | 2014-01-29 | 2 | -0/+4 |
* | make line drawing work | Konstantin Käfer | 2014-01-29 | 3 | -13/+29 |
* | buggy line support | Konstantin Käfer | 2014-01-28 | 5 | -10/+50 |
* | rename shader line -> plain | Konstantin Käfer | 2014-01-28 | 4 | -12/+12 |
* | change coordinate to use null struct | Konstantin Käfer | 2014-01-28 | 2 | -4/+5 |
* | create line geometry | Konstantin Käfer | 2014-01-28 | 7 | -5/+69 |
* | rename stroke=>line, add line painter classes | Konstantin Käfer | 2014-01-28 | 9 | -39/+43 |
* | move vector tile parsing to separate class + iterators | Konstantin Käfer | 2014-01-28 | 3 | -7/+86 |
* | add LineBuffer and change DebugFontBuffer naming | Konstantin Käfer | 2014-01-28 | 4 | -32/+71 |
* | add platform function comments | Konstantin Käfer | 2014-01-27 | 1 | -0/+8 |
* | cascade styles | Konstantin Käfer | 2014-01-27 | 4 | -30/+73 |
* | draw fills according to the style | Konstantin Käfer | 2014-01-27 | 13 | -77/+276 |
* | pass style into painter | Konstantin Käfer | 2014-01-23 | 3 | -4/+8 |
* | pass through name when rendering | Konstantin Käfer | 2014-01-23 | 2 | -2/+2 |
* | make bucket noncopyable | Konstantin Käfer | 2014-01-23 | 1 | -2/+9 |
* | make fillbucket members private | Konstantin Käfer | 2014-01-23 | 2 | -4/+6 |
* | add style object | Konstantin Käfer | 2014-01-23 | 4 | -19/+23 |
* | do not use shared pointers for buckets | Konstantin Käfer | 2014-01-23 | 4 | -6/+3 |
* | move to layer system | Konstantin Käfer | 2014-01-23 | 8 | -60/+194 |
* | fix drawFill function | Konstantin Käfer | 2014-01-23 | 1 | -1/+4 |
* | render shapes, but only the first one is drawn? | Konstantin Käfer | 2014-01-22 | 1 | -0/+2 |
* | fill drawing | Konstantin Käfer | 2014-01-22 | 5 | -20/+135 |
* | move pbf parsing to use exceptions | Konstantin Käfer | 2014-01-21 | 1 | -155/+97 |
* | make it work on retina screens | Konstantin Käfer | 2014-01-21 | 2 | -1/+5 |
* | tile => Tile | Konstantin Käfer | 2014-01-20 | 4 | -28/+29 |
* | make Map noncopyable | Konstantin Käfer | 2014-01-20 | 1 | -0/+7 |
* | transform => Transform | Konstantin Käfer | 2014-01-20 | 3 | -11/+10 |
* | painter => Painter | Konstantin Käfer | 2014-01-20 | 2 | -7/+7 |
* | rename map => Map | Konstantin Käfer | 2014-01-20 | 1 | -3/+3 |
* | rename settings => Settings | Konstantin Käfer | 2014-01-20 | 3 | -10/+11 |
* | make objects noncopyable | Konstantin Käfer | 2014-01-20 | 6 | -3/+40 |
* | rename + move to c++ | Konstantin Käfer | 2014-01-20 | 4 | -16/+14 |
* | move shaders to cpp file | Konstantin Käfer | 2014-01-20 | 1 | -8/+3 |
* | remove unused code | Konstantin Käfer | 2014-01-17 | 1 | -3/+0 |
* | move geometry reader to header file | Konstantin Käfer | 2014-01-17 | 2 | -0/+279 |
* | renderer cleanup | Konstantin Käfer | 2014-01-17 | 1 | -5/+4 |