axmol/cocos/editor-support/cocosbuilder
Dhilan007 35246b0810 fix compiling error and miss file on vs. 2014-01-04 12:25:12 +08:00
..
proj.win32 fix compiling error and miss file on vs. 2014-01-04 12:25:12 +08:00
Android.mk issue #2790: Removes CCBValue. 2013-12-09 17:55:56 +08:00
CCBAnimationManager.cpp More warning fixes. 2014-01-04 09:17:37 +08:00
CCBAnimationManager.h issue #2790: Uses Map<K, V> instead of Dictionary in CCBAnimationManager. 2013-12-09 18:17:04 +08:00
CCBFileLoader.cpp issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCBFileLoader.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCBKeyframe.cpp issue #2790: Uses Vector<T> or Map<K, V> as many as possible for CCBReader. 2013-12-09 17:55:56 +08:00
CCBKeyframe.h issue #2790: Uses Vector<T> or Map<K, V> as many as possible for CCBReader. 2013-12-09 17:55:56 +08:00
CCBMemberVariableAssigner.h issue #2790: Removes CCBValue. 2013-12-09 17:55:56 +08:00
CCBReader.cpp Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into data-refactor 2013-12-20 21:12:11 +08:00
CCBReader.h Refactors Data class, adds FileUtils::getStringFromFile, FileUtils::getDataFromFile and deprecates FileUtils::getFileData. 2013-12-18 14:58:17 +08:00
CCBSelectorResolver.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCBSequence.cpp issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCBSequence.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCBSequenceProperty.cpp issue #2790: Vector<T> and Map<K, V> for CCBReader. Not finished yet. 2013-12-08 22:17:54 +08:00
CCBSequenceProperty.h issue #2790: Vector<T> and Map<K, V> for CCBReader. Not finished yet. 2013-12-08 22:17:54 +08:00
CCControlButtonLoader.cpp Some warning fixes in SocketIO, ContriolButton, js_manual_conversion.h/.cpp. 2013-12-18 15:40:31 +08:00
CCControlButtonLoader.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCControlLoader.cpp issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCControlLoader.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCLabelBMFontLoader.cpp issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCLabelBMFontLoader.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCLabelTTFLoader.cpp issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCLabelTTFLoader.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCLayerColorLoader.cpp issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCLayerColorLoader.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCLayerGradientLoader.cpp issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCLayerGradientLoader.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCLayerLoader.cpp fix touches not working in cocosbuilder 2013-11-19 19:24:04 +08:00
CCLayerLoader.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCMenuItemImageLoader.cpp issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCMenuItemImageLoader.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCMenuItemLoader.cpp issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCMenuItemLoader.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCMenuLoader.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCNode+CCBRelativePositioning.cpp issue #2790: Uses Vector<T> or Map<K, V> as many as possible for CCBReader. 2013-12-09 17:55:56 +08:00
CCNode+CCBRelativePositioning.h issue #2790: Uses Vector<T> or Map<K, V> as many as possible for CCBReader. 2013-12-09 17:55:56 +08:00
CCNodeLoader.cpp Refactors Data class, adds FileUtils::getStringFromFile, FileUtils::getDataFromFile and deprecates FileUtils::getFileData. 2013-12-18 14:58:17 +08:00
CCNodeLoader.h issue #2790: Removes CCBValue. 2013-12-09 17:55:56 +08:00
CCNodeLoaderLibrary.cpp issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCNodeLoaderLibrary.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCNodeLoaderListener.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCParticleSystemQuadLoader.cpp HotFix: use static cast for format conversion 2013-11-19 11:32:12 +08:00
CCParticleSystemQuadLoader.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCScale9SpriteLoader.cpp issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCScale9SpriteLoader.h When anchor point is 0,0 , CocosBuilder will not output anchor point param setting request.Although the Scale9Sprite`s anchor point is default to 0, 0, but when calling function "initWithBatchNode", the anchor point will be set to 0.5, 0.5. 2013-11-13 14:38:01 +08:00
CCScrollViewLoader.cpp issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCScrollViewLoader.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCSpriteLoader.cpp More warning fixes. 2014-01-04 09:17:37 +08:00
CCSpriteLoader.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CMakeLists.txt issue #2790: Removes CCBValue. 2013-12-09 17:55:56 +08:00
CocosBuilder.h issue #2790: Removes CCBValue. 2013-12-09 17:55:56 +08:00