Cocos2DXNA / cocos2d-xna

XNA Port of Cocos2d-X
www.cocos2dxna.com
224 stars 126 forks source link

Dropping Legacy code #31

Closed kjpou1 closed 11 years ago

kjpou1 commented 11 years ago

CCConfiguration.cs: getGlesVersion checkForGLExtension init CCDrawingPrimitives.cs: init Math/Spline.cs: ccCardinalSplineAt actions/action_tiled_grid/CCShuffleTiles.cs: getDelta placeTile cocoa/CCData.cs: bytes dataWithBytes dataWithContentsOfFile cocoa/CCGeometry.cs: equals equals intersectsRect intersectsRect containsPoint containsPoint equals cocoa/CCNS.cs: split splitWithForm extentions/CCBReader/CCBAnimationManager.cs: debug extentions/CCBReader/CCBReader.cs: createSceneWithNodeGraphFromFile extentions/CCBReader/CCBValue.cs: getColor getIntValue getFloatValue getBoolValue getByteValue getPointer extentions/CCBReader/CCNodeLoaderLibrary.cs: registerDefaultCCNodeLoaders extentions/GUI/CCScrollView/CCSorting.cs: insertSortedObject removeSortedObject setObjectID_ofSortedObject objectWithObjectID getObjectWithObjectID indexOfSortedObject extentions/GUI/CCScrollView/CCTableView.cs: scrollViewDidScroll scrollViewDidZoom extentions/GUI/CCScrollView/CCTableViewCell.cs: getIdx setIdx layers_scenes_transitions_nodes/CCLayerMultiplex.cs: layerWithLayer platform/CCDictMaker.cs: dictionaryWithContentsOfFile arrayWithContentsOfFile platform/CCFileData.cs: reset platform/CCFileUtils.cs: getFileData getFileBytes getFileDataFromZip ccRemoveHDSuffixFromFile fullPathFromRelativePath fullPathFromRelativeFile removeExtention setResourcePath dictionaryWithContentsOfFile getWriteablePath setResource ccLoadFileIntoMemory platform/CCSAXParser.cs: init parse parse setDelegator startElement endElement textHandler platform/ReusedObject.cs: new platform/Zlib/ZInputStream.cs: available platform/Zlib/ZOutputStream.cs: finish end platform/Zlib/ZStream.cs: inflateInit inflateInit inflate inflateEnd inflateSync inflateSetDictionary deflateInit deflateInit deflate deflateEnd deflateParams deflateSetDictionary free platform/Zlib/Zlib.cs: version predefine/CCPointExtension.cs: ccp ccpNeg ccpAdd ccpSub ccpMult ccpMidpoint ccpDot ccpCross ccpPerp ccpRPerp ccpProject ccpRotate ccpUnrotate ccpLengthSQ ccpLength ccpDistance ccpNormalize ccpForAngle ccpToAngle clampf ccpClamp ccpFromSize ccpCompOpDelegate ccpCompOp ccpLerp ccpFuzzyEqual ccpCompMult ccpAngleSigned ccpAngle ccpRotateByAngle ccpLineIntersect ccpSegmentIntersect ccpIntersectPoint predefine/ccTypes.cs: ccColor3B ccColor3B ccColor3B ccColor4B ccColor4B ccColor4B ccColor4B ccColor4F ccVertex2F ccVertex2F ccVertex3F ccVertex3F ccTex2F ccTex2F ccPointSprite ccQuad2 ccQuad3 ccGridSize ccV2F_C4B_T2F ccV2F_C4F_T2F ccV2F_C4B_T2F_Quad ccV2F_C4F_T2F_Quad ccBlendFunc ccColor3B ccColor3B ccColor3B ccColor3B ccColor3B ccColor3B ccColor3B ccColor3B ccColor3B ccc3 ccc4 ccc4FFromccc3B ccc4FFromccc4B ccc4FEqual vertex2 vertex3 tex2 ccg support/ccUtils.cs: ccCardinalSplineAt ccParseInt ccParseInt ccParseFloat ccParseFloat ccNextPOT ccNextPOT support/data_support/ccCArray.cs: ccCArrayNew ccCArrayInsertValueAtIndex ccCArrayDoubleCapacity ccCArrayRemoveValueAtIndex support/image_support/TGAlib.cs: tgaLoad tgaLoadHeader tgaLoadImageData tgaLoad tgaRGBtogreyscale tgaDestroy support/zip_support/ZipUtils.cs: ccInflateMemory ccInflateMemoryWithHint ccInflateGZipFile ccInflateCCZFile text_input_node/CCTextFieldTTF attachWithIME detachWithIME canAttachWithIME didAttachWithIME canDetachWithIME didDetachWithIME insertText deleteBackward getContentText keyboardWillShow keyboardDidShow keyboardWillHide keyboardDidHide textFieldWithPlaceHolder textFieldWithPlaceHolder initWithPlaceHolder initWithPlaceHolder textures/CCTexture2D.cs: textures/CCTextureAtlas.cs: textures/CCTextureCache.cs: tileMap_parallax_nodes/CCParallaxNode.cs: tileMap_parallax_nodes/CCPointObject.cs: tileMap_parallax_nodes/CCTMXLayer.cs: tileMap_parallax_nodes/CCTMXLayerInfo.cs: This one is really offensive, many of the internal fields are public

kjpou1 commented 11 years ago

Third session of Code changes and I think the last. https://github.com/totallyevil/cocos2d-xna/pull/36

When this is Merged in we can close this and open another for any more.