summaryrefslogtreecommitdiff
path: root/test/sprite
Commit message (Collapse)AuthorAgeFilesLines
* [tests] Simplify MockFileSourceJohn Firebaugh2015-12-241-3/+3
|
* [tests] Rewrite {Sprite,Glyph}Store tests in the style of ResourceLoadingJohn Firebaugh2015-12-241-132/+64
|
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-232-3/+4
| | | | | | | | | * Standardize on std::exception_ptr as the error representation (fixes #2854). * Don't format textual strings at the error source; pass on the constituent data via observer method parameters instead. * Use the null object pattern to simplify observer notification code. * Further refactoring for ResourceLoading tests.
* [core] add std::move to constructorsKonstantin Käfer2015-12-031-1/+2
|
* [core] Use optional where SpriteAtlas return values might not existJohn Firebaugh2015-12-011-14/+6
| | | | Fixes #3162
* [core] Use a separate atlas and store for annotation spritesAdam Hunter2015-12-011-1/+3
| | | | Fixes #1488
* [tests] Remove libuv dependency from the testsThiago Marcos P. Santos2015-12-011-4/+5
|
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-12/+10
| | | | | | * Consolidate Image and StillImage * Typecheck unassociated vs premultiplied images * Rewrite default platform image decoding implementation
* Rewrite CustomSpriteImages testJohn Firebaugh2015-11-181-61/+0
| | | | Previous test was invalid; Map::setSprite is only for annotations.
* [core] Merge Sprite into SpriteStoreJohn Firebaugh2015-11-123-181/+177
|
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-126-0/+924