2013-06-23 17:25:34 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{21B2C324-891F-48EA-AD1A-5AE13DE12E28}</ProjectGuid>
|
|
|
|
|
<RootNamespace>Extensions.win32</RootNamespace>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '10.0'">v100</PlatformToolset>
|
|
|
|
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '11.0'">v110</PlatformToolset>
|
|
|
|
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '11.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v110_xp</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '10.0'">v100</PlatformToolset>
|
|
|
|
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '11.0'">v110</PlatformToolset>
|
|
|
|
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '11.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v110_xp</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration).win32\</OutDir>
|
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration).win32\</IntDir>
|
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration).win32\</OutDir>
|
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration).win32\</IntDir>
|
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<LibraryPath>$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A\lib;$(LibraryPath)</LibraryPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<LibraryPath>$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A\lib;$(LibraryPath)</LibraryPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<AdditionalIncludeDirectories>$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A\include;$(ProjectDir)..\..\external\chipmunk\include\chipmunk;$(ProjectDir)..\..\external\sqlite3\include;$(ProjectDir)..\..\external;$(ProjectDir)..\..\external\libwebsockets\win32\include;$(ProjectDir)..\..\cocos2dx;$(ProjectDir)..\..\cocos2dx\include;$(ProjectDir)..\..\cocos2dx\kazmath\include;$(ProjectDir)..\..\cocos2dx\platform\win32;$(ProjectDir)..\..\cocos2dx\platform\third_party\win32;$(ProjectDir)..\..\cocos2dx\platform\third_party\win32\pthread;$(ProjectDir)..\..\cocos2dx\platform\third_party\win32\OGLES;$(ProjectDir)..\..\cocos2dx\platform\third_party\win32\zlib;$(ProjectDir)..\..\CocosDenshion\include;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_LIB;COCOS2D_DEBUG=1;CC_ENABLE_CHIPMUNK_INTEGRATION=1;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
|
|
<DisableSpecificWarnings>4267;4251;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<AdditionalIncludeDirectories>$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A\include;$(ProjectDir)..\..\external\chipmunk\include\chipmunk;$(ProjectDir)..\..\external\sqlite3\include;$(ProjectDir)..\..\external;$(ProjectDir)..\..\external\libwebsockets\win32\include;$(ProjectDir)..\..\cocos2dx;$(ProjectDir)..\..\cocos2dx\include;$(ProjectDir)..\..\cocos2dx\kazmath\include;$(ProjectDir)..\..\cocos2dx\platform\win32;$(ProjectDir)..\..\cocos2dx\platform\third_party\win32;$(ProjectDir)..\..\cocos2dx\platform\third_party\win32\pthread;$(ProjectDir)..\..\cocos2dx\platform\third_party\win32\OGLES;$(ProjectDir)..\..\cocos2dx\platform\third_party\win32\zlib;$(ProjectDir)..\..\CocosDenshion\include;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_LIB;CC_ENABLE_CHIPMUNK_INTEGRATION=1;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<DisableSpecificWarnings>4267;4251;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="..\AssetsManager\AssetsManager.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\animation\CCArmatureAnimation.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\animation\CCProcessBase.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\animation\CCTween.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\CCArmature.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\CCBone.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\datas\CCDatas.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\display\CCBatchNode.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\display\CCDecorativeDisplay.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\display\CCDisplayFactory.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\display\CCDisplayManager.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\display\CCShaderNode.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\display\CCSkin.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\external_tool\CCTexture2DMutable.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\external_tool\GLES-Render.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\external_tool\Json\CSContentJsonDictionary.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\external_tool\Json\lib_json\json_reader.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\external_tool\Json\lib_json\json_value.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\external_tool\Json\lib_json\json_writer.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\physics\CCColliderDetector.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\physics\CCPhysicsWorld.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\utils\CCArmatureDataManager.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\utils\CCDataReaderHelper.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\utils\CCSpriteFrameCacheHelper.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\utils\CCTransformHelp.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\utils\CCTweenFunction.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCArmature\utils\CCUtilMath.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCBAnimationManager.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCBFileLoader.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCBKeyframe.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCBReader.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCBSequence.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCBSequenceProperty.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCBValue.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCControlButtonLoader.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCControlLoader.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCLabelBMFontLoader.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCLabelTTFLoader.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCLayerColorLoader.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCLayerGradientLoader.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCLayerLoader.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCMenuItemImageLoader.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCMenuItemLoader.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCNode+CCBRelativePositioning.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCNodeLoader.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCNodeLoaderLibrary.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCParticleSystemQuadLoader.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCScale9SpriteLoader.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCScrollViewLoader.cpp" />
|
|
|
|
|
<ClCompile Include="..\CCBReader\CCSpriteLoader.cpp" />
|
2013-07-26 15:55:12 +08:00
|
|
|
|
<ClCompile Include="..\CCDeprecated-ext.cpp" />
|
2013-06-23 17:25:34 +08:00
|
|
|
|
<ClCompile Include="..\Components\CCComAttribute.cpp" />
|
|
|
|
|
<ClCompile Include="..\Components\CCComAudio.cpp" />
|
|
|
|
|
<ClCompile Include="..\Components\CCComController.cpp" />
|
|
|
|
|
<ClCompile Include="..\Components\CCInputDelegate.cpp" />
|
|
|
|
|
<ClCompile Include="..\GUI\CCControlExtension\CCControl.cpp" />
|
|
|
|
|
<ClCompile Include="..\GUI\CCControlExtension\CCControlButton.cpp" />
|
|
|
|
|
<ClCompile Include="..\GUI\CCControlExtension\CCControlColourPicker.cpp" />
|
|
|
|
|
<ClCompile Include="..\GUI\CCControlExtension\CCControlHuePicker.cpp" />
|
|
|
|
|
<ClCompile Include="..\GUI\CCControlExtension\CCControlPotentiometer.cpp" />
|
|
|
|
|
<ClCompile Include="..\GUI\CCControlExtension\CCControlSaturationBrightnessPicker.cpp" />
|
|
|
|
|
<ClCompile Include="..\GUI\CCControlExtension\CCControlSlider.cpp" />
|
|
|
|
|
<ClCompile Include="..\GUI\CCControlExtension\CCControlStepper.cpp" />
|
|
|
|
|
<ClCompile Include="..\GUI\CCControlExtension\CCControlSwitch.cpp" />
|
|
|
|
|
<ClCompile Include="..\GUI\CCControlExtension\CCControlUtils.cpp" />
|
|
|
|
|
<ClCompile Include="..\GUI\CCControlExtension\CCInvocation.cpp" />
|
|
|
|
|
<ClCompile Include="..\GUI\CCControlExtension\CCScale9Sprite.cpp" />
|
|
|
|
|
<ClCompile Include="..\GUI\CCEditBox\CCEditBox.cpp" />
|
|
|
|
|
<ClCompile Include="..\GUI\CCEditBox\CCEditBoxImplWin.cpp" />
|
|
|
|
|
<ClCompile Include="..\GUI\CCScrollView\CCScrollView.cpp" />
|
|
|
|
|
<ClCompile Include="..\GUI\CCScrollView\CCSorting.cpp" />
|
|
|
|
|
<ClCompile Include="..\GUI\CCScrollView\CCTableView.cpp" />
|
|
|
|
|
<ClCompile Include="..\GUI\CCScrollView\CCTableViewCell.cpp" />
|
|
|
|
|
<ClCompile Include="..\LocalStorage\LocalStorage.cpp" />
|
|
|
|
|
<ClCompile Include="..\network\HttpClient.cpp" />
|
Implements a socket.io client extension, adds a test case and updates the android makefiles.
Contains the following tasks:
-initial socket.io extension commit
-sioclientimpl subclasses websocket:delegate to respond to websocket events
-implement static connect methods and basic client creation
-move SocketIO class files into correct extension folder (network)
-create SocketIO test in TestCpp
-update project references
-add missing static modifier to connect method
-implement basic test methods
-update extensions tests with SocketIO test entry
-implement basic handshake and opensocket methods for SocketIO
-add Delegate class to handle callbacks, implement virtual Delegate methods in test
-implement socket and client registries for lookup when connecting to hosts and endpoints
-connect delegate onOpen method by separating impl creation from connection
-update test to demonstrate onOpen callback
-create send and emit methods, move SIOClient into header file, add send and emit methods to test
-implement basic socket.io message parsing
-improve logging for events and messages
-add logic to pull event name from payload
-schedule heartbeat to keep connection alive, scheduled for 90% of the heartbeat interval from the server for safety
-add onConnect handler to to catch socket.io onconnect vs websocket onopen
-add disconnect and disconnectFromEndpoint methods to properly disconnect and destroy objects
-modify SIOClientImpl to track _uri for easier lookup in registries
-connect handler for onMessage to message event from socket.io, modify onError handler to take a string instead of WebSocket error code
-create SIOEvent callback type, implement event registry in clients, add test for event registration and callback
-update SIOEvent to use std::function and c++11, utilize cocos2d CC_CALLBACK method to bind selectors, this ensures that the *this reference is properly passed
-check for connect before sending or emitting in the client, cleanup some codes
-change connect logic to reuse existing socket connections instead of opening a new one
-implements get and set Tag methods for clients for easy reference
-improve endpoint handling, add endpoint tests to test layer
-additional error handling within socket disconnect error and failure to open connection
-fixes extracting endpoint from socket.io messages (in cases of the connect message, where there is 1 less colon for the connect message to the default namespace). Also fixes connecting to the default namespace "/" in the connectToEndpoint method
-add disconnect and onClose handlers to client so that onClose is called in the delegate
-add disconnect test methods to test layers
-change c-style casts to static_casts when using a CCDICT_FOREACH
-remove some unneeded namespace completion
-add usage documentation
-add handling for disconnect from server, cleanup some codes
-update comments and documentation in the socketiotest
-update includes so the NDK doesn't complain when compiling with c++11
-add socketio.cpp and test.cpp to the android makefiles
-update test URL to my public server, test script can also be found in my repo at https://github.com/hannon235/socket.io-testserver.git
Signed-off-by: Chris Hannon <himynameschris@gmail.com>
2013-06-26 10:40:01 +08:00
|
|
|
|
<ClCompile Include="..\network\SocketIO.cpp" />
|
2013-06-23 17:25:34 +08:00
|
|
|
|
<ClCompile Include="..\network\Websocket.cpp" />
|
|
|
|
|
<ClCompile Include="..\physics_nodes\CCPhysicsDebugNode.cpp" />
|
|
|
|
|
<ClCompile Include="..\physics_nodes\CCPhysicsSprite.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\Animation.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\AnimationState.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\AnimationStateData.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\Atlas.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\AtlasAttachmentLoader.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\Attachment.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\AttachmentLoader.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\Bone.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\BoneData.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\CCSkeleton.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\CCSkeletonAnimation.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\extension.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\Json.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\RegionAttachment.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\Skeleton.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\SkeletonData.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\SkeletonJson.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\Skin.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\Slot.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\SlotData.cpp" />
|
|
|
|
|
<ClCompile Include="..\spine\spine-cocos2dx.cpp" />
|
|
|
|
|
<ClCompile Include="Win32InputBox.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="..\AssetsManager\AssetsManager.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\animation\CCArmatureAnimation.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\animation\CCProcessBase.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\animation\CCTween.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\CCArmature.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\CCBone.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\datas\CCDatas.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\display\CCBatchNode.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\display\CCDecorativeDisplay.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\display\CCDisplayFactory.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\display\CCDisplayManager.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\display\CCShaderNode.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\display\CCSkin.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\external_tool\CCTexture2DMutable.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\external_tool\GLES-Render.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\external_tool\Json\CSContentJsonDictionary.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\external_tool\Json\lib_json\autolink.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\external_tool\Json\lib_json\config.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\external_tool\Json\lib_json\features.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\external_tool\Json\lib_json\forwards.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\external_tool\Json\lib_json\json_batchallocator.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\external_tool\Json\lib_json\json_lib.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\external_tool\Json\lib_json\json_tool.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\external_tool\Json\lib_json\reader.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\external_tool\Json\lib_json\value.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\external_tool\Json\lib_json\writer.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\external_tool\sigslot.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\physics\CCColliderDetector.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\physics\CCPhysicsWorld.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\utils\CCArmatureDataManager.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\utils\CCArmatureDefine.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\utils\CCConstValue.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\utils\CCDataReaderHelper.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\utils\CCSpriteFrameCacheHelper.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\utils\CCTransformHelp.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\utils\CCTweenFunction.h" />
|
|
|
|
|
<ClInclude Include="..\CCArmature\utils\CCUtilMath.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCBAnimationManager.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCBFileLoader.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCBKeyframe.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCBMemberVariableAssigner.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCBReader.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCBSelectorResolver.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCBSequence.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCBSequenceProperty.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCBValue.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCControlButtonLoader.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCControlLoader.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCLabelBMFontLoader.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCLabelTTFLoader.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCLayerColorLoader.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCLayerGradientLoader.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCLayerLoader.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCMenuItemImageLoader.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCMenuItemLoader.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCMenuLoader.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCNode+CCBRelativePositioning.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCNodeLoader.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCNodeLoaderLibrary.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCNodeLoaderListener.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCParticleSystemQuadLoader.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCScale9SpriteLoader.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCScrollViewLoader.h" />
|
|
|
|
|
<ClInclude Include="..\CCBReader\CCSpriteLoader.h" />
|
|
|
|
|
<ClInclude Include="..\Components\CCComAttribute.h" />
|
|
|
|
|
<ClInclude Include="..\Components\CCComAudio.h" />
|
|
|
|
|
<ClInclude Include="..\Components\CCComController.h" />
|
|
|
|
|
<ClInclude Include="..\Components\CCInputDelegate.h" />
|
|
|
|
|
<ClInclude Include="..\GUI\CCControlExtension\CCControl.h" />
|
|
|
|
|
<ClInclude Include="..\GUI\CCControlExtension\CCControlButton.h" />
|
|
|
|
|
<ClInclude Include="..\GUI\CCControlExtension\CCControlColourPicker.h" />
|
|
|
|
|
<ClInclude Include="..\GUI\CCControlExtension\CCControlExtensions.h" />
|
|
|
|
|
<ClInclude Include="..\GUI\CCControlExtension\CCControlHuePicker.h" />
|
|
|
|
|
<ClInclude Include="..\GUI\CCControlExtension\CCControlPotentiometer.h" />
|
|
|
|
|
<ClInclude Include="..\GUI\CCControlExtension\CCControlSaturationBrightnessPicker.h" />
|
|
|
|
|
<ClInclude Include="..\GUI\CCControlExtension\CCControlSlider.h" />
|
|
|
|
|
<ClInclude Include="..\GUI\CCControlExtension\CCControlStepper.h" />
|
|
|
|
|
<ClInclude Include="..\GUI\CCControlExtension\CCControlSwitch.h" />
|
|
|
|
|
<ClInclude Include="..\GUI\CCControlExtension\CCControlUtils.h" />
|
|
|
|
|
<ClInclude Include="..\GUI\CCControlExtension\CCInvocation.h" />
|
|
|
|
|
<ClInclude Include="..\GUI\CCControlExtension\CCScale9Sprite.h" />
|
|
|
|
|
<ClInclude Include="..\GUI\CCEditBox\CCEditBox.h" />
|
|
|
|
|
<ClInclude Include="..\GUI\CCEditBox\CCEditBoxImpl.h" />
|
|
|
|
|
<ClInclude Include="..\GUI\CCEditBox\CCEditBoxImplWin.h" />
|
|
|
|
|
<ClInclude Include="..\GUI\CCScrollView\CCScrollView.h" />
|
|
|
|
|
<ClInclude Include="..\cocos-ext.h" />
|
|
|
|
|
<ClInclude Include="..\ExtensionMacros.h" />
|
|
|
|
|
<ClInclude Include="..\GUI\CCScrollView\CCSorting.h" />
|
|
|
|
|
<ClInclude Include="..\GUI\CCScrollView\CCTableView.h" />
|
|
|
|
|
<ClInclude Include="..\GUI\CCScrollView\CCTableViewCell.h" />
|
|
|
|
|
<ClInclude Include="..\LocalStorage\LocalStorage.h" />
|
|
|
|
|
<ClInclude Include="..\network\HttpClient.h" />
|
|
|
|
|
<ClInclude Include="..\network\HttpRequest.h" />
|
|
|
|
|
<ClInclude Include="..\network\HttpResponse.h" />
|
Implements a socket.io client extension, adds a test case and updates the android makefiles.
Contains the following tasks:
-initial socket.io extension commit
-sioclientimpl subclasses websocket:delegate to respond to websocket events
-implement static connect methods and basic client creation
-move SocketIO class files into correct extension folder (network)
-create SocketIO test in TestCpp
-update project references
-add missing static modifier to connect method
-implement basic test methods
-update extensions tests with SocketIO test entry
-implement basic handshake and opensocket methods for SocketIO
-add Delegate class to handle callbacks, implement virtual Delegate methods in test
-implement socket and client registries for lookup when connecting to hosts and endpoints
-connect delegate onOpen method by separating impl creation from connection
-update test to demonstrate onOpen callback
-create send and emit methods, move SIOClient into header file, add send and emit methods to test
-implement basic socket.io message parsing
-improve logging for events and messages
-add logic to pull event name from payload
-schedule heartbeat to keep connection alive, scheduled for 90% of the heartbeat interval from the server for safety
-add onConnect handler to to catch socket.io onconnect vs websocket onopen
-add disconnect and disconnectFromEndpoint methods to properly disconnect and destroy objects
-modify SIOClientImpl to track _uri for easier lookup in registries
-connect handler for onMessage to message event from socket.io, modify onError handler to take a string instead of WebSocket error code
-create SIOEvent callback type, implement event registry in clients, add test for event registration and callback
-update SIOEvent to use std::function and c++11, utilize cocos2d CC_CALLBACK method to bind selectors, this ensures that the *this reference is properly passed
-check for connect before sending or emitting in the client, cleanup some codes
-change connect logic to reuse existing socket connections instead of opening a new one
-implements get and set Tag methods for clients for easy reference
-improve endpoint handling, add endpoint tests to test layer
-additional error handling within socket disconnect error and failure to open connection
-fixes extracting endpoint from socket.io messages (in cases of the connect message, where there is 1 less colon for the connect message to the default namespace). Also fixes connecting to the default namespace "/" in the connectToEndpoint method
-add disconnect and onClose handlers to client so that onClose is called in the delegate
-add disconnect test methods to test layers
-change c-style casts to static_casts when using a CCDICT_FOREACH
-remove some unneeded namespace completion
-add usage documentation
-add handling for disconnect from server, cleanup some codes
-update comments and documentation in the socketiotest
-update includes so the NDK doesn't complain when compiling with c++11
-add socketio.cpp and test.cpp to the android makefiles
-update test URL to my public server, test script can also be found in my repo at https://github.com/hannon235/socket.io-testserver.git
Signed-off-by: Chris Hannon <himynameschris@gmail.com>
2013-06-26 10:40:01 +08:00
|
|
|
|
<ClInclude Include="..\network\SocketIO.h" />
|
2013-06-23 17:25:34 +08:00
|
|
|
|
<ClInclude Include="..\network\Websocket.h" />
|
|
|
|
|
<ClInclude Include="..\physics_nodes\CCPhysicsDebugNode.h" />
|
|
|
|
|
<ClInclude Include="..\physics_nodes\CCPhysicsSprite.h" />
|
|
|
|
|
<ClInclude Include="..\spine\Animation.h" />
|
|
|
|
|
<ClInclude Include="..\spine\AnimationState.h" />
|
|
|
|
|
<ClInclude Include="..\spine\AnimationStateData.h" />
|
|
|
|
|
<ClInclude Include="..\spine\Atlas.h" />
|
|
|
|
|
<ClInclude Include="..\spine\AtlasAttachmentLoader.h" />
|
|
|
|
|
<ClInclude Include="..\spine\Attachment.h" />
|
|
|
|
|
<ClInclude Include="..\spine\AttachmentLoader.h" />
|
|
|
|
|
<ClInclude Include="..\spine\Bone.h" />
|
|
|
|
|
<ClInclude Include="..\spine\BoneData.h" />
|
|
|
|
|
<ClInclude Include="..\spine\CCSkeleton.h" />
|
|
|
|
|
<ClInclude Include="..\spine\CCSkeletonAnimation.h" />
|
|
|
|
|
<ClInclude Include="..\spine\extension.h" />
|
|
|
|
|
<ClInclude Include="..\spine\Json.h" />
|
|
|
|
|
<ClInclude Include="..\spine\RegionAttachment.h" />
|
|
|
|
|
<ClInclude Include="..\spine\Skeleton.h" />
|
|
|
|
|
<ClInclude Include="..\spine\SkeletonData.h" />
|
|
|
|
|
<ClInclude Include="..\spine\SkeletonJson.h" />
|
|
|
|
|
<ClInclude Include="..\spine\Skin.h" />
|
|
|
|
|
<ClInclude Include="..\spine\Slot.h" />
|
|
|
|
|
<ClInclude Include="..\spine\SlotData.h" />
|
|
|
|
|
<ClInclude Include="..\spine\spine-cocos2dx.h" />
|
|
|
|
|
<ClInclude Include="..\spine\spine.h" />
|
|
|
|
|
<ClInclude Include="Win32InputBox.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="..\CCArmature\external_tool\Json\lib_json\json_internalarray.inl" />
|
|
|
|
|
<None Include="..\CCArmature\external_tool\Json\lib_json\json_internalmap.inl" />
|
|
|
|
|
<None Include="..\CCArmature\external_tool\Json\lib_json\json_valueiterator.inl" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2012-07-23 11:57:34 +08:00
|
|
|
|
</Project>
|