cocos2d-x
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 &...
Fix Label::draw skips drawing when batchNodes are more than one and have empty quads
Avoid include recursion. static analysis of clang say "main file cannot be included recursively when building a preamble".
Fix for win32 FileUtils::listFilesRecursively(). This should address issues #17994 and #18690 in the v4 branch. This fix for this issue was found by the forum user who posted this: https://discuss.cocos2d-x.org/t/v4-0-pc-resources-folder-unable-to-listfilesrecursively/50300
ref https://github.com/cocos-creator/3d-tasks/issues/3224
…out error. The attribute '--force-yes' is deprecated in the latest releases of linux. It is divided into several small attributes. Each consisting of a separate use of it's own. Here...
Fixed exceptions after running Instant App ``` E/AndroidRuntime: FATAL EXCEPTION: main Process: ru.jsoft.awalk, PID: 30800 java.lang.RuntimeException: Unable to resume activity {ru.jsoft.awalk/org.cocos2dx.cpp.AppActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.app.KeyguardManager.inKeyguardRestrictedInputMode()' on...
Steps: - Create new project with "cocos new" command - Open project in Visual Studio 2019, it creates the default x64-Debug configuration - Create x86-Debug configuration - Build fails with...
When call AudioEngine::play2d in AudioEngine callback, it will add new element to _audioPlayers, it may invalid current _audioPlayers iterator in AudioEngine::update
cocosstudio/CCSkin.cpp's _quadCommand lost the pipelineDescriptor.programState, which could cause the CCArmature disable and crash. So adding the getProgramState() to pipelineDescriptor.programState which would bring it back into working order.
- currently, RichText cannot load images from plist file !