Nicolas Gramlich
|
227683bfa4
|
Cleaned up CCNodeLoaders by using the Marco instead of having a boilerplate createCCNode method in all the cpp files.
|
2012-06-18 13:33:19 -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
|
67ab3a1bcc
|
CCSpriteLoader: Fixed a bug calling the wrong superclass method.
|
2012-06-13 15:57:33 -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 |