Unknown type name 'uint8_t'?
@slackmoehrle wrote: Suddenly, my Xcode project is complaining about unknown type name 'uint8_t' in resource.hCan anyone see what is happening? In file included from...
View ArticleRPG game with Server And Multiplayer Need Light in the code road
@jackalft wrote: Hello I am a web Developer and I am new to Cocos2d-x I am working on C++ right now to improve coding. So I will be asking a few questions. I would be really happy if you help me...
View ArticleSome way to preload scene on jsb
@daltomdesigner wrote: Hi, some way to preload an scene resources on jsb? cc.LoaderScene.preload works only with html5 but not with native. Posts: 1 Participants: 1 Read full topic
View ArticleBug in PhysicsBody cocos2dx API
@IzzyJM wrote: Hello I tried using the method getPhysicsBody->getFirstShape(); for my game but when I build it says there is no member named "getFirstShape()" in in physicsbody.h I looked inside...
View Article_globalOrder is not useful in h5
@gyk_gyk wrote: _globalOrder can change the render order in native version, but it is not useful in h5 version. Posts: 1 Participants: 1 Read full topic
View ArticleCan't build cpp-empty-test for android
@mtrajano wrote: I'm having trouble building the cpp-tests and cpp-empty-test for Android. I'm following this tutorial. I have all of the prerequisites downloaded. My NDK version is r11c and coco2d-x...
View ArticleProblem with the back button
@SaintBass wrote: Hi guys, in my code i use the method to close the application when the back button is pressed, in my main(): this->setKeypadEnabled(true); and create this function: void...
View ArticleSDKBOX IAP IOS issue
@energyy wrote: One of our developers trying to add SKDBOX to his project, added all frameworks and initialization/purchase code. When launching app getting error: SDKBOX_CORE :Failed to find local...
View ArticleAdMob designed for families
@Farrel7786729 wrote: Does SDKBOX admob support Designed For Families flags? There's no actual constraints if app is rated "Ages 5 & Under", "Ages 6 to 8", and/or "Ages 9 to 12", but for...
View ArticleBox2d debug draw?
@nichlaspro132 wrote: Hi! So i have just added some physics objects in my scene but i really want to see an outline or something. Therefore i thought about debug draw and have searched for some time...
View ArticleViewing a .PDF file
@cocosdan wrote: I have a .PDF file of 85 pages that I would like to make available for viewing in my application. I have considered converting that file to PNG pictures, that I could display inside a...
View ArticleCocoscreator update WINDOW issue
@catch_up wrote: This is my 13inch laptop screen and it comes like...See the bottom of the screen and it can't come completely. Download button was barely visible. Please make this window scrollable....
View ArticleAny signup is necessary for cocos creator?
@utherkim wrote: It's been a long time since I last visited. Today I got a mail from here and made a visit to check new changes on Cocos2d-x and found new stuff called "cocos creator". So I tried to...
View ArticleLoading a JSON file in a cocos creator project?
@eprieur wrote: Note that I'm very new to this. I have a simple JSON file under assets and I want to load it in a variable like I do in other langages. How can I do that? Something like that: var...
View Article[Solved!] Using sdkbox IAP plugin for iOS and server side validation issue
@BMG_Blake wrote: Hello All, I am using the IAP plugin to do microtransactions for my game. I have everything set up in sandbox and it seems to be working but when integrated server side verification,...
View ArticleHow to Modify AssetsManagerEx compare diff to Multithread?
@RazgrizHsu wrote: How to Modify AssetsManagerEx compare diff to Multithread?Hi, first sorry my pool english,i'm chinese, currently using Cocos Creator 1.0.1,in my project, i using HotUpdate in first...
View Articlecocos2d-x client-server
@espltd wrote: The client-server Trying to do. According to the instructions I am able to get data from the server, but how to make so that they can be? I mean to make a list of these records, and...
View ArticleAllow access origin policy while loading resource from the server
@eydamson wrote: hi i am loading resources from my server..unfortunately the server is responding with this errorhas been blocked from loading by Cross-Origin Resource Sharing policy: No...
View ArticleSyncing XCode and Visual Studio projects
@onselakin wrote: I am creating a game as a learning project and I was coding in XCode all along. I wanted to see how the game works in Windows and switched to Visual Studio project and found out that...
View ArticleHow to add ScrollView to a node?
@cuongnmx wrote: Hi all, I tested creating a ScrollView and add it to a layer. It works. In my game I want to add that ScrollView to a node then add that node to a layer. I have tried but no...
View Article