OSDN Git Service

- Added Help menu and About box
authorLatif Khalifa <latifer@streamgrid.net>
Sun, 13 Sep 2009 07:23:58 +0000 (07:23 +0000)
committerLatif Khalifa <latifer@streamgrid.net>
Sun, 13 Sep 2009 07:23:58 +0000 (07:23 +0000)
- Specified libraries used and their licenses

git-svn-id: https://radegast.googlecode.com/svn/trunk@232 f7a694da-4d33-11de-9ad6-1127a62b9fcd

15 files changed:
LICENSE.txt
Radegast/GUI/Dialogs/About.Designer.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/About.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/About.resx [new file with mode: 0644]
Radegast/GUI/Dialogs/MainForm.Designer.cs
Radegast/GUI/Dialogs/MainForm.cs
Radegast/GUI/Dialogs/MainForm.resx
Radegast/Properties/Resources.Designer.cs
Radegast/Properties/Resources.resx
Radegast/Radegast.csproj
Radegast/RadegastBuild.cs
Radegast/Resources/radegast_large.png [new file with mode: 0644]
TODO.txt [deleted file]
nini-license.txt [deleted file]
sleek-license.txt [deleted file]

index 59c0849..7dad28b 100644 (file)
@@ -25,4 +25,35 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\r
 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\r
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\r
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
+\r
+Based on SLeek (BSD License)\r
+Copyright © 2006-2008, Paul Clement (a.k.a. Delta)\r
+All rights reserved.\r
+\r
+Uses AIMLBot (LGPL License)\r
+The AIMLBot library (Program#) is a .NET implementation of the AIML standard.\r
+© 2006 Nicholas H.Tollervey (http://ntoll.org)\r
+http://aimlbot.sourceforge.net/\r
+\r
+Uses FMOD Library (FMOD Non-commercial License)\r
+FMOD Ex SoundSystem Copyright © 2005-2009 Firelight Technologies Pty, Ltd.\r
+Redistributions in binary form must follow the following rules:\r
+* The FMOD library cannot be used for resale or other commercial distribution\r
+* This license cannot be used for products which do not make profit but are still commercially released\r
+* This license cannot be used for commercial services, where the executable containing fmod is not sold, but the data is\r
+(If you want to redistribute Radegast commercially, remove fmodex.dll, fmodex*.so and fmodex*.dylib)\r
+\r
+Uses Ogg Vorbis codec (BSD License)\r
+Copyright © 2002, Xiph.org Foundation\r
+\r
+Uses log4net (Apache 2.0 License)\r
+Copyright © Apache Software Foundation\r
+\r
+Uses LSL parser from OpenSimulator project (BDS License)\r
+Copyright © Contributors, http://opensimulator.org/\r
+\r
+Uses TAO OpenGL framework (MIT License)\r
+Copyright © 2003-2007 Tao Framework Team\r
+http://www.taoframework.com\r
+All rights reserved.\r
diff --git a/Radegast/GUI/Dialogs/About.Designer.cs b/Radegast/GUI/Dialogs/About.Designer.cs
new file mode 100644 (file)
index 0000000..c97b1e5
--- /dev/null
@@ -0,0 +1,178 @@
+// \r
+// Radegast Metaverse Client\r
+// Copyright (c) 2009, Radegast Development Team\r
+// All rights reserved.\r
+// \r
+// Redistribution and use in source and binary forms, with or without\r
+// modification, are permitted provided that the following conditions are met:\r
+// \r
+//     * Redistributions of source code must retain the above copyright notice,\r
+//       this list of conditions and the following disclaimer.\r
+//     * Redistributions in binary form must reproduce the above copyright\r
+//       notice, this list of conditions and the following disclaimer in the\r
+//       documentation and/or other materials provided with the distribution.\r
+//     * Neither the name of the application "Radegast", nor the names of its\r
+//       contributors may be used to endorse or promote products derived from\r
+//       this software without specific prior written permission.\r
+// \r
+// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"\r
+// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\r
+// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\r
+// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\r
+// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
+// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\r
+// SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\r
+// CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\r
+// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\r
+// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
+//\r
+// $Id: MainForm.cs 223 2009-09-12 04:33:49Z latifer@gmail.com $\r
+//\r
+namespace Radegast\r
+{\r
+    partial class frmAbout\r
+    {\r
+        /// <summary>\r
+        /// Required designer variable.\r
+        /// </summary>\r
+        private System.ComponentModel.IContainer components = null;\r
+\r
+        /// <summary>\r
+        /// Clean up any resources being used.\r
+        /// </summary>\r
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
+        protected override void Dispose(bool disposing)\r
+        {\r
+            if (disposing && (components != null))\r
+            {\r
+                components.Dispose();\r
+            }\r
+            base.Dispose(disposing);\r
+        }\r
+\r
+        #region Windows Form Designer generated code\r
+\r
+        /// <summary>\r
+        /// Required method for Designer support - do not modify\r
+        /// the contents of this method with the code editor.\r
+        /// </summary>\r
+        private void InitializeComponent()\r
+        {\r
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAbout));\r
+            this.pictureBox1 = new System.Windows.Forms.PictureBox();\r
+            this.txtTitle = new System.Windows.Forms.Label();\r
+            this.txtLicense = new System.Windows.Forms.TextBox();\r
+            this.txtOtherLicenses = new System.Windows.Forms.TextBox();\r
+            this.txtWrittenBy = new System.Windows.Forms.TextBox();\r
+            this.btnClose = new System.Windows.Forms.Button();\r
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();\r
+            this.SuspendLayout();\r
+            // \r
+            // pictureBox1\r
+            // \r
+            this.pictureBox1.BackgroundImage = global::Radegast.Properties.Resources.radegast_large;\r
+            this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;\r
+            this.pictureBox1.InitialImage = null;\r
+            this.pictureBox1.Location = new System.Drawing.Point(12, 12);\r
+            this.pictureBox1.Name = "pictureBox1";\r
+            this.pictureBox1.Size = new System.Drawing.Size(143, 108);\r
+            this.pictureBox1.TabIndex = 0;\r
+            this.pictureBox1.TabStop = false;\r
+            // \r
+            // txtTitle\r
+            // \r
+            this.txtTitle.AutoSize = true;\r
+            this.txtTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.txtTitle.Location = new System.Drawing.Point(161, 12);\r
+            this.txtTitle.Name = "txtTitle";\r
+            this.txtTitle.Size = new System.Drawing.Size(152, 20);\r
+            this.txtTitle.TabIndex = 1;\r
+            this.txtTitle.Text = "Radegast 1.9.200";\r
+            // \r
+            // txtLicense\r
+            // \r
+            this.txtLicense.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.txtLicense.Location = new System.Drawing.Point(12, 125);\r
+            this.txtLicense.Multiline = true;\r
+            this.txtLicense.Name = "txtLicense";\r
+            this.txtLicense.ReadOnly = true;\r
+            this.txtLicense.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;\r
+            this.txtLicense.Size = new System.Drawing.Size(315, 113);\r
+            this.txtLicense.TabIndex = 2;\r
+            this.txtLicense.TabStop = false;\r
+            this.txtLicense.Text = resources.GetString("txtLicense.Text");\r
+            // \r
+            // txtOtherLicenses\r
+            // \r
+            this.txtOtherLicenses.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.txtOtherLicenses.Location = new System.Drawing.Point(12, 244);\r
+            this.txtOtherLicenses.Multiline = true;\r
+            this.txtOtherLicenses.Name = "txtOtherLicenses";\r
+            this.txtOtherLicenses.ReadOnly = true;\r
+            this.txtOtherLicenses.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;\r
+            this.txtOtherLicenses.Size = new System.Drawing.Size(315, 92);\r
+            this.txtOtherLicenses.TabIndex = 3;\r
+            this.txtOtherLicenses.TabStop = false;\r
+            this.txtOtherLicenses.Text = resources.GetString("txtOtherLicenses.Text");\r
+            // \r
+            // txtWrittenBy\r
+            // \r
+            this.txtWrittenBy.BorderStyle = System.Windows.Forms.BorderStyle.None;\r
+            this.txtWrittenBy.Location = new System.Drawing.Point(165, 35);\r
+            this.txtWrittenBy.Multiline = true;\r
+            this.txtWrittenBy.Name = "txtWrittenBy";\r
+            this.txtWrittenBy.ReadOnly = true;\r
+            this.txtWrittenBy.Size = new System.Drawing.Size(162, 85);\r
+            this.txtWrittenBy.TabIndex = 1;\r
+            this.txtWrittenBy.TabStop = false;\r
+            this.txtWrittenBy.Text = "Written by Latif Khalifa\r\n\r\nwith contributions from\r\n- Douglas R. Miles";\r
+            // \r
+            // btnClose\r
+            // \r
+            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.OK;\r
+            this.btnClose.Location = new System.Drawing.Point(252, 342);\r
+            this.btnClose.Name = "btnClose";\r
+            this.btnClose.Size = new System.Drawing.Size(75, 23);\r
+            this.btnClose.TabIndex = 0;\r
+            this.btnClose.Text = "Close";\r
+            this.btnClose.UseVisualStyleBackColor = true;\r
+            // \r
+            // frmAbout\r
+            // \r
+            this.AcceptButton = this.btnClose;\r
+            this.AutoSavePosition = true;\r
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
+            this.CancelButton = this.btnClose;\r
+            this.ClientSize = new System.Drawing.Size(335, 371);\r
+            this.Controls.Add(this.btnClose);\r
+            this.Controls.Add(this.txtOtherLicenses);\r
+            this.Controls.Add(this.txtWrittenBy);\r
+            this.Controls.Add(this.txtLicense);\r
+            this.Controls.Add(this.txtTitle);\r
+            this.Controls.Add(this.pictureBox1);\r
+            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
+            this.MaximizeBox = false;\r
+            this.MaximumSize = new System.Drawing.Size(351, 409);\r
+            this.MinimizeBox = false;\r
+            this.MinimumSize = new System.Drawing.Size(351, 409);\r
+            this.Name = "frmAbout";\r
+            this.ShowInTaskbar = false;\r
+            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;\r
+            this.Text = "About Radegast";\r
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();\r
+            this.ResumeLayout(false);\r
+            this.PerformLayout();\r
+\r
+        }\r
+\r
+        #endregion\r
+\r
+        private System.Windows.Forms.PictureBox pictureBox1;\r
+        private System.Windows.Forms.Label txtTitle;\r
+        private System.Windows.Forms.TextBox txtLicense;\r
+        private System.Windows.Forms.TextBox txtOtherLicenses;\r
+        private System.Windows.Forms.TextBox txtWrittenBy;\r
+        private System.Windows.Forms.Button btnClose;\r
+    }\r
+}
\ No newline at end of file
diff --git a/Radegast/GUI/Dialogs/About.cs b/Radegast/GUI/Dialogs/About.cs
new file mode 100644 (file)
index 0000000..602f1e1
--- /dev/null
@@ -0,0 +1,45 @@
+// \r
+// Radegast Metaverse Client\r
+// Copyright (c) 2009, Radegast Development Team\r
+// All rights reserved.\r
+// \r
+// Redistribution and use in source and binary forms, with or without\r
+// modification, are permitted provided that the following conditions are met:\r
+// \r
+//     * Redistributions of source code must retain the above copyright notice,\r
+//       this list of conditions and the following disclaimer.\r
+//     * Redistributions in binary form must reproduce the above copyright\r
+//       notice, this list of conditions and the following disclaimer in the\r
+//       documentation and/or other materials provided with the distribution.\r
+//     * Neither the name of the application "Radegast", nor the names of its\r
+//       contributors may be used to endorse or promote products derived from\r
+//       this software without specific prior written permission.\r
+// \r
+// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"\r
+// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\r
+// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\r
+// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\r
+// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
+// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\r
+// SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\r
+// CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\r
+// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\r
+// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
+//\r
+// $Id: MainForm.cs 223 2009-09-12 04:33:49Z latifer@gmail.com $\r
+//\r
+using System.Windows.Forms;\r
+\r
+namespace Radegast\r
+{\r
+    public partial class frmAbout : RadegastForm\r
+    {\r
+        public frmAbout(RadegastInstance instance)\r
+            : base(instance)\r
+        {\r
+            InitializeComponent();\r
+            txtTitle.Text = Properties.Resources.RadegastTitle + "." + RadegastBuild.CurrentRev;\r
+        }\r
+\r
+    }\r
+}\r
diff --git a/Radegast/GUI/Dialogs/About.resx b/Radegast/GUI/Dialogs/About.resx
new file mode 100644 (file)
index 0000000..571e8e8
--- /dev/null
@@ -0,0 +1,190 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<root>\r
+  <!-- \r
+    Microsoft ResX Schema \r
+    \r
+    Version 2.0\r
+    \r
+    The primary goals of this format is to allow a simple XML format \r
+    that is mostly human readable. The generation and parsing of the \r
+    various data types are done through the TypeConverter classes \r
+    associated with the data types.\r
+    \r
+    Example:\r
+    \r
+    ... ado.net/XML headers & schema ...\r
+    <resheader name="resmimetype">text/microsoft-resx</resheader>\r
+    <resheader name="version">2.0</resheader>\r
+    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\r
+    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\r
+    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>\r
+    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>\r
+    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">\r
+        <value>[base64 mime encoded serialized .NET Framework object]</value>\r
+    </data>\r
+    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">\r
+        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\r
+        <comment>This is a comment</comment>\r
+    </data>\r
+                \r
+    There are any number of "resheader" rows that contain simple \r
+    name/value pairs.\r
+    \r
+    Each data row contains a name, and value. The row also contains a \r
+    type or mimetype. Type corresponds to a .NET class that support \r
+    text/value conversion through the TypeConverter architecture. \r
+    Classes that don't support this are serialized and stored with the \r
+    mimetype set.\r
+    \r
+    The mimetype is used for serialized objects, and tells the \r
+    ResXResourceReader how to depersist the object. This is currently not \r
+    extensible. For a given mimetype the value must be set accordingly:\r
+    \r
+    Note - application/x-microsoft.net.object.binary.base64 is the format \r
+    that the ResXResourceWriter will generate, however the reader can \r
+    read any of the formats listed below.\r
+    \r
+    mimetype: application/x-microsoft.net.object.binary.base64\r
+    value   : The object must be serialized with \r
+            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\r
+            : and then encoded with base64 encoding.\r
+    \r
+    mimetype: application/x-microsoft.net.object.soap.base64\r
+    value   : The object must be serialized with \r
+            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\r
+            : and then encoded with base64 encoding.\r
+\r
+    mimetype: application/x-microsoft.net.object.bytearray.base64\r
+    value   : The object must be serialized into a byte array \r
+            : using a System.ComponentModel.TypeConverter\r
+            : and then encoded with base64 encoding.\r
+    -->\r
+  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">\r
+    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />\r
+    <xsd:element name="root" msdata:IsDataSet="true">\r
+      <xsd:complexType>\r
+        <xsd:choice maxOccurs="unbounded">\r
+          <xsd:element name="metadata">\r
+            <xsd:complexType>\r
+              <xsd:sequence>\r
+                <xsd:element name="value" type="xsd:string" minOccurs="0" />\r
+              </xsd:sequence>\r
+              <xsd:attribute name="name" use="required" type="xsd:string" />\r
+              <xsd:attribute name="type" type="xsd:string" />\r
+              <xsd:attribute name="mimetype" type="xsd:string" />\r
+              <xsd:attribute ref="xml:space" />\r
+            </xsd:complexType>\r
+          </xsd:element>\r
+          <xsd:element name="assembly">\r
+            <xsd:complexType>\r
+              <xsd:attribute name="alias" type="xsd:string" />\r
+              <xsd:attribute name="name" type="xsd:string" />\r
+            </xsd:complexType>\r
+          </xsd:element>\r
+          <xsd:element name="data">\r
+            <xsd:complexType>\r
+              <xsd:sequence>\r
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />\r
+                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />\r
+              </xsd:sequence>\r
+              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />\r
+              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />\r
+              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />\r
+              <xsd:attribute ref="xml:space" />\r
+            </xsd:complexType>\r
+          </xsd:element>\r
+          <xsd:element name="resheader">\r
+            <xsd:complexType>\r
+              <xsd:sequence>\r
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />\r
+              </xsd:sequence>\r
+              <xsd:attribute name="name" type="xsd:string" use="required" />\r
+            </xsd:complexType>\r
+          </xsd:element>\r
+        </xsd:choice>\r
+      </xsd:complexType>\r
+    </xsd:element>\r
+  </xsd:schema>\r
+  <resheader name="resmimetype">\r
+    <value>text/microsoft-resx</value>\r
+  </resheader>\r
+  <resheader name="version">\r
+    <value>2.0</value>\r
+  </resheader>\r
+  <resheader name="reader">\r
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\r
+  </resheader>\r
+  <resheader name="writer">\r
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\r
+  </resheader>\r
+  <data name="txtLicense.Text" xml:space="preserve">\r
+    <value>Radegast Metaverse Client\r
+Copyright © 2009, Radegast Development Team\r
+All rights reserved.\r
+\r
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\r
+\r
+* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\r
+* 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.\r
+* Neither the name of the application "Radegast", nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\r
+\r
+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 HOLDER 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.</value>\r
+  </data>\r
+  <data name="txtOtherLicenses.Text" xml:space="preserve">\r
+    <value>Based on SLeek (BSD License)\r
+Copyright © 2006-2008, Paul Clement (a.k.a. Delta)\r
+All rights reserved.\r
+\r
+Uses AIMLBot (LGPL License)\r
+The AIMLBot library (Program#) is a .NET implementation of the AIML standard.\r
+© 2006 Nicholas H.Tollervey (http://ntoll.org)\r
+http://aimlbot.sourceforge.net/\r
+\r
+Uses FMOD Library (FMOD Non Commercial License)\r
+FMOD Ex SoundSystem Copyright © 2005-2009 Firelight Technologies Pty, Ltd.\r
+Redistributions in binary form must follow the following rules:\r
+* The FMOD library cannot be used for resale or other commercial distribution\r
+* This license cannot be used for products which do not make profit but are still commercially released\r
+* This license cannot be used for commercial services, where the executable containing fmod is not sold, but the data is\r
+(If you want to redistribute Radegast commercially, remove fmodex.dll, fmodex*.so and fmodex*.dylib)\r
+\r
+Uses Ogg Vorbis codec (BSD License)\r
+Copyright © 2002, Xiph.org Foundation\r
+\r
+Uses log4net (Apache 2.0 License)\r
+Copyright © Apache Software Foundation\r
+\r
+Uses LSL parser from OpenSimulator project (BDS License)\r
+Copyright © Contributors, http://opensimulator.org/\r
+\r
+Uses TAO OpenGL framework (MIT License)\r
+Copyright © 2003-2007 Tao Framework Team\r
+http://www.taoframework.com\r
+All rights reserved.</value>\r
+  </data>\r
+  <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />\r
+  <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">\r
+    <value>\r
+        AAABAAEAEBAAAAAAIABoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAQAQAAAAAAAAAAAAAAAAAAAAA\r
+        AAAAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAA\r
+        AAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAA\r
+        AAEAAAABAAAAAQAAAAHCmW8HPUFD/ygrKwcAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAAB/ceQ+f/I\r
+        kf89QUP9AAAAAQAAAAHuu4dX/8iR/z1BQ/89QUP/PUFD/z1BQ/84PD1BAAAAAeu5hkn/yJH//8iR///I\r
+        kf//yJH/PUFD/z1BQ/86PkCB/8iR///Ikf89QUP/PUFD/z1BQ/89QUP/PUFD/0VGRv//yJH//8iR///I\r
+        kf//yJH//8iR/z1BQ/89QUP/PUFD///Ikf//yJH/PUFD/z1BQ/89QUP/PUFD/z1BQ/9FRkb//8iR///I\r
+        kf//yJH//8iR///Ikf89QUP/PUFD/z1BQ///yJH//8iR/z1BQ/89QUP/PUFD/z1BQ/89QUP/RUZG///I\r
+        kf//yJH//8iR///Ikf//yJH/PUFD/z1BQ/89QUP//8iR///Ikf89QUP/PUFD/z1BQ/89QUP/PUFD/0VG\r
+        Rv//yJH//8iR///Ikf//yJH//8iR/z1BQ/89QUP/PUFD///Ikf//yJH/PUFD/z1BQ/89QUP/PUFD/z1B\r
+        Q/9FRkb//8iR///Ikf//yJH//8iR///Ikf89QUP/PUFD/z1BQ//3woyR98KMkTs/QZE7P0GROz9BkZF8\r
+        Zf+RfGX/knxl/6qNb/+qjW//qo1v//fCjJH3woyROz9BkTs/QZE7P0GRAAAAAQAAAAEAAAABAAAAAQAA\r
+        AAH/yJH//8iR//fCjv89QUP/PUFD/z1BQ/8AAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAA\r
+        AAEAAAAB/8iR///Ikf/3wo7/PUFD/z1BQ/89QUP/AAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAA\r
+        AAEAAAABAAAAAf/Ikf//yJH/98KO/z1BQ/89QUP/PUFD/wAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAA\r
+        AAEAAAABAAAAAQAAAAH/yJH//8iR//fCjv89QUP/PUFD/z1BQ/8AAAABAAAAAQAAAAEAAAABAAAAAQAA\r
+        AAEAAAABAAAAAQAAAAEAAAABAAAAAf/Ikf/3wo7/PUFD/zs/Qa8AAAABAAAAAQAAAAEAAAABAAAAAQAA\r
+        AAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAA\r
+        AAEAAAABAAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA\r
+        //8AAP//AAD//w==\r
+</value>\r
+  </data>\r
+</root>
\ No newline at end of file
index 503cb6d..e7a422c 100644 (file)
@@ -113,6 +113,9 @@ namespace Radegast
             this.tbtnGroups = new System.Windows.Forms.ToolStripButton();\r
             this.lblTime = new System.Windows.Forms.ToolStripLabel();\r
             this.tbtnMedia = new System.Windows.Forms.ToolStripButton();\r
+            this.tbtnHelp = new System.Windows.Forms.ToolStripDropDownButton();\r
+            this.reportBugsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.aboutRadegastToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
             this.statusStrip1 = new System.Windows.Forms.StatusStrip();\r
             this.tlblLoginName = new System.Windows.Forms.ToolStripStatusLabel();\r
             this.tlblMoneyBalance = new System.Windows.Forms.ToolStripStatusLabel();\r
@@ -148,7 +151,8 @@ namespace Radegast
             this.tbnObjects,\r
             this.tbtnGroups,\r
             this.lblTime,\r
-            this.tbtnMedia});\r
+            this.tbtnMedia,\r
+            this.tbtnHelp});\r
             this.toolStrip1.Location = new System.Drawing.Point(0, 0);\r
             this.toolStrip1.Name = "toolStrip1";\r
             this.toolStrip1.Size = new System.Drawing.Size(738, 25);\r
@@ -492,6 +496,32 @@ namespace Radegast
             this.tbtnMedia.Visible = false;\r
             this.tbtnMedia.Click += new System.EventHandler(this.tbtnMedia_Click);\r
             // \r
+            // tbtnHelp\r
+            // \r
+            this.tbtnHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
+            this.tbtnHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
+            this.reportBugsToolStripMenuItem,\r
+            this.aboutRadegastToolStripMenuItem});\r
+            this.tbtnHelp.Image = ((System.Drawing.Image)(resources.GetObject("tbtnHelp.Image")));\r
+            this.tbtnHelp.ImageTransparentColor = System.Drawing.Color.Magenta;\r
+            this.tbtnHelp.Name = "tbtnHelp";\r
+            this.tbtnHelp.Size = new System.Drawing.Size(45, 22);\r
+            this.tbtnHelp.Text = "Help";\r
+            // \r
+            // reportBugsToolStripMenuItem\r
+            // \r
+            this.reportBugsToolStripMenuItem.Name = "reportBugsToolStripMenuItem";\r
+            this.reportBugsToolStripMenuItem.Size = new System.Drawing.Size(203, 22);\r
+            this.reportBugsToolStripMenuItem.Text = "Bugs/Feature Requests...";\r
+            this.reportBugsToolStripMenuItem.Click += new System.EventHandler(this.reportBugsToolStripMenuItem_Click);\r
+            // \r
+            // aboutRadegastToolStripMenuItem\r
+            // \r
+            this.aboutRadegastToolStripMenuItem.Name = "aboutRadegastToolStripMenuItem";\r
+            this.aboutRadegastToolStripMenuItem.Size = new System.Drawing.Size(203, 22);\r
+            this.aboutRadegastToolStripMenuItem.Text = "About Radegast...";\r
+            this.aboutRadegastToolStripMenuItem.Click += new System.EventHandler(this.aboutRadegastToolStripMenuItem_Click);\r
+            // \r
             // statusStrip1\r
             // \r
             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
@@ -737,6 +767,9 @@ namespace Radegast
         private System.Windows.Forms.ToolStripLabel lblTime;\r
         private System.Windows.Forms.Timer timerWorldClock;\r
         private System.Windows.Forms.ToolStripButton tbtnMedia;\r
+        private System.Windows.Forms.ToolStripDropDownButton tbtnHelp;\r
+        private System.Windows.Forms.ToolStripMenuItem reportBugsToolStripMenuItem;\r
+        private System.Windows.Forms.ToolStripMenuItem aboutRadegastToolStripMenuItem;\r
     }\r
 }\r
 \r
index 7ca6c3f..1e3b542 100644 (file)
@@ -60,7 +60,7 @@ namespace Radegast
         public MediaConsole MediaConsole { get { return mediaConsole; } }\r
 \r
         /// <summary>\r
-        /// Drop down that contants the tools menu\r
+        /// Drop down that contains the tools menu\r
         /// </summary>\r
         public ToolStripDropDownButton ToolsMenu\r
         {\r
@@ -68,6 +68,14 @@ namespace Radegast
         }\r
 \r
         /// <summary>\r
+        /// Dropdown that contains the heelp menu\r
+        /// </summary>\r
+        public ToolStripDropDownButton HelpMenu\r
+        {\r
+            get { return tbtnHelp; }\r
+        }\r
+\r
+        /// <summary>\r
         /// Drop down that contants the plugins menu. Make sure to set it Visible if\r
         /// you add items to this menu, it's hidden by default\r
         /// </summary>\r
@@ -934,6 +942,16 @@ namespace Radegast
                 mediaConsole.Focus();\r
         }\r
 \r
+        private void reportBugsToolStripMenuItem_Click(object sender, EventArgs e)\r
+        {\r
+            ProcessLink("http://jira.openmetaverse.org/browse/RAD");\r
+        }\r
+\r
+        private void aboutRadegastToolStripMenuItem_Click(object sender, EventArgs e)\r
+        {\r
+            (new frmAbout(instance)).ShowDialog();\r
+        }\r
+\r
         #endregion\r
     }\r
 }
\ No newline at end of file
index 453e9ca..73258a4 100644 (file)
         KlSA8/zRh9ABIDUG+1JpAAAAAElFTkSuQmCC\r
 </value>\r
   </data>\r
+  <data name="tbtnHelp.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">\r
+    <value>\r
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8\r
+        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIISURBVDhPpZP7S1NxGMbPPxKaXVUkMEq8IpKUCoY/hGgI\r
+        ymqkDYYXcCjDZOANURSjCNGFQUTsl4GXVMxKk62YU4fXQpaIlygHQxBRH8/zwvyaIAYe+HLgnPN8nue9\r
+        HA3nvDTq63oW/jm13XOwvPTB3DYFY5MH+bXfcN8ygfTSMSSXfESicQDxBqdYHwH29g9w2tnZ3UcguIvN\r
+        rR3417exuBJE5N1n/wfwLgXEOc38Bc6xNRHb+/y4nm49G0Bnit2zf9H6bkliE/jKuYxrd6oVgDWfjB+K\r
+        TWeKMyrGEVfowITvD9re/9ABVQrAhh0HHK+ZselMMaN/mvwtDb+aVqkA7HYIwIj3ysfluPTorJnP6Ezx\r
+        oHsD1s5ZXEktUwCOioB5f1CEPR9+wTG6iuiserTo8dkwng7HT/R+XUPF8xlcTjErAOdMcW6NW8STiwG8\r
+        7vej8oUPN/PsEv3t8Ao0TZP3T1u8uJRkUgAuSYHtO97oLxmXd5t9Ho8aPTK+GzntqNfrLm2fFoihwYOI\r
+        xGIF4KjoGBLzY1OrF9k6OOFxnwDC4wxIMX1G0pMhgVyMNyoA13PAtS7OrJk1PrC69LUdQWxuF6IybHrX\r
+        LRI7JrtZdoDAo1XmbjMyD+tjSXxGcXRmnYg5ttD9QuxDhN0uUgDOmbvNTpPOJaGAo2K36cyaGZvOFIfd\r
+        KlSA8/zRh9ABIDUG+1JpAAAAAElFTkSuQmCC\r
+</value>\r
+  </data>\r
   <metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">\r
     <value>116, 17</value>\r
   </metadata>\r
index 490e616..3a9f5cd 100644 (file)
@@ -560,6 +560,13 @@ namespace Radegast.Properties {
             }\r
         }\r
         \r
+        public static System.Drawing.Bitmap radegast_large {\r
+            get {\r
+                object obj = ResourceManager.GetObject("radegast_large", resourceCulture);\r
+                return ((System.Drawing.Bitmap)(obj));\r
+            }\r
+        }\r
+        \r
         public static System.Drawing.Bitmap radegast_main_screen2 {\r
             get {\r
                 object obj = ResourceManager.GetObject("radegast_main_screen2", resourceCulture);\r
index c9a5349..fbc632e 100644 (file)
   <resheader name="writer">\r
     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\r
   </resheader>\r
-  <data name="RadegastAuthor" xml:space="preserve">\r
-    <value>Radegast Development Team</value>\r
-  </data>\r
   <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />\r
-  <data name="folder_open_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/folder-open_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="del_trans" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/del_trans.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="arrow_up_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/arrow-up_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_socks" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_socks.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="cut_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/cut_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_landmark" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_landmark.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="computer_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/computer_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="lsl_keywords" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/lsl_keywords.txt;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>\r
   </data>\r
-  <data name="GreenOrbFaded_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/GreenOrbFaded_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_object_multi" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_object_multi.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="paste_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/paste_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_callingcard_online" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_callingcard_online.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="GreenOrb_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/GreenOrb_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_skirt" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_skirt.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="delete_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/delete_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_shirt" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_shirt.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="applications_32" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/applications_32.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_folder_lostandfound" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_folder_lostandfound.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="documents_32" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/documents_32.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="status_no_voice" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/status_no_voice.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="folder_closed_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/folder-closed_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_folder_callingcard" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_folder_callingcard.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="documents_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/documents_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_gesture" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_gesture.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="copy_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/copy_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="status_script_debug" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/status_script_debug.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="applications_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/applications_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_folder_object" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_folder_object.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="arrow_forward_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/arrow-forward_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_skin" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_skin.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  </data>\r
+  <data name="folder_open_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/folder-open_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  </data>\r
+  <data name="inv_folder_animation" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_folder_animation.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
   <data name="RadegastTitle" xml:space="preserve">\r
     <value>Radegast 1.9</value>\r
   </data>\r
-  <data name="lsl_scripts_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/lsl_scripts_16.PNG;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_folder_plain_closed" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_folder_plain_closed.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_folder_animation" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_folder_animation.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_folder_trash" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_folder_trash.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_folder_bodypart" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_folder_bodypart.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="btn_stop" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/btn_stop.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_folder_callingcard" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_folder_callingcard.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_object" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_object.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  </data>\r
+  <data name="inv_item_animation" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_animation.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  </data>\r
+  <data name="inv_item_undershirt" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_undershirt.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  </data>\r
+  <data name="add_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/add_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  </data>\r
+  <data name="inv_item_pants" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_pants.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  </data>\r
+  <data name="inv_item_callingcard_offline" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_callingcard_offline.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  </data>\r
+  <data name="radegast_main_screen2" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/radegast-main screen2.jpg;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
   <data name="inv_folder_clothing" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
     <value>../Resources/inv_folder_clothing.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_folder_gesture" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_folder_gesture.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="GreenOrb_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/GreenOrb_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_folder_landmark" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_folder_landmark.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_eyes" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_eyes.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_folder_lostandfound" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_folder_lostandfound.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_script" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_script.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_folder_notecard" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_folder_notecard.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="status_buy_currency" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/status_buy_currency.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_folder_object" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_folder_object.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="GreenOrbFaded_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/GreenOrbFaded_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_folder_plain_closed" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_folder_plain_closed.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_snapshot" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_snapshot.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_folder_plain_open" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_folder_plain_open.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="status_no_build" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/status_no_build.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
   <data name="inv_folder_script" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
     <value>../Resources/inv_folder_script.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_folder_snapshot" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_folder_snapshot.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="arrow_up_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/arrow-up_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_folder_sound" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_folder_sound.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="status_search" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/status_search.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_folder_texture" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_folder_texture.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="lsl_scripts_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/lsl_scripts_16.PNG;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_folder_trash" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_folder_trash.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_underpants" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_underpants.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_item_animation" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_animation.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_gloves" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_gloves.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_item_attach" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_attach.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_folder_texture" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_folder_texture.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_item_callingcard_offline" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_callingcard_offline.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="folder_closed_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/folder-closed_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_item_callingcard_online" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_callingcard_online.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="RadegastAuthor" xml:space="preserve">\r
+    <value>Radegast Development Team</value>\r
   </data>\r
-  <data name="inv_item_clothing" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_clothing.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="status_no_scripts" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/status_no_scripts.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_item_eyes" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_eyes.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_hair" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_hair.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_item_gesture" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_gesture.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="computer_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/computer_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_item_gloves" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_gloves.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_folder_sound" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_folder_sound.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_item_hair" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_hair.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="applications_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/applications_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_item_jacket" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_jacket.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="paste_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/paste_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_item_landmark" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_landmark.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="status_health" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/status_health.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
   <data name="inv_item_landmark_visited" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
     <value>../Resources/inv_item_landmark_visited.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
+  <data name="inv_folder_plain_open" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_folder_plain_open.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  </data>\r
   <data name="inv_item_notecard" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
     <value>../Resources/inv_item_notecard.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_item_object" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_object.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
-  </data>\r
-  <data name="inv_item_object_multi" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_object_multi.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
-  </data>\r
-  <data name="inv_item_pants" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_pants.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="delete_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/delete_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_item_script" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_script.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="checkerboard" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/checkerboard.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
   <data name="inv_item_script_dangerous" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
     <value>../Resources/inv_item_script_dangerous.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_item_shape" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_shape.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
-  </data>\r
-  <data name="inv_item_shirt" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_shirt.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
-  </data>\r
-  <data name="inv_item_shoes" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_shoes.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
-  </data>\r
-  <data name="inv_item_skin" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_skin.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
-  </data>\r
-  <data name="inv_item_skirt" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_skirt.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
-  </data>\r
-  <data name="inv_item_snapshot" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_snapshot.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
-  </data>\r
-  <data name="inv_item_socks" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_socks.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
-  </data>\r
-  <data name="inv_item_sound" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_sound.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="status_no_push" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/status_no_push.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_item_texture" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_texture.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="documents_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/documents_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_item_underpants" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_underpants.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="arrow_forward_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/arrow-forward_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="inv_item_undershirt" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/inv_item_undershirt.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="btn_play" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/btn_play.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
   <data name="ProgramName" xml:space="preserve">\r
     <value>Radegast</value>\r
   </data>\r
-  <data name="radegast_main_screen2" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/radegast-main screen2.jpg;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
-  </data>\r
-  <data name="status_buy_currency" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/status_buy_currency.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_shape" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_shape.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="status_health" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/status_health.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_folder_snapshot" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_folder_snapshot.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="status_no_build" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/status_no_build.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_shoes" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_shoes.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
   <data name="status_no_fly" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
     <value>../Resources/status_no_fly.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="status_no_push" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/status_no_push.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_clothing" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_clothing.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="status_no_scripts" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/status_no_scripts.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="cut_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/cut_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="status_no_voice" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/status_no_voice.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="applications_32" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/applications_32.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="status_script_debug" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/status_script_debug.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="documents_32" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/documents_32.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="status_search" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/status_search.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="copy_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/copy_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="lsl_keywords" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/lsl_keywords.txt;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>\r
+  <data name="inv_folder_landmark" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_folder_landmark.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="del_trans" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/del_trans.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_attach" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_attach.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
   <data name="radegast_icon" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
     <value>../radegast.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="checkerboard" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/checkerboard.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_texture" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_texture.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="add_16" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/add_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_sound" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_sound.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="btn_play" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/btn_play.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_item_jacket" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_item_jacket.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="btn_stop" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>../Resources/btn_stop.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  <data name="inv_folder_gesture" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_folder_gesture.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  </data>\r
+  <data name="inv_folder_notecard" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_folder_notecard.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  </data>\r
+  <data name="inv_folder_bodypart" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>../Resources/inv_folder_bodypart.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  </data>\r
+  <data name="radegast_large" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>..\Resources\radegast_large.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-</root>\r
+</root>
\ No newline at end of file
index 62a6cd9..88a55f3 100644 (file)
     <Compile Include="GUI\Consoles\Assets\SLImageHandler.Designer.cs">\r
       <DependentUpon>SLImageHandler.cs</DependentUpon>\r
     </Compile>\r
+    <Compile Include="GUI\Dialogs\About.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="GUI\Dialogs\About.Designer.cs">\r
+      <DependentUpon>About.cs</DependentUpon>\r
+    </Compile>\r
     <Compile Include="GUI\Dialogs\DebugLog.cs">\r
       <SubType>Form</SubType>\r
     </Compile>\r
       <DependentUpon>SLImageHandler.cs</DependentUpon>\r
       <SubType>Designer</SubType>\r
     </EmbeddedResource>\r
+    <EmbeddedResource Include="GUI\Dialogs\About.resx">\r
+      <DependentUpon>About.cs</DependentUpon>\r
+      <SubType>Designer</SubType>\r
+    </EmbeddedResource>\r
     <EmbeddedResource Include="GUI\Dialogs\DebugLog.resx">\r
       <SubType>Designer</SubType>\r
       <DependentUpon>DebugLog.cs</DependentUpon>\r
     <None Include="Resources\checkerboard.png" />\r
     <Content Include="Resources\btn_play.png" />\r
     <Content Include="Resources\btn_stop.png" />\r
+    <Content Include="Resources\radegast_large.png" />\r
     <Content Include="worldmap.html">\r
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
     </Content>\r
index 08178c2..117f70a 100644 (file)
@@ -1,5 +1,5 @@
 // Autogenerated: run updatebuildnr.bat/sh to update \r
 namespace Radegast \r
 { \r
-    public static class RadegastBuild { public static int CurrentRev = 212; } \r
+    public static class RadegastBuild { public static int CurrentRev = 232; } \r
 } \r
diff --git a/Radegast/Resources/radegast_large.png b/Radegast/Resources/radegast_large.png
new file mode 100644 (file)
index 0000000..b6d5ede
Binary files /dev/null and b/Radegast/Resources/radegast_large.png differ
diff --git a/TODO.txt b/TODO.txt
deleted file mode 100644 (file)
index 769e4db..0000000
--- a/TODO.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-$Id$\r
-\r
-TODO\r
-====\r
-1. Implement more inventory actions for different asset types\r
-2. Allow backup of all text from the inventory\r
-\r
diff --git a/nini-license.txt b/nini-license.txt
deleted file mode 100644 (file)
index 6de2d7f..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-\r
-Nini Configuration Project.\r
-Copyright (c) 2006 Brent R. Matzelle\r
-\r
-Permission is hereby granted, free of charge, to any person obtaining\r
-a copy of this software and associated documentation files (the\r
-"Software"), to deal in the Software without restriction, including\r
-without limitation the rights to use, copy, modify, merge, publish,\r
-distribute, sublicense, and/or sell copies of the Software, and to\r
-permit persons to whom the Software is furnished to do so, subject to\r
-the following conditions:\r
-\r
-The above copyright notice and this permission notice shall be\r
-included in all copies or substantial portions of the Software.\r
-\r
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\r
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\r
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\r
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
-\r
diff --git a/sleek-license.txt b/sleek-license.txt
deleted file mode 100644 (file)
index 989b228..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Copyright (c) 2006-2008, Paul Clement (a.k.a. Delta)\r
-All rights reserved.\r
-\r
-Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\r
-\r
-    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\r
-    * 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.\r
-    * Neither the name of the application, "SLeek", nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\r
-\r
-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.
\ No newline at end of file