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 |
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 |
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 |
zhangbin
|
36892c3a98
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into issue2880
|
2014-03-25 16:21:41 +08:00 |
zhangbin
|
d6ad9274c4
|
closed #2880, Generate mipmap for the texture has mipmaps when reload textures.
|
2014-03-25 16:19:34 +08:00 |
James Chen
|
34245d4bd0
|
Merge pull request #5953 from dumganhar/merge5934
closed #4541: [ui] Removed Widget::addNode, added ProtectedNode.
|
2014-03-25 15:46:56 +08:00 |
minggo
|
3fc15e5e7d
|
Merge pull request #5896 from splhack/remove_nativeactivity
Remove NativeActivity
|
2014-03-25 15:37:12 +08:00 |
minggo
|
cab21adf4a
|
Merge pull request #5919 from boyu0/bug4499_ParticleSystem_endRadiusVar_bug
closed #4499: Read ParticleSystem::modeB.endRadiusVar from "minRadiusVariance...
|
2014-03-25 15:34:36 +08:00 |
James Chen
|
45b98e7dc0
|
issue #4541: s_globalOrderOfArrival is an static variable of Node class.
|
2014-03-25 15:07:11 +08:00 |
LinWenhai
|
19341ceaf4
|
add getter of ClipMarginEnabled.
|
2014-03-25 14:54:42 +08:00 |
CaiWenzhi
|
2dffcb9808
|
Add ProtectedNode and remove "addNode"
|
2014-03-25 14:28:58 +08:00 |
James Chen
|
093b792221
|
Merge pull request #5946 from boyu0/iss3804_change_image_private_to_protected
closed #3804: Change private functions and variables in Image class to protected, since its subclasses may need them.
|
2014-03-25 14:07:58 +08:00 |
James Chen
|
32f647d38b
|
Merge pull request #5940 from boyu0/iss4513_particle_readd_bug
closed #4513: Particle doesn't animate when it was removed and re-added to another node.
|
2014-03-25 14:05:12 +08:00 |
James Chen
|
8d28884c9f
|
Merge pull request #5806 from Dhilan007/develop_reImplementationWithLabel
issue #3821: Uses new label instead of LabelTTF in engine.
|
2014-03-25 13:46:17 +08:00 |
James Chen
|
5625c98443
|
Merge pull request #5942 from Dhilan007/develop_label2
label: 1) change default value of anchor point to Middle.
2) Shadow offset and outline size passed to new Label consider 'contentScaleFactor'
|
2014-03-25 11:39:53 +08:00 |
boyu0
|
db0fe60974
|
closed #3804: Change Image private function and variable to protected, for the subclasses can use them.
|
2014-03-25 11:13:44 +08:00 |
Kazuki Sakamoto
|
3fba61f384
|
Remove NativeActivity
|
2014-03-24 19:57:29 -07:00 |
Dhilan007
|
8278a510aa
|
Label:fixed shadow offset didn't consider 'contentScaleFactor'
|
2014-03-25 10:41:53 +08:00 |
Dhilan007
|
859fe98502
|
label:1.change default value of anchor point. 2.Shadow offset and outline size passed to new Label didn't consider 'contentScaleFactor'
|
2014-03-25 09:58:16 +08:00 |
boyu0
|
759ec61639
|
closed #4513: Particle doesn't animate when readd it.
|
2014-03-24 18:08:55 +08:00 |
pandamicro
|
bdfcc6c8cc
|
Issue #3897: Add missed constructors
|
2014-03-24 17:44:01 +08:00 |
James Chen
|
892662c5ef
|
Merge pull request #5932 from pandamicro/ComponentScriptSupport
Component script support
|
2014-03-24 14:41:16 +08:00 |
pandamicro
|
6a8dfc4664
|
Fixed #4512: JSB script support added to Component
|
2014-03-24 14:24:27 +08:00 |
Dhilan007
|
538c01e76e
|
label:support clip blank of upper and lower margin.
|
2014-03-24 14:16:27 +08:00 |
andyque
|
4a974e24df
|
revert vcxproj files
|
2014-03-24 10:50:48 +08:00 |
andyque
|
f5795c25b6
|
remove warnings under win32
|
2014-03-24 10:12:40 +08:00 |
James Chen
|
da0c15c982
|
Merge pull request #5847 from newnon/develop_small_improvements
Adds getCurrentLanguageCode() which returns iso 639-1 language code
|
2014-03-21 16:33:43 +08:00 |
boyu0
|
5edb9b9f86
|
closed #4499: Read ParticleSystem::_endRadiusVar from "minRadiusVariance" in plist.
|
2014-03-21 16:25:22 +08:00 |
James Chen
|
c30f466d56
|
Merge pull request #5915 from boyu0/iss3509_physicsbody_moves_randomly_when_switch_foreground_background
closed #3509: PhysicsBody moves randomly when switch foreground/background
|
2014-03-21 15:25:52 +08:00 |
boyu0
|
bc13956981
|
closed #3509: PhysicsBody moves randomly when switch foreground/background.
|
2014-03-21 15:16:55 +08:00 |
James Chen
|
cecc00c650
|
Merge pull request #5893 from Dhilan007/develop_label
closed #4489: Label: Refactoring relevant functions of setting text color.
|
2014-03-21 14:52:55 +08:00 |
Dhilan007
|
1a08cd9b32
|
fix typo.
|
2014-03-21 13:52:12 +08:00 |
James Chen
|
f51c39c034
|
closed #3897 : Constructors should be protected, but should be a way to disable them, added CC_CONSTRUCTOR_ACCESS.
Thank @pandamicro.
|
2014-03-21 13:44:29 +08:00 |
Dhilan007
|
6b74794c74
|
fix typo and mistake in Label::setTextColor.
|
2014-03-21 09:47:29 +08:00 |
Dhilan007
|
9dfa099bef
|
Label:Refactoring related functions of color.
|
2014-03-20 20:56:10 +08:00 |
andyque
|
f26ae8a019
|
remove unused params warnings
|
2014-03-20 16:34:42 +08:00 |
andyque
|
7ab639ec0f
|
fix lots compile warnings
|
2014-03-20 16:24:55 +08:00 |
andyque
|
8c1bf48357
|
fixed label font size: from int to float
|
2014-03-20 15:03:48 +08:00 |
andyque
|
2dcc600fa1
|
remove unused accelerometer
|
2014-03-20 14:29:05 +08:00 |
andyque
|
8a409db1b6
|
change setFontSize from int to float
|
2014-03-20 14:14:02 +08:00 |
andyque
|
957eb9363e
|
fix win32 compile error
|
2014-03-20 13:42:09 +08:00 |
andyque
|
ca6851f114
|
fix warnings of font and RichText
|
2014-03-20 11:58:36 +08:00 |
andyque
|
6c16f16b1d
|
fix CCDirectorCaller warnings
|
2014-03-20 11:32:43 +08:00 |
andyque
|
7ae77c9335
|
fix cocos2dx engine internal warnings
|
2014-03-20 10:58:04 +08:00 |
Sergey
|
13df593ae7
|
file attributes fixed
|
2014-03-19 18:58:19 +04:00 |
James Chen
|
bed76d4460
|
Merge pull request #5870 from dabingnn/fix_scale0Bug
closed #4382: added missed scaleZ feature in ScaleTo and ScaleBy.
|
2014-03-19 18:28:12 +08:00 |
James Chen
|
db4dd81030
|
Merge pull request #5871 from dumganhar/iss4450-missing-slash
closed #4450: FileUtils::addSearchResolutionsOrder doesn't check whether there is a 'slash' at the end of path.
|
2014-03-19 17:57:40 +08:00 |
James Chen
|
a84873a67b
|
closed #4450: FileUtils::addSearchResolutionsOrder doesn't check whether there is a 'slash' at the end of path.
|
2014-03-19 17:56:29 +08:00 |
James Chen
|
740aa30713
|
closed #4447: [Desktop] Can't receive touchEnded event when mouse up outside of window
|
2014-03-19 17:09:10 +08:00 |