Skip to content

Commit

Permalink
build 200102
Browse files Browse the repository at this point in the history
  • Loading branch information
donnaken15 committed Jan 3, 2020
1 parent 7b4803a commit 77a2231
Show file tree
Hide file tree
Showing 18 changed files with 333 additions and 357 deletions.
Binary file modified 11SFLASH.DDS
Binary file not shown.
Binary file removed 11SFLASH.png
Binary file not shown.
552 changes: 305 additions & 247 deletions 11UP.cpp

Large diffs are not rendered by default.

Binary file added 11UP.exe
Binary file not shown.
26 changes: 9 additions & 17 deletions 11UP.sln
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "11UP", "11UP.vcxproj", "{2C00B8D8-ADD5-4D9D-9186-C5E8E8F9F5FC}"
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C++ Express 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "11UP", "11UP.vcxproj", "{8B75C64C-19E1-4406-8C57-2FB52E46537F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C00B8D8-ADD5-4D9D-9186-C5E8E8F9F5FC}.Debug|x64.ActiveCfg = Debug|x64
{2C00B8D8-ADD5-4D9D-9186-C5E8E8F9F5FC}.Debug|x64.Build.0 = Debug|x64
{2C00B8D8-ADD5-4D9D-9186-C5E8E8F9F5FC}.Debug|x86.ActiveCfg = Debug|Win32
{2C00B8D8-ADD5-4D9D-9186-C5E8E8F9F5FC}.Debug|x86.Build.0 = Debug|Win32
{2C00B8D8-ADD5-4D9D-9186-C5E8E8F9F5FC}.Release|x64.ActiveCfg = Release|x64
{2C00B8D8-ADD5-4D9D-9186-C5E8E8F9F5FC}.Release|x64.Build.0 = Release|x64
{2C00B8D8-ADD5-4D9D-9186-C5E8E8F9F5FC}.Release|x86.ActiveCfg = Release|Win32
{2C00B8D8-ADD5-4D9D-9186-C5E8E8F9F5FC}.Release|x86.Build.0 = Release|Win32
{8B75C64C-19E1-4406-8C57-2FB52E46537F}.Debug|Win32.ActiveCfg = Debug|Win32
{8B75C64C-19E1-4406-8C57-2FB52E46537F}.Debug|Win32.Build.0 = Debug|Win32
{8B75C64C-19E1-4406-8C57-2FB52E46537F}.Release|Win32.ActiveCfg = Release|Win32
{8B75C64C-19E1-4406-8C57-2FB52E46537F}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
81 changes: 8 additions & 73 deletions 11UP.vcxproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
Expand All @@ -9,121 +9,56 @@
<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">
<ProjectGuid>{2C00B8D8-ADD5-4D9D-9186-C5E8E8F9F5FC}</ProjectGuid>
<ProjectGuid>{8B75C64C-19E1-4406-8C57-2FB52E46537F}</ProjectGuid>
<RootNamespace>My11UP</RootNamespace>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v90</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v90</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>NotSet</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v100</PlatformToolset>
</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 Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(SolutionDir)\</OutDir>
<OutDir>$(SolutionDir)</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>EnableAllWarnings</WarningLevel>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
</ClCompile>
<Link>
<AdditionalDependencies>;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
<Optimization>MaxSpeed</Optimization>
<WarningLevel>Level3</WarningLevel>
<Optimization>Full</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>false</SDLCheck>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<TreatWarningAsError>true</TreatWarningAsError>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<CreateHotpatchableImage>false</CreateHotpatchableImage>
</ClCompile>
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
<SubSystem>NotSet</SubSystem>
<BaseAddress>0x110000</BaseAddress>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<FixedBaseAddress>true</FixedBaseAddress>
<DataExecutionPrevention>false</DataExecutionPrevention>
<TargetMachine>NotSet</TargetMachine>
<GenerateDebugInformation>false</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
</ClCompile>
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
Expand Down
18 changes: 1 addition & 17 deletions 11UP.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
<?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;hh;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="11UP.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="11UP.cpp" />
</ItemGroup>
</Project>
Binary file removed CARD - Copy.DDS
Binary file not shown.
Binary file modified CARD.DDS
Binary file not shown.
Binary file removed CARD.bmp
Binary file not shown.
Binary file modified CARD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed CARDARGB1555.dds
Binary file not shown.
Binary file removed CARDRGB332.dds
Binary file not shown.
Binary file removed CARDRGB565.dds
Binary file not shown.
13 changes: 10 additions & 3 deletions GAME.INI
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
[11UP]
TickRate=14
Hiscore=223500
Rounds=3
Hiscore=50000
Rounds=2
DeckSize=30
BonusGoal=80000
N0nrand=XXXXXXXXXXXXXXXXXXXXXX
Noclip=1
DebugInfo=1
DebugInfoCard=0
_Seed=1234567890
_SeedAmpMin=1
_SeedAmpMax=1
_Nonrand=XXXXXXXXXXXXXXXXXXXXXX
_NonrandDeck=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Binary file removed TIMER.DDS
Binary file not shown.
Binary file removed TIMER.PNG
Binary file not shown.
Binary file removed TIMER.bmp
Binary file not shown.

0 comments on commit 77a2231

Please sign in to comment.