andyque
|
b895018765
|
update parser
|
2014-06-11 09:35:24 +08:00 |
andyque
|
48f7743daa
|
Merge branch 'v3' into cleanupBinaryLoader
Conflicts:
build/cocos2d_libs.xcodeproj/project.pbxproj
|
2014-06-10 15:08:10 +08:00 |
minggo
|
d7af5eccd4
|
Merge pull request #7024 from pandamicro/SpriteFrame_Ctor
Issue #5533: Add SpriteFrame's constructor
|
2014-06-10 13:38:27 +08:00 |
pandamicro
|
8bc531a0fb
|
Fixed #5533: Fix usage of new SpriteFrame in engine
|
2014-06-10 12:04:20 +08:00 |
pandamicro
|
92a33225ff
|
Fixed #5533: Make SpriteFrame's constructor and init functions public temporarily to avoid issues
|
2014-06-10 11:39:48 +08:00 |
samuele3hu
|
aa877f2b50
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_lua_ui_fix
|
2014-06-10 11:31:08 +08:00 |
samuele3hu
|
5a80b4da2e
|
Fix the crash of cocostudio ui lua test cases and add some deprecated functions of Widget
|
2014-06-10 11:30:39 +08:00 |
pandamicro
|
bb7cf801e6
|
Fixed #5533: Add SpriteFrame's constructor and make constructor & init functions protected
|
2014-06-10 11:28:34 +08:00 |
minggo
|
0ca9a98f4a
|
Merge pull request #6920 from minggo/orrderOfArrival
don't have to set _orderOfArrival to 0 after visit
|
2014-06-10 10:28:38 +08:00 |
minggo
|
9517f9b852
|
Merge pull request #6996 from newnon/v3_setparent_fix
move node from one parent to another fix
|
2014-06-09 17:13:59 +08:00 |
minggo
|
66c7b85134
|
fix issue on Xcode 6
|
2014-06-09 17:06:40 +08:00 |
CocosRobot
|
e2630f915d
|
[AUTO]: updating luabinding automatically
|
2014-06-09 07:30:49 +00:00 |
minggo
|
8a3e64918d
|
Merge pull request #7014 from andyque/ImproveUIText
improve UIText
|
2014-06-09 15:27:04 +08:00 |
CocosRobot
|
e1a43d8ac4
|
[AUTO]: updating luabinding automatically
|
2014-06-09 07:20:59 +00:00 |
minggo
|
ecf32bcbf7
|
Merge pull request #7015 from andyque/improveUITextField
add getStringLength to UITextField
|
2014-06-09 15:16:47 +08:00 |
andyque
|
d46025af64
|
Merge branch 'improvement/COC-3' of https://github.com/zhouxiaoxiaoxujian/cocos2d-x into improveUITextField
Conflicts:
cocos/ui/UITextField.h
|
2014-06-09 14:46:04 +08:00 |
andyque
|
b7c8759f3b
|
modify outline size parameter
|
2014-06-09 14:37:56 +08:00 |
andyque
|
a52532c3c5
|
Merge branch 'feature/COC-5' of https://github.com/zhouxiaoxiaoxujian/cocos2d-x into ImproveUIText
Conflicts:
cocos/ui/UIText.cpp
|
2014-06-09 14:17:57 +08:00 |
minggo
|
59c7b7e9a0
|
Merge pull request #7004 from Dhilan007/v3-labelfix
close issue#5158:Label's display may go bonkers if using outline feature.
|
2014-06-09 14:17:46 +08:00 |
minggo
|
48443b8d52
|
Merge pull request #7008 from visiblelight/ProgramState
Fix issue 5393
|
2014-06-09 11:47:57 +08:00 |
CocosRobot
|
638f7f12c5
|
[AUTO]: updating luabinding automatically
|
2014-06-09 03:15:50 +00:00 |
vision
|
ae16c88538
|
Save the bound texture unit so that the sampler can be updated dynamiclly.
|
2014-06-09 10:58:28 +08:00 |
andyque
|
6bc82ef5ab
|
restore UIScrollView constructor and destructor to public
|
2014-06-09 10:47:02 +08:00 |
andyque
|
c4f5e71bbd
|
restore Widget's constructor and destructor to public
|
2014-06-09 10:41:17 +08:00 |
andyque
|
1a933807b5
|
remove UIInterface.h header file
|
2014-06-09 10:35:54 +08:00 |
andyque
|
7a25fbfe29
|
refactor touch event
|
2014-06-09 10:23:11 +08:00 |
Dhilan007
|
4e0759533b
|
close issue#5158:Label's display may go bonkers if using outline feature.
|
2014-06-09 10:12:22 +08:00 |
minggo
|
46ed99f611
|
Merge pull request #7001 from CocosRobot/update_lua_bindings_1402278332
[AUTO]: updating luabinding automatically
|
2014-06-09 09:47:10 +08:00 |
CocosRobot
|
c604c09069
|
[AUTO]: updating luabinding automatically
|
2014-06-09 01:46:34 +00:00 |
minggo
|
fa74de8511
|
Merge pull request #6993 from Teivaz/v3
* Set COCOS2D_VERSION to 3.2.0
|
2014-06-09 09:43:50 +08:00 |
Sergey
|
904f157c2c
|
move node from one parent to another fix
|
2014-06-07 12:25:20 +04:00 |
oleksandr.kuznietsov
|
2640938c68
|
* Set COCOS2D_VERSION to 3.2.0
|
2014-06-06 12:58:32 +03:00 |
Frank.Xu
|
d7f808934d
|
Add const for getStringLength() function
|
2014-06-06 17:06:55 +08:00 |
zhouxiaoxiaoxujian
|
e0cc5153fa
|
Remove misleading comment, add new comment
Remove misleading comment, add new comment for enableOutline
|
2014-06-06 16:54:51 +08:00 |
zhouxiaoxiaoxujian
|
fabc4d03ee
|
Update UIText.cpp
|
2014-06-06 16:50:25 +08:00 |
zhouxiaoxiaoxujian
|
03eeb2cade
|
Remove unnecessary Type::TTF Check
Remove unnecessary TTF type check on enableOutline or enableGlow function。
|
2014-06-06 16:41:45 +08:00 |
andyque
|
4f22b03d7f
|
refactor Widget setColor & setOpacity
|
2014-06-06 16:14:35 +08:00 |
andyque
|
282264575b
|
refactor TextField setColor & setOpacity
|
2014-06-06 16:10:33 +08:00 |
andyque
|
5ae97da030
|
refactor TextBMFont setColor & setOpacity
|
2014-06-06 16:09:59 +08:00 |
andyque
|
d615de8299
|
refactor TextAtlas setColor & setOpacity
|
2014-06-06 16:09:13 +08:00 |
andyque
|
a37a6737ca
|
refactor Text setColor & setOpacity
|
2014-06-06 16:08:31 +08:00 |
andyque
|
f0f4d41813
|
refactor Slider setColor & setOpacity
|
2014-06-06 16:07:47 +08:00 |
andyque
|
3c80fe53d3
|
refactor LoadingBar setColor & setOpacity
|
2014-06-06 16:03:59 +08:00 |
andyque
|
6193893b2b
|
refactor ImageView setColor & setOpacity
|
2014-06-06 16:02:44 +08:00 |
andyque
|
0805c215b3
|
refactor UICheckBox setColor & setOpacity
|
2014-06-06 16:01:55 +08:00 |
andyque
|
46ad4edab3
|
refactor UIButton setColor & setOpacity
|
2014-06-06 16:00:28 +08:00 |
minggo
|
76d9916864
|
Merge pull request #6990 from Dhilan007/v3-wp8fix
fixed WP8 project:compile error,missing files,wrong file path.
|
2014-06-06 15:43:43 +08:00 |
Dhilan007
|
fd4e233432
|
fixed WP8 project:compile error,missing files,wrong file path.
|
2014-06-06 15:41:17 +08:00 |
minggo
|
716769241a
|
Merge pull request #6938 from CaryZheng/v3
Simplify BlendFunc operator< judgement
|
2014-06-06 15:29:33 +08:00 |
minggo
|
bbff18c96f
|
add some comment
|
2014-06-06 12:09:39 +08:00 |