cocos2d-iphone-extensions icon indicating copy to clipboard operation
cocos2d-iphone-extensions copied to clipboard

3rd party extensions for cocos2d-iphone

Results 50 cocos2d-iphone-extensions issues
Sort by recently updated
recently updated
newest added

I would like my users to be able to use the normal video UI controls, so they pause, skip/rewind, drag the playhead and use the volume slider etc. Currently I...

Enhancement
develop branch

Ability to scroll to an item. Methods: -(void)scrollToItem:(CCMenuItem*) item { //search for this item and scroll to it } -(void)scrollToItemAtIndex:(int)index { //scroll to item at "index" }

Enhancement

A bouncy effect to the ccmenuAdvanced class when reaching the end (or begin) of the menu (like the UITableView)

Enhancement

Subj. BTW if you need something like CCScrollLayer without snapping effect for menus - take a look at CCMenuAdvanced.

Enhancement

One can be found here: http://www.learn-cocos2d.com/2011/01/cocos2d-gem-clippingnode/ Another can be found here: https://github.com/Seasons7/CCSlider/blob/master/Classes/CCNodeClipping.m Second is a part of @Seasons7 CCSlider. Linked issue: #21 - CCSlider's features merge.

New Extension

@Seasons7 your CCSlider has some functionality that existing CCSlider in extensions repo doesn't. Could you take a look at this CCSlider, please? The best way is probably get latest cocos2d-iphone-extensions...

Enhancement

I have problems with it on my fork of 0.99.5-rc1, due to freezes (CGLockContext + NSLocks in CCTextureCache). Need to test how it works with 1.0 Maybe some thread safety...

Enhancement

On Mac this can be done by adding TileCore from Tile-Cutter. On iOS this needs some smarter image processing library, that can read large png in parts. The best approach...

Enhancement

FilesDownloader will fail if any redirect occured. Probably we can handle some redirects and proceed to download.

Enhancement

It will be right to throw away customVideoView.nib, header and implementation. Instead of that i should integrate all View setup right into VideoPlayerMacImpl

Enhancement