Skip to content

Commit

Permalink
Initial upload step 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoAnsems committed Sep 10, 2018
1 parent 585293b commit 5a6111d
Show file tree
Hide file tree
Showing 100 changed files with 22,107 additions and 0 deletions.
1,643 changes: 1,643 additions & 0 deletions ThirdParty/opl/dbopl.cpp

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions VS2015/CatacombGL.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
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}") = "CatacombGL", "..\src\Win32\CatacombGL.vcxproj", "{B443C62D-3E75-4729-B34F-D65B811FE5BA}"
ProjectSection(ProjectDependencies) = postProject
{D48C1E73-C633-49B3-9570-08113DDE8665} = {D48C1E73-C633-49B3-9570-08113DDE8665}
{6F21DCE2-9A0B-47EA-82E3-5708A0F6672E} = {6F21DCE2-9A0B-47EA-82E3-5708A0F6672E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CatacombGL_Abyss", "..\src\Abyss\Abyss.vcxproj", "{D48C1E73-C633-49B3-9570-08113DDE8665}"
ProjectSection(ProjectDependencies) = postProject
{6F21DCE2-9A0B-47EA-82E3-5708A0F6672E} = {6F21DCE2-9A0B-47EA-82E3-5708A0F6672E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CatacombGL_Engine", "..\src\Engine\Engine.vcxproj", "{6F21DCE2-9A0B-47EA-82E3-5708A0F6672E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CatacombGL_Test", "..\src\Test\CatacombGL_Test.vcxproj", "{B9829A4E-8123-4909-AE38-8671C48D7322}"
ProjectSection(ProjectDependencies) = postProject
{D48C1E73-C633-49B3-9570-08113DDE8665} = {D48C1E73-C633-49B3-9570-08113DDE8665}
{6F21DCE2-9A0B-47EA-82E3-5708A0F6672E} = {6F21DCE2-9A0B-47EA-82E3-5708A0F6672E}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B443C62D-3E75-4729-B34F-D65B811FE5BA}.Debug|Win32.ActiveCfg = Debug|Win32
{B443C62D-3E75-4729-B34F-D65B811FE5BA}.Debug|Win32.Build.0 = Debug|Win32
{B443C62D-3E75-4729-B34F-D65B811FE5BA}.Debug|x64.ActiveCfg = Debug|Win32
{B443C62D-3E75-4729-B34F-D65B811FE5BA}.Release|Win32.ActiveCfg = Release|Win32
{B443C62D-3E75-4729-B34F-D65B811FE5BA}.Release|Win32.Build.0 = Release|Win32
{B443C62D-3E75-4729-B34F-D65B811FE5BA}.Release|x64.ActiveCfg = Release|Win32
{D48C1E73-C633-49B3-9570-08113DDE8665}.Debug|Win32.ActiveCfg = Debug|Win32
{D48C1E73-C633-49B3-9570-08113DDE8665}.Debug|Win32.Build.0 = Debug|Win32
{D48C1E73-C633-49B3-9570-08113DDE8665}.Debug|x64.ActiveCfg = Debug|x64
{D48C1E73-C633-49B3-9570-08113DDE8665}.Debug|x64.Build.0 = Debug|x64
{D48C1E73-C633-49B3-9570-08113DDE8665}.Release|Win32.ActiveCfg = Release|Win32
{D48C1E73-C633-49B3-9570-08113DDE8665}.Release|Win32.Build.0 = Release|Win32
{D48C1E73-C633-49B3-9570-08113DDE8665}.Release|x64.ActiveCfg = Release|x64
{D48C1E73-C633-49B3-9570-08113DDE8665}.Release|x64.Build.0 = Release|x64
{6F21DCE2-9A0B-47EA-82E3-5708A0F6672E}.Debug|Win32.ActiveCfg = Debug|Win32
{6F21DCE2-9A0B-47EA-82E3-5708A0F6672E}.Debug|Win32.Build.0 = Debug|Win32
{6F21DCE2-9A0B-47EA-82E3-5708A0F6672E}.Debug|x64.ActiveCfg = Debug|x64
{6F21DCE2-9A0B-47EA-82E3-5708A0F6672E}.Debug|x64.Build.0 = Debug|x64
{6F21DCE2-9A0B-47EA-82E3-5708A0F6672E}.Release|Win32.ActiveCfg = Release|Win32
{6F21DCE2-9A0B-47EA-82E3-5708A0F6672E}.Release|Win32.Build.0 = Release|Win32
{6F21DCE2-9A0B-47EA-82E3-5708A0F6672E}.Release|x64.ActiveCfg = Release|x64
{6F21DCE2-9A0B-47EA-82E3-5708A0F6672E}.Release|x64.Build.0 = Release|x64
{B9829A4E-8123-4909-AE38-8671C48D7322}.Debug|Win32.ActiveCfg = Debug|Win32
{B9829A4E-8123-4909-AE38-8671C48D7322}.Debug|Win32.Build.0 = Debug|Win32
{B9829A4E-8123-4909-AE38-8671C48D7322}.Debug|x64.ActiveCfg = Debug|x64
{B9829A4E-8123-4909-AE38-8671C48D7322}.Debug|x64.Build.0 = Debug|x64
{B9829A4E-8123-4909-AE38-8671C48D7322}.Release|Win32.ActiveCfg = Release|Win32
{B9829A4E-8123-4909-AE38-8671C48D7322}.Release|Win32.Build.0 = Release|Win32
{B9829A4E-8123-4909-AE38-8671C48D7322}.Release|x64.ActiveCfg = Release|x64
{B9829A4E-8123-4909-AE38-8671C48D7322}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(DPCodeReviewSolutionGUID) = preSolution
DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
EndGlobalSection
EndGlobal
28 changes: 28 additions & 0 deletions doc/licenses/GoogleTest.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Copyright 2008, Google Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20 changes: 20 additions & 0 deletions doc/licenses/SDL2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

Simple DirectMedia Layer
Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

Loading

0 comments on commit 5a6111d

Please sign in to comment.