Problem when running program on retina ipad with cocos2d-x

Hi,

I had download cocos2d-1.0.1-x-0.12.0.zip and run it’s Hello World demo project on ios simulator by xcode (4.3.3).

It works fine on iphone,iphone retina and ipad, but just shown a black window when running on retina ipad(I’d set enableRetinaDisplay(true)).

Has some bug about retina ipad with this version of cocos2d-x?

Can anybody help me? Thanks a lot!

Some addtional info:

this issue occurs only when set shouldAutorotateToInterfaceOrientation method of RootViewController.mm to :

return UIInterfaceOrientationIsPortrait(interfaceOrientation);

Retina support for ipad starts from 0.13.0-beta.
So 0.13.0, 2.0.0 and later versions will work for you.

Walzer Wang wrote:

Retina support for ipad starts from 0.13.0-beta.
So 0.13.0, 2.0.0 and later versions will work for you.

I’d download 0.13 and it works fine.

Thanks a lot!:slight_smile:

By the way , when will the 0.13.0 stable version will release?

Why the fonts do not scale at Ipad?