pandamicro
|
3c2e66e425
|
Merge branch 'v3.7.1' of https://github.com/cocos2d/cocos2d-x into v3
# Conflicts:
# .travis.yml
# build/cocos2d_js_tests.xcodeproj/project.pbxproj
# build/cocos2d_tests.xcodeproj/project.pbxproj
# cocos/2d/CCFont.h
# cocos/2d/CCFontAtlas.cpp
# cocos/2d/CCFontAtlas.h
# cocos/2d/CCFontFreeType.cpp
# cocos/2d/CCFontFreeType.h
# cocos/2d/libcocos2d_8_1/libcocos2d_8_1/libcocos2d_8_1.Windows/libcocos2d_8_1.Windows.vcxproj
# cocos/2d/libcocos2d_8_1/libcocos2d_8_1/libcocos2d_8_1.WindowsPhone/libcocos2d_8_1.WindowsPhone.vcxproj
# cocos/2d/libcocos2d_win10/libcocos2d.vcxproj
# cocos/cocos2d.cpp
# cocos/platform/android/jni/Java_org_cocos2dx_lib_Cocos2dxHelper.cpp
# cocos/scripting/js-bindings/auto/jsb_cocos2dx_studio_auto.cpp
# templates/cpp-template-default/proj.ios_mac/HelloCpp.xcodeproj/project.pbxproj
# templates/js-template-default/frameworks/runtime-src/proj.ios_mac/HelloJavascript.xcodeproj/project.pbxproj
# templates/js-template-runtime/frameworks/runtime-src/proj.ios_mac/HelloJavascript.xcodeproj/project.pbxproj
# templates/lua-template-default/frameworks/runtime-src/proj.ios_mac/HelloLua.xcodeproj/project.pbxproj
# tests/cpp-tests/Classes/LabelTest/LabelTestNew.cpp
# tests/cpp-tests/Classes/LabelTest/LabelTestNew.h
# tools/bindings-generator
# tools/simulator/frameworks/runtime-src/proj.ios_mac/simulator.xcodeproj/project.pbxproj
# tools/travis-scripts/generate-bindings.sh
# tools/travis-scripts/generate-cocosfiles.sh
# tools/travis-scripts/travis_mac.yml
|
2015-08-02 22:28:27 +08:00 |
pandamicro
|
0ca48a32f5
|
Merge pull request #13110 from WenhaiLin/v3.8-label-cropped-fix
Label:Fixed the edge of character may be cropped.
|
2015-08-01 15:36:47 +08:00 |
pandamicro
|
3bdc7e4e1e
|
Merge pull request #13138 from fusijie/fix_spritepolygon_setflip
fix polygon sprite setFlipped bug.
|
2015-08-01 09:59:25 +08:00 |
fusijie
|
dcef1e9d31
|
fix polygon sprite setflipped bug.
|
2015-07-31 15:49:44 +08:00 |
pandamicro
|
ede9195d14
|
Merge pull request #13073 from super626/fixtest
Bug Fix
|
2015-07-31 09:58:14 +08:00 |
yangxiao
|
fc14efa034
|
update comment
|
2015-07-31 09:55:57 +08:00 |
pandamicro
|
39721c6eb6
|
Merge pull request #13105 from fusijie/fix_10487
fix Sprite/Label/FastTMX auto-culling bug.
|
2015-07-30 17:12:37 +08:00 |
Wenhai Lin
|
bce279c52e
|
Label:Fixed the edge of character may be cropped.
|
2015-07-30 16:24:47 +08:00 |
fusijie
|
17c7848e62
|
fix FastTiledMap auto-culling bug.
|
2015-07-30 15:07:03 +08:00 |
fusijie
|
f91a58c8ff
|
fix Label auto-culling bug.
|
2015-07-30 13:59:50 +08:00 |
子龙山人
|
cd4d8b7880
|
Merge pull request #13101 from WenhaiLin/v3.8-label-code-style
Improve coding style
|
2015-07-30 13:44:53 +08:00 |
fusijie
|
ee5e64825a
|
fix Sprite auto-culling bug.
|
2015-07-30 12:00:57 +08:00 |
WenhaiLin
|
964e7103b5
|
Improve coding style
|
2015-07-30 11:33:18 +08:00 |
子龙山人
|
c039c7a9bd
|
Merge pull request #13084 from WenhaiLin/v3.8-label-df-contentsize-fix
Fixed the content size of Label is incorrect with GLOW effect.
|
2015-07-30 11:29:48 +08:00 |
WenhaiLin
|
a9f27865d3
|
Fixed the content size of Label is incorrect with GLOW effect.
|
2015-07-29 16:30:07 +08:00 |
pandamicro
|
16b03f0ebe
|
Merge pull request #13065 from pandamicro/widget_onEnter
Ensure C++ classes onEnter, onExit can be safely override in JS
|
2015-07-29 15:36:12 +08:00 |
子龙山人
|
96d44e1078
|
Merge pull request #13076 from WenhaiLin/v3.8-label-gb2312
Label:support font that contains GB2312 char map.
|
2015-07-29 14:51:17 +08:00 |
yangxiao
|
5d677d49bb
|
clamp sin value to -1, 1
|
2015-07-29 10:35:01 +08:00 |
pandamicro
|
cca95c3c51
|
Merge pull request #13041 from yangws/issue_10386
Fixed #10386 : ui::TextField hitTest not working as expected.
|
2015-07-29 09:52:06 +08:00 |
pandamicro
|
9fea134de1
|
Use sendNodeEventToJSExtended instead of sendNodeEventToJS in sub classes
|
2015-07-28 18:24:03 +08:00 |
Wenhai Lin
|
c4112e1ce5
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3.8-label-gb2312
|
2015-07-28 17:02:30 +08:00 |
WenhaiLin
|
9edd66d4a7
|
Label:support font that contains GB2312 char map.
|
2015-07-28 16:28:32 +08:00 |
pandamicro
|
89c722ed4b
|
Add script invocation for onEnter, onExit etc in other classes
|
2015-07-28 16:07:14 +08:00 |
pandamicro
|
0d7f1e3672
|
Reorder the logic of script invocation for onEnter, onExit etc to the beginning of the function
|
2015-07-28 16:05:47 +08:00 |
子龙山人
|
3a58668d71
|
Merge pull request #12744 from fusijie/fix_pageturndown
Fix PageTurn3D
|
2015-07-28 11:35:15 +08:00 |
Damien
|
7fb4dabcb7
|
Fixed a compile error when CC_SPRITE_DEBUG_DRAW is on
|
2015-07-27 14:46:15 -07:00 |
Vincent Yang
|
2f996b24ef
|
Fixed #10386 : ui::TextField hitTest not working as expected.
|
2015-07-27 16:59:35 +08:00 |
pandamicro
|
fa46a0abb4
|
Merge pull request #12992 from yangws/v3.7.1
Fixed #12962 : Scene can't have std::vector member.
|
2015-07-25 09:52:00 +08:00 |
WenhaiLin
|
b1bd8338aa
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3.8-label-gb2312
|
2015-07-24 21:30:28 +08:00 |
Dale Stammen
|
8940eb829f
|
added missing cocostudio files
|
2015-07-24 04:48:14 -07:00 |
WenhaiLin
|
37a174ee4a
|
Label:refine the implementation about text layout and support debug draw
|
2015-07-24 18:38:45 +08:00 |
geron-cn
|
0b09fd5bcb
|
Merge branch 'v3.7.1' of github.com:cocos2d/cocos2d-x into 3.7.1
Conflicts:
cocos/2d/libcocos2d.vcxproj.filters
cocos/2d/libcocos2d_8_1/libcocos2d_8_1/libcocos2d_8_1.Shared/libcocos2d_8_1.Shared.vcxitems.filters
tests/cpp-tests/Classes/ExtensionsTest/CocoStudioActionTimelineTest/ActionTimelineTestScene.cpp
tests/cpp-tests/Classes/ExtensionsTest/CocoStudioActionTimelineTest/ActionTimelineTestScene.h
|
2015-07-24 11:38:09 +08:00 |
Vincent Yang
|
e4a8aeee45
|
Fixed #12962 : Scene can't have std::vector member.
|
2015-07-24 11:16:45 +08:00 |
pandamicro
|
5ffa8efee6
|
Merge pull request #12977 from chengstory/OptimizationExtensionData
Optimization extension data
|
2015-07-24 11:01:56 +08:00 |
zhangcheng
|
be08de6780
|
Update libcocos2d_8.1 vs project.
|
2015-07-24 09:32:39 +08:00 |
Dale Stammen
|
13149a0bc5
|
updated version to 3.7.1
|
2015-07-23 13:26:32 -07:00 |
Dale Stammen
|
c3935b921c
|
updated version to 3.7.1
|
2015-07-23 13:02:42 -07:00 |
Dale Stammen
|
72427a0a64
|
updated version to 3.8
|
2015-07-23 12:46:47 -07:00 |
Dale Stammen
|
f91e812924
|
updated version to 3.8
|
2015-07-23 12:40:36 -07:00 |
fusijie
|
e9cbb6b084
|
fix compile on iOS/Android/Linux/Win8Universal.
|
2015-07-23 17:32:52 +08:00 |
zhangcheng
|
4b8248c015
|
Optimization of Custom Data.
replace ComExtensionData to ObjectExtensionData.
|
2015-07-23 16:30:23 +08:00 |
geron-cn
|
915cefa208
|
bone node
|
2015-07-23 11:51:49 +08:00 |
Vincent Yang
|
19c8f337da
|
Fixed #12918 : TMXXMLParser.cpp -- In the function getRectForGID have small errors
|
2015-07-23 11:01:51 +08:00 |
pandamicro
|
6029ca3edd
|
Merge pull request #12949 from yangws/issue_12906
Fixed #12906 : Can't add custom member to cocos2d::Scene subclass.
|
2015-07-22 16:17:14 +08:00 |
pandamicro
|
741163db40
|
Merge pull request #12938 from WenhaiLin/v3.8-deps70
Update deps for support FullType.
|
2015-07-22 15:42:13 +08:00 |
pandamicro
|
e0e5ae9d99
|
Merge pull request #12924 from liamcindy/SkyBox_3.7.1
update for Game3DNodeReader & UserCameraReader
|
2015-07-22 15:34:18 +08:00 |
Vincent Yang
|
3addf38134
|
Fixed #12906 : Can't add custom member to cocos2d::Scene subclass.
|
2015-07-22 12:01:34 +08:00 |
WenhaiLin
|
d0d481fd67
|
updated version to v3-deps-70
|
2015-07-21 16:43:47 +08:00 |
pandamicro
|
85d4ce0d5a
|
Merge branch 'v3.7-release' of https://github.com/cocos2d/cocos2d-x into v3
Conflicts:
cocos/scripting/lua-bindings/auto/lua_cocos2dx_ui_auto.hpp
docs/RELEASE_NOTES.md
tools/cocos2d-console
tools/tojs/cocos2dx.ini
|
2015-07-21 11:39:24 +08:00 |
andyque
|
c4d8ebc780
|
add Two APIs to Node.
1. add getNodeToParentTransform(Node* ancestor)
2. add getNodeToParentAffineTransform(Node* ancestor)
|
2015-07-20 13:49:23 +08:00 |