James Chen
|
26a02804d9
|
Added some resources. Updated Texture2dTest.cpp.
|
2012-06-28 17:34:50 +08:00 |
James Chen
|
86942aedb4
|
fixed #1368: Implement EffectsAdvancedTest (Effect4). Added some comments.
|
2012-06-27 20:50:47 +08:00 |
James Chen
|
33e32e987c
|
Implement EffectsAdvancedTest (Effect4).
|
2012-06-27 18:44:25 +08:00 |
James Chen
|
13793a9d75
|
fixed #1367: Updated ShaderTest.cpp, TileMapTest.cpp.
|
2012-06-27 17:08:50 +08:00 |
James Chen
|
a901b0bb12
|
fixed #1367: Refactor "createWith***" to "create".
|
2012-06-27 14:21:29 +08:00 |
minggo
|
765da0c80a
|
enable depth test when running test case:Bug-1159
|
2012-06-26 11:09:37 +08:00 |
James Chen
|
2af75ecd65
|
fixed #1336: HelloCocosBuilder/HelloCocosBuilderLayer.cpp
|
2012-06-20 12:08:34 +08:00 |
James Chen
|
b818c0afa6
|
fixed #1336: Used CC_DEPRECATED_ATTRIBUTE macro to mark deprecated interfaces.
|
2012-06-20 11:48:31 +08:00 |
James Chen
|
07b9db8e91
|
Merge branch 'gles20' into gles20-ccbi
|
2012-06-19 17:28:31 +08:00 |
James Chen
|
591566b43a
|
fixed #1335: Memory leaks in cocos2dx and CCBReader.
|
2012-06-19 16:31:26 +08:00 |
minggo
|
90448ec7d0
|
issue #1269:fix some compiling error because of including error header files
|
2012-06-19 16:20:46 +08:00 |
minggo
|
2666df9472
|
issue #1269:mrege latest code and fix conflict
|
2012-06-19 13:57:33 +08:00 |
minggo
|
9ec29d715a
|
issue #1269:make tests HelloWorld HelloLua and testjs refer subproject cocos2dx
|
2012-06-19 13:50:11 +08:00 |
Nicolas Gramlich
|
6f26ea7a56
|
Added actual implementation of CCScrollViewLoader. Added ScrollViewTest to CococsBuilderTest.
|
2012-06-18 13:59:45 -07:00 |
James Chen
|
3cf0f3555c
|
issue #1330: Removed virtual for callback functions.
|
2012-06-16 15:22:23 +08:00 |
James Chen
|
73c9707d5d
|
CCBIReader fixes + building and running flawless on iOS and Android.
Made it works on win32.
|
2012-06-16 12:48:20 +08:00 |
Nicolas Gramlich
|
13bcf2180c
|
Merge with gles20.
|
2012-06-15 16:26:10 -07:00 |
Nicolas Gramlich
|
d175884f79
|
Added ParticleSystemTest.
|
2012-06-15 14:48:36 -07:00 |
minggo
|
899022d107
|
fixed #1292:fix some bugs that caused by modify function name
|
2012-06-15 17:39:13 +08:00 |
James Chen
|
595a402c83
|
fixed #1292:make some function names more readable.
|
2012-06-15 16:47:30 +08:00 |
minggo
|
266a5e5e66
|
Merge pull request #1028 from minggo/iss1292_moidify_function_name
issue #1292:make some function names more readable
|
2012-06-15 00:14:13 -07:00 |
minggo
|
d0f905992a
|
issue #1292:make some function names more readable
|
2012-06-15 15:10:40 +08:00 |
James Chen
|
159b91b6cd
|
Fixed a logic error in ActionScaleTest.
|
2012-06-15 13:56:27 +08:00 |
minggo
|
c965c8d770
|
fixed 1181: synchronize latest codes
|
2012-06-15 10:27:52 +08: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 |
minggo
|
9d9e2579e3
|
issue #1181: save render texture when comming to background
|
2012-06-14 18:37:57 +08:00 |
James Chen
|
052d8ea931
|
fixed #1324: Added some create methods. Compiling successfully on win32 by vs2008.
|
2012-06-14 18:32:44 +08:00 |
James Chen
|
3a410c14a1
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into iss1324_create
Conflicts:
cocos2dx/extensions/CCBReader/CCBReader_v2.cpp
cocos2dx/extensions/CCControlExtension/CCScale9Sprite.cpp
cocos2dx/label_nodes/CCLabelBMFont.cpp
cocos2dx/menu_nodes/CCMenuItem.cpp
cocos2dx/menu_nodes/CCMenuItem.h
cocos2dx/misc_nodes/CCRenderTexture.h
cocos2dx/tileMap_parallax_nodes/CCTileMapAtlas.cpp
tests/tests/ExtensionsTest/CocosBuilderTest/HelloCocosBuilder.cpp
tests/tests/LabelTest/LabelTest.cpp
|
2012-06-14 17:36:31 +08: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 |
James Chen
|
23574172ff
|
issue #1324: Added create() for static member functions that new an autorelease object, updated cocoa folder.
|
2012-06-14 16:05:58 +08:00 |
James Chen
|
3f7b44fc23
|
issue #1324: Added create() for static member functions that new an autorelease object
|
2012-06-14 15:13:16 +08: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
|
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
|
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
|
9321a8d025
|
fixed #1322: vertical alignment works ok on android
|
2012-06-13 18:33:44 +08: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
|
d2a16c2b76
|
issue #1310: Updated MotionStreakTest.
|
2012-06-12 18:27:36 +08:00 |
James Chen
|
e943dbf2fd
|
issue #1310: Updated TileMapTest, TransitionsTest, ZwoptexTest.
|
2012-06-12 18:22:48 +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
|
c8b5ad0440
|
issue #1310: Updated RotateWorldTest and SceneTest.
|
2012-06-12 16:22:25 +08:00 |
James Chen
|
23519ef85c
|
issue #1310: Updated ParallaxTest and RenderTextureTest.
|
2012-06-12 15:55:23 +08:00 |
James Chen
|
1c0f391e03
|
issue #1310: Updated ParticleTest.
|
2012-06-12 15:40:31 +08:00 |