axmol/cocos/3d
cpascal 74ba46f225 Fixed "warning: bundle reader out of range"
This warning was displayed even if it's valid c3b file..
Changed "validLength <= needLength" to "validLength < needLength".
2014-11-09 07:38:44 +09:00
..
Android.mk Improve Android.mk 2014-10-17 10:13:33 +08:00
CCAABB.cpp deal aabb 2014-08-18 17:02:13 +08:00
CCAABB.h removes the `3d_export.h` file 2014-10-08 18:30:23 -07:00
CCAnimate3D.cpp Cleanup order of fields initialization. 2014-10-30 17:28:41 +03:00
CCAnimate3D.h rename Animate::createWithFrames 2014-10-17 11:16:07 +08:00
CCAnimation3D.cpp remove unneeded includes 2014-08-28 17:03:29 +08:00
CCAnimation3D.h removes the `3d_export.h` file 2014-10-08 18:30:23 -07:00
CCAnimationCurve.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCAnimationCurve.inl Cleanup order of fields initialization. 2014-10-30 17:28:41 +03:00
CCAttachNode.cpp remove nodetoparent 2014-10-21 19:29:56 +08:00
CCAttachNode.h remove nodetoparent 2014-10-21 19:29:56 +08:00
CCBillBoard.cpp Move `CCCamera.cpp/h` `CCLight.cpp/h` into 2d 2014-10-20 16:25:24 +08:00
CCBillBoard.h Fixing bug 2014-10-13 19:10:42 +08:00
CCBundle3D.cpp Merge pull request #8981 from vovkasm/clean-order-of-fields-initialization 2014-11-05 17:51:58 +08:00
CCBundle3D.h fix 0.2 version load bug. 2014-10-21 18:44:10 +08:00
CCBundle3DData.h Cleanup order of fields initialization. 2014-10-30 17:28:41 +03:00
CCBundleReader.cpp Fixed "warning: bundle reader out of range" 2014-11-09 07:38:44 +09:00
CCBundleReader.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCMesh.cpp Cleanup order of fields initialization. 2014-10-30 17:28:41 +03:00
CCMesh.h removes the `3d_export.h` file 2014-10-08 18:30:23 -07:00
CCMeshSkin.cpp Cleanup order of fields initialization. 2014-10-30 17:28:41 +03:00
CCMeshSkin.h fix AABB computation 2014-10-20 22:53:24 +08:00
CCMeshVertexIndexData.cpp fix wrong vertex buffer size 2014-10-27 13:59:40 +08:00
CCMeshVertexIndexData.h Merge pull request #140 from tangziwen/v3 2014-10-14 09:23:13 +08:00
CCOBB.cpp fix OBB intersects bug 2014-10-21 17:22:42 +08:00
CCOBB.h removes the `3d_export.h` file 2014-10-08 18:30:23 -07:00
CCObjLoader.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCObjLoader.h Squashed commit of the following: 2014-05-18 14:49:16 -07:00
CCRay.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCRay.h removes the `3d_export.h` file 2014-10-08 18:30:23 -07:00
CCSkeleton3D.cpp Merge branch 'newcode' into transition 2014-09-01 15:14:30 +08:00
CCSkeleton3D.h removes the `3d_export.h` file 2014-10-08 18:30:23 -07:00
CCSprite3D.cpp add getMeshArrayByName method 2014-10-25 12:27:03 +08:00
CCSprite3D.h add getMeshArrayByName method 2014-10-25 12:27:03 +08:00
CCSprite3DMaterial.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCSprite3DMaterial.h remove unneeded includes 2014-08-29 15:39:52 +08:00
CMakeLists.txt Finalise Windows cmake support for mingw-w64 2014-10-03 23:22:09 +01:00
cocos3d.h Squashed commit of the following: 2014-09-09 12:18:31 -07:00