Nicolas Gramlich
|
45d9fc9686
|
Making use of the new SEL_CCControlHandler in the CCControlExtension.
|
2012-06-06 14:32:15 -07:00 |
Nicolas Gramlich
|
df571e9cbb
|
CCControlExtension: Added support for SEL_CCControlHandler (as opposed to SEL_MenuHandler), which also passes the CCControlEvent parameter.
|
2012-06-06 14:31:14 -07:00 |
Nicolas Gramlich
|
aefc1e1370
|
CCBMemberVariableAssigner and CCBSelectorResolver: now using const char * instead of std::string.
|
2012-06-06 11:43:33 -07:00 |
Nicolas Gramlich
|
671a0ef5b4
|
Removed zombie file: CCBMemberVariableAssigner.cpp.
|
2012-06-06 11:06:28 -07:00 |
Nicolas Gramlich
|
bcf53f1453
|
Added CCNodeLoaderLibrary (more of a factory pattern, compared to adding the CCNodeLoaders directly to the CCBReader. Fixed all TODOs regarding (potential) memory leaks (Thanks to Ricardo Quesada). CCNodeLoaders are now autorelease objects (having a static 'loader()' method to be used).
|
2012-06-05 17:15:28 -07:00 |
Nicolas Gramlich
|
c9db868d93
|
CCLabelTTF: Now internally using std::string instead of std::string *.
|
2012-06-05 17:12:41 -07:00 |
Nicolas Gramlich
|
2d86a4089c
|
CCLabelBMFont: Now using std::string to store internal data instead of just storing a 'foreign' const char *.
|
2012-06-05 17:11:50 -07:00 |
Nicolas Gramlich
|
0702becaf5
|
CCAutoreleasepool: Fixed typo.
|
2012-06-05 16:22:42 -07:00 |
Nicolas Gramlich
|
420a731138
|
Switched from std::string to const char *.
|
2012-06-04 17:45:25 -07:00 |
Nicolas Gramlich
|
d3e0f8dc92
|
Added support for resolutionScale.
|
2012-06-04 16:16:42 -07:00 |
Nicolas Gramlich
|
28862c30cf
|
CCNodeLoader: Fixed small memory leak.
|
2012-06-04 16:03:45 -07:00 |
Nicolas Gramlich
|
5c38dd7193
|
Added CCBMemberVariableAssigner and CCBSelectorResolver.
|
2012-06-04 15:52:49 -07:00 |
Nicolas Gramlich
|
6c5be5e56e
|
CCScale9Sprite: Removed debug logging.
|
2012-06-04 15:30:03 -07:00 |
Nicolas Gramlich
|
bb49eaebe9
|
Added CCParticleSystemQuadLoader.
|
2012-06-01 16:45:30 -07:00 |
Nicolas Gramlich
|
8576837e5e
|
CCParticleSystemQuad: Added CCParticleSystemQuad::node().
|
2012-06-01 16:38:43 -07:00 |
Nicolas Gramlich
|
43682e6857
|
Added CControlLoader and CCControlButtonLoader.
|
2012-06-01 15:14:18 -07:00 |
Nicolas Gramlich
|
2340c93c17
|
Fixed CCNodeLoader::parsePropTypeSpriteFrame not trying to load 'null' sprites/spritesheets. Also minor renaming.
|
2012-06-01 15:13:16 -07:00 |
Nicolas Gramlich
|
9951ba8ad2
|
Minor changes.
|
2012-06-01 15:12:07 -07:00 |
Nicolas Gramlich
|
67d9b8ea25
|
Minor changes.
|
2012-06-01 15:11:42 -07:00 |
Nicolas Gramlich
|
eee8ba7586
|
CCLabelTTF: Added getters for fontName and fontSize.
|
2012-06-01 15:11:16 -07:00 |
Nicolas Gramlich
|
9576db1e28
|
CCControlButton: Added LabelAnchorPoint property. (According to: https://github.com/YannickL/CCControlExtension/ : 623f10433a088140adbb1e1d7d6c97e1ae05adf9)
|
2012-06-01 15:10:20 -07:00 |
Nicolas Gramlich
|
18fba1664d
|
CCControlButton: Added getters and setters for backgroundspriteframe, titlettf, titlettfsize, titleBMGont. Added ZoomOnTouchDown property. (According to: https://github.com/YannickL/CCControlExtension/ : 9dfb9d97a5fe729115b461d9a52ebc36aba51c72, b31256ad6b26e7f645719f203f0e72d717e68c75, 7a79cd702d4ccb958281bcec5d8a7658723f7c2a, c4bbcb9beb2febfb4b55323709e30082af902c90, d4a88349e1f60100225d49e43af587dc10def66f)
|
2012-06-01 12:29:48 -07:00 |
Nicolas Gramlich
|
8dbe897755
|
CCLabelBMFont: Made fntFile a property. (According to: ffbdb60a5908f5baef227bb0365a0b2653a3a59a)
|
2012-06-01 11:59:10 -07:00 |
Nicolas Gramlich
|
62e0c1cda0
|
Added CCMenuLoader, CCMenuItemLoader and CCMenuItemImageLoader.
|
2012-05-31 17:07:02 -07:00 |
Nicolas Gramlich
|
40f1ffe5fb
|
CCMenuItem(Image): Added possibility to init without any image. (Changes according to: 5e8518eaed78a6c589bf73dadf85e2056f834f36, 013b4cec0a9250268b131105795e87d37cba4d52)
|
2012-05-31 17:04:53 -07:00 |
Nicolas Gramlich
|
7cb3be2057
|
Minor change.
|
2012-05-31 17:01:01 -07:00 |
Nicolas Gramlich
|
b63559d86d
|
Added CCBFileLoader.cpp. Fixed a bug in CCNodeLoader::onHandlePropTypeSize.
|
2012-05-31 14:57:13 -07:00 |
Nicolas Gramlich
|
39442e9bb6
|
Merged with gles20.
|
2012-05-31 13:10:51 -07:00 |
Nicolas Gramlich
|
4a027082be
|
Pulled changes from github.
|
2012-05-31 13:08:33 -07:00 |
Nicolas Gramlich
|
8a01e33491
|
Added CCScale9SpriteLoader.
|
2012-05-31 12:38:00 -07:00 |
Nicolas Gramlich
|
948fcc3d07
|
CCScale9Sprite: Moved anchorpoint initialization back to updateWithBatchNode, since this is probably the intended location, but causes problems due to the order properties appear in the CCBI file format.
|
2012-05-31 12:37:28 -07:00 |
Nicolas Gramlich
|
8678a14b6e
|
CCScale9Sprite: Added initialization of insets. Moved setting the default anchorpoint to its constructor.
|
2012-05-31 12:03:33 -07:00 |
Nicolas Gramlich
|
fe9fb347aa
|
CCScale9Sprite: Added support for insets by floats and CCRect. Fixed bug for positioning for uneven insets. Changing texture no longer affects the anchor point. Made it possible to set the SpriteFrame. (Changes according to https://github.com/YannickL/CCControlExtension/commits/gles20: d00c4f90ab53d5295bce03123ddbccc4fa0acf58, ed56cb1558c755748437d152f2f7a4bb5a1455ba, c4bbcb9beb2febfb4b55323709e30082af902c90, 5da062de92d39d91b014f87809fc30ba501538fc)
|
2012-05-31 11:47:16 -07:00 |
James Chen
|
63a6b97bc5
|
fixed #1280: Renamed some functions.
|
2012-05-31 15:32:18 +08:00 |
James Chen
|
b39af18a5f
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into iss1280_labeltest
|
2012-05-31 13:08:19 +08:00 |
James Chen
|
cec50ae2d8
|
fixed #1280: BitmapFontMultiLineAlignment test can't work correctly.
We should invoke 'this->setString(m_sString_initial.c_str(), true);' in the 'CCLabelBMFont::updateLabel'.
|
2012-05-31 13:07:25 +08:00 |
minggo
|
9237804b29
|
modify engine version
|
2012-05-31 10:14:00 +08:00 |
Nicolas Gramlich
|
b7130c3d63
|
Added (dysfunctional) CCScale9SpriteLoader.
|
2012-05-30 16:52:02 -07:00 |
Nicolas Gramlich
|
6e9fac0a58
|
Cleanup.
|
2012-05-30 16:51:33 -07:00 |
Nicolas Gramlich
|
36e6d94d46
|
Added setter for dimensions of CCLabelTTF (According to: 302dd76b4f87ddb18cc571ebec3be0811ea534ca).
|
2012-05-30 16:49:51 -07:00 |
Nicolas Gramlich
|
d0f101b820
|
Added missing ASSERT_FAIL_UNEXPECTED_PROPERTY in CCNOdeLoader::onHandlePropTypeSize.
|
2012-05-30 16:14:02 -07:00 |
Nicolas Gramlich
|
6b3fa4abb6
|
Added CCLabelTTFLoader.
|
2012-05-30 15:38:20 -07:00 |
Nicolas Gramlich
|
5578521a69
|
Fixed CCLabelBMFontLoader (according to changes in: 827ee160b5 ).
|
2012-05-30 15:37:36 -07:00 |
Nicolas Gramlich
|
c754dac31b
|
Added missing case kCCBPropTypeFontTTF in CCNodeLoader::parseProperties.
|
2012-05-30 15:36:00 -07:00 |
Nicolas Gramlich
|
9ca7fa468a
|
Added default init method for CCLabelTTF (See: 24125b93aad2d4fc7ebf1bc6e4ef6b8b83ff770d).
|
2012-05-30 15:34:50 -07:00 |
Nicolas Gramlich
|
827ee160b5
|
Added support for initializing a CCLabelBMFont without a fntfile and a string. (See: ffbdb60a5908f5baef227bb0365a0b2653a3a59a, a6749b38f8085ba81921063328bc50cb7a989613, e6e3917c0c3f2e95e13c3be29584cb9e3781d3a7).
|
2012-05-30 15:31:08 -07:00 |
Nicolas Gramlich
|
a7d4fa619d
|
Removed CCBReader to avoid conflicts.
|
2012-05-30 11:30:53 -07:00 |
Nicolas Gramlich
|
56ea340314
|
Current state of the CCB(I)Reader (dysfunctional due to CCLabelBMFont problems).
|
2012-05-30 11:28:50 -07:00 |
minggo
|
5ad2bec3d8
|
Merge pull request #946 from minggo/gles20
fix some bug
|
2012-05-30 03:33:19 -07:00 |
minggo
|
a698f9bf69
|
fix some bug
|
2012-05-30 18:31:20 +08:00 |