cocos2d-objc icon indicating copy to clipboard operation
cocos2d-objc copied to clipboard

Cocos2d for iOS and OS X, built using Objective-C

Results 102 cocos2d-objc issues
Sort by recently updated
recently updated
newest added

You might want to fix this... try archiving an app and validating it against ITC. I think the problem is in CCTableView ![screen shot 2014-10-03 at 10 32 21](https://cloud.githubusercontent.com/assets/278883/4500915/24207118-4a9d-11e4-8666-398a0d7df4c6.png)

Bug
High prio

I'm using SpriteBuilder 1.3.6 with Xcode 6.1.1 (6A2008a) Bug is reproduced on lots of iPhones/iPads with iOS7/iOS8 **Steps to reproduce:** 1. Create a new project in SpriteBuilder. 2. Add two...

I saw this filed in the forums: http://forum.cocos2d-swift.org/t/cceaseout-is-wrong/11179

I am doing something trivial like flipping the sprite based on the direction it’s moving. Given that the anchor point is at (0.5,0.5) and that the base scaleX is 1.0,...

Bug

This came out of a discussion with @Birkemose to make using custom GL code a little easier to understand and use. The basic idea is that instead of wrapping custom...

Enhancement

I assume you already are aware of this because I see the general comments about needing to refractor the sprite framecache. The bug is that if you call removeUnusedSpriteFrames it...

Bug

Since I upgraded to 3.1 I've run into a problem with my physics bodies.. I set the collisionMask in the onEnter method. For some reason it looks like my setting...

Bug

Version: 3.1 I think cascadeOpacityEnabled of CCNode should be YES by default. While animating a CCButton using CCActionFadeOut, I noticed that the button doesn't fade out because opacity isn't cascaded....

Discussion