James Chen
|
b818c0afa6
|
fixed #1336: Used CC_DEPRECATED_ATTRIBUTE macro to mark deprecated interfaces.
|
2012-06-20 11:48:31 +08:00 |
James Chen
|
591566b43a
|
fixed #1335: Memory leaks in cocos2dx and CCBReader.
|
2012-06-19 16:31:26 +08:00 |
James Chen
|
9fa74721a7
|
fixed #1334: Add ScrollViewTest to CocosBuilderTest.
|
2012-06-19 10:34:15 +08:00 |
James Chen
|
f346d09449
|
issue #1333: Added CCScrollViewLoader. Not implement.
|
2012-06-18 19:00:26 +08:00 |
Nicolas Gramlich
|
c7daca43d0
|
CCNodeLoaderLibrary: Now free from direct std::string usage.
|
2012-06-14 13:51:32 -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
|
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 |