summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-01-22 17:43:14 +0800
committerchai <chaifix@163.com>2019-01-22 17:43:14 +0800
commit199b08ae8866cf7d876a4de587ff5d18ff191ff0 (patch)
tree07c602274741de38b901c2fa9ac816dfb964b5c5
parent8d5a6d5514cd8766d105293f395ddf861675b25b (diff)
*增加unpacker工程
-rw-r--r--Build/Asura.Unpacker/Asura.Unpacker.vcxproj122
-rw-r--r--Build/Asura.Unpacker/Asura.Unpacker.vcxproj.filters2
-rw-r--r--Build/Asura.Unpacker/Asura.Unpacker.vcxproj.user4
-rw-r--r--Build/Asura.sln10
-rw-r--r--Samples/Hello/scripts/components.folder.asset (renamed from Samples/Hello/scripts/components.asset)0
-rw-r--r--Samples/Hello/scripts/components/fireball.lua.script.asset (renamed from Samples/Hello/scripts/components/fireball.lua.asset)0
-rw-r--r--Samples/Hello/scripts/components/fly.lua.script.asset (renamed from Samples/Hello/scripts/components/fly.lua.asset)0
-rw-r--r--Samples/Hello/scripts/components/move.lua.script.asset (renamed from Samples/Hello/scripts/components/move.lua.asset)0
-rw-r--r--Samples/Hello/scripts/entities.script.asset (renamed from Samples/Hello/scripts/entities.asset)0
-rw-r--r--Samples/Hello/scripts/entities/bullet.lua.script.asset (renamed from Samples/Hello/scripts/entities/bullet.lua.asset)0
-rw-r--r--Samples/Hello/scripts/entities/spark.lua.script.asset (renamed from Samples/Hello/scripts/entities/spark.lua.asset)0
-rw-r--r--Samples/Hello/scripts/hello.lua.script.asset (renamed from Samples/Hello/scripts/hello.lua.asset)0
-rw-r--r--Samples/Hello/scripts/material_loader.lua.script.asset (renamed from Samples/Hello/scripts/material_loader.lua.asset)0
-rw-r--r--Samples/Hello/scripts/tiledmapimporter.lua.script.asset (renamed from Samples/Hello/scripts/tiledmapimporter.lua.asset)0
14 files changed, 138 insertions, 0 deletions
diff --git a/Build/Asura.Unpacker/Asura.Unpacker.vcxproj b/Build/Asura.Unpacker/Asura.Unpacker.vcxproj
new file mode 100644
index 0000000..b05a251
--- /dev/null
+++ b/Build/Asura.Unpacker/Asura.Unpacker.vcxproj
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="15.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>
+ <ProjectConfiguration Include="Debug|x64">
+ <Configuration>Debug</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|x64">
+ <Configuration>Release</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <VCProjectVersion>15.0</VCProjectVersion>
+ <ProjectGuid>{092155A4-23DF-49E1-9353-03C4DDBAB7BC}</ProjectGuid>
+ <RootNamespace>AsuraUnpacker</RootNamespace>
+ <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <UseDebugLibraries>true</UseDebugLibraries>
+ <PlatformToolset>v141</PlatformToolset>
+ <CharacterSet>MultiByte</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ <PlatformToolset>v141</PlatformToolset>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ <CharacterSet>MultiByte</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <UseDebugLibraries>true</UseDebugLibraries>
+ <PlatformToolset>v141</PlatformToolset>
+ <CharacterSet>MultiByte</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ <PlatformToolset>v141</PlatformToolset>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ <CharacterSet>MultiByte</CharacterSet>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Label="Shared">
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup />
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <Optimization>Disabled</Optimization>
+ <SDLCheck>true</SDLCheck>
+ <ConformanceMode>true</ConformanceMode>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <Optimization>Disabled</Optimization>
+ <SDLCheck>true</SDLCheck>
+ <ConformanceMode>true</ConformanceMode>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <Optimization>MaxSpeed</Optimization>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <SDLCheck>true</SDLCheck>
+ <ConformanceMode>true</ConformanceMode>
+ </ClCompile>
+ <Link>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <OptimizeReferences>true</OptimizeReferences>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <Optimization>MaxSpeed</Optimization>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <SDLCheck>true</SDLCheck>
+ <ConformanceMode>true</ConformanceMode>
+ </ClCompile>
+ <Link>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <OptimizeReferences>true</OptimizeReferences>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project> \ No newline at end of file
diff --git a/Build/Asura.Unpacker/Asura.Unpacker.vcxproj.filters b/Build/Asura.Unpacker/Asura.Unpacker.vcxproj.filters
new file mode 100644
index 0000000..9cd8510
--- /dev/null
+++ b/Build/Asura.Unpacker/Asura.Unpacker.vcxproj.filters
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> \ No newline at end of file
diff --git a/Build/Asura.Unpacker/Asura.Unpacker.vcxproj.user b/Build/Asura.Unpacker/Asura.Unpacker.vcxproj.user
new file mode 100644
index 0000000..be25078
--- /dev/null
+++ b/Build/Asura.Unpacker/Asura.Unpacker.vcxproj.user
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup />
+</Project> \ No newline at end of file
diff --git a/Build/Asura.sln b/Build/Asura.sln
index fda449d..d7734a5 100644
--- a/Build/Asura.sln
+++ b/Build/Asura.sln
@@ -31,6 +31,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua51c", "3rdParty\lua51c\l
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Asura.Packer", "Asura.Compiler\Asura.Packer\Asura.Packer.vcxproj", "{6B47FB6E-4A0B-4B4E-9479-F2DA1F48BC07}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Asura.Unpacker", "Asura.Unpacker\Asura.Unpacker.vcxproj", "{092155A4-23DF-49E1-9353-03C4DDBAB7BC}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
@@ -143,6 +145,14 @@ Global
{6B47FB6E-4A0B-4B4E-9479-F2DA1F48BC07}.Release|x64.Build.0 = Release|x64
{6B47FB6E-4A0B-4B4E-9479-F2DA1F48BC07}.Release|x86.ActiveCfg = Release|Win32
{6B47FB6E-4A0B-4B4E-9479-F2DA1F48BC07}.Release|x86.Build.0 = Release|Win32
+ {092155A4-23DF-49E1-9353-03C4DDBAB7BC}.Debug|x64.ActiveCfg = Debug|x64
+ {092155A4-23DF-49E1-9353-03C4DDBAB7BC}.Debug|x64.Build.0 = Debug|x64
+ {092155A4-23DF-49E1-9353-03C4DDBAB7BC}.Debug|x86.ActiveCfg = Debug|Win32
+ {092155A4-23DF-49E1-9353-03C4DDBAB7BC}.Debug|x86.Build.0 = Debug|Win32
+ {092155A4-23DF-49E1-9353-03C4DDBAB7BC}.Release|x64.ActiveCfg = Release|x64
+ {092155A4-23DF-49E1-9353-03C4DDBAB7BC}.Release|x64.Build.0 = Release|x64
+ {092155A4-23DF-49E1-9353-03C4DDBAB7BC}.Release|x86.ActiveCfg = Release|Win32
+ {092155A4-23DF-49E1-9353-03C4DDBAB7BC}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Samples/Hello/scripts/components.asset b/Samples/Hello/scripts/components.folder.asset
index e69de29..e69de29 100644
--- a/Samples/Hello/scripts/components.asset
+++ b/Samples/Hello/scripts/components.folder.asset
diff --git a/Samples/Hello/scripts/components/fireball.lua.asset b/Samples/Hello/scripts/components/fireball.lua.script.asset
index efed6cc..efed6cc 100644
--- a/Samples/Hello/scripts/components/fireball.lua.asset
+++ b/Samples/Hello/scripts/components/fireball.lua.script.asset
diff --git a/Samples/Hello/scripts/components/fly.lua.asset b/Samples/Hello/scripts/components/fly.lua.script.asset
index e69de29..e69de29 100644
--- a/Samples/Hello/scripts/components/fly.lua.asset
+++ b/Samples/Hello/scripts/components/fly.lua.script.asset
diff --git a/Samples/Hello/scripts/components/move.lua.asset b/Samples/Hello/scripts/components/move.lua.script.asset
index e69de29..e69de29 100644
--- a/Samples/Hello/scripts/components/move.lua.asset
+++ b/Samples/Hello/scripts/components/move.lua.script.asset
diff --git a/Samples/Hello/scripts/entities.asset b/Samples/Hello/scripts/entities.script.asset
index e69de29..e69de29 100644
--- a/Samples/Hello/scripts/entities.asset
+++ b/Samples/Hello/scripts/entities.script.asset
diff --git a/Samples/Hello/scripts/entities/bullet.lua.asset b/Samples/Hello/scripts/entities/bullet.lua.script.asset
index d69ec46..d69ec46 100644
--- a/Samples/Hello/scripts/entities/bullet.lua.asset
+++ b/Samples/Hello/scripts/entities/bullet.lua.script.asset
diff --git a/Samples/Hello/scripts/entities/spark.lua.asset b/Samples/Hello/scripts/entities/spark.lua.script.asset
index 7b29052..7b29052 100644
--- a/Samples/Hello/scripts/entities/spark.lua.asset
+++ b/Samples/Hello/scripts/entities/spark.lua.script.asset
diff --git a/Samples/Hello/scripts/hello.lua.asset b/Samples/Hello/scripts/hello.lua.script.asset
index 32725a5..32725a5 100644
--- a/Samples/Hello/scripts/hello.lua.asset
+++ b/Samples/Hello/scripts/hello.lua.script.asset
diff --git a/Samples/Hello/scripts/material_loader.lua.asset b/Samples/Hello/scripts/material_loader.lua.script.asset
index e69de29..e69de29 100644
--- a/Samples/Hello/scripts/material_loader.lua.asset
+++ b/Samples/Hello/scripts/material_loader.lua.script.asset
diff --git a/Samples/Hello/scripts/tiledmapimporter.lua.asset b/Samples/Hello/scripts/tiledmapimporter.lua.script.asset
index e69de29..e69de29 100644
--- a/Samples/Hello/scripts/tiledmapimporter.lua.asset
+++ b/Samples/Hello/scripts/tiledmapimporter.lua.script.asset