summaryrefslogtreecommitdiff
path: root/test/annotations
Commit message (Expand)AuthorAgeFilesLines
* Install RapidJSON from masonJohn Firebaugh2015-10-011-1/+1
* Report Sprite parsing errors to ObserversThiago Marcos P. Santos2015-07-102-22/+18
* show info message when Sprite does not existKonstantin Käfer2015-07-082-0/+28
* move crc64() to test fixtureKonstantin Käfer2015-07-082-46/+12
* 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-081-0/+84
* explicitly name the sprite that couldn't be changedKonstantin Käfer2015-07-081-1/+1
* 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
* 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-081-0/+309
* ratio => pixelRatioKonstantin Käfer2015-07-081-2/+2
* Sprite store APIKonstantin Käfer2015-07-082-0/+115