DNESS / cocos2d-iphone

Automatically exported from code.google.com/p/cocos2d-iphone
1 stars 0 forks source link

[CCTouchDispatcher setPriority:forDelegate:] not implemented #757

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call selector on shared dispatcher.

What is the expected output? What do you see instead?
Sprite wit new touch priority. Explosion! Huge! Massive! Wow. ;)

What cocos2d version / SVN revision are you using ?
cocos2d v0.99.0-rc

What iPhoneSDK are you using ?
3.2

Debug or Release ?
Debug.

Does this happens on device ? or on the simulator ? or on both ?
Simulator - haven't tried device.

Please provide any additional information below.
What if I don't want to?

Original issue reported on code.google.com by ehol...@gmail.com on 10 Feb 2010 at 5:14

GoogleCodeExporter commented 9 years ago

Original comment by ricardoq...@gmail.com on 10 Feb 2010 at 1:25

GoogleCodeExporter commented 9 years ago

Original comment by ricardoq...@gmail.com on 19 Mar 2010 at 10:48

GoogleCodeExporter commented 9 years ago

Original comment by ricardoq...@gmail.com on 24 Apr 2010 at 2:12

GoogleCodeExporter commented 9 years ago

Original comment by ricardoq...@gmail.com on 26 May 2010 at 6:20

GoogleCodeExporter commented 9 years ago

Original comment by ricardoq...@gmail.com on 14 Jul 2010 at 9:48

GoogleCodeExporter commented 9 years ago

Original comment by ricardoq...@gmail.com on 17 Mar 2011 at 7:02

GoogleCodeExporter commented 9 years ago
I hit this bug today. Was heart broken as I saw the method in the header (would 
have solved a problem I had where I wanted to assign a new priority to a 
CCMenu), implemented it only to see it crash with an NSAssert saying "To be 
implemented".

There is an implementation in the code but it's commented out. Not sure if it 
ever worked and was pulled out some some reason?

Original comment by mzor...@gmail.com on 4 Apr 2011 at 6:08

GoogleCodeExporter commented 9 years ago
fixed.
https://github.com/cocos2d/cocos2d-iphone/commit/f25779160d49a07609a72dcce4db2bc
c2c83a5cf

Original comment by ricardoq...@gmail.com on 15 Jun 2011 at 2:27