New stuffs.
authorchsieh <chester.developer@hotmail.com>
Mon, 18 Apr 2011 06:02:18 +0000 (23:02 -0700)
committerchsieh <chester.developer@hotmail.com>
Mon, 18 Apr 2011 06:02:18 +0000 (23:02 -0700)
commit5ee191569947aa12cc87b022b08040cf7f55609e
tree47f445768aa2d9d3072398c0ade4696835f3efb4
parentf1c3686e0bce6354e1bab136b58e3fbfb0269767
New stuffs.
344 files changed:
Littlest.xcodeproj/project.pbxproj [new file with mode: 0644]
Littlest.xcodeproj/project.xcworkspace/contents.xcworkspacedata [new file with mode: 0644]
Littlest.xcodeproj/project.xcworkspace/xcuserdata/dorischen.xcuserdatad/UserInterfaceState.xcuserstate [new file with mode: 0644]
Littlest.xcodeproj/xcuserdata/dorischen.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist [new file with mode: 0644]
Littlest.xcodeproj/xcuserdata/dorischen.xcuserdatad/xcschemes/Littlest.xcscheme [new file with mode: 0644]
Littlest.xcodeproj/xcuserdata/dorischen.xcuserdatad/xcschemes/xcschememanagement.plist [new file with mode: 0644]
Littlest/AppDelegate.h [new file with mode: 0644]
Littlest/AppDelegate.mm [new file with mode: 0644]
Littlest/Foundation/Common/Assert.h [new file with mode: 0755]
Littlest/Foundation/Common/Base.h [new file with mode: 0755]
Littlest/Foundation/Common/GlobalDefines.h [new file with mode: 0755]
Littlest/Foundation/Common/GlobalInclude.h [new file with mode: 0755]
Littlest/Foundation/Common/GlobalTypes.h [new file with mode: 0755]
Littlest/Foundation/Common/Print.h [new file with mode: 0755]
Littlest/Foundation/Common/Singleton.h [new file with mode: 0755]
Littlest/Foundation/Containers/BitEncoder.h [new file with mode: 0755]
Littlest/Foundation/Containers/LocklessRingBuffer.cpp [new file with mode: 0755]
Littlest/Foundation/Containers/LocklessRingBuffer.h [new file with mode: 0755]
Littlest/Foundation/GraphicsServices/Geometry/BasicPrimitives.h [new file with mode: 0644]
Littlest/Foundation/GraphicsServices/Geometry/BasicPrimitives.mm [new file with mode: 0644]
Littlest/Foundation/GraphicsServices/OpenGLServices.h [new file with mode: 0644]
Littlest/Foundation/GraphicsServices/OpenGLServices.mm [new file with mode: 0644]
Littlest/Foundation/GraphicsServices/RenderTarget.h [new file with mode: 0644]
Littlest/Foundation/GraphicsServices/RenderTarget.mm [new file with mode: 0644]
Littlest/Foundation/Hash/DJB2.h [new file with mode: 0755]
Littlest/Foundation/Math/MathDefines.h [new file with mode: 0755]
Littlest/Foundation/Math/MathInclude.h [new file with mode: 0755]
Littlest/Foundation/Math/MathOperations.h [new file with mode: 0755]
Littlest/Foundation/Math/MathTypes.h [new file with mode: 0755]
Littlest/Foundation/Math/Matrix.h [new file with mode: 0755]
Littlest/Foundation/Math/Quaternion.h [new file with mode: 0755]
Littlest/Foundation/Math/Vector.h [new file with mode: 0755]
Littlest/Foundation/Memory/MemoryBitset.cpp [new file with mode: 0755]
Littlest/Foundation/Memory/MemoryBitset.h [new file with mode: 0755]
Littlest/Foundation/Memory/MemoryHeap.cpp [new file with mode: 0755]
Littlest/Foundation/Memory/MemoryHeap.h [new file with mode: 0755]
Littlest/Foundation/Memory/MemoryLinear.h [new file with mode: 0755]
Littlest/Foundation/OSInterface/GLView.h [new file with mode: 0644]
Littlest/Foundation/OSInterface/GLView.m [new file with mode: 0644]
Littlest/Foundation/OSInterface/LittlestAppDelegate.h [new file with mode: 0644]
Littlest/Foundation/OSInterface/LittlestAppDelegate.m [new file with mode: 0644]
Littlest/Foundation/OSInterface/LittlestViewController.h [new file with mode: 0644]
Littlest/Foundation/OSInterface/LittlestViewController.m [new file with mode: 0644]
Littlest/Foundation/Synchronization/Atomic32Bit.h [new file with mode: 0755]
Littlest/Foundation/Synchronization/MemorySync.h [new file with mode: 0755]
Littlest/GLES-Render.h [new file with mode: 0644]
Littlest/GLES-Render.mm [new file with mode: 0644]
Littlest/Game/Scene/Scene.h [new file with mode: 0644]
Littlest/GameConfig.h [new file with mode: 0644]
Littlest/HelloWorldLayer.h [new file with mode: 0644]
Littlest/HelloWorldLayer.mm [new file with mode: 0644]
Littlest/Prefix.pch [new file with mode: 0644]
Littlest/Resources/Default.png [new file with mode: 0644]
Littlest/Resources/Icon-72.png [new file with mode: 0644]
Littlest/Resources/Icon-Small-50.png [new file with mode: 0644]
Littlest/Resources/Icon-Small.png [new file with mode: 0644]
Littlest/Resources/Icon-Small@2x.png [new file with mode: 0644]
Littlest/Resources/Icon.png [new file with mode: 0644]
Littlest/Resources/Icon@2x.png [new file with mode: 0644]
Littlest/Resources/Info.plist [new file with mode: 0644]
Littlest/Resources/blocks.png [new file with mode: 0755]
Littlest/Resources/fps_images.png [new file with mode: 0644]
Littlest/Resources/iTunesArtwork [new file with mode: 0644]
Littlest/RootViewController.h [new file with mode: 0644]
Littlest/RootViewController.m [new file with mode: 0644]
Littlest/libs/Box2D/Box2D.h [new file with mode: 0644]
Littlest/libs/Box2D/Collision/Shapes/b2CircleShape.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Collision/Shapes/b2CircleShape.h [new file with mode: 0644]
Littlest/libs/Box2D/Collision/Shapes/b2PolygonShape.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Collision/Shapes/b2PolygonShape.h [new file with mode: 0644]
Littlest/libs/Box2D/Collision/Shapes/b2Shape.h [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2BroadPhase.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2BroadPhase.h [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2CollideCircle.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2CollidePolygon.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2Collision.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2Collision.h [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2Distance.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2Distance.h [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2DynamicTree.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2DynamicTree.h [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2TimeOfImpact.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2TimeOfImpact.h [new file with mode: 0644]
Littlest/libs/Box2D/Common/b2BlockAllocator.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Common/b2BlockAllocator.h [new file with mode: 0644]
Littlest/libs/Box2D/Common/b2Math.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Common/b2Math.h [new file with mode: 0644]
Littlest/libs/Box2D/Common/b2Settings.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Common/b2Settings.h [new file with mode: 0644]
Littlest/libs/Box2D/Common/b2StackAllocator.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Common/b2StackAllocator.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2CircleContact.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2CircleContact.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2Contact.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2Contact.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2ContactSolver.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2ContactSolver.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2NullContact.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2PolygonContact.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2PolygonContact.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2TOISolver.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2TOISolver.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2DistanceJoint.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2DistanceJoint.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2FrictionJoint.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2FrictionJoint.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2GearJoint.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2GearJoint.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2Joint.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2Joint.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2LineJoint.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2LineJoint.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2MouseJoint.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2MouseJoint.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2PrismaticJoint.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2PrismaticJoint.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2PulleyJoint.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2PulleyJoint.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2RevoluteJoint.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2RevoluteJoint.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2WeldJoint.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2WeldJoint.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2Body.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2Body.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2ContactManager.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2ContactManager.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2Fixture.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2Fixture.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2Island.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2Island.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2TimeStep.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2World.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2World.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2WorldCallbacks.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2WorldCallbacks.h [new file with mode: 0644]
Littlest/libs/CocosDenshion/CDAudioManager.h [new file with mode: 0644]
Littlest/libs/CocosDenshion/CDAudioManager.m [new file with mode: 0644]
Littlest/libs/CocosDenshion/CDConfig.h [new file with mode: 0644]
Littlest/libs/CocosDenshion/CDOpenALSupport.h [new file with mode: 0644]
Littlest/libs/CocosDenshion/CDOpenALSupport.m [new file with mode: 0644]
Littlest/libs/CocosDenshion/CocosDenshion.h [new file with mode: 0644]
Littlest/libs/CocosDenshion/CocosDenshion.m [new file with mode: 0644]
Littlest/libs/CocosDenshion/SimpleAudioEngine.h [new file with mode: 0644]
Littlest/libs/CocosDenshion/SimpleAudioEngine.m [new file with mode: 0644]
Littlest/libs/FontLabel/FontLabel.h [new file with mode: 0644]
Littlest/libs/FontLabel/FontLabel.m [new file with mode: 0644]
Littlest/libs/FontLabel/FontLabelStringDrawing.h [new file with mode: 0644]
Littlest/libs/FontLabel/FontLabelStringDrawing.m [new file with mode: 0644]
Littlest/libs/FontLabel/FontManager.h [new file with mode: 0644]
Littlest/libs/FontLabel/FontManager.m [new file with mode: 0644]
Littlest/libs/FontLabel/ZAttributedString.h [new file with mode: 0644]
Littlest/libs/FontLabel/ZAttributedString.m [new file with mode: 0644]
Littlest/libs/FontLabel/ZAttributedStringPrivate.h [new file with mode: 0644]
Littlest/libs/FontLabel/ZFont.h [new file with mode: 0644]
Littlest/libs/FontLabel/ZFont.m [new file with mode: 0644]
Littlest/libs/TouchJSON/CDataScanner.h [new file with mode: 0644]
Littlest/libs/TouchJSON/CDataScanner.m [new file with mode: 0644]
Littlest/libs/TouchJSON/Extensions/CDataScanner_Extensions.h [new file with mode: 0644]
Littlest/libs/TouchJSON/Extensions/CDataScanner_Extensions.m [new file with mode: 0644]
Littlest/libs/TouchJSON/Extensions/NSCharacterSet_Extensions.h [new file with mode: 0644]
Littlest/libs/TouchJSON/Extensions/NSCharacterSet_Extensions.m [new file with mode: 0644]
Littlest/libs/TouchJSON/Extensions/NSDictionary_JSONExtensions.h [new file with mode: 0644]
Littlest/libs/TouchJSON/Extensions/NSDictionary_JSONExtensions.m [new file with mode: 0644]
Littlest/libs/TouchJSON/Extensions/NSScanner_Extensions.h [new file with mode: 0644]
Littlest/libs/TouchJSON/Extensions/NSScanner_Extensions.m [new file with mode: 0644]
Littlest/libs/TouchJSON/JSON/CJSONDeserializer.h [new file with mode: 0644]
Littlest/libs/TouchJSON/JSON/CJSONDeserializer.m [new file with mode: 0644]
Littlest/libs/TouchJSON/JSON/CJSONScanner.h [new file with mode: 0644]
Littlest/libs/TouchJSON/JSON/CJSONScanner.m [new file with mode: 0644]
Littlest/libs/TouchJSON/JSON/CJSONSerializer.h [new file with mode: 0644]
Littlest/libs/TouchJSON/JSON/CJSONSerializer.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCAction.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCAction.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionCamera.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionCamera.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionEase.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionEase.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionGrid.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionGrid.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionGrid3D.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionGrid3D.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionInstant.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionInstant.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionInterval.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionInterval.m [new file with mode: 0644]