summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* add custom imagery visual testKonstantin Käfer2015-07-086-1/+93
* show info message when Sprite does not existKonstantin Käfer2015-07-084-0/+38
* move crc64() to test fixtureKonstantin Käfer2015-07-084-46/+31
* test SpriteAtlas updates when SpriteStore was updatedKonstantin Käfer2015-07-081-1/+50
* test for sprite image that doesn't existKonstantin Käfer2015-07-081-1/+12
* make sure that the SpriteStore object correctly replaces the SpriteImagesKonstantin Käfer2015-07-081-0/+16
* add image to odd pixelRatio atlasKonstantin Käfer2015-07-081-3/+24
* add test for fractional pixel ratiosKonstantin Käfer2015-07-081-0/+11
* add basic SpriteAtlas testKonstantin Käfer2015-07-082-0/+85
* explicitly name the sprite that couldn't be changedKonstantin Käfer2015-07-081-1/+1
* replace Style object immediatelyKonstantin Käfer2015-07-081-1/+2
* mark Image constructor as explicit to avoid accidental implicit argument conv...Konstantin Käfer2015-07-081-4/+4
* don't restrict pixelRatio in SpriteStoreKonstantin Käfer2015-07-081-13/+6
* we're no longer throwing exceptions when loading invalid sprite resourcesKonstantin Käfer2015-07-081-2/+0
* use SpriteStore from the SpriteAtlasKonstantin Käfer2015-07-081-2/+2
* disallow changing an existing Sprite's sizeKonstantin Käfer2015-07-081-0/+25
* use a 64 bit CRC value instead of std::hashKonstantin Käfer2015-07-081-7/+23
* add missing headersKonstantin Käfer2015-07-081-0/+2
* add API for adding multiple sprites at onceKonstantin Käfer2015-07-081-11/+29
* add test for trying to add mismatched SpriteImageKonstantin Käfer2015-07-081-0/+22
* check for presence of Sprite creation warningsKonstantin Käfer2015-07-081-1/+9
* add a separate SpriteParser objectKonstantin Käfer2015-07-086-0/+312
* ratio => pixelRatioKonstantin Käfer2015-07-081-2/+2
* add RAII-style FixtureLogKonstantin Käfer2015-07-082-31/+76
* Sprite store APIKonstantin Käfer2015-07-083-0/+118
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-089-23/+25
* run the Assert.Always test first by reordering the symbolsKonstantin Käfer2015-07-061-1/+2
* Do not force uv_loop_t as the first parameter for a threaded object ctorThiago Marcos P. Santos2015-07-064-15/+13
* Update the unit tests to check for raster tiles failuresThiago Marcos P. Santos2015-07-022-5/+23
* Add test fixtures for testing raster tilesThiago Marcos P. Santos2015-07-024-4/+10
* Remove unnecessary use of optionalJohn Firebaugh2015-07-013-19/+12
* Simplify RunLoopJohn Firebaugh2015-07-012-54/+70
* Catch exceptions when parsing tile PBFsThiago Marcos P. Santos2015-07-011-1/+1
* Convert Worker tests to Thread testsJohn Firebaugh2015-07-013-105/+83
* Move WorkerTask functionality into RunLoop coreJohn Firebaugh2015-07-011-12/+19
* Update test suiteJohn Firebaugh2015-06-291-0/+0
* Update test suiteJohn Firebaugh2015-06-291-0/+0
* Update test suiteJohn Firebaugh2015-06-291-0/+0
* add assert_always() macro for release build assertionsKonstantin Käfer2015-06-292-0/+10
* Fit to coordinatesMinh Nguyễn2015-06-261-0/+21
* currentState() ⇢ getState()John Firebaugh2015-06-261-1/+1
* Move Transform from MapData to MapJohn Firebaugh2015-06-263-17/+10
* drive map rendering from main threadKonstantin Käfer2015-06-263-16/+6
* Test fit to bounds; added MGLCoordinateBounds functionsMinh Nguyễn2015-06-251-0/+35
* Reversed direction to be clockwiseMinh Nguyễn2015-06-251-1/+1
* Be more strict on escaping at the test regexThiago Marcos P. Santos2015-06-251-4/+4
* Get rid of Environment et al.Thiago Marcos P. Santos2015-06-251-8/+2
* Make the FileSource available from the ThreadContextThiago Marcos P. Santos2015-06-251-0/+1
* Add unit tests for ThreadContextThiago Marcos P. Santos2015-06-251-0/+29
* Introduce the ThreadContextThiago Marcos P. Santos2015-06-254-4/+4