CocosRobot
|
7a3e40dd8e
|
[AUTO]: updating luabinding automatically
|
2014-03-27 06:55:35 +00:00 |
James Chen
|
c62144c350
|
Merge pull request #6022 from Dhilan007/develop_label4565
closed #4565:fixed logical error in Label::setFontAtlas.
|
2014-03-27 14:39:30 +08:00 |
Dhilan007
|
8a8fa743eb
|
closed #4565:fixed logical error in Label::setFontAtlas.
|
2014-03-27 14:28:32 +08:00 |
andyque
|
928e9def8d
|
closed #102, add CC_CONSTRUCTOR_ACCESS to CCProtectedNode
|
2014-03-27 14:27:30 +08:00 |
CocosRobot
|
33d6b04fb4
|
[AUTO]: updating luabinding automatically
|
2014-03-27 05:55:07 +00:00 |
minggo
|
e52fc981cc
|
Merge pull request #5977 from dabingnn/develop_fixID_Android_bug
Develop fix id android bug
|
2014-03-27 13:49:53 +08:00 |
CocosRobot
|
b1859a4cac
|
[AUTO]: updating luabinding automatically
|
2014-03-27 03:10:37 +00:00 |
James Chen
|
aaab8881ae
|
Merge pull request #6003 from pandamicro/LayerGradientCtor
Fixed #4566: Constructor added for LayerGradient
|
2014-03-27 11:06:49 +08:00 |
James Chen
|
a3a0833401
|
Merge pull request #6014 from andyque/fix_issue4562
closed #4562, Stopped music could also be resumed on iOS
|
2014-03-27 11:04:05 +08:00 |
pandamicro
|
87384d8ffa
|
Fixed #4566: Move LayerGradient's init functions into CC_CONSTRUCTOR_ACCESS section
|
2014-03-27 10:55:41 +08:00 |
andyque
|
26a04b38f2
|
closed #4562, fix audio resume bug after stop the music
|
2014-03-27 10:43:57 +08:00 |
pandamicro
|
2d5c295f99
|
Merge branch 'develop' into LayerGradientCtor
|
2014-03-27 10:14:57 +08:00 |
pandamicro
|
7f2255e485
|
Fixed #4566: Fix coding style problems
|
2014-03-27 10:01:46 +08:00 |
CocosRobot
|
8efb9ad4e0
|
[AUTO]: updating luabinding automatically
|
2014-03-26 12:09:41 +00:00 |
James Chen
|
1dbfc9e10a
|
Merge pull request #5988 from andyque/fix_silder_hittest
closed 4560, fixed slider hitTest position
|
2014-03-26 19:27:41 +08:00 |
pandamicro
|
44d446ef1d
|
Reverse CONSTRUCTOR_ACCESS
|
2014-03-26 18:48:01 +08:00 |
pandamicro
|
c08bf69370
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into LayerGradientCtor
|
2014-03-26 18:46:00 +08:00 |
pandamicro
|
63772f7d72
|
Fixed #4566: Constructor added for LayerGradient
|
2014-03-26 18:45:08 +08:00 |
CocosRobot
|
ebc09373e3
|
[AUTO]: updating luabinding automatically
|
2014-03-26 10:42:58 +00:00 |
James Chen
|
cdd7356512
|
Merge pull request #5969 from nutty898/develop_nutty_modifylayout_add_Boxes
closed #4534: Adding HBox, VBox layouts, refactoring 'doLayout' function.
|
2014-03-26 18:30:17 +08:00 |
CocosRobot
|
6e86e65038
|
[AUTO]: updating luabinding automatically
|
2014-03-26 10:25:55 +00:00 |
James Chen
|
849d7b9109
|
Merge pull request #5996 from chengstory/AddNewCreateNodeWay
Adding support of using CCComRender as parent for attached component
|
2014-03-26 18:20:34 +08:00 |
CaiWenzhi
|
a05969c395
|
Move layout "exe" to cpp
|
2014-03-26 17:58:53 +08:00 |
zhangcheng
|
f564c4e34a
|
1. Spirte -> Sprite.
2. _EMPTYNODE -> EMPTY_NODE.
|
2014-03-26 17:55:35 +08:00 |
zhangcheng
|
c1ff610277
|
use capital letters for enum.
|
2014-03-26 17:21:09 +08:00 |
zhangcheng
|
1e6b9f7d9f
|
remove isRenderer.
|
2014-03-26 17:02:37 +08:00 |
zhangcheng
|
58a61d94fb
|
add use CCComRender as parent for attaching component
|
2014-03-26 16:39:32 +08:00 |
James Chen
|
22fdbbb198
|
Merge pull request #5980 from Dhilan007/develop_label2
Refactor implementation of label's shadow and fixed stroke was not 'outside stroke' for Label generated by 'Font name'
|
2014-03-26 16:32:04 +08:00 |
James Chen
|
1003847cd1
|
Mac build fix after merging https://github.com/cocos2d/cocos2d-x/pull/5989
|
2014-03-26 15:44:38 +08:00 |
James Chen
|
21ba509a35
|
Merge pull request #5989 from dumganhar/iss4559-ios-64bit
closed #4559: Wrong behavior of multi-touch on iphone5s/ipadAir (arm64 arch)
|
2014-03-26 15:27:57 +08:00 |
James Chen
|
691442d80d
|
closed #4559: Wrong behavior of multi-touch on iphone5s/ipadAir (arm64 arch)
|
2014-03-26 15:04:11 +08:00 |
minggo
|
5e2ffc45ec
|
Merge pull request #5985 from andyque/remove_pragma_mark
issue #4401, remove unused pargma mark macro
|
2014-03-26 14:58:37 +08:00 |
andyque
|
57d8f155df
|
issue #4401. resolve conflicts
|
2014-03-26 14:54:50 +08:00 |
andyque
|
6449ced0ab
|
closed #4560, fixed UISlider hitTest Point
|
2014-03-26 14:41:53 +08:00 |
Dhilan007
|
fa91bf1167
|
remove unused code and fixed warning.
|
2014-03-26 14:11:40 +08:00 |
CocosRobot
|
0140d6d3f7
|
[AUTO]: updating luabinding automatically
|
2014-03-26 06:03:04 +00:00 |
minggo
|
a374241f65
|
Merge pull request #5924 from MSOpenTech/wp8-3.0-cocos2d-changes
Windows Phone 8,0 cocos2d-x 3.0 changes
|
2014-03-26 13:58:46 +08:00 |
James Chen
|
7a8db8271f
|
Merge pull request #5930 from andyque/Branch_issue4429
closed #4429: Boolean value could not be written to specified plist file
|
2014-03-26 11:46:56 +08:00 |
Dhilan007
|
1247760d95
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into develop_label_fixs
Conflicts:
cocos/2d/CCLabel.cpp
|
2014-03-26 11:15:48 +08:00 |
Dhilan007
|
41ffa372e8
|
label: Refactor implementation of shadow.
|
2014-03-26 11:09:16 +08:00 |
Huabing.Xu
|
bc15ac1415
|
closed #4552: change assert log message
|
2014-03-26 10:07:50 +08:00 |
James Chen
|
f6c6d428ad
|
Merge pull request #5926 from andyque/fix_tests_warnings
issue #4401, remove warnings under win32
|
2014-03-25 18:17:42 +08:00 |
CocosRobot
|
c5d6e83673
|
[AUTO]: updating luabinding automatically
|
2014-03-25 09:30:11 +00:00 |
CaiWenzhi
|
c976791f7d
|
Merge branch 'develop' into develop_nutty_modifylayout_add_Boxes
|
2014-03-25 17:17:57 +08:00 |
CaiWenzhi
|
243b7e5822
|
Modify layout and add Boxes
|
2014-03-25 17:15:54 +08:00 |
Huabing.Xu
|
9aa8327d9c
|
closed #4552: separate material ID and openGL ProgramID
|
2014-03-25 16:54:29 +08:00 |
James Chen
|
b6589b0b5a
|
Merge pull request #5931 from Dhilan007/develop_label
label: Support to clip transparent area of Label, content size will be updated with only non-transparent area.
|
2014-03-25 16:47:12 +08:00 |
LinWenhai
|
4b454fe7bb
|
Update getter of ClipMarginEnabled.
|
2014-03-25 16:37:34 +08:00 |
minggo
|
cc61df50e7
|
Merge pull request #5965 from natural-law/issue2880
Generate mipmap for the texture has mipmaps when reload textures.
|
2014-03-25 16:29:05 +08:00 |
James Chen
|
8f95e27dc7
|
Merge pull request #5943 from koowolf/websocket_fix
closed #4542: WebsocketTest crashes on win32, it may delete mutex which is still being locked
|
2014-03-25 16:28:18 +08:00 |