axmol/cocos2dx/extensions/CCBIReader
Nicolas Gramlich 4378731418 Merge with gles20. 2012-06-11 10:43:07 -07:00
..
CCBFileLoader.cpp Switched from std::string to const char *. 2012-06-04 17:45:25 -07:00
CCBFileLoader.h Added CCNodeLoaderLibrary (more of a factory pattern, compared to adding the CCNodeLoaders directly to the CCBReader. Fixed all TODOs regarding (potential) memory leaks (Thanks to Ricardo Quesada). CCNodeLoaders are now autorelease objects (having a static 'loader()' method to be used). 2012-06-05 17:15:28 -07:00
CCBMemberVariableAssigner.h CCBMemberVariableAssigner and CCBSelectorResolver: now using const char * instead of std::string. 2012-06-06 11:43:33 -07:00
CCBReader.cpp Merge with gles20. 2012-06-11 10:43:07 -07:00
CCBReader.h Added CCNodeLoaderLibrary (more of a factory pattern, compared to adding the CCNodeLoaders directly to the CCBReader. Fixed all TODOs regarding (potential) memory leaks (Thanks to Ricardo Quesada). CCNodeLoaders are now autorelease objects (having a static 'loader()' method to be used). 2012-06-05 17:15:28 -07:00
CCBSelectorResolver.h Making use of the new SEL_CCControlHandler in the CCControlExtension. 2012-06-06 14:32:15 -07:00
CCControlButtonLoader.cpp Added CCNodeLoaderLibrary (more of a factory pattern, compared to adding the CCNodeLoaders directly to the CCBReader. Fixed all TODOs regarding (potential) memory leaks (Thanks to Ricardo Quesada). CCNodeLoaders are now autorelease objects (having a static 'loader()' method to be used). 2012-06-05 17:15:28 -07:00
CCControlButtonLoader.h Added CCNodeLoaderLibrary (more of a factory pattern, compared to adding the CCNodeLoaders directly to the CCBReader. Fixed all TODOs regarding (potential) memory leaks (Thanks to Ricardo Quesada). CCNodeLoaders are now autorelease objects (having a static 'loader()' method to be used). 2012-06-05 17:15:28 -07:00
CCControlLoader.cpp Making use of the new SEL_CCControlHandler in the CCControlExtension. 2012-06-06 14:32:15 -07:00
CCControlLoader.h Switched from std::string to const char *. 2012-06-04 17:45:25 -07:00
CCLabelBMFontLoader.cpp Switched from std::string to const char *. 2012-06-04 17:45:25 -07:00
CCLabelBMFontLoader.h Added CCNodeLoaderLibrary (more of a factory pattern, compared to adding the CCNodeLoaders directly to the CCBReader. Fixed all TODOs regarding (potential) memory leaks (Thanks to Ricardo Quesada). CCNodeLoaders are now autorelease objects (having a static 'loader()' method to be used). 2012-06-05 17:15:28 -07:00
CCLabelTTFLoader.cpp Switched from std::string to const char *. 2012-06-04 17:45:25 -07:00
CCLabelTTFLoader.h Added CCNodeLoaderLibrary (more of a factory pattern, compared to adding the CCNodeLoaders directly to the CCBReader. Fixed all TODOs regarding (potential) memory leaks (Thanks to Ricardo Quesada). CCNodeLoaders are now autorelease objects (having a static 'loader()' method to be used). 2012-06-05 17:15:28 -07:00
CCLayerColorLoader.cpp Switched from std::string to const char *. 2012-06-04 17:45:25 -07:00
CCLayerColorLoader.h Added CCNodeLoaderLibrary (more of a factory pattern, compared to adding the CCNodeLoaders directly to the CCBReader. Fixed all TODOs regarding (potential) memory leaks (Thanks to Ricardo Quesada). CCNodeLoaders are now autorelease objects (having a static 'loader()' method to be used). 2012-06-05 17:15:28 -07:00
CCLayerGradientLoader.cpp Switched from std::string to const char *. 2012-06-04 17:45:25 -07:00
CCLayerGradientLoader.h Added CCNodeLoaderLibrary (more of a factory pattern, compared to adding the CCNodeLoaders directly to the CCBReader. Fixed all TODOs regarding (potential) memory leaks (Thanks to Ricardo Quesada). CCNodeLoaders are now autorelease objects (having a static 'loader()' method to be used). 2012-06-05 17:15:28 -07:00
CCLayerLoader.cpp Switched from std::string to const char *. 2012-06-04 17:45:25 -07:00
CCLayerLoader.h Added CCNodeLoaderLibrary (more of a factory pattern, compared to adding the CCNodeLoaders directly to the CCBReader. Fixed all TODOs regarding (potential) memory leaks (Thanks to Ricardo Quesada). CCNodeLoaders are now autorelease objects (having a static 'loader()' method to be used). 2012-06-05 17:15:28 -07:00
CCMenuItemImageLoader .cpp Switched from std::string to const char *. 2012-06-04 17:45:25 -07:00
CCMenuItemImageLoader.h Added CCNodeLoaderLibrary (more of a factory pattern, compared to adding the CCNodeLoaders directly to the CCBReader. Fixed all TODOs regarding (potential) memory leaks (Thanks to Ricardo Quesada). CCNodeLoaders are now autorelease objects (having a static 'loader()' method to be used). 2012-06-05 17:15:28 -07:00
CCMenuItemLoader.cpp Switched from std::string to const char *. 2012-06-04 17:45:25 -07:00
CCMenuItemLoader.h Switched from std::string to const char *. 2012-06-04 17:45:25 -07:00
CCMenuLoader.cpp Added CCMenuLoader, CCMenuItemLoader and CCMenuItemImageLoader. 2012-05-31 17:07:02 -07:00
CCMenuLoader.h Added CCNodeLoaderLibrary (more of a factory pattern, compared to adding the CCNodeLoaders directly to the CCBReader. Fixed all TODOs regarding (potential) memory leaks (Thanks to Ricardo Quesada). CCNodeLoaders are now autorelease objects (having a static 'loader()' method to be used). 2012-06-05 17:15:28 -07:00
CCNodeLoader.cpp Merge with gles20. 2012-06-11 10:43:07 -07:00
CCNodeLoader.h Making use of the new SEL_CCControlHandler in the CCControlExtension. 2012-06-06 14:32:15 -07:00
CCNodeLoaderLibrary.cpp Merge with gles20. 2012-06-11 10:43:07 -07:00
CCNodeLoaderLibrary.h Merge with gles20. 2012-06-11 10:43:07 -07:00
CCParticleSystemQuadLoader.cpp Switched from std::string to const char *. 2012-06-04 17:45:25 -07:00
CCParticleSystemQuadLoader.h Added CCNodeLoaderLibrary (more of a factory pattern, compared to adding the CCNodeLoaders directly to the CCBReader. Fixed all TODOs regarding (potential) memory leaks (Thanks to Ricardo Quesada). CCNodeLoaders are now autorelease objects (having a static 'loader()' method to be used). 2012-06-05 17:15:28 -07:00
CCScale9SpriteLoader.cpp Switched from std::string to const char *. 2012-06-04 17:45:25 -07:00
CCScale9SpriteLoader.h Added CCNodeLoaderLibrary (more of a factory pattern, compared to adding the CCNodeLoaders directly to the CCBReader. Fixed all TODOs regarding (potential) memory leaks (Thanks to Ricardo Quesada). CCNodeLoaders are now autorelease objects (having a static 'loader()' method to be used). 2012-06-05 17:15:28 -07:00
CCSpriteLoader.cpp Switched from std::string to const char *. 2012-06-04 17:45:25 -07:00
CCSpriteLoader.h Added CCNodeLoaderLibrary (more of a factory pattern, compared to adding the CCNodeLoaders directly to the CCBReader. Fixed all TODOs regarding (potential) memory leaks (Thanks to Ricardo Quesada). CCNodeLoaders are now autorelease objects (having a static 'loader()' method to be used). 2012-06-05 17:15:28 -07:00