diff options
author | lbsa71 | 2009-03-08 19:33:19 +0000 |
---|---|---|
committer | lbsa71 | 2009-03-08 19:33:19 +0000 |
commit | 4f23718102c4d1730a68f0ee85c5604a4dc3d527 (patch) | |
tree | 9abb7918cfaf37f4972fcad0fb9a5bbff331e274 /OpenSim/Client/MXP/MXPUtil.cs | |
parent | Moving Windows Installer to forge. (diff) | |
download | opensim-SC_OLD-4f23718102c4d1730a68f0ee85c5604a4dc3d527.zip opensim-SC_OLD-4f23718102c4d1730a68f0ee85c5604a4dc3d527.tar.gz opensim-SC_OLD-4f23718102c4d1730a68f0ee85c5604a4dc3d527.tar.bz2 opensim-SC_OLD-4f23718102c4d1730a68f0ee85c5604a4dc3d527.tar.xz |
Thank you tlaukkan for a patch that: Upgraded to MXP 0.4 version and cleaned up field naming.
* Updated code to compile against MXP 0.4 version.
* Cleaned up field naming conventions.
* Added support for logging in with region name.
* Filled in new fields of JoinResponseMEssage.
* Added support for SynchronizationBeginEvent and SynchronizationEndEvent.
* Commented out periodic debug log.
* Added networking startup log messages.
This closes mantis #3277
Diffstat (limited to 'OpenSim/Client/MXP/MXPUtil.cs')
-rw-r--r-- | OpenSim/Client/MXP/MXPUtil.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/MXP/MXPUtil.cs b/OpenSim/Client/MXP/MXPUtil.cs index cbf2eac..3387145 100644 --- a/OpenSim/Client/MXP/MXPUtil.cs +++ b/OpenSim/Client/MXP/MXPUtil.cs | |||
@@ -32,7 +32,7 @@ using OpenMetaverse; | |||
32 | 32 | ||
33 | namespace OpenSim.Client.MXP | 33 | namespace OpenSim.Client.MXP |
34 | { | 34 | { |
35 | static class MXPUtil | 35 | public static class MXPUtil |
36 | { | 36 | { |
37 | public static string GenerateMXPURL(string server, int port, UUID bubbleID, Vector3 location) | 37 | public static string GenerateMXPURL(string server, int port, UUID bubbleID, Vector3 location) |
38 | { | 38 | { |