-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sabvente
committed
Mar 4, 2014
0 parents
commit 533e4de
Showing
24 changed files
with
6,396 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
*Debug/ | ||
Doc/ | ||
Flow/Release/ | ||
Flow/win8/ | ||
Release/ |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 2012 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Flow", "Flow\Flow.vcxproj", "{A1EDC29D-DDCA-421C-92FE-7CADA9053585}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Win32 = Debug|Win32 | ||
Release|Win32 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{A1EDC29D-DDCA-421C-92FE-7CADA9053585}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{A1EDC29D-DDCA-421C-92FE-7CADA9053585}.Debug|Win32.Build.0 = Debug|Win32 | ||
{A1EDC29D-DDCA-421C-92FE-7CADA9053585}.Release|Win32.ActiveCfg = Release|Win32 | ||
{A1EDC29D-DDCA-421C-92FE-7CADA9053585}.Release|Win32.Build.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" ToolsVersion="12.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>{A1EDC29D-DDCA-421C-92FE-7CADA9053585}</ProjectGuid> | ||
<RootNamespace>Flow</RootNamespace> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<UseDebugLibraries>true</UseDebugLibraries> | ||
<PlatformToolset>v120</PlatformToolset> | ||
<CharacterSet>MultiByte</CharacterSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<UseDebugLibraries>false</UseDebugLibraries> | ||
<PlatformToolset>v120</PlatformToolset> | ||
<WholeProgramOptimization>true</WholeProgramOptimization> | ||
<CharacterSet>Unicode</CharacterSet> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
<ImportGroup Label="ExtensionSettings"> | ||
</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> | ||
<PropertyGroup Label="UserMacros" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<IncludePath>D:\Program Files\Microsoft Visual Studio 2012\SDL_ttf-2.0.11\include;D:\Program Files\Microsoft Visual Studio 2012\SDL-1.2.15\include;$(IncludePath)</IncludePath> | ||
<LibraryPath>D:\Program Files\Microsoft Visual Studio 2012\SDL_ttf-2.0.11\lib;D:\Program Files\Microsoft Visual Studio 2012\SDL-1.2.15\lib\x86;$(LibraryPath)</LibraryPath> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<IncludePath>D:\Program Files\Microsoft Visual Studio 2012\SDL_ttf-2.0.11\include;D:\Program Files\Microsoft Visual Studio 2012\SDL-1.2.15\include;$(IncludePath)</IncludePath> | ||
<LibraryPath>D:\Program Files\Microsoft Visual Studio 2012\SDL_ttf-2.0.11\lib;D:\Program Files\Microsoft Visual Studio 2012\SDL-1.2.15\lib\x86;$(LibraryPath)</LibraryPath> | ||
<LinkIncremental>false</LinkIncremental> | ||
</PropertyGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<ClCompile> | ||
<WarningLevel>Level3</WarningLevel> | ||
<Optimization>Disabled</Optimization> | ||
<CompileAs>CompileAsC</CompileAs> | ||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
<GenerateXMLDocumentationFiles>false</GenerateXMLDocumentationFiles> | ||
<BrowseInformation>true</BrowseInformation> | ||
</ClCompile> | ||
<Link> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<AdditionalDependencies>SDL.lib;SDLmain.lib;SDL_gfx.lib;SDL_ttf.lib;SDL_image.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
<SubSystem>Windows</SubSystem> | ||
<ImportLibrary> | ||
</ImportLibrary> | ||
<RandomizedBaseAddress>true</RandomizedBaseAddress> | ||
<ImageHasSafeExceptionHandlers>true</ImageHasSafeExceptionHandlers> | ||
<OptimizeReferences>true</OptimizeReferences> | ||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> | ||
</Link> | ||
<Bscmake> | ||
<PreserveSbr>true</PreserveSbr> | ||
</Bscmake> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<ClCompile> | ||
<WarningLevel>Level3</WarningLevel> | ||
<CompileAs>CompileAsC</CompileAs> | ||
<IntrinsicFunctions>true</IntrinsicFunctions> | ||
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<FunctionLevelLinking>true</FunctionLevelLinking> | ||
</ClCompile> | ||
<Link> | ||
<AdditionalDependencies>SDL.lib;SDLmain.lib;SDL_gfx.lib;SDL_ttf.lib;SDL_image.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
<SubSystem>Windows</SubSystem> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
<OptimizeReferences>true</OptimizeReferences> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<ItemGroup> | ||
<ClCompile Include="main.c"> | ||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</ExcludedFromBuild> | ||
</ClCompile> | ||
<None Include="mainOldstruct.txt"> | ||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Font Include="DunkinSans.ttf"> | ||
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent> | ||
</Font> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Text Include="defaultLevels.txt" /> | ||
<Text Include="userLevels.txt" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Image Include="icon.bmp" /> | ||
</ItemGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
<ImportGroup Label="ExtensionTargets"> | ||
</ImportGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<Filter Include="Source Files"> | ||
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> | ||
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> | ||
</Filter> | ||
<Filter Include="Header Files"> | ||
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> | ||
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions> | ||
</Filter> | ||
<Filter Include="Resource Files"> | ||
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> | ||
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> | ||
</Filter> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClCompile Include="main.c"> | ||
<Filter>Source Files</Filter> | ||
</ClCompile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Font Include="DunkinSans.ttf"> | ||
<Filter>Resource Files</Filter> | ||
</Font> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Text Include="defaultLevels.txt"> | ||
<Filter>Resource Files</Filter> | ||
</Text> | ||
<Text Include="userLevels.txt"> | ||
<Filter>Resource Files</Filter> | ||
</Text> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Image Include="icon.bmp"> | ||
<Filter>Resource Files</Filter> | ||
</Image> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="mainOldstruct.txt" /> | ||
</ItemGroup> | ||
</Project> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{{1,1,2,5},{5,1,4,4},{3,2,3,5},{3,1,2,4},{5,2,4,5},5,2,0} | ||
{{1,5,3,4},{1,1,5,4},{3,3,2,4},{1,4,5,5},5,2,0} | ||
{{4,2,3,3},{2,1,1,4},{4,1,4,5},{3,1,1,5},{4,4,3,5},5,2,0} | ||
{{4,1,1,2},{3,3,3,5},{5,1,1,5},{2,5,4,4},5,2,0} | ||
{{2,3,2,5},{5,1,3,5},{3,3,1,5},{1,1,3,4},5,2,0} | ||
{{4,2,2,2},{1,5,5,4},{1,1,5,3},{1,4,4,4},{1,2,4,3},5,2,0} | ||
{{4,2,2,2},{1,3,1,5},{2,4,4,5},{2,5,4,4},{1,2,5,2},5,2,0} | ||
{{2,2,5,1},{2,4,5,2},{3,1,5,5},{2,3,4,3},5,2,0} | ||
{{2,2,4,2},{1,5,5,4},{3,4,5,5},{1,4,5,3},5,2,0} | ||
{{2,1,5,1},{5,4,3,5},{1,1,5,3},{1,5,4,4},{1,4,4,3},5,2,0} | ||
{{1,1,5,1},{3,3,5,4},{5,3,2,5},{2,3,5,5},5,2,0} | ||
{{1,3,4,4},{5,4,4,5},{2,2,4,2},{1,2,2,4},5,2,0} | ||
{{2,1,1,3},{2,3,1,5},{2,5,5,5},{4,2,3,3},{2,2,3,4},5,2,0} | ||
{{1,5,3,5},{4,4,5,5},{2,2,4,1},{5,1,5,4},{3,2,3,4},5,1,0} | ||
{{1,1,3,4},{4,1,4,4},{3,1,3,3},{1,5,1,2},5,1,0} | ||
{{1,2,3,5},{1,5,4,4},{1,4,4,3},{2,2,4,2},5,2,0} | ||
{{1,5,3,4},{2,2,2,5},{3,5,5,4},{3,3,4,2},5,2,0} | ||
{{1,1,5,1},{5,2,4,5},{3,2,2,4},{2,2,4,2},5,2,0} | ||
{{1,5,6,3},{4,1,6,2},{3,2,5,5},{3,1,4,3},{2,2,3,4},6,2,0} | ||
{{4,1,5,3},{4,2,4,4},{6,1,6,3},{3,4,1,6},{2,2,6,4},{5,4,3,5},6,2,0} | ||
{{2,2,1,3},{3,2,2,5},{1,4,4,3},{1,2,6,4},{4,2,5,5},{6,5,4,6},6,2,0} | ||
{{2,1,2,6},{1,1,4,3},{2,5,5,5},{2,2,1,6},6,2,0} | ||
{{5,2,5,5},{1,2,3,6},{6,2,4,6},{5,3,5,6},{1,1,2,5},6,2,0} | ||
{{1,1,4,6},{3,5,2,6},{1,2,4,5},{1,6,4,4},{1,4,4,3},6,2,0} | ||
{{6,2,2,6},{4,4,5,5},{2,1,1,6},{4,3,6,3},{3,1,6,1},{3,3,5,4},6,2,0} | ||
{{3,1,4,5},{2,4,5,5},{1,1,3,2},{2,5,3,4},{1,2,4,2},{6,1,6,6},6,2,0} | ||
{{6,1,1,5},{1,2,4,4},{2,3,3,4},{1,1,4,5},{1,3,3,5},6,2,0} | ||
{{7,2,5,6},{5,5,6,6},{4,4,3,5},{7,1,6,7},{2,3,6,2},{5,4,7,7},7,2,0} | ||
{{3,1,4,7},{4,4,5,5},{4,2,6,2},{3,3,6,4},{3,4,6,5},{2,1,3,7},{3,2,3,6},7,2,0} | ||
{{3,4,7,5},{1,2,7,3},{1,5,7,7},{5,3,7,4},{4,3,6,5},{1,3,3,3},{1,1,7,2},7,1,0} | ||
{{1,6,6,6},{3,3,5,4},{1,2,1,7},{2,6,5,5},{3,5,5,6},7,2,0} | ||
{{2,3,3,5},{3,1,4,3},{6,2,5,5},{2,1,5,4},{2,4,7,7},{1,1,2,7},7,0,0} | ||
{{2,5,6,6},{1,2,3,5},{3,1,5,1},{6,1,7,4},{1,1,1,5},{6,2,5,4},{3,2,5,3},7,0,0} | ||
{{2,2,6,2},{2,5,6,5},{2,4,4,4},{1,2,2,3},{1,3,3,5},7,2,0} | ||
{{4,4,7,4},{3,4,3,6},{4,5,7,5},{5,1,6,7},{7,2,2,6},{2,2,7,1},{4,6,7,7},7,0,0} | ||
{{7,1,7,4},{2,4,6,6},{5,3,7,3},{3,2,6,5},{6,1,1,2},{2,2,7,5},7,0,0} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{{1,1,2,5},{5,1,4,4},{3,2,3,5},{3,1,2,4},{5,2,4,5},5,2,0} | ||
{{1,5,3,4},{1,1,5,4},{3,3,2,4},{1,4,5,5},5,2,0} | ||
{{4,2,3,3},{2,1,1,4},{4,1,4,5},{3,1,1,5},{4,4,3,5},5,2,0} | ||
{{4,1,1,2},{3,3,3,5},{5,1,1,5},{2,5,4,4},5,2,0} | ||
{{2,3,2,5},{5,1,3,5},{3,3,1,5},{1,1,3,4},5,2,0} | ||
{{4,2,2,2},{1,5,5,4},{1,1,5,3},{1,4,4,4},{1,2,4,3},5,2,0} | ||
{{4,2,2,2},{1,3,1,5},{2,4,4,5},{2,5,4,4},{1,2,5,2},5,2,0} | ||
{{2,2,5,1},{2,4,5,2},{3,1,5,5},{2,3,4,3},5,2,0} | ||
{{2,2,4,2},{1,5,5,4},{3,4,5,5},{1,4,5,3},5,2,0} | ||
{{2,1,5,1},{5,4,3,5},{1,1,5,3},{1,5,4,4},{1,4,4,3},5,2,0} | ||
{{1,1,5,1},{3,3,5,4},{5,3,2,5},{2,3,5,5},5,2,0} | ||
{{1,3,4,4},{5,4,4,5},{2,2,4,2},{1,2,2,4},5,2,0} | ||
{{2,1,1,3},{2,3,1,5},{2,5,5,5},{4,2,3,3},{2,2,3,4},5,2,0} | ||
{{1,5,3,5},{4,4,5,5},{2,2,4,1},{5,1,5,4},{3,2,3,4},5,2,0} | ||
{{1,1,3,4},{4,1,4,4},{3,1,3,3},{1,5,1,2},5,2,0} | ||
{{1,2,3,5},{1,5,4,4},{1,4,4,3},{2,2,4,2},5,2,0} | ||
{{1,5,3,4},{2,2,2,5},{3,5,5,4},{3,3,4,2},5,2,0} | ||
{{1,1,5,1},{5,2,4,5},{3,2,2,4},{2,2,4,2},5,2,0} | ||
{{1,5,6,3},{4,1,6,2},{3,2,5,5},{3,1,4,3},{2,2,3,4},6,2,0} | ||
{{4,1,5,3},{4,2,4,4},{6,1,6,3},{3,4,1,6},{2,2,6,4},{5,4,3,5},6,2,0} | ||
{{2,2,1,3},{3,2,2,5},{1,4,4,3},{1,2,6,4},{4,2,5,5},{6,5,4,6},6,2,0} | ||
{{2,1,2,6},{1,1,4,3},{2,5,5,5},{2,2,1,6},6,2,0} | ||
{{5,2,5,5},{1,2,3,6},{6,2,4,6},{5,3,5,6},{1,1,2,5},6,2,0} | ||
{{1,1,4,6},{3,5,2,6},{1,2,4,5},{1,6,4,4},{1,4,4,3},6,2,0} | ||
{{6,2,2,6},{4,4,5,5},{2,1,1,6},{4,3,6,3},{3,1,6,1},{3,3,5,4},6,2,0} | ||
{{3,1,4,5},{2,4,5,5},{1,1,3,2},{2,5,3,4},{1,2,4,2},{6,1,6,6},6,2,0} | ||
{{6,1,1,5},{1,2,4,4},{2,3,3,4},{1,1,4,5},{1,3,3,5},6,2,0} | ||
{{7,2,5,6},{5,5,6,6},{4,4,3,5},{7,1,6,7},{2,3,6,2},{5,4,7,7},7,2,0} | ||
{{3,1,4,7},{4,4,5,5},{4,2,6,2},{3,3,6,4},{3,4,6,5},{2,1,3,7},{3,2,3,6},7,2,0} | ||
{{3,4,7,5},{1,2,7,3},{1,5,7,7},{5,3,7,4},{4,3,6,5},{1,3,3,3},{1,1,7,2},7,2,0} | ||
{{1,6,6,6},{3,3,5,4},{1,2,1,7},{2,6,5,5},{3,5,5,6},7,2,0} | ||
{{2,3,3,5},{3,1,4,3},{6,2,5,5},{2,1,5,4},{2,4,7,7},{1,1,2,7},7,2,0} | ||
{{1,5,7,6},{3,5,5,2},{2,2,1,4},{7,1,6,2},{6,1,3,3},{6,4,7,6},{2,5,6,4},7,2,0} | ||
{{2,2,6,2},{2,5,6,5},{2,4,4,4},{1,2,2,3},{1,3,3,5},7,2,0} | ||
{{4,4,7,4},{3,4,3,6},{4,5,7,5},{5,1,6,7},{7,2,2,6},{2,2,7,1},{4,6,7,7},7,2,0} | ||
{{7,1,7,4},{2,4,6,6},{5,3,7,3},{3,2,6,5},{6,1,1,2},{2,2,7,5},7,2,0} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.