Commit Graph

22101 Commits

Author SHA1 Message Date
minggo fcaffb5b38 Merge pull request #7443 from andyque/fixTextLineWrap
fix text line wrap issue
2014-07-15 11:43:59 +08:00
andyque 52596dc97f fix Text line wrap issue 2014-07-15 11:46:53 +08:00
samuele3hu 55e77d8fd2 Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_hot_fix 2014-07-15 11:34:57 +08:00
samuele3hu 3ab7520667 Delete SceneEditorTest from ExtensionTest and add related binary loading to CocoStudioSceneTest 2014-07-15 11:34:24 +08:00
pandamicro 216af377d0 Merge branch 'v3' of git://github.com/cocos2d/cocos2d-x into ArmatureTrans 2014-07-15 11:32:12 +08:00
pandamicro db8f0ea3ab Fixed #5724: Use correct transform in CCSkin's updateTransform function 2014-07-15 11:31:10 +08:00
pandamicro 67c07f94f4 Issue #5724: Correction of property name in CCBone 2014-07-15 11:30:36 +08:00
Huabing.Xu 4b059689d3 add CC_DLL for functions 2014-07-15 11:18:05 +08:00
boyu0 6ed9b49ffb Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into merge_arm64_lib_to_fat_lib 2014-07-15 11:08:35 +08:00
Huabing.Xu 9db59c0046 add CC_DLL for Event and Physics 2014-07-15 10:55:40 +08:00
cocoscodeide be343ea73d Merge pull request #54 from chuanweizhang2013/v3luaruntime
add window top
2014-07-15 10:48:52 +08:00
chuanweizhang2013 03982a7f6e Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3luaruntime 2014-07-15 10:34:00 +08:00
chuanweizhang2013 a4c4c14c3c remove change project fecture 2014-07-14 19:31:32 -07:00
chuanweizhang2013 6098531fd4 add set window top 2014-07-14 19:26:24 -07:00
Huabing.Xu cd9e42eb99 add CC_DLL for colorXXX 2014-07-15 10:04:24 +08:00
Huabing.Xu 60334e8b3e add CC_DLL for 3d 2014-07-15 09:45:43 +08:00
Ricardo Quesada 74df6eb95b Merge pull request #7441 from ricardoquesada/cpp-template-mac
default OS Target for OS X is 10.7
2014-07-14 18:41:07 -07:00
Ricardo Quesada cc0a27e83e default OS Target for OS X is 10.7 2014-07-14 18:39:36 -07:00
boyu0 2354c79c3f Fix compile error 2014-07-14 23:05:16 +08:00
Huabing.Xu 8bbce767f3 add CC_DLL for ActionEase 2014-07-14 22:42:44 +08:00
minggo ff31144bd2 Merge pull request #7438 from Dhilan007/v3-320final
disable warn on zero-sized structure[android].
2014-07-14 21:04:03 +08:00
minggo 0ceef253ba Merge pull request #7437 from CocosRobot/update_lua_bindings_1405327888
[AUTO]: updating luabinding automatically
2014-07-14 21:03:19 +08:00
boyu0 c7fec217ba Change atof() to utils::atof() 2014-07-14 20:45:24 +08:00
boyu0 7fd0ca217c Implement utils::atof() 2014-07-14 20:42:08 +08:00
boyu0 0c4f4efc0b merge iOS arm64 lib to fat lib, change the project setting. 2014-07-14 19:27:19 +08:00
Huabing.Xu 91314ed504 remove CC_DLL for template class and CC_DLL for CCValue 2014-07-14 18:40:10 +08:00
samuele3hu b3bfa87f51 Fix the TMXOrthoFlipRunTimeTest bugs. 2014-07-14 18:30:59 +08:00
samuele3hu f1ed090f4f Fix the OpenGLTest display bugs. 2014-07-14 18:30:02 +08:00
samuele3hu 7757df222a Add bit extend module 2014-07-14 18:26:39 +08:00
Dhilan007 5e10575ab0 disable warn on zero-sized structures. 2014-07-14 17:53:55 +08:00
Huabing.Xu 9806b37398 add CC_DLL of DrawPrimitive 2014-07-14 17:40:02 +08:00
Huabing.Xu 952ca0eb75 add CC_DLL in Renderer folder 2014-07-14 17:02:06 +08:00
CocosRobot 1ef1a809b5 [AUTO]: updating luabinding automatically 2014-07-14 08:53:13 +00:00
Huabing.Xu 190264c090 add CC_DLL in Event systems 2014-07-14 16:43:28 +08:00
Huabing.Xu 09a75f73cf add CC_DLL in math folder 2014-07-14 16:40:54 +08:00
minggo 6d063fb97b Merge pull request #7431 from andyque/addTextFieldTTFTest
add TextField TrueTypeFont tests
2014-07-14 16:31:36 +08:00
minggo 981922eb95 Merge pull request #7432 from joshuastray/transition_ctor_access
move constructors and destructors to CC_CONSTRUCTOR_ACCESS and add needed constructors for js bindings
2014-07-14 16:28:18 +08:00
minggo 7f68bdf179 Merge pull request #7434 from samuele3hu/v3_hot_fix
Fix the crash that CocoStudioGuiTest in the Linux platform and error display than Sprite3DTest
2014-07-14 16:26:42 +08:00
minggo e3b149deda Merge pull request #7433 from heliclei/check-build-size
check libcpp-empty-test.so size after successful build
2014-07-14 16:25:52 +08:00
minggo b5a6ccc220 Merge pull request #7435 from Dhilan007/v3-320final
fixed using the incorrect res in test case of 'TextureMemoryAlloc'.
2014-07-14 16:25:10 +08:00
chuanweizhang2013 3788df5e53 add support program to top 2014-07-14 16:23:57 +08:00
samuele3hu 4cb6c1c74f Add lua bindings for TextureCache::addImageAsync and update the related test cases 2014-07-14 16:05:48 +08:00
cocoscodeide 42e5c9c293 Merge pull request #53 from cocos2d/v3
update 2d-x
2014-07-14 15:56:12 +08:00
heliclei 9812532103 [ci skip]add .so to file name 2014-07-14 15:51:04 +08:00
Dhilan007 a5317dde87 fixed using the incorrect res in test case of 'TextureMemoryAlloc'. 2014-07-14 15:50:20 +08:00
samuele3hu 5f453d0105 Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_hot_fix 2014-07-14 15:32:03 +08:00
heliclei 06ae2ba2a6 check libcpp-empty-test.so size after successful build 2014-07-14 15:30:11 +08:00
samuele3hu ace0d05bd4 Fix the crash that CocoStudioGuiTest in the Linux platform and errors than Sprite3DTest 2014-07-14 15:28:52 +08:00
cocoscodeide de04cce39e Merge pull request #52 from chuanweizhang2013/v3luaruntime
modify lua template source code
2014-07-14 15:04:51 +08:00
Huabing.Xu 52c0bd365b add chipmunk.lib for release 2014-07-14 14:47:00 +08:00