Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci skip]Skip a frame if there is no action updated or event dispatched #6418

Closed
wants to merge 10,000 commits into from

Conversation

cocosQA
Copy link

@cocosQA cocosQA commented Apr 28, 2014

To reduce power consumption

James Chen and others added 30 commits April 9, 2014 16:43
Result of 'malloc' is incompatible with type 'unsigned char *' in Image::saveImageToPNG.
Why sizeof(void**) and not sizeof(void*)?
1. By executing 314: _systemControl = [[CCEditBoxImplIOS_objc alloc] initWithFrame:rect editBox:this];
2. We entered to the function 67: -(id) initWithFrame: (CGRect) frameRect editBox: (void*) editBox
3. Then 69: "self = [super init];" returns object with +1 retain count
4. 93: "return nil" Potential leak of an object stored into "self".
Incompatible pointer type fix in cpArrayNew
Some fixes detected by xcode analyze
probably there is a better place to define this variable, but let's just
choose ccTypes.h now.
zhangbin and others added 24 commits April 16, 2014 10:30
[Jenkins][ci skip] Create and save cpp-empty-test apk for autotest
[Jenkins][ci skip] Fix ftp home in upload_apk.sh
Find ant path from system first when ANT_ROOT is not set.
[Jenkins][ci skip] Fix 'localfile' parameter
[Jenkins][ci skip] Add [ci emptytest] command
[Jenkins][ci skip] Comment result of emptytest
Support run sample projects with console.
add comment for EventListenerTouchOneByOne::checkAvailable()
@sachingarg05
Copy link
Contributor

This seems to be a very useful and interesting pull request. Hope it gets merged soon.

@heliclei
Copy link
Contributor

@ricardoquesada , Do we have a plan to add this feature in v3.1?

@thoechsmann
Copy link

+1 for such a feature.

But I am not sure if this pull request is doing this correctly.

See comments here: #6178 (comment)

@rny
Copy link

rny commented Jul 2, 2014

+1 for such a feature!

@IcePower
Copy link

IcePower commented Aug 1, 2014

+10086 for such a feature
@thoechsmann you said you have already implemented a similar feature at #6178 (comment). Can you make a pull request? Thank you very much!

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.