cocos2d-html5
cocos2d-html5 copied to clipboard
Cocos2d for Web Browsers. Built using JavaScript.
I am using Meteor and I found a serious issue with cocos2d-js at the moment. Most of the new JavaScript frameworks such as Meteor and Angular.js will use client side...
Abandon `jsList` in `project.json`, instead, use `userModules`. For example: ``` +framework +userModule1 -moduleConfig.json +lib +userModule2 -moduleConfig.json +src -moduleConfig.json -project.json ``` `framework/userModule1/moduleConfig.json` and `lib/userModule2/moduleConfig.json` and `src/moduleConfig.json`: ``` { module : {...
#2849:add runtime support for v2
If the layer with CCEditBox is under another focusing layer or sprite, the CCEditBox could still gain the focus. It is obviously unwanted. Because the CCEditBox is implemented by the...
Problem with canvas2d, when FileNode have other inner fileNode and inner fileNode have loop animation and main fileNode have animation change color. If play animation which change color without loop,...
When the page contains cocos2d-html5 canvas and you put the mouse pointer over it, the scroll wheel does not work. For games which are used inside Facebook Canvas the scroll...
We have noticed that the current body check does not work properly all the times. We have replaced it with jQuery inspired check which will wait until document.body can be...
Without this patch, the Cyrillic and other non-latin languages had an issue with line breaks in LabelTTF. The world was broken in any place. Before in LabelTTF the string "Привіт...
Firefox will fire NS_ERROR_FAILUER exception if we access xhr.status field in some situation. More: http://helpful.knobs-dials.com/index.php/0x80004005_(NS_ERROR_FAILURE)_and_other_firefox_errors This fix adds try catch to catch possible errors in Firefox.