Skip to content

Commit

Permalink
issue #1840: updated change log and fixed resources list bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
linshun committed Mar 19, 2013
1 parent e37dfab commit b6dc33d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.txt
@@ -1,3 +1,29 @@
Cocos2d-html5-v2.1.2-beta @ Mar.20, 2013
* WebGL rendering mode implemented - blazing fast on supported browsers
* Added many WegGL test to testbed
* cc.Loader now supports multiple stage preloading - all tests now preload by multi resource groups
* Now warns the user if their browser does not support html5
* cc.Node now uses transform matrix - better performance
* Accelerometer implemented - Also works on Javascript binding (JSB) for Cocos2d-x & Cocos2d-iPhone
* Supports MP4 and M4a Audio format now
* Designer resolution for multi resolution support - Also works on Javascript binding for Cocos2d-x
* Faster Particle - thanks to Ivo Wetzel
* Bug fixes:
1. File utility fixed
2. Audio support bug fixed
3. Removed some trailing coma which prevents blocks closure compiler
4. Local storage bug fixed
5. cc.MenuItemImage and cc.MenuItemToggle bugs fixed
6. Fixed compatibility with some UIWebView
7. Fixed rounding errors on ease actions
* Known Issues:
1. Effect Advanced Lens3D doesn't work
2. particle system can't load texture from plist
3. EditBox doesn't work on WebGL mode
4. Particle System has some weird behavior when load from CCBReader
5. RenderTextureTest RenderTextureIssue937 & Issue1464 doesn't work properly
6. ClipNodeTest effects varies in different browsers

Cocos2d-html5-v2.1.1 @ Jan.28, 2013
* Fixed bugs
* Added mouse button to MouseDispatcher, supports right-click
Expand Down
2 changes: 1 addition & 1 deletion cocos2d/platform/CCConfig.js
Expand Up @@ -33,7 +33,7 @@
* @constant
* @type String
*/
cc.ENGINE_VERSION = "Cocos2d-html5-v2.1.1";
cc.ENGINE_VERSION = "Cocos2d-html5-v2.1.2-beta";

/**
* <p>
Expand Down

0 comments on commit b6dc33d

Please sign in to comment.