minggo
|
5b08a5996c
|
add product name for iOS
|
2012-06-28 13:52:10 +08:00 |
minggo
|
e3771a8ad4
|
modify code sign
|
2012-06-28 13:41:05 +08:00 |
minggo
|
7348fa12c3
|
update CHANGELOG and delete some unneeded files
|
2012-06-28 11:47:54 +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
|
13bcf2180c
|
Merge with gles20.
|
2012-06-15 16:26:10 -07:00 |
Nicolas Gramlich
|
c38bfd0a24
|
Updated xcode project file.
|
2012-06-15 16:16:08 -07:00 |
minggo
|
d0f905992a
|
issue #1292:make some function names more readable
|
2012-06-15 15:10:40 +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
|
221be759c6
|
issue #1324: merge James Chen's codes
|
2012-06-14 18:54:05 +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 |
Nicolas Gramlich
|
895604f42e
|
Unified Header Guards. Added CCNodeLoaderListener, simulating the didLoadFromCCB selector.
|
2012-06-12 11:59:49 -07:00 |
minggo
|
9fbe1fef96
|
issue #1310: synchronize some codes
|
2012-06-12 16:56:34 +08:00 |
Nicolas Gramlich
|
1f2652a8d7
|
Made CCBIReaderTest finally work completely. =) Also added support for having a root path when loading a ccb-file (i.e. when you have the two directories, one for the ccb files, one for the spritesheets. <- With a common ancestor.)
|
2012-06-11 18:31:11 -07:00 |
Nicolas Gramlich
|
342c65e293
|
Added CCBIReaderTest, which doesn't work since XCode sucks big time, not finding a simple file.
|
2012-06-11 14:57:30 -07:00 |
minggo
|
ccbfd24c21
|
issue #1310: synchronize ActionManagerTest ActionEaseTest ActionsProgressTest ActionsTest
|
2012-06-11 18:25:57 +08:00 |
minggo
|
94235d3602
|
issue #1310: make tests and HelloWorld work ok
|
2012-06-11 10:41:52 +08:00 |
minggo
|
cc16320445
|
issue #1310: syncronize actions
|
2012-06-08 13:55:28 +08:00 |
minggo
|
dc24094b5f
|
fixed #1290:use Shaders folder in correct way
|
2012-06-04 11:41:03 +08:00 |
minggo
|
a698f9bf69
|
fix some bug
|
2012-05-30 18:31:20 +08:00 |
minggo
|
a09bbbd0ba
|
fixed #1177: modify project setting, because CCStd.h is moved into platform/ios
|
2012-05-29 16:23:57 +08:00 |
James Chen
|
a00db6e072
|
fixed #1240: Updated ios project configuration.
|
2012-05-25 17:00:33 +08:00 |
minggo
|
0ba62c3854
|
issue #1246:use CCLabelBMFont instead of CCLabelTTF in CCDirector.cpp
|
2012-05-24 10:48:39 +08:00 |
Walzer
|
dc18dc0942
|
test ccb v2 format, add relative-position support
|
2012-05-11 20:53:30 +08:00 |
Walzer
|
f10b94fd15
|
issue #1205, CCBReader works on both iOS & Android now; public APIs of CCBReader are reduced; ccb files in subfolder is supported.
|
2012-05-07 22:52:58 +08:00 |
Walzer
|
c76e3c0936
|
remove CppReflection, add CCBCustomClass and CCBCustomClassFactory to implement reflection, leave some jobs to class HelloCocosBuilder: public CCBCustomClass. The approach is not so tricky, much easier to understand now.
|
2012-05-07 17:05:17 +08:00 |
Walzer
|
5faaab0d16
|
add CocosBuilderTest into extension test. fix a bug in CCLayerGradient::updateColor
|
2012-05-03 12:17:28 +08:00 |
Walzer
|
9e62412ce9
|
issue #1205, add CCBReader, CppReflection, CocosBuilderTestCase
|
2012-05-03 11:58:53 +08:00 |
James Chen
|
63a8bbf0d9
|
issue #1194: Updated ios project configurations after adding CCTextureWatcher.
|
2012-05-02 10:39:39 +08:00 |
minggo
|
a1570e931f
|
issue #931:make convert to rgb565 and A8 correct
|
2012-04-27 15:53:29 +08:00 |
James Chen
|
8e5668472f
|
issue #1188: Updated project configuration for ios platform.
|
2012-04-25 17:33:28 +08:00 |
James Chen
|
c1bc4fd65a
|
fixed #1177: Updated ios project configuration.
|
2012-04-24 17:42:06 +08:00 |
James Chen
|
26763c200b
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into iss1177_platform
Conflicts:
tests/proj.ios/test.xcodeproj/project.pbxproj
|
2012-04-24 15:44:53 +08:00 |
minggo
|
1e20f2b6db
|
fixed #1185: reload image data and recreate buffer of object when backing to foreground
|
2012-04-24 15:02:18 +08:00 |
James Chen
|
af86a52f27
|
issue #1177:Updated some files for ios port.
|
2012-04-23 15:40:46 +08:00 |
James Chen
|
e28c77b574
|
issue #1176: Updated ios project configuration.
|
2012-04-19 15:26:24 +08:00 |
James Chen
|
5b50baffd4
|
issue #1176: Updated ios project.
|
2012-04-19 15:03:41 +08:00 |
James Chen
|
4068be84e9
|
Refactored project folders.
|
2012-04-19 11:46:08 +08:00 |