Andrii Chaika
Andrii Chaika
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.
In some browsers sometimes Audio module can fire exceptions, which stops whole cocos from working. We have collected a bunch of errors from Sentry and added try/catch in places where...
In some cases, textures2d can fire exceptions, which stops whole cocos from working. We have collected a bunch of errors from Sentry and added try/catch in places where the errors...
In some cases, LabelTTF can fire exceptions, which stops whole cocos from working. We have collected a bunch of errors from Sentry and added try/catch in places where the errors...
### Issue The Facebook SDK is known to produce a lot of Debug.Log/Debug.LogWarning during work. For example: - Warning: "You are using the facebook SDK in the Unity Editor. "...
### New Issue Checklist - [X] Updated fastlane to the latest version - [X] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [X] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [X] I searched for [existing...
Right now, the repository has only 2 types of serializers. They both are hardcoded, which makes it impossible to use custom serializers. I am attaching a proposal on how to...