- Added Project Design Document (Not finished)
- Added Project Roadmap (Not finished, Requires OpenProject to be installed http://openproj.org/openproj) - Included a Readme file.
This commit is contained in:
parent
d78b4e196e
commit
7c72fbb2e8
7 changed files with 51 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
<?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>Mud Designer ToolKit.jpeg
|
||||
MudDesigner.suo
|
||||
</Value></Property><Property><Name>svn:ignore</Name><Value>Mud Designer ToolKit.jpeg
|
||||
MudDesigner.suo
|
||||
Design Document.gdp
|
||||
</Value></Property></Properties></ItemProperties>
|
4
..svnbridge/Design Document.pdf
Normal file
4
..svnbridge/Design Document.pdf
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?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>Mud Designer ToolKit.jpeg
|
||||
MudDesigner.suo
|
||||
Design Document.gdp
|
||||
</Value></Property><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
4
..svnbridge/Mud Designer.pod
Normal file
4
..svnbridge/Mud Designer.pod
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?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>Mud Designer ToolKit.jpeg
|
||||
MudDesigner.suo
|
||||
Design Document.gdp
|
||||
</Value></Property><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
BIN
Design Document.pdf
Normal file
BIN
Design Document.pdf
Normal file
Binary file not shown.
BIN
Mud Designer.pod
Normal file
BIN
Mud Designer.pod
Normal file
Binary file not shown.
|
@ -147,6 +147,10 @@
|
|||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Runtime.resx">
|
||||
<DependentUpon>Runtime.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="UIWidgets\RealmWidget.resx">
|
||||
<DependentUpon>RealmWidget.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
|
@ -167,6 +171,12 @@
|
|||
</Compile>
|
||||
<Compile Include="MudEngine\FileSystem\XmlSerialization.cs" />
|
||||
<Compile Include="MudEngine\UITypeEditors\UIScriptEditor.cs" />
|
||||
<Compile Include="Runtime.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Runtime.Designer.cs">
|
||||
<DependentUpon>Runtime.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="UIWidgets\IWidget.cs" />
|
||||
<Compile Include="UIWidgets\RealmWidget.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
|
|
30
Readme.txt
Normal file
30
Readme.txt
Normal file
|
@ -0,0 +1,30 @@
|
|||
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.
|
||||
The source code can be modified by loading the Mud Designer.csproj file
|
||||
into Microsofts Visual C# 2008 Express or newer. The Source Code requires
|
||||
Microsofts .NET Framework 3.5 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