summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* explicit namesKonstantin Käfer2014-03-183-14/+16
* merge vec2 and CoordinateKonstantin Käfer2014-03-186-22/+16
* missing bracesKonstantin Käfer2014-03-171-1/+2
* force explicit typesKonstantin Käfer2014-03-173-16/+19
* format fixesKonstantin Käfer2014-03-172-14/+17
* port of collision classKonstantin Käfer2014-03-179-22/+415
* add interpolate functionKonstantin Käfer2014-03-173-2/+87
* add rotation range testsKonstantin Käfer2014-03-174-3/+153
* add gtestKonstantin Käfer2014-03-177-4/+29694
* rename text shader fileKonstantin Käfer2014-03-173-4/+4
* port rotationrange.js (still missing tests)Konstantin Käfer2014-03-144-0/+372
* remove unused glyphs from atlas againKonstantin Käfer2014-03-141-0/+1
* add debug window showing the glyph atlasKonstantin Käfer2014-03-146-11/+43
* move tile parsing to its own objectKonstantin Käfer2014-03-144-174/+204
* add glyph atlas to mapKonstantin Käfer2014-03-146-16/+50
* extract label shapingKonstantin Käfer2014-03-1414-17/+107
* they return bool valuesKonstantin Käfer2014-03-141-2/+2
* use feature_type to distinguish between geometry type and bucket typeKonstantin Käfer2014-03-142-2/+18
* add text stylingKonstantin Käfer2014-03-141-0/+17
* use external libraryKonstantin Käfer2014-03-141-0/+1
* parse feature objects so that we can access all tagsKonstantin Käfer2014-03-145-15/+128
* add text buffer codeKonstantin Käfer2014-03-143-2/+64
* parse label shapingKonstantin Käfer2014-03-142-4/+82
* parse facesKonstantin Käfer2014-03-142-0/+96
* fix binpack compileKonstantin Käfer2014-03-141-1/+1
* add empty classes for rendering glyphsKonstantin Käfer2014-03-1413-0/+221
* use templated function to reduce codeKonstantin Käfer2014-03-143-34/+15
* add glyph atlas classKonstantin Käfer2014-03-142-0/+183
* remove code duplication between osx/glfw and linux/glfw programsKonstantin Käfer2014-03-146-519/+325
* remove reference to boostKonstantin Käfer2014-03-141-1/+0
* remove reference to style pbfKonstantin Käfer2014-03-141-19/+9
* use a custom struct for Tile IDsKonstantin Käfer2014-03-127-32/+53
* move shader classes to separate folderKonstantin Käfer2014-03-1216-33/+31
* add constants and move style parser to its own classKonstantin Käfer2014-03-125-488/+551
* change datasource => source for compliance with jsKonstantin Käfer2014-03-123-18/+18
* use external libraryKonstantin Käfer2014-03-123-42/+46
* make sure color values are lowercasedKonstantin Käfer2014-03-121-0/+3
* respect style background colorKonstantin Käfer2014-03-124-5/+13
* Merge pull request #96 from mapbox/json-styleKonstantin Käfer2014-03-1215-986/+624
|\
| * remove unneeded fileKonstantin Käfer2014-03-121-312/+0
| * parse the json stylesheetKonstantin Käfer2014-03-1212-674/+301
| * add color parserKonstantin Käfer2014-03-112-0/+323
|/
* change tile sizeKonstantin Käfer2014-03-111-1/+1
* add back sigint handlingKonstantin Käfer2014-03-111-6/+6
* load new tile if it's marked as obsoleteKonstantin Käfer2014-03-111-4/+12
* limit matte to full hdKonstantin Käfer2014-03-111-5/+5
* add animation modes to linux wrapperKonstantin Käfer2014-03-111-1/+11
* two render passesKonstantin Käfer2014-03-114-138/+152
* move tile size to a cpp fileKonstantin Käfer2014-03-112-1/+4
* accept --fullscreen optionKonstantin Käfer2014-03-111-10/+29