axmol/cocos/editor-support/cocosbuilder
Mircea Rila b66b4c6f1d upgrade win32 projects for Visual Studio 2013 (solves Platform Toolset v100 not found).
remove C4005 warnings after upgrading projects
2014-05-07 17:41:04 +03:00
..
proj.win32 upgrade win32 projects for Visual Studio 2013 (solves Platform Toolset v100 not found). 2014-05-07 17:41:04 +03:00
proj.wp8 added wp8 support files and projects 2014-03-28 12:55:40 -07:00
Android.mk issue #2790: Removes CCBValue. 2013-12-09 17:55:56 +08:00
CCBAnimationManager.cpp Squashed commit of the following: 2014-04-30 19:09:13 -07:00
CCBAnimationManager.h yeah... love in includes 2014-04-26 10:35:57 -07: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 #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCBKeyframe.h yeah... love in includes 2014-04-26 10:35:57 -07:00
CCBMemberVariableAssigner.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCBReader.cpp Squashed commit of the following: 2014-04-30 19:09:13 -07:00
CCBReader.h yeah... love in includes 2014-04-26 10:35:57 -07:00
CCBSelectorResolver.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCBSequence.cpp issue #4729: NULL -> nullptr in constructor or setXXX(NULL) 2014-04-10 00:36:43 +08:00
CCBSequence.h Squashed commit of the following: 2014-04-26 10:11:22 -07: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 yeah... love in includes 2014-04-26 10:35:57 -07:00
CCControlButtonLoader.cpp replace Point with Vector2 in cocos folder cpp file 2014-04-15 18:13:57 +08:00
CCControlButtonLoader.h replace Point with Vector2 2014-04-15 18:08:29 +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 Remove the old implementation of LabelBMFont. 2014-03-28 10:28:44 +08:00
CCLabelBMFontLoader.h Squashed commit of the following: 2014-04-26 10:11:22 -07:00
CCLabelTTFLoader.cpp Label:Change setter of system font name. 2014-04-10 10:23:00 +08:00
CCLabelTTFLoader.h Squashed commit of the following: 2014-04-26 10:11:22 -07: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 replace Point with Vector2 in cocos folder cpp file 2014-04-15 18:13:57 +08:00
CCLayerGradientLoader.h replace Point with Vector2 2014-04-15 18:08:29 +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 Squashed commit of the following: 2014-04-26 10:11:22 -07:00
CCMenuLoader.h Squashed commit of the following: 2014-04-26 10:11:22 -07:00
CCNode+CCBRelativePositioning.cpp replace Point with Vector2 in cocos folder cpp file 2014-04-15 18:13:57 +08:00
CCNode+CCBRelativePositioning.h replace Point with Vector2 2014-04-15 18:08:29 +08:00
CCNodeLoader.cpp replace Point with Vector2 in cocos folder cpp file 2014-04-15 18:13:57 +08:00
CCNodeLoader.h replace Point with Vector2 2014-04-15 18:08:29 +08:00
CCNodeLoaderLibrary.cpp issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCNodeLoaderLibrary.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCNodeLoaderListener.h removes "include "cocos2d.h" from cocos2d files 2014-01-16 21:35:58 -08:00
CCParticleSystemQuadLoader.cpp replace Point with Vector2 in cocos folder cpp file 2014-04-15 18:13:57 +08:00
CCParticleSystemQuadLoader.h Squashed commit of the following: 2014-04-26 10:11:22 -07:00
CCScale9SpriteLoader.cpp issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCScale9SpriteLoader.h migrate setAnchorPoint to Vector2 2014-04-15 16:47:29 +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 Moves temp files to CURRENT_BINARY_DIR. 2014-01-06 23:44:36 -08:00
CocosBuilder.h issue #2790: Removes CCBValue. 2013-12-09 17:55:56 +08:00