samuele3hu
|
87fccd7881
|
Remove manaul lua-bindings for Armature::getOffsetPoints
|
2014-09-29 10:37:19 +08:00 |
samuele3hu
|
cb38f6bd5b
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_3D
|
2014-09-29 10:27:46 +08:00 |
samuele3hu
|
f00187d3bb
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_3D
Conflicts:
tools/tolua/cocos2dx.ini
|
2014-09-29 09:48:35 +08:00 |
samuele3hu
|
99e1c6640e
|
Add BillBoardTest and update related bindings files
|
2014-09-29 09:43:22 +08:00 |
CocosRobot
|
fd9ed15d6d
|
[AUTO]: updating luabinding automatically
|
2014-09-29 01:25:31 +00:00 |
Dhilan007
|
d52144d1e0
|
fix linker errors on WIN32
|
2014-09-28 21:45:09 +08:00 |
minggo
|
9511f0deb5
|
Merge pull request #8130 from yestein/v3
Add Cocostudio Armature getOffsetPoints API for Lua
|
2014-09-28 16:48:37 +08:00 |
samuele3hu
|
6b2acf88fc
|
Modify CameraTest and update related lua-bindings files
|
2014-09-28 16:47:06 +08:00 |
minggo
|
8ed336c681
|
Merge pull request #8167 from hongliang-goudou/v3
bugfix for UI animation playing crash if GUI JSON file is loaded again.
|
2014-09-28 16:42:49 +08:00 |
minggo
|
289c1edfe7
|
Merge pull request #8174 from lite3/v3
fix compile error when CC_SPRITE_DEBUG_DRAW
|
2014-09-28 16:21:04 +08:00 |
samuele3hu
|
e50eaf684f
|
Add CameraTest and update related lua-bindings files
|
2014-09-28 14:31:58 +08:00 |
CocosRobot
|
021d21a2a7
|
[AUTO]: updating luabinding automatically
|
2014-09-26 15:37:17 +00:00 |
minggo
|
99064b091f
|
Merge pull request #8164 from super626/v3
move logic about camera from Director to scene
|
2014-09-26 23:29:58 +08:00 |
lite3
|
da361810a3
|
fix compile error when CC_SPRITE_DEBUG_DRAW
|
2014-09-26 17:14:55 +08:00 |
samuele3hu
|
2ac96ed06e
|
Fix the lua-tests compile error and some bugs in the NewAudioEngineTest and update cocos2dx_audioengine.ini to support macro_judgement
|
2014-09-26 16:39:54 +08:00 |
samuele3hu
|
691074eb7c
|
Add Camra3DTest and update sprite3DTest
|
2014-09-26 16:00:57 +08:00 |
CocosRobot
|
963c02eb3d
|
[AUTO]: updating luabinding automatically
|
2014-09-26 05:45:33 +00:00 |
minggo
|
7d33aef5cb
|
Merge pull request #8156 from samuele3hu/v3_check_lua
Fix the bug that passing the wrong stack index to luaval_to_ccvaluemap and luaval_to_ccvaluevector
|
2014-09-26 11:49:09 +08:00 |
Hong Liang
|
9448345de3
|
bugfix for UI animation playing crash if GUI JSON file is loaded again.
|
2014-09-26 11:29:48 +08:00 |
minggo
|
bd56a71b1b
|
CC_USE_MEM_LEAK_DETECTION -> CC_REF_LEAK_DETECTION
|
2014-09-26 10:44:29 +08:00 |
yangxiao
|
6626655308
|
move render logic from Director to scene
|
2014-09-26 09:36:43 +08:00 |
minggo
|
615b367277
|
Merge pull request #8158 from dabingnn/v3_neon
V3 neon
|
2014-09-25 18:02:46 +08:00 |
Huabing.Xu
|
af0c9ce2fa
|
reverse target=android-10 on android
|
2014-09-25 16:54:33 +08:00 |
Huabing.Xu
|
ed9848a782
|
neon works on android(only on armeabi-v7a)
|
2014-09-25 16:09:28 +08:00 |
samuele3hu
|
38530772ae
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_3D
|
2014-09-25 15:26:03 +08:00 |
samuele3hu
|
3e5638fe91
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_check_lua
|
2014-09-25 15:17:55 +08:00 |
samuele3hu
|
23fb2062c9
|
Fix the bug that passing the wrong stack index to luaval_to_ccvaluemap and luaval_to_ccvaluevector
|
2014-09-25 15:05:42 +08:00 |
CocosRobot
|
7192681618
|
[AUTO]: updating luabinding automatically
|
2014-09-25 06:50:06 +00:00 |
minggo
|
9509f4cf9a
|
Merge pull request #8139 from tttreal/label-getStringNumLines-bugfix
[CCLabel] Apply updateContent() for getStringNumLines() when Label is dirty
|
2014-09-25 14:44:28 +08:00 |
minggo
|
d491d9e6db
|
Merge pull request #8149 from andyque/fixIOS8EditBox
fix ios8 EditBox orientation problem
|
2014-09-25 13:47:23 +08:00 |
minggo
|
2620592d62
|
Merge pull request #7975 from newnon/v3_openUrl
openUrl function for all platform but on windows RT empty function
|
2014-09-25 13:41:08 +08:00 |
minggo
|
9510d6d946
|
Merge pull request #8136 from andyque/moveWinEditBox
remove Win32InputBox.cpp/.h, move them to UIEditBoxImpl-win32.cpp
|
2014-09-25 13:38:19 +08:00 |
andyque
|
34fbca9c50
|
fix ios8 EditBox orientation problem
|
2014-09-25 11:46:42 +08:00 |
Huabing.Xu
|
ab19c81371
|
add neon64 implementation
|
2014-09-25 10:53:44 +08:00 |
Huabing.Xu
|
a897f23023
|
refactor neon code
|
2014-09-25 10:46:25 +08:00 |
samuele3hu
|
2cc48d1f81
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_3D
|
2014-09-25 10:40:31 +08:00 |
minggo
|
6a437d79b1
|
Merge pull request #8138 from MSOpenTech/wp8-v3.3
WP8 v3.3 bug fixes
|
2014-09-25 10:39:37 +08:00 |
minggo
|
04aa44aeea
|
Merge pull request #8141 from huangshiwu/v3_wp8test
fix Class TextFieldTTF's keyboard input bug on WP8 platform
|
2014-09-25 09:40:10 +08:00 |
huanghsiwu
|
49f1927d5d
|
fix Class TextFieldTTF's keyboard input bug on WP8 platform
|
2014-09-25 07:41:51 +08:00 |
toma
|
d1faf75b58
|
[CCLabel] Apply updateContent() for getStringNumLines() when Label is dirty
|
2014-09-25 01:46:17 +09:00 |
andyque
|
3c434ec354
|
remove Win32InputBox.cpp/.h, move them to UIEditBoxImpl-win32.cpp
|
2014-09-24 17:47:38 +08:00 |
Huabing.Xu
|
cc39ed288a
|
android can link with neon(neon code has some bugs)
|
2014-09-24 17:21:38 +08:00 |
andyque
|
53d28168fe
|
remove duplicated Win32InputBox.cpp/.h and add WebViewTest to win32
|
2014-09-24 16:39:32 +08:00 |
Huabing.Xu
|
2a75b7192a
|
enable neon on IOS and refactor code
|
2014-09-24 16:12:47 +08:00 |
yestein
|
b19b2c5786
|
replace tab to 4 spaces
|
2014-09-24 15:14:47 +08:00 |
minggo
|
79446999bb
|
Merge pull request #8116 from Dhilan007/v3-labelfix
Cocos2d-x used a deprecated method to calculates the bounding rect of a string on iOS 7.
|
2014-09-24 15:03:40 +08:00 |
minggo
|
dd3c295caa
|
Merge pull request #8125 from cpascal/fix_invalid_windows_definition
Fixed invalid use of CC_TARGET_PLATFORM in the CCClippingNode
|
2014-09-24 15:02:30 +08:00 |
minggo
|
fdb30f1ee7
|
Merge pull request #8115 from Dhilan007/v3-audio903
New Audio Engine -MAC
|
2014-09-24 15:00:53 +08:00 |
yestein
|
72c5d77273
|
Add Cocostudio Armature getOffsetPoints API for Lua
|
2014-09-24 11:20:36 +08:00 |
Huabing.Xu
|
e1d11ae5c3
|
move sse code to mathUtil.cpp
|
2014-09-24 11:06:07 +08:00 |