Huabing.Xu
f795ca5467
Merge remote-tracking branch 'mac/v3' into v3_fixWindowsCompileError
2014-07-24 10:38:25 +08:00
Huabing.Xu
58cd01b2f6
reverse cocos2d.vcxproj
2014-07-24 10:37:54 +08:00
Huabing.Xu
918da16639
Merge remote-tracking branch 'mac/v3' into v3_fixWindowsCompileError
2014-07-24 10:09:59 +08:00
kaile.yin
3b1ee96aef
fixed armature blendfunc effect
2014-07-23 21:35:08 +08:00
wagulu
46ac5d12b2
Update CCParticleSystem.cpp
...
diff is base on WorldSpace, when you scale scene,you will get the wrong value.
2014-07-23 21:04:17 +08:00
kaile.yin
01d85340ad
fixed black edge in Armature
2014-07-23 20:07:33 +08:00
Huabing.Xu
61ff03ab45
windows cpp-tests works now
2014-07-23 18:34:49 +08:00
minggo
0f105a58c2
Merge pull request #7563 from andyque/minorFixOfRichText
...
minor fix of RichText
2014-07-23 18:17:41 +08:00
kaile.yin
bdad6d9b67
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
2014-07-23 15:24:36 +08:00
kaile.yin
5aae024a7b
fixed cannot set blendfunc to Armature
2014-07-23 15:21:20 +08:00
CocosRobot
283d727b76
[AUTO]: updating luabinding automatically
2014-07-23 06:21:31 +00:00
andyque
21f1624462
minor fix of RichText
2014-07-23 14:10:00 +08:00
samuele3hu
0a6af2f758
Add more useful tip for error log
2014-07-23 13:44:57 +08:00
samuele3hu
6d678ce443
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_conversion
2014-07-23 11:57:56 +08:00
samuele3hu
91fc288fbe
Add more useful tip for error log
2014-07-23 11:57:17 +08:00
minggo
3662077025
Merge pull request #7556 from Dhilan007/v3
...
fixed FontAtlasCache::getFontAtlasCharMap may returns the same instance when using different arguments.
2014-07-23 11:29:26 +08:00
LinWenhai
0fe02b3636
Update CCFontAtlasCache.cpp
2014-07-22 22:07:19 +08:00
LinWenhai
815d063a0a
replace sprintf with snprintf
2014-07-22 22:05:56 +08:00
Sergey
9e692cd329
missing include
2014-07-22 15:49:39 +04:00
Sergey
59cbc153d4
Copyright & small fixes
2014-07-22 15:49:38 +04:00
Sergey
9c0493d40b
mipmaps loading fix
2014-07-22 15:49:37 +04:00
Sergey
600dbebfb0
pvr 2bpp decompression fixed
2014-07-22 15:49:37 +04:00
Sergey
624b6a5af4
unused variable removed
2014-07-22 15:49:37 +04:00
Sergey
1a617ad804
pvr display fix pvr decompression on 64 bit platforms fix
2014-07-22 15:49:36 +04:00
Sergey
2acce6771f
software per decompression support
2014-07-22 15:49:36 +04:00
minggo
f2f0152f54
Merge pull request #7555 from CocosRobot/update_lua_bindings_1406020122
...
[AUTO]: updating luabinding automatically
2014-07-22 18:36:30 +08:00
minggo
2e56a4ce21
Merge pull request #7546 from nutty898/v3_nutty_modifynodereader
...
Fixed bug of NodeReader
2014-07-22 18:34:36 +08:00
Dhilan007
f38b48914f
fixed FontAtlasCache::getFontAtlasCharMap may returns the same instance when using different arguments.
2014-07-22 18:31:53 +08:00
CocosRobot
c8c17b68df
[AUTO]: updating luabinding automatically
2014-07-22 09:11:18 +00:00
minggo
8cc25f82e6
fix compiling error
2014-07-22 17:03:27 +08:00
Yongkang Chen
bb7d6ba3d4
fix Label::setTextColor did not have any effect.
2014-07-22 14:52:41 +08:00
samuele3hu
aa0308a7c8
Add more useful tip for error log
2014-07-22 11:16:16 +08:00
zhangcheng
76c12e9029
1. add export to function CocosGUIVersion()
2014-07-22 10:02:00 +08:00
cai wenzhi
d14522880d
Fixed bug of NodeReader
2014-07-21 22:45:33 +08:00
zhangcheng
bc254cab25
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_CocosStudioSurpport
2014-07-21 20:46:55 +08:00
Huabing.Xu
3403182f3e
change define macros to avoid run error on mac 32 bit
2014-07-21 18:12:46 +08:00
zhangcheng
6cfc5b72dc
1. CocosStudio adapt to cocos2d-x v3.2.
2014-07-21 17:45:56 +08:00
minggo
8e3220ba9e
Merge pull request #7533 from dabingnn/v3_windowsDllCompileError
...
fix windows compile error
2014-07-21 17:17:33 +08:00
pandamicro
d2c6602dea
Refactor #5580 : Merge createDirectories to createDirectory
2014-07-21 16:51:48 +08:00
samuele3hu
d9dc6ea2f7
Reset Webscoket
2014-07-21 16:05:10 +08:00
samuele3hu
5e773edb28
Merge branch 'more_details_for_conversion_error_msg' of https://github.com/edwardzhou/cocos2d-x into v3_conversion
2014-07-21 16:01:56 +08:00
Huabing.Xu
e666ab88ed
fix windows compile error
2014-07-21 14:59:47 +08:00
lite3
d66d9b02de
replace dynamic_cast to std::is_base_of
2014-07-21 14:37:46 +08:00
minggo
7ba4f2ed5e
Merge pull request #7526 from chenguangqi/v3
...
fixed compile error.
2014-07-21 13:54:31 +08:00
CocosRobot
30b00dadd8
[AUTO]: updating luabinding automatically
2014-07-21 03:57:41 +00:00
minggo
45fa2363e8
Merge pull request #7517 from dabingnn/v3_dll
...
V3 dll
2014-07-21 11:53:36 +08:00
Jialong Zhai
012f5403d9
protected -> CC_CONSTRUCTOR_ACCESS
2014-07-21 11:17:58 +08:00
edwardzhou
bf4143b5a3
show detail class & function name on conversion error
2014-07-21 09:39:41 +08:00
edwardzhou
0f2fde38fa
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
2014-07-21 09:36:18 +08:00
陈广歧
8b4953bbfc
fixed compile error.
...
```bash
# compile for android.
$ ./build_native.py
```
Error message as follow:
```
ssize_tjni/../../cocos2d/cocos/./3d/CCBundleReader.cpp:94:23: error: return type of out-of-line
definition of 'cocos2d::BundleReader::tell' differs from that in the declaration
ssize_t BundleReader::tell()
^
jni/../../cocos2d/cocos/./3d/CCBundleReader.h:90:14: note: previous declaration is here
long int tell();
^
1 error generated.
```
2014-07-19 18:29:52 +08:00
minggo
e128a432c1
Merge pull request #7521 from andyque/fixTextFieldDeleteBug
...
fix TextField backspace delete bug
2014-07-18 18:37:07 +08:00
andyque
73b38fbc6b
fix TextField backspace delete bug
2014-07-18 18:13:17 +08:00
minggo
b347c93f47
Merge pull request #7520 from andyque/fixListViewInsertAtIndexBug
...
fix listview insert child at index bug
2014-07-18 18:09:49 +08:00
andyque
4fa1af584c
fix listview insert child at index bug
2014-07-18 18:02:46 +08:00
minggo
aef1e01ce5
Merge pull request #7518 from natural-law/android-dependencies
...
Android dependencies
2014-07-18 17:57:42 +08:00
Huabing.Xu
0be2210724
rename CGSize to NSSize
2014-07-18 16:51:29 +08:00
edwardzhou
6b9e79629f
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
2014-07-18 15:36:54 +08:00
pandamicro
b614854cf9
Refactor #5580 : Improve createDirectories
2014-07-18 15:09:00 +08:00
Huabing.Xu
23db16b0bd
convert indention to space
2014-07-18 14:53:00 +08:00
Huabing.Xu
8afd7614d1
Merge branch 'v3' into v3_dll
2014-07-18 14:01:17 +08:00
minggo
9409a73a06
Merge pull request #7511 from Mazyod/const-data-copy
...
[FIX]: copied data should be const
2014-07-18 11:35:09 +08:00
minggo
405ea3b7b9
Merge pull request #7510 from MSOpenTech/wp8-v3-fix
...
Wp8 v3 shader update
2014-07-18 10:03:48 +08:00
Mazyad Alabduljaleel
a4b4efff1b
[FIX]: copied data should be const
2014-07-18 03:44:39 +04:00
Dale Stammen
24462e1ded
updated wp8 precompiled shaders
2014-07-17 09:41:07 -07:00
samuele3hu
b482a5e971
Use relative path in the cocos2dxLuaLoader for showing useless msg when lua script trigger errors
2014-07-17 23:53:36 +08:00
CocosRobot
8ea5083e32
[AUTO]: updating luabinding automatically
2014-07-17 14:20:04 +00:00
minggo
867fb18c5d
Merge pull request #7503 from CaiCQ/v3
...
修正Linux下中文显示问题
2014-07-17 22:05:15 +08:00
minggo
b4c75bb7f5
Merge pull request #7504 from CocosRobot/update_lua_bindings_1405603442
...
[AUTO]: updating luabinding automatically
2014-07-17 21:41:45 +08:00
andyque
76ffb2261d
fix ios comiple error
2014-07-17 21:44:33 +08:00
CocosRobot
ffaa0d9c04
[AUTO]: updating luabinding automatically
2014-07-17 13:26:35 +00:00
minggo
61597e0e5a
Merge pull request #7496 from Dhilan007/v3-320final
...
Fixed VideoPlayer can't quitting the full screen mode by press the back key on Android.
2014-07-17 21:19:56 +08:00
Dhilan007
51aba5dae4
fixed magic number.
2014-07-17 21:19:09 +08:00
Dhilan007
229b30ed8b
Fixed VideoPlayer can't quitting the full screen mode by press the back key.
2014-07-17 21:10:26 +08:00
Huabing.Xu
21b3e55339
Mac dylib version works now
2014-07-17 20:58:50 +08:00
minggo
462f9bdd78
Merge pull request #7502 from visiblelight/render_texture_disabled
...
The orientation of render texture should be rotated
2014-07-17 20:09:01 +08:00
visiblelight
7e7c3aeb1c
The orientation of render texture should be rotated when _keepMatrix is true
2014-07-17 19:53:35 +08:00
CCQ
2bda9f62a1
Merge branch 'v3' of github.com:CaiCQ/cocos2d-x into v3
2014-07-17 18:58:55 +08:00
CCQ
cb3b9b8405
修正Linux下中文显示不全问题
2014-07-17 18:42:23 +08:00
andyque
7ff78c61ba
fix richText UTF8
2014-07-17 18:36:09 +08:00
Huabing.Xu
52ac47aea8
Merge branch 'v3' into v3_dll
2014-07-17 18:27:36 +08:00
minggo
578af01ef1
Merge pull request #7499 from andyque/fixRichTextUTF8
...
fix richText utf8 error
2014-07-17 17:57:41 +08:00
andyque
fc2ab110cc
fix richText utf8 error
2014-07-17 17:58:40 +08:00
minggo
8381069c75
Merge pull request #7497 from chengstory/v3_fixesActionManagerCrash
...
V3 fixes action manager crash
2014-07-17 17:42:04 +08:00
minggo
1f4b516f66
Merge pull request #7495 from boyu0/physics_flip_bug
...
Fix the bug: flip scale for physics body make it's size incorrect.
2014-07-17 17:28:03 +08:00
zhangcheng
6d0bf8e143
Merge branches 'v3' and 'v3' of https://github.com/cocos2d/cocos2d-x into v3_fixesActionManagerCrash
2014-07-17 17:25:32 +08:00
zhangcheng
24d87ad05b
1. fixes ActionManagerEx crashes.
2014-07-17 17:24:41 +08:00
boyu0
e07215995a
Fix the bug: flip scale for physics body make it's size incorrect.
2014-07-17 17:21:09 +08:00
minggo
91a537dec6
Merge pull request #7493 from visiblelight/render_texture_disabled
...
no need to save/restore for render texture when entering background
2014-07-17 17:07:54 +08:00
vision
a2413a6538
no need to save/restore for render texture when entering background
2014-07-17 17:03:10 +08:00
minggo
c482e2e14f
Merge pull request #7491 from Dhilan007/v3-320final
...
fixed text line wrap issue in UITextField.
2014-07-17 16:48:41 +08:00
Dhilan007
21ea289eb1
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3-320final
2014-07-17 16:48:08 +08:00
samuele3hu
10d498e1ae
Fix type judgment error.
2014-07-17 16:41:09 +08:00
Dhilan007
8ac1398037
fixed text line wrap issue in UITextField.
2014-07-17 16:23:38 +08:00
CocosRobot
aabfdfebed
[AUTO]: updating luabinding automatically
2014-07-17 07:46:20 +00:00
minggo
5c0ac02f70
Merge pull request #7479 from samuele3hu/v3_hot_fix
...
Update bindings-generator submodule and update the related Lua bindings for experimental and test cases
2014-07-17 15:40:07 +08:00
minggo
3b3a29ed68
Merge pull request #7477 from Dhilan007/v3-gc0717
...
Fix the y-inverse Joystick bug[IOS].
2014-07-17 15:13:57 +08:00
samuele3hu
db18530d63
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_hot_fix
2014-07-17 14:58:50 +08:00
samuele3hu
e975b0d5f9
Update experimental lua bindings、related test cases and project setting
2014-07-17 14:54:34 +08:00
CocosRobot
fda93df648
[AUTO]: updating luabinding automatically
2014-07-17 06:12:42 +00:00
Huabing.Xu
3c6e87d34e
Merge branch 'v3' into v3_dll
...
Conflicts:
cocos/base/ccUtils.h
2014-07-17 14:12:10 +08:00
samuele3hu
ab0fe54d32
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_hot_fix
2014-07-17 14:11:15 +08:00
andyque
4f5cd2a368
change FastTileMap to TileMap
2014-07-17 14:09:53 +08:00
minggo
0fe0be18e8
Merge pull request #7475 from CocosRobot/update_lua_bindings_1405566114
...
[AUTO]: updating luabinding automatically
2014-07-17 13:37:20 +08:00
samuele3hu
5682a983bb
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_hot_fix
2014-07-17 12:57:31 +08:00
samuele3hu
eb8d1d70f7
Update the FastTileMapTest and VideoPlayerTest
2014-07-17 12:55:28 +08:00
samuele3hu
6f109f330f
Update the related Lua bindings for experimental
2014-07-17 12:54:50 +08:00
Dhilan007
a457db53b0
Fix the y-inverse Joystick bug[IOS].
2014-07-17 11:14:53 +08:00
minggo
e58626c11c
Merge pull request #7476 from Dhilan007/v3-gc0717
...
Fixed bugs[Ouya controller]
2014-07-17 11:12:31 +08:00
Dhilan007
1ff937aa48
Fixed bugs[Ouya controller]:
...
1.fix joysticks are reporting the same keycode
2.fix lose disconnected event
2014-07-17 11:09:08 +08:00
CocosRobot
9217589b9f
[AUTO]: updating luabinding automatically
2014-07-17 03:04:08 +00:00
minggo
5a5b245e84
Merge pull request #7474 from andyque/fixFastTileMap
...
change FastTiledMap namespace to cocos2d::experimental
2014-07-17 10:52:40 +08:00
andyque
880c2c4c3f
change FastTiledMap namespace to cocos2d::experimental
2014-07-17 10:46:20 +08:00
minggo
43fe305cc9
Merge pull request #7283 from taug/v3
...
could add seach path and resolution order path in front.
2014-07-17 10:34:45 +08:00
minggo
ab3a394d08
Merge pull request #7472 from CocosRobot/update_lua_bindings_1405563998
...
[AUTO]: updating luabinding automatically
2014-07-17 10:29:18 +08:00
CocosRobot
e72fffe5c9
[AUTO]: updating luabinding automatically
2014-07-17 02:28:34 +00:00
minggo
54da8be54f
Merge pull request #7467 from ntotani/fix-lua-accelerometer
...
fix enabled to interval
2014-07-17 10:23:45 +08:00
minggo
4c7d777f25
Merge pull request #7471 from visiblelight/wp8_shader_update
...
Wp8 shader update
2014-07-17 10:14:54 +08:00
vision
c47d844d20
update the buildin shaders on WP8. Disable the effect 3d test.
2014-07-17 10:08:49 +08:00
samuele3hu
39e3f29e92
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_hot_fix
2014-07-17 10:07:03 +08:00
minggo
2403bc2e50
Merge pull request #7343 from zhouxiaoxiaoxujian/feature/COC-10
...
Add getChildByName method for get a node that can be cast to Type T
2014-07-17 10:02:57 +08:00
samuele3hu
ce4f5f0e96
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_hot_fix
2014-07-17 10:02:16 +08:00
minggo
c0fdc747e8
Merge pull request #7460 from andyque/fixComments
...
modify widget class comments
2014-07-17 10:00:12 +08:00
minggo
a192ddfebd
Merge pull request #7466 from andyque/fixPageView
...
remove unused functions
2014-07-17 09:59:46 +08:00
minggo
a653d0eb28
Merge pull request #7440 from boyu0/add_utils_atof
...
Add utils::atof(), fix bug: particle not shown on android.
2014-07-17 09:59:15 +08:00
samuele3hu
b782814b4b
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_hot_fix
2014-07-16 22:08:48 +08:00
minggo
b25cb5ccf3
Merge pull request #7468 from CocosRobot/update_lua_bindings_1405515629
...
[AUTO]: updating luabinding automatically
2014-07-16 21:28:37 +08:00
minggo
ac82fdca59
Merge pull request #7462 from chengstory/v3_FixLuaTriggerTestBug
...
1、 fixes lua TriggerTest bug.
2014-07-16 21:28:15 +08:00
CocosRobot
af231d78db
[AUTO]: updating luabinding automatically
2014-07-16 13:02:27 +00:00
Naoyuki Totani
cd025158f6
fix enabled to interval
2014-07-16 19:10:05 +09:00
samuele3hu
1b2d389011
Update ListViewEventType for Lua
2014-07-16 17:18:01 +08:00
andyque
46aafeecc6
remove unused functions
2014-07-16 16:28:01 +08:00
zhangcheng
1530ba4a90
1、fixes Trigger condition value can't be export.
2014-07-16 16:12:55 +08:00
minggo
c7473611b8
Merge pull request #7463 from Dhilan007/v3-320final
...
Remove prompt box of connect controller[Nibiru].
2014-07-16 15:26:24 +08:00
zhangcheng
80de57be39
1、 fixes lua TriggerTest bug.
2014-07-16 14:50:35 +08:00
Huabing.Xu
a0be6d9ac7
remove Storage project, merge code into cocos2d
2014-07-16 14:49:05 +08:00
Dhilan007
7e76b7b9a1
Remove prompt box of connect controller[Nibiru].
2014-07-16 14:48:22 +08:00
zhangbin
7e7c3a1e55
Merge branch 'v3' into android-dependencies
2014-07-16 13:49:20 +08:00
zhangbin
14f3d6f230
Adjust the dependencies of extensions & cocostudio on android.
2014-07-16 13:47:57 +08:00
joshuastray
190460018f
use CC_CONSTRUCTOR_ACCESS in ParallaxNode
2014-07-16 11:40:09 +08:00
Huabing.Xu
0350186589
Merge branch 'v3' into v3_dll
2014-07-16 11:15:16 +08:00
andyque
70ae3bf980
modify widget class comments
2014-07-16 10:12:13 +08:00
zhangcheng
8bf4c8b6c9
1. Fixes CCTimeLine warning.
...
2. Fixes CocoLoader warning.
3. Fixes TriggerTest Bug.
2014-07-15 18:07:33 +08:00
samuele3hu
a6c30bc495
Update bindings-generator config files and manual bindings files to fix the compile warning
2014-07-15 17:38:56 +08:00
minggo
a59a86df0a
Merge pull request #7439 from boyu0/merge_arm64_lib_to_fat_lib
...
merge iOS arm64 libs to fat libs, change the project setting.
2014-07-15 16:57:10 +08:00
minggo
920c3f905a
Merge pull request #7449 from andyque/cleanupComments
...
update UI module code comments
2014-07-15 15:52:04 +08:00
andyque
dae29e5678
update UI module code comments
2014-07-15 15:56:07 +08:00
joshuastray
da9563f623
fix LabelAtlas constructor to CC_CONSTRUCTOR_ACCESS
2014-07-15 15:26:37 +08:00
Huabing.Xu
ed690114d7
add CC_DLL for mesh, lua works now
2014-07-15 15:19:34 +08:00
minggo
b282970833
[ci skip]
2014-07-15 15:11:17 +08:00
minggo
b5f9a45ee4
Merge pull request #7448 from andyque/fixTypo
...
fix Layout typo
2014-07-15 14:56:37 +08:00
andyque
1dc1df0827
fix Layout typo
2014-07-15 14:57:10 +08:00
minggo
d830580dc3
Merge pull request #7442 from pandamicro/ArmatureTrans
...
Fixed #5724 : Fix armature bone's transform issue
2014-07-15 14:37:02 +08:00
boyu0
8400ce2e84
fix error.
2014-07-15 14:14:35 +08:00
boyu0
812ad7cd5b
fix lua compile error in xcode6 beta3
2014-07-15 14:10:36 +08:00
Huabing.Xu
dbd3fce0a5
windows dll version of cpp-tests works
2014-07-15 13:54:08 +08:00
samuele3hu
19cc5b9c4d
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_hot_fix
2014-07-15 13:34:46 +08:00
Huabing.Xu
63de5f6acc
add CC_DLL
2014-07-15 12:00:31 +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
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
Huabing.Xu
9db59c0046
add CC_DLL for Event and Physics
2014-07-15 10:55:40 +08: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
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
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
Huabing.Xu
91314ed504
remove CC_DLL for template class and CC_DLL for CCValue
2014-07-14 18:40:10 +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
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
samuele3hu
4cb6c1c74f
Add lua bindings for TextureCache::addImageAsync and update the related test cases
2014-07-14 16:05:48 +08:00
Huabing.Xu
52c0bd365b
add chipmunk.lib for release
2014-07-14 14:47:00 +08:00
Huabing.Xu
469dbea7da
window dll version work now
2014-07-14 14:40:47 +08:00
joshuastray
98b1c0bbed
add needed constructors for js bindings
2014-07-14 14:25:36 +08:00
joshuastray
e14c2587b5
move constructors and destructors to CC_CONSTRUCTOR_ACCESS
2014-07-14 14:25:06 +08:00
minggo
92cfe90937
Merge pull request #7424 from kyokomi/bugfix_UITextField_ttfFont
...
Fix the bug that UITextField doesn't support TTF font
2014-07-14 13:57:54 +08:00
edwardzhou
c0254c9318
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
2014-07-14 11:14:03 +08:00
Dhilan007
b3017fb773
fixed crash cause by incorrect font name.
2014-07-14 10:01:29 +08:00
zhangbin
272146cfb6
Solve the error when compiling lua projects on android.
2014-07-14 09:48:16 +08:00
zhangbin
e4319bf534
Adjust the dependencies of cocosbuilder & cocostudio on android.
2014-07-14 09:48:16 +08:00
zhangbin
b0c465d96b
Adjust the dependencies between modules on android.
2014-07-14 09:48:16 +08:00
kyokomi
915bdae4a6
Fix the bug that UITextField doesn't support TTF font
2014-07-12 22:42:44 +09:00
minggo
7c43b59c6b
Merge pull request #7422 from minggo/get-curent-language
...
return correct language type
2014-07-12 20:45:05 +08:00
minggo
bf4b376ae5
return correct language type
2014-07-12 20:40:15 +08:00
minggo
cfc291e49d
Merge pull request #7379 from joshuastray/v3
...
move JumoTo's copy constuctor and operator= to private
2014-07-12 20:19:03 +08:00
minggo
5c26dc5db4
Merge pull request #7417 from geron-cn/chukongv3
...
fix bug: crash in ui csbs
2014-07-11 20:37:51 +08:00
geron-cn
64408a5d8f
fix bug: crash in ui csbs
2014-07-11 19:02:14 +08:00
minggo
05b485cd41
Merge pull request #7407 from visiblelight/fix_wp8_errors
...
Fix compile errors on WP8
2014-07-11 18:51:23 +08:00
minggo
86e5b37f16
Merge pull request #7413 from CocosRobot/update_lua_bindings_1405071955
...
[AUTO]: updating luabinding automatically
2014-07-11 18:50:58 +08:00
minggo
8cdbe5a019
Merge pull request #7412 from Dhilan007/v3-320final
...
fixed warning: deleting pointer to incomplete type.
2014-07-11 18:50:25 +08:00
CocosRobot
87aaf7dcef
[AUTO]: updating luabinding automatically
2014-07-11 09:48:20 +00:00
Dhilan007
d2e8154dc3
fixed warning: deleting pointer to incomplete type.
2014-07-11 17:45:15 +08:00
minggo
7308668e63
Merge pull request #7411 from minggo/warning-fix
...
fix warnings
2014-07-11 17:42:12 +08:00
minggo
ecb915fabf
fix warnings
2014-07-11 17:39:56 +08:00
samuele3hu
01c3f2a4ed
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_hot_fix
...
Conflicts:
tests/lua-tests/src/mainMenu.lua
tools/tolua/cocos2dx.ini
2014-07-11 16:44:59 +08:00
samuele3hu
d1bd21b1db
Fix the bug that LuaStack::executeFunctionReturnArray hasn't deal with the condition of numArgs == 0
2014-07-11 16:17:51 +08:00
samuele3hu
d9291031cd
Fix the bug that LuaStack::executeFunctionReturnArray hasn't deal with the condition of numArgs == 0
2014-07-11 16:10:42 +08:00
vision
7495a611ea
fix conflict
2014-07-11 16:03:40 +08:00
samuele3hu
54970c109f
Fix the bug that LuaStack::executeFunctionReturnArray hasn't deal with the condition of numArgs == 0
2014-07-11 15:34:21 +08:00
Dhilan007
d8cdb75851
Fix compile errors on WP8
2014-07-11 15:10:19 +08:00
minggo
c63983345b
Merge pull request #7353 from andyque/addStudio1.4
...
add studio v1.3, v1.4, v1.5 tests
2014-07-11 14:15:07 +08:00
andyque
d4122d616a
fix text reader binray version setFontName
2014-07-11 13:58:08 +08:00
andyque
43255e2b96
Merge branch 'v3' into addStudio1.4
...
Conflicts:
cocos/editor-support/cocostudio/WidgetReader/TextReader/TextReader.cpp
2014-07-11 13:55:13 +08:00
minggo
41c267fdb7
Merge pull request #7400 from CocosRobot/update_lua_bindings_1405057491
...
[AUTO]: updating luabinding automatically
2014-07-11 13:52:38 +08:00
CocosRobot
563386a777
[AUTO]: updating luabinding automatically
2014-07-11 05:46:37 +00:00
minggo
f205c0b704
Merge pull request #7392 from xhcnb/fix_CC_ENABLE_SCRIPT_BINDING_build
...
Fix build with -DCC_ENABLE_SCRIPT_BINDING=0 , it causes failed
2014-07-11 13:41:33 +08:00
minggo
d1d84e0d1f
Merge pull request #7386 from chengstory/v3_fixesLoaddTTFError
...
1. fixes TextReader load default font error.
2014-07-11 13:40:16 +08:00
andyque
646f7c7e3f
Merge branch 'v3' into addStudio1.4
2014-07-11 13:39:34 +08:00
minggo
72f8ab8483
Merge pull request #7395 from samuele3hu/v3_controller
...
Add Lua bindings for controller and related test case project
2014-07-11 13:39:30 +08:00
minggo
65404066ec
Merge pull request #7396 from CocosRobot/update_lua_bindings_1405051544
...
[AUTO]: updating luabinding automatically
2014-07-11 13:37:55 +08:00
minggo
6c37541657
Merge pull request #7363 from Dhilan007/v3-event-clear
...
Dispatch EVENT_RENDERER_RECREATED event when renderer was recreated on android/wp8.
2014-07-11 13:36:52 +08:00
minggo
7cf8cf42d3
Merge pull request #7389 from Dhilan007/v3-gc-nibiru
...
Update Nibiru SDK and remove prompt box of install driver .
2014-07-11 13:36:19 +08:00
CocosRobot
20c4e6530d
[AUTO]: updating luabinding automatically
2014-07-11 04:07:14 +00:00
minggo
a0b16a29d1
Merge pull request #7394 from Dhilan007/v3-gc-annotation
...
Add annotation for Controller class.
2014-07-11 12:03:01 +08:00
samuele3hu
2cbe262842
Add newline for some files
2014-07-11 12:00:43 +08:00
samuele3hu
77a82731a5
Remove auto bindings files for controller
2014-07-11 11:57:40 +08:00
samuele3hu
9b9713073e
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_controller
2014-07-11 11:55:10 +08:00
samuele3hu
dd76ae93f6
Update controller lua binding and related test cases
2014-07-11 11:52:05 +08:00
Huabing.Xu
60dd7a4514
Merge branch 'v3' into v3_dll
2014-07-11 11:10:26 +08:00
Dhilan007
4e4464c9c1
Add annotation for Controller class.
2014-07-11 10:56:09 +08:00
Jason Xu
d94941243a
Fix build with -DCC_ENABLE_SCRIPT_BINDING=0 , it causes failed
2014-07-11 10:27:00 +08:00
Huabing.Xu
f5cffba6c9
change pure virtual function to virtual function in action series
...
remove unimplemented function to deprecated and give an empty implementation
add CC_DLL to Vec2
2014-07-11 10:19:49 +08:00
yangxiao
fd8541e32d
rename Bone to Bone3D
2014-07-11 10:17:36 +08:00
samuele3hu
caae8392d4
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_controller
...
Conflicts:
build/cocos2d_tests.xcodeproj/project.pbxproj
cocos/scripting/lua-bindings/Android.mk
cocos/scripting/lua-bindings/proj.ios_mac/cocos2d_lua_bindings.xcodeproj/project.pbxproj
tools/tolua/genbindings.py
2014-07-10 22:42:09 +08:00
Dhilan007
dfbeb0fb63
Update Nibiru SDK and remove prompt box of install driver .
2014-07-10 22:33:58 +08:00
CocosRobot
c205bd0806
[AUTO]: updating luabinding automatically
2014-07-10 14:10:03 +00:00
minggo
e876065d3e
Merge pull request #7229 from samuele3hu/v3_VideoPlayer
...
Add VideoPlayer Lua bindings and update bindings-generator submodule
2014-07-10 22:04:46 +08:00
minggo
4895e6d54a
Merge pull request #7362 from geron-cn/chukongv3
...
Chukongv3
2014-07-10 21:17:19 +08:00
minggo
b30d758d09
Merge pull request #7383 from 2youyouo2/v3
...
fixed call Bone::setRotation has no effect
2014-07-10 21:16:48 +08:00
zhangcheng
a0ecae21c3
1. fixes TextReader load default font error.
2014-07-10 19:29:39 +08:00
minggo
e749a9a598
Merge pull request #7380 from huangshiwu/v3
...
change "const static" to "static const"
2014-07-10 18:31:09 +08:00
geron-cn
1c4cb78745
deal with null in string
2014-07-10 18:24:11 +08:00
joshuastray
7396f447a4
move initWithDuration to CC_CONSTRUCTOR_ACCESS
2014-07-10 17:56:20 +08:00
kaile.yin
04c63cc370
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
2014-07-10 17:51:02 +08:00
kaile.yin
42f2302866
fixed call Bone::setRotation has no effect
2014-07-10 17:50:38 +08:00
huangshiwu
2a65b7d98e
change "const static" to "static const"
2014-07-10 16:50:25 +08:00
andyque
f76f71eb5d
fix win32 & win8 compile error
2014-07-10 16:37:15 +08:00
andyque
41ccd5e465
add v1.4 tests
2014-07-10 16:37:15 +08:00
edwardzhou
814f45179e
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
2014-07-10 16:10:11 +08:00
edwardzhou
efde627f5b
no use JoinThread
2014-07-10 16:10:02 +08:00