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

Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x &...

Results 202 cocos2d-x issues
Sort by recently updated
recently updated
newest added
trafficstars

When building for arm64-v8a I get the error "multiple definition of `__ctype_get_mb_cur_max'" during the "install" phase of building for android. The definitions are in: CCApplication-android.cpp:45 CCEnhanceAPI-android.cpp:35 Removing the repeated definition...

type:bug
platform:android

When using Texture2DGL::getBytes() on flipped images, only memory for flipped image is being released and original image memory is not. This pull fix this issue freeing original image in all...

- cocos2d-x version: 3.10 - devices test on: Windows - developing environments - NDK version: - Xcode version: - VS version: - browser type and version: When I input Korean...

Apple is coming out with ARM-based macs this year, will cocos2d continue to work as is on those? will they have webgl support? or should we prepare for any disruption?

- cocos2d-x version: 3.17 Steps to Reproduce: 1. this.ws = new WebSocket(url, [], 'res/cacert.pem'); 2. D/WebSocket.cpp (416): WebSocket thread start, helper instance: 0x6000009739c0 D/WebSocket.cpp (880): scheme: wss, host: wbacay.sellcodegame.com, port:...

- cocos2d-x version: 4.0 - devices test on: - developing environments - NDK version: 16.1.4479499 - Xcode version: 13.1 and 12.5.1 - OS: 11.6 - CMake: 3.19.3 Steps to Reproduce:...

When we cloned cocos2d-x repo today and found the following error: **`F:\>git clone --recursive https://github.com/cocos2d/cocos2d-x F:\gitP\cocos2d\cocos2d-x`** `Cloning into 'F:/gitP/cocos2d/cocos2d-x/tests/cpp-tests/Resources/ccs-res'...` `fatal: remote error:` ` The unauthenticated git protocol on port 9418...

- cocos2d-x version: v4 - devices test on: iPad mini (5th gen), iPhoneX, iPhone 13 Pro, iPad (8th gen) - developing environments - NDK version: N/A - Xcode version: 13.2.1...

1. I used initWithSpriteFrame and spriteFrame->getOffset() is not zero, so _unflippedOffsetPositionFromCenter is not zero. 2. used initWithFile ,the position will be wrong,because _unflippedOffsetPositionFromCenter is not reset.