axmol/tests/cpp-tests/Resources/Images/sprite_frames_test
RH 4716456e33
Support custom texture atlas formats (#284)
* Allow support for custom texture atlas formats other than PLIST.

* Revert usage of emplace_back to push_back to ensure support for older compilers.

* Update test to support SpriteFrameCache::addSpriteFramesWithFile

* Re-add SpriteFrameCache::addSpriteFramesWithFileContent

* Change order of SpriteFramesFromFileContent test back to what it previously was

* Remove sprite sheet and all frames associated with it correctly

* Move sprite loader classes into their own files to clean up CCSpriteFrameCache

* Remove redundant line and update comment

* Fix formatting to match adxe code style

* Fix typo

* Add custom sprite sheet loader test using JSON-array sprite atlas format.
Simplify sprite sheet loader interface by adding identifier to the custom sprite sheet loader implementation.

* Add newline at the end of the file
2021-08-13 14:52:58 +08:00
..
test_A8.plist SpriteFrameCacheTest: test for PixelFormat 2016-02-12 19:06:16 +03:00
test_A8.png metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
test_AI88.plist SpriteFrameCacheTest: test for PixelFormat 2016-02-12 19:06:16 +03:00
test_AI88.png metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
test_NoFormat.plist SpriteFrameCacheTest: test for PixelFormat 2016-02-12 19:06:16 +03:00
test_PVRTC2.plist SpriteFrameCacheTest: test for PixelFormat 2016-02-12 19:06:16 +03:00
test_PVRTC2.pvr SpriteFrameCacheTest: test for PixelFormat 2016-02-12 19:06:16 +03:00
test_PVRTC2_NOALPHA.plist SpriteFrameCacheTest: test for PixelFormat 2016-02-12 19:06:16 +03:00
test_PVRTC2_NOALPHA.pvr SpriteFrameCacheTest: test for PixelFormat 2016-02-12 19:06:16 +03:00
test_PVRTC4.plist SpriteFrameCacheTest: test for PixelFormat 2016-02-12 19:06:16 +03:00
test_PVRTC4.pvr SpriteFrameCacheTest: test for PixelFormat 2016-02-12 19:06:16 +03:00
test_RGB565.plist SpriteFrameCacheTest: test for PixelFormat 2016-02-12 19:06:16 +03:00
test_RGB888.plist SpriteFrameCacheTest: test for PixelFormat 2016-02-12 19:06:16 +03:00
test_RGB8888_generic.json Support custom texture atlas formats (#284) 2021-08-13 14:52:58 +08:00
test_RGB8888_generic.png Support custom texture atlas formats (#284) 2021-08-13 14:52:58 +08:00
test_RGBA4444.plist SpriteFrameCacheTest: test for PixelFormat 2016-02-12 19:06:16 +03:00
test_RGBA5551.plist SpriteFrameCacheTest: test for PixelFormat 2016-02-12 19:06:16 +03:00
test_RGBA5555.plist SpriteFrameCacheTest: test for PixelFormat 2016-02-12 19:06:16 +03:00
test_RGBA8888.plist SpriteFrameCacheTest: test for PixelFormat 2016-02-12 19:06:16 +03:00
test_RGBA8888.png metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00