- Added new Project. Mud Designer project will include the GUI elements needed for graphically building a MUD. Due to Environment creation being finalized, work on a GUI based Environment creation can start. Mud Engine: - Objects no longer require a path to be supplied when calling Object.Save() - EditRealm command now edits senses. - EditRoom now fully supports creating doorways, however editing existing doorways and linking to existing rooms is not implemented. This command only supports creating new doorways for non-existing Rooms (Rooms are generated as needed) - EditZone Now fully supports senses and implemented. - Game now supports loading of .ini files when calling Game.Load() - All objects now include a SavePath properties. Override this to supply a path for where the object needs to be saved. All Environment and BaseCharacter objects override the BaseObject.SavePath to save into ActiveGame.DataPaths.Environemnts and Players respectively. - ObjectCollection now instanced during ScriptEngine initialization to prevent exceptions during runtime. - Create command no longer converts all names to lower case. - Updated the Walk command to execute the Look command in a safe manor without injecting a command into the player Telnet console.
78 lines
5.3 KiB
Text
78 lines
5.3 KiB
Text
|
|
Microsoft Visual Studio Solution File, Format Version 11.00
|
|
# Visual C# Express 2010
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MudEngine", "MudEngine\MudEngine.csproj", "{498943A8-DF5A-4DB0-B506-0BFF44788657}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MUDCompiler", "MUDCompiler\MUDCompiler.csproj", "{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MudGame", "MudGame\MudGame.csproj", "{0C47648F-8751-4A71-98ED-A3D0845627E2}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MudClient", "MudClient\MudClient.csproj", "{970B3390-7485-41A5-8465-CFF2580501B6}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MudDesigner", "MudDesigner\MudDesigner.csproj", "{5B18E552-26D0-4491-8BAC-FF80046F0B0F}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Debug|Mixed Platforms = Debug|Mixed Platforms
|
|
Debug|x86 = Debug|x86
|
|
Release|Any CPU = Release|Any CPU
|
|
Release|Mixed Platforms = Release|Mixed Platforms
|
|
Release|x86 = Release|x86
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
|
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
|
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Release|Any CPU.Build.0 = 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|x86.ActiveCfg = Release|Any CPU
|
|
{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.Build.0 = Debug|x86
|
|
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Debug|x86.ActiveCfg = Debug|x86
|
|
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Debug|x86.Build.0 = Debug|x86
|
|
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Release|Any CPU.ActiveCfg = Release|x86
|
|
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Release|Mixed Platforms.ActiveCfg = Release|x86
|
|
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Release|Mixed Platforms.Build.0 = Release|x86
|
|
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Release|x86.ActiveCfg = Release|x86
|
|
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Release|x86.Build.0 = Release|x86
|
|
{0C47648F-8751-4A71-98ED-A3D0845627E2}.Debug|Any CPU.ActiveCfg = Debug|x86
|
|
{0C47648F-8751-4A71-98ED-A3D0845627E2}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
|
|
{0C47648F-8751-4A71-98ED-A3D0845627E2}.Debug|Mixed Platforms.Build.0 = Debug|x86
|
|
{0C47648F-8751-4A71-98ED-A3D0845627E2}.Debug|x86.ActiveCfg = Debug|x86
|
|
{0C47648F-8751-4A71-98ED-A3D0845627E2}.Debug|x86.Build.0 = Debug|x86
|
|
{0C47648F-8751-4A71-98ED-A3D0845627E2}.Release|Any CPU.ActiveCfg = Release|x86
|
|
{0C47648F-8751-4A71-98ED-A3D0845627E2}.Release|Mixed Platforms.ActiveCfg = Release|x86
|
|
{0C47648F-8751-4A71-98ED-A3D0845627E2}.Release|Mixed Platforms.Build.0 = Release|x86
|
|
{0C47648F-8751-4A71-98ED-A3D0845627E2}.Release|x86.ActiveCfg = Release|x86
|
|
{0C47648F-8751-4A71-98ED-A3D0845627E2}.Release|x86.Build.0 = Release|x86
|
|
{970B3390-7485-41A5-8465-CFF2580501B6}.Debug|Any CPU.ActiveCfg = Debug|x86
|
|
{970B3390-7485-41A5-8465-CFF2580501B6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
|
|
{970B3390-7485-41A5-8465-CFF2580501B6}.Debug|Mixed Platforms.Build.0 = Debug|x86
|
|
{970B3390-7485-41A5-8465-CFF2580501B6}.Debug|x86.ActiveCfg = Debug|x86
|
|
{970B3390-7485-41A5-8465-CFF2580501B6}.Debug|x86.Build.0 = Debug|x86
|
|
{970B3390-7485-41A5-8465-CFF2580501B6}.Release|Any CPU.ActiveCfg = Release|x86
|
|
{970B3390-7485-41A5-8465-CFF2580501B6}.Release|Mixed Platforms.ActiveCfg = Release|x86
|
|
{970B3390-7485-41A5-8465-CFF2580501B6}.Release|Mixed Platforms.Build.0 = Release|x86
|
|
{970B3390-7485-41A5-8465-CFF2580501B6}.Release|x86.ActiveCfg = Release|x86
|
|
{970B3390-7485-41A5-8465-CFF2580501B6}.Release|x86.Build.0 = Release|x86
|
|
{5B18E552-26D0-4491-8BAC-FF80046F0B0F}.Debug|Any CPU.ActiveCfg = Debug|x86
|
|
{5B18E552-26D0-4491-8BAC-FF80046F0B0F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
|
|
{5B18E552-26D0-4491-8BAC-FF80046F0B0F}.Debug|Mixed Platforms.Build.0 = Debug|x86
|
|
{5B18E552-26D0-4491-8BAC-FF80046F0B0F}.Debug|x86.ActiveCfg = Debug|x86
|
|
{5B18E552-26D0-4491-8BAC-FF80046F0B0F}.Debug|x86.Build.0 = Debug|x86
|
|
{5B18E552-26D0-4491-8BAC-FF80046F0B0F}.Release|Any CPU.ActiveCfg = Release|x86
|
|
{5B18E552-26D0-4491-8BAC-FF80046F0B0F}.Release|Mixed Platforms.ActiveCfg = Release|x86
|
|
{5B18E552-26D0-4491-8BAC-FF80046F0B0F}.Release|Mixed Platforms.Build.0 = Release|x86
|
|
{5B18E552-26D0-4491-8BAC-FF80046F0B0F}.Release|x86.ActiveCfg = Release|x86
|
|
{5B18E552-26D0-4491-8BAC-FF80046F0B0F}.Release|x86.Build.0 = Release|x86
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
EndGlobal
|