Nicolas Gramlich
|
54944ab1f9
|
Fixed a comment.
|
2012-06-15 16:06:54 -07:00 |
Nicolas Gramlich
|
d175884f79
|
Added ParticleSystemTest.
|
2012-06-15 14:48:36 -07:00 |
Nicolas Gramlich
|
f0c1a4001c
|
Removed CC_FONT_LABEL_SUPPORT since it wasn't defined anywhere and now custom TTF fonts work.
|
2012-06-15 14:06:01 -07:00 |
Nicolas Gramlich
|
420d9ef41b
|
Fixed fntFile and fontTTF properties not having the full path prexifed, if they are non system fonts.
|
2012-06-15 14:01:57 -07:00 |
Nicolas Gramlich
|
8d7dce0999
|
Added glue macros to reduce boilerplate code when implementing CCBSelectorResolver and CCBMemberVariableAssigner. Added LabelTest, MenuTest and SpriteTest.
|
2012-06-14 18:16:54 -07:00 |
Nicolas Gramlich
|
a7ad34864f
|
CocosBuilderTest: Simplified the 'XYZLoader' classes to be header only, with nice and short macros to do the boilderplate stuff.
|
2012-06-14 14:23:53 -07:00 |
Nicolas Gramlich
|
c7daca43d0
|
CCNodeLoaderLibrary: Now free from direct std::string usage.
|
2012-06-14 13:51:32 -07:00 |
Nicolas Gramlich
|
2554f25cd8
|
CCString: Added CCStringCompare operator (can be used i.e. in stl containers).
|
2012-06-14 13:50:47 -07:00 |
Nicolas Gramlich
|
cc5eabeb28
|
ButtonTestLayer: Now showing the CCControlEvent information on screen. Fixed CCLOG -> CCLog (because CCLOG doesn't show up on Android.).
|
2012-06-14 01:32:52 -07:00 |
Nicolas Gramlich
|
4c6bf89167
|
Cleaned up public interface of CCNodeLoaderLibrary (now takes either const char * or CCString, instead of std::string).
|
2012-06-14 01:16:54 -07:00 |
Nicolas Gramlich
|
cdd1fb50ac
|
Moved from std::string to CCString *. Since the std::string utility methods in CCBReader were buggy on Android (for unknown reasons). Made string utility methods in CCBReader static. Android build now working equivalent to iOS build. *YAY*
|
2012-06-14 00:01:01 -07:00 |
Nicolas Gramlich
|
8e67d3e2d6
|
Enhanced CCString with two 'constructors' and a compare function.
|
2012-06-13 23:56:21 -07:00 |
Nicolas Gramlich
|
0c4a6be8ff
|
Added missiong cpp files in Android.mk. Android build now successful.
|
2012-06-13 16:05:31 -07:00 |
Nicolas Gramlich
|
d4a19f4296
|
CCNodeLoader.h: Added parameter names.
|
2012-06-13 15:57:59 -07:00 |
Nicolas Gramlich
|
67ab3a1bcc
|
CCSpriteLoader: Fixed a bug calling the wrong superclass method.
|
2012-06-13 15:57:33 -07:00 |
Nicolas Gramlich
|
5550d9f2b0
|
Merge with gles20.
|
2012-06-13 15:56:52 -07:00 |
Nicolas Gramlich
|
3e61e1f014
|
Updated Android build files to new CCBReader. Fixed a bunch of compiler errors/warnings when building for Android.
|
2012-06-13 15:25:59 -07:00 |
Nicolas Gramlich
|
de95e2c1ed
|
Applied changes/fixes brough up by minggo.
|
2012-06-13 14:33:39 -07:00 |
Nicolas Gramlich
|
e2a1a246a0
|
Converted removed all Carriage Returns (dos line-endings, ^M.) in cocos2dx, except in the windows project/platform files.
|
2012-06-13 14:26:28 -07:00 |
Nicolas Gramlich
|
29b22adccc
|
Batch converted manual 'using namespace cocos2d(::extension);' to USING_NS_CC(_EXT);. CocosBuilderExample: Made HelloCococsBuilderLayer selectors work. Made ButtonTestLayer work.
|
2012-06-13 14:19:13 -07:00 |
minggo
|
a4f0ba8722
|
Merge pull request #1018 from minggo/iss1322_labelttf
Make vertical alignment of CCLabelTTF works ok on iOS and Android
|
2012-06-13 03:37:31 -07:00 |
minggo
|
9321a8d025
|
fixed #1322: vertical alignment works ok on android
|
2012-06-13 18:33:44 +08:00 |
minggo
|
15ad463fbe
|
issue #1322: vertical alignment ok on iOS
|
2012-06-13 16:20:58 +08:00 |
minggo
|
2460a9f41e
|
Merge pull request #1016 from minggo/gles20
issue #1310: modify some format
|
2012-06-12 20:24:34 -07:00 |
minggo
|
ec4a21eaf4
|
issue #1310: modify some format
|
2012-06-13 11:23:43 +08:00 |
minggo
|
2f17e131e6
|
Merge pull request #979 from icewind/gles20
Override setOpacity to affect a background sprites
|
2012-06-12 19:49:40 -07:00 |
minggo
|
f80fd0c232
|
Merge pull request #1015 from minggo/gles20
issue #1310:synchronize some codes
|
2012-06-12 19:46:45 -07:00 |
minggo
|
b282d52a65
|
issue #1310:synchronize some codes
|
2012-06-13 10:41:04 +08:00 |
James Chen
|
716c90805b
|
Merge pull request #1014 from dumganhar/gles20
issue #1310: Added one resource (TestPremultipliedAlpha.plist).
|
2012-06-12 18:59:47 -07:00 |
James Chen
|
1a3de95ccb
|
issue #1310: Added one resource (TestPremultipliedAlpha.plist).
|
2012-06-13 09:58:50 +08:00 |
Nicolas Gramlich
|
895604f42e
|
Unified Header Guards. Added CCNodeLoaderListener, simulating the didLoadFromCCB selector.
|
2012-06-12 11:59:49 -07:00 |
Nicolas Gramlich
|
26d470f411
|
CCLabelTTFLoader: Now applying vertical alignment.
|
2012-06-12 11:30:36 -07:00 |
James Chen
|
5fb09bea49
|
Merge pull request #1011 from dumganhar/gles20
issue #1310: Updated MotionStreakTest.
|
2012-06-12 03:28:23 -07:00 |
James Chen
|
d2a16c2b76
|
issue #1310: Updated MotionStreakTest.
|
2012-06-12 18:27:36 +08:00 |
James Chen
|
51f02112c7
|
Merge pull request #1010 from dumganhar/gles20
issue #1310: Updated TileMapTest, TransitionsTest, ZwoptexTest.
|
2012-06-12 03:23:53 -07:00 |
James Chen
|
e943dbf2fd
|
issue #1310: Updated TileMapTest, TransitionsTest, ZwoptexTest.
|
2012-06-12 18:22:48 +08:00 |
James Chen
|
dbde2e0464
|
Merge pull request #1009 from dumganhar/gles20
issue #1310: Updated SchedulerTest.
|
2012-06-12 03:16:57 -07:00 |
James Chen
|
2be8ba120c
|
issue #1310: Updated vs2008 project setting.
|
2012-06-12 18:15:25 +08:00 |
James Chen
|
6d4b80a826
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into gles20
|
2012-06-12 18:13:02 +08:00 |
James Chen
|
dab90107b9
|
issue #1310: Updated SchedulerTest.
|
2012-06-12 18:12:45 +08:00 |
James Chen
|
92f0364dca
|
Merge pull request #1008 from dumganhar/gles20
issue #1310: Reverted floatr to CCTimer.
|
2012-06-12 02:09:10 -07:00 |
James Chen
|
08fc714a7f
|
issue #1310: Reverted floatr to CCTimer.
|
2012-06-12 17:07:54 +08:00 |
minggo
|
1d77d53af3
|
Merge pull request #1007 from minggo/gles20
issue #1310: synchronize some codes
|
2012-06-12 01:57:24 -07:00 |
minggo
|
9fbe1fef96
|
issue #1310: synchronize some codes
|
2012-06-12 16:56:34 +08:00 |
James Chen
|
a7e2fef3d4
|
Merge pull request #1006 from dumganhar/gles20
issue #1310: Updated RotateWorldTest and SceneTest.
|
2012-06-12 01:23:37 -07:00 |
James Chen
|
c8b5ad0440
|
issue #1310: Updated RotateWorldTest and SceneTest.
|
2012-06-12 16:22:25 +08:00 |
James Chen
|
afba11abb7
|
Merge pull request #1005 from dumganhar/gles20
issue #1310: Updated ParallaxTest and RenderTextureTest.
|
2012-06-12 00:56:36 -07:00 |
James Chen
|
23519ef85c
|
issue #1310: Updated ParallaxTest and RenderTextureTest.
|
2012-06-12 15:55:23 +08:00 |
James Chen
|
ea99de351a
|
Merge pull request #1004 from dumganhar/gles20
issue #1310: Updated ParticleTest.
|
2012-06-12 00:41:21 -07:00 |
James Chen
|
1c0f391e03
|
issue #1310: Updated ParticleTest.
|
2012-06-12 15:40:31 +08:00 |