Skip to content

Commit 3a132d9

Browse files
committed
add 4.0.2 info
1 parent 21c94bb commit 3a132d9

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

CHANGELOG

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
Cocos2d-Lua-Community v4.0.2 Release
2+
3+
[新增] FairyGUI UIConfig、UIObjectFactory、GSlider、GProgressBar等lua接口绑定。
4+
[新增] TMXTiledMap绑定getTilesets。
5+
[新增] spine event luabinding 同时导出当前值和默认值。
6+
[新增] Image同步3.7的getColorAt函数绑定。
7+
[新增] 音频输出添加aac支持。
8+
[新增] TTF加入分辨率自适应开关,自动用合适的字体大小进行渲染,保持高清显示。
9+
[新增] LayerColor添加自定义shader支持。
10+
[新增] EventTouch新增setTouches绑定。
11+
12+
[改进] FairyGUI runtime 同步。
13+
[改进] Spine 3.8 runtime 同步。
14+
[改进] 同步3.7 iOS音频被电话打断的恢复处理。
15+
[改进] OpenAL库去dlopen。
16+
[改进] cmake寻找iconv用ICONV_LIBRARY。
17+
[改进] iOS & Mac remove respondsToSelector & performSelector。
18+
[改进] update luajit to 2021.1.12。
19+
[改进] utils绑定captureNode,captureScreen,并支持返回image对象。
20+
[改进] 去framework.protobuf路径修正,注意导出工具也需要对应修改。
21+
[改进] 同步3.7的ClippingRectangleNode嵌套,RenderTexture混用渲染异常修正。
22+
23+
[修正] FairyGUI runtime 各种填坑。
24+
[修正] CocosStudio 骨骼skin 渲染crash fix。
25+
[修正] Android pb 解析crash fix。
26+
[修正] Metal截图回掉crash fix。
27+
[修正] TMX 的tsx嵌套解析修正。
28+
[修正] TMX 帧动画解析以及渲染修正。
29+
[修正] TMX 修改黑线处理方式,防止纹理抖动。
30+
[修正] TMX objectgroup解析修正。
31+
[修正] 修正创建工程时,iOS 横竖屏参数设置无效。
32+
[修正] apple的getPathForDirectory实现修正。
33+
[修正] audio stop潜在内存泄漏修正。
34+
[修正] 修正freetype渲染simsun.ttc的小字体时花屏的bug。
35+
[修正] Luaj 回调lua自动在cocos thread中运行,解决回调crash。
36+
137
Cocos2d-Lua-Community v4.0.1 Release
238

339
[新增] LuaGameRunner添加Log to File功能。
@@ -48,4 +84,4 @@ Cocos2d-Lua-Community v4.0.0 Release
4884
The Lua "frameworks" compatible with Quick-Cocos2dx-Community v3.7.x.
4985
[new] New developed "LuaGameRunner", replace old Player. Keep It Simple and Stupid.
5086
[new] iOS and Mac support metal.
51-
[new] Use CMake for all platforms.
87+
[new] Use CMake for all platforms.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Cocos2d-Lua-Community 4.0.1 Release
1+
Cocos2d-Lua-Community 4.0.2 Release

cocos/cocos2d.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ NS_CC_BEGIN
3333

3434
CC_DLL const char* cocos2dVersion()
3535
{
36-
return "Cocos2d-Lua-Community 4.0.1 Release";
36+
return "Cocos2d-Lua-Community 4.0.2 Release";
3737
}
3838

3939
NS_CC_END

0 commit comments

Comments
 (0)