Additional removals within MUDCompiler.
This commit is contained in:
parent
3704d9c399
commit
b4b88cdbd3
4 changed files with 32 additions and 56 deletions
31
LICENSE.txt
Normal file
31
LICENSE.txt
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
|
This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
|
||||||
|
|
||||||
|
1. Definitions
|
||||||
|
|
||||||
|
The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law.
|
||||||
|
|
||||||
|
A "contribution" is the original software, or any additions or changes to the software.
|
||||||
|
|
||||||
|
A "contributor" is any person that distributes its contribution under this license.
|
||||||
|
|
||||||
|
"Licensed patents" are a contributor's patent claims that read directly on its contribution.
|
||||||
|
|
||||||
|
2. Grant of Rights
|
||||||
|
|
||||||
|
(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
|
||||||
|
|
||||||
|
(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
|
||||||
|
|
||||||
|
3. Conditions and Limitations
|
||||||
|
|
||||||
|
(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
|
||||||
|
|
||||||
|
(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
|
||||||
|
|
||||||
|
(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
|
||||||
|
|
||||||
|
(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
|
||||||
|
|
||||||
|
(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
|
|
@ -1,10 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:ignore</Name><Value>MUDCompiler.exe
|
|
||||||
MUDCompiler.pdb
|
|
||||||
MUDCompiler.vshost.exe
|
|
||||||
MUDCompiler.vshost.exe.manifest
|
|
||||||
MudEngine.dll
|
|
||||||
MudEngine.pdb
|
|
||||||
startup.dat
|
|
||||||
temp
|
|
||||||
Scripts.dll
|
|
||||||
</Value></Property></Properties></ItemProperties>
|
|
|
@ -3,11 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 11.00
|
||||||
# Visual C# Express 2010
|
# Visual C# Express 2010
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MudEngine", "MudEngine\MudEngine.csproj", "{498943A8-DF5A-4DB0-B506-0BFF44788657}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MudEngine", "MudEngine\MudEngine.csproj", "{498943A8-DF5A-4DB0-B506-0BFF44788657}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MudOfflineExample", "MudOfflineExample\MudOfflineExample.csproj", "{048E755C-DD05-47EC-930E-F45146B66F7C}"
|
|
||||||
EndProject
|
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MUDCompiler", "MUDCompiler\MUDCompiler.csproj", "{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MUDCompiler", "MUDCompiler\MUDCompiler.csproj", "{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MudServer", "MudServer\MudServer.csproj", "{5BA65833-A99D-486C-8E74-C11A0713D44A}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MudGame", "MudGame\MudGame.csproj", "{5BA65833-A99D-486C-8E74-C11A0713D44A}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
@ -29,16 +27,6 @@ Global
|
||||||
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Release|x86.ActiveCfg = Release|Any CPU
|
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
{048E755C-DD05-47EC-930E-F45146B66F7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{048E755C-DD05-47EC-930E-F45146B66F7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{048E755C-DD05-47EC-930E-F45146B66F7C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
|
||||||
{048E755C-DD05-47EC-930E-F45146B66F7C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
|
||||||
{048E755C-DD05-47EC-930E-F45146B66F7C}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{048E755C-DD05-47EC-930E-F45146B66F7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{048E755C-DD05-47EC-930E-F45146B66F7C}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{048E755C-DD05-47EC-930E-F45146B66F7C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
|
||||||
{048E755C-DD05-47EC-930E-F45146B66F7C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
|
||||||
{048E755C-DD05-47EC-930E-F45146B66F7C}.Release|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Debug|Any CPU.ActiveCfg = Debug|x86
|
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||||
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
|
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
|
||||||
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Debug|Mixed Platforms.Build.0 = Debug|x86
|
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Debug|Mixed Platforms.Build.0 = Debug|x86
|
||||||
|
|
33
Readme.txt
33
Readme.txt
|
@ -1,33 +0,0 @@
|
||||||
Mud Designer Source Code Information
|
|
||||||
Author: Scionwest
|
|
||||||
Website: http://MudDesigner.Codeplex.com
|
|
||||||
========================================
|
|
||||||
|
|
||||||
Introduction
|
|
||||||
========================================
|
|
||||||
Thank you for downloading the source code to my product Mud Designer.
|
|
||||||
Included you will find the complete source code for the project, along
|
|
||||||
with a couple of documents pertaining to the development roadmap of the
|
|
||||||
project.
|
|
||||||
|
|
||||||
What's included
|
|
||||||
========================================
|
|
||||||
Included in this download is several things, including the source code
|
|
||||||
to the project, development roadmap file and the projects design document.
|
|
||||||
Not all of these files are completed files and are subject to change over
|
|
||||||
the next few weeks.
|
|
||||||
|
|
||||||
The Mud Designer Source is included within the "Mud Designer" directory,
|
|
||||||
however the designer is not being worked on at the moment due to a hefty
|
|
||||||
chunk of the engine being re-wrote.
|
|
||||||
The source code can be modified by loading the MudDesigner.sln file
found
|
|
||||||
in the root directory of the source code.
|
|
||||||
You will need Microsofts Visual C# 2010 Express. The Source Code requires
|
|
||||||
Microsofts .NET Framework 4.0 to compile correctly.
|
|
||||||
|
|
||||||
The File "Mud Designer.pod" is the project roadmap, and can be viewed by
|
|
||||||
opening the file within the free OpenProject software found at
|
|
||||||
http://openproj.org/openproj. This file is not yet completed.
|
|
||||||
|
|
||||||
The file "Design Document.pdf" is the design document associated with this
|
|
||||||
project. This file is not yet completed.
|
|
Loading…
Add table
Add a link
Reference in a new issue