You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.txt
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
Cocos2d-html5-v2.1.4 @ Jun.12, 2013
2
-
* Added support for Multi resources loading
3
-
* Performance optimization for sprite performance tests 220%
4
-
* Sync audio api to JSB
2
+
* Added support for multiple resources loading. This mechanic is the same as cocos2d-x now
3
+
* Optimised "Performance Tests -> Sprites Test", and increased its benchmark to 220%!
4
+
* Migrated audio (CocosDenshion) API to keep the same as Cocos2d JS API
5
5
* Added auto test for NodeTests and TilemapTests
6
-
* Changed textureKeyName to full path when removeTextureForKey
6
+
* Changed CCTextureCache member functions such as addImage(path), addImageAysnc(path), removeTextureForKey(key) from using relative path to absolute path
7
7
* Added support for particle batch node
8
8
9
-
*Bug fix:
10
-
1. PreLoading issue on iOS5.1.1
11
-
2. cc.Menu / cc.MenuItemImage remain touchable after replaceScene
12
-
3. Box2d and chipmunk path error for single file mode
13
-
4. cc.EditBox that position of Dom Element is wrong when cc.EditBox skewed
14
-
5. cc.ScrollView position is wrong when it's parent node moved
15
-
6. cc.TouchDispatcher can't touch when WebPage has been scrolled on Firefox and IE
9
+
*Bug fix:
10
+
1. Fixed preLoading issue on iOS 5.1.1
11
+
2. Fixed cc.Menu / cc.MenuItemImage remaining touchable issue after replaceScene
12
+
3. Fixed Box2d and chipmunk path error for single engine file mode
13
+
4. Fixed cc.EditBox Dom Element position issue when cc.EditBox skewed
14
+
5. Fixed cc.ScrollView position issue when it's parent node moved
15
+
6. Fixed cc.TouchDispatcher can't touch issue when WebPage has been scrolled on Firefox or IE
16
16
* Known Issues:
17
17
1. Effect Advanced Lens3D doesn't work
18
18
2. ClipNodeTest effects varies in different browsers
0 commit comments