From a90ef2d4936fb0537e64f4b89fca2efe548404df Mon Sep 17 00:00:00 2001 From: mindtriggerz Date: Fri, 20 Oct 2006 02:08:09 +0000 Subject: [PATCH] Added the AnimationSample example program. Hopefully this will serve as a quick guide to using pregen to generate packets for new developers git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@346 52acb1d6-8a22-11de-b505-999d5b087335 --- .../AnimationSample/AnimationSample.csproj | 84 ++++++++++ .../AnimationSample/Form1.Designer.cs | 152 ++++++++++++++++++ .../examples/AnimationSample/Form1.cs | 71 ++++++++ .../examples/AnimationSample/Form1.resx | 120 ++++++++++++++ .../examples/AnimationSample/Program.cs | 20 +++ .../Properties/AssemblyInfo.cs | 33 ++++ .../Properties/Resources.Designer.cs | 71 ++++++++ .../AnimationSample/Properties/Resources.resx | 117 ++++++++++++++ .../Properties/Settings.Designer.cs | 30 ++++ .../Properties/Settings.settings | 7 + .../obj/AnimationSample.csproj.FileList.txt | 10 ++ .../obj/Debug/AnimationSample.Form1.resources | Bin 0 -> 180 bytes ...ationSample.Properties.Resources.resources | Bin 0 -> 180 bytes ...mationSample.csproj.GenerateResource.Cache | Bin 0 -> 842 bytes .../obj/Debug/AnimationSample.pdb | Bin 0 -> 22016 bytes 15 files changed, 715 insertions(+) create mode 100644 libsecondlife-cs/examples/AnimationSample/AnimationSample.csproj create mode 100644 libsecondlife-cs/examples/AnimationSample/Form1.Designer.cs create mode 100644 libsecondlife-cs/examples/AnimationSample/Form1.cs create mode 100644 libsecondlife-cs/examples/AnimationSample/Form1.resx create mode 100644 libsecondlife-cs/examples/AnimationSample/Program.cs create mode 100644 libsecondlife-cs/examples/AnimationSample/Properties/AssemblyInfo.cs create mode 100644 libsecondlife-cs/examples/AnimationSample/Properties/Resources.Designer.cs create mode 100644 libsecondlife-cs/examples/AnimationSample/Properties/Resources.resx create mode 100644 libsecondlife-cs/examples/AnimationSample/Properties/Settings.Designer.cs create mode 100644 libsecondlife-cs/examples/AnimationSample/Properties/Settings.settings create mode 100644 libsecondlife-cs/examples/AnimationSample/obj/AnimationSample.csproj.FileList.txt create mode 100644 libsecondlife-cs/examples/AnimationSample/obj/Debug/AnimationSample.Form1.resources create mode 100644 libsecondlife-cs/examples/AnimationSample/obj/Debug/AnimationSample.Properties.Resources.resources create mode 100644 libsecondlife-cs/examples/AnimationSample/obj/Debug/AnimationSample.csproj.GenerateResource.Cache create mode 100644 libsecondlife-cs/examples/AnimationSample/obj/Debug/AnimationSample.pdb diff --git a/libsecondlife-cs/examples/AnimationSample/AnimationSample.csproj b/libsecondlife-cs/examples/AnimationSample/AnimationSample.csproj new file mode 100644 index 00000000..66ebf1fc --- /dev/null +++ b/libsecondlife-cs/examples/AnimationSample/AnimationSample.csproj @@ -0,0 +1,84 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {4EF98AD4-B3B3-42B0-9273-13A614A823F7} + WinExe + Properties + AnimationSample + AnimationSample + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + Form + + + Form1.cs + + + + + Designer + Form1.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + {D9CDEDFB-8169-4B03-B57F-0DF638F044EC} + libsecondlife + + + + + \ No newline at end of file diff --git a/libsecondlife-cs/examples/AnimationSample/Form1.Designer.cs b/libsecondlife-cs/examples/AnimationSample/Form1.Designer.cs new file mode 100644 index 00000000..6d697050 --- /dev/null +++ b/libsecondlife-cs/examples/AnimationSample/Form1.Designer.cs @@ -0,0 +1,152 @@ +namespace AnimationSample +{ + partial class Form1 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + try + { + client.Network.Logout(); + } + catch + { + //ignore + } + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.txtLast = new System.Windows.Forms.TextBox(); + this.txtFirst = new System.Windows.Forms.TextBox(); + this.txtPassword = new System.Windows.Forms.TextBox(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.btnLogin = new System.Windows.Forms.Button(); + this.btnPlay = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // txtLast + // + this.txtLast.Location = new System.Drawing.Point(162, 33); + this.txtLast.Name = "txtLast"; + this.txtLast.Size = new System.Drawing.Size(133, 20); + this.txtLast.TabIndex = 0; + this.txtLast.Text = "Malthus"; + // + // txtFirst + // + this.txtFirst.Location = new System.Drawing.Point(23, 33); + this.txtFirst.Name = "txtFirst"; + this.txtFirst.Size = new System.Drawing.Size(133, 20); + this.txtFirst.TabIndex = 0; + this.txtFirst.Text = "Jesse"; + // + // txtPassword + // + this.txtPassword.Location = new System.Drawing.Point(301, 33); + this.txtPassword.Name = "txtPassword"; + this.txtPassword.PasswordChar = '*'; + this.txtPassword.Size = new System.Drawing.Size(133, 20); + this.txtPassword.TabIndex = 0; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(159, 17); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(58, 13); + this.label1.TabIndex = 1; + this.label1.Text = "Last Name"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(20, 17); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(57, 13); + this.label2.TabIndex = 1; + this.label2.Text = "First Name"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(298, 17); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(53, 13); + this.label3.TabIndex = 1; + this.label3.Text = "Password"; + // + // btnLogin + // + this.btnLogin.Location = new System.Drawing.Point(305, 61); + this.btnLogin.Name = "btnLogin"; + this.btnLogin.Size = new System.Drawing.Size(128, 29); + this.btnLogin.TabIndex = 2; + this.btnLogin.Text = "Login"; + this.btnLogin.UseVisualStyleBackColor = true; + this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click); + // + // btnPlay + // + this.btnPlay.Location = new System.Drawing.Point(162, 131); + this.btnPlay.Name = "btnPlay"; + this.btnPlay.Size = new System.Drawing.Size(133, 42); + this.btnPlay.TabIndex = 3; + this.btnPlay.Text = "Play \"dance1\" animation"; + this.btnPlay.UseVisualStyleBackColor = true; + this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click); + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(464, 196); + this.Controls.Add(this.btnPlay); + this.Controls.Add(this.btnLogin); + this.Controls.Add(this.label2); + this.Controls.Add(this.label3); + this.Controls.Add(this.label1); + this.Controls.Add(this.txtPassword); + this.Controls.Add(this.txtFirst); + this.Controls.Add(this.txtLast); + this.Name = "Form1"; + this.Text = "LibSL Animation Example"; + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.TextBox txtLast; + private System.Windows.Forms.TextBox txtFirst; + private System.Windows.Forms.TextBox txtPassword; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.Button btnLogin; + private System.Windows.Forms.Button btnPlay; + } +} + diff --git a/libsecondlife-cs/examples/AnimationSample/Form1.cs b/libsecondlife-cs/examples/AnimationSample/Form1.cs new file mode 100644 index 00000000..a0a4d6bd --- /dev/null +++ b/libsecondlife-cs/examples/AnimationSample/Form1.cs @@ -0,0 +1,71 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Text; +using System.Windows.Forms; +using libsecondlife; +using libsecondlife.Packets; +using System.Collections; + +namespace AnimationSample +{ + public partial class Form1 : Form + { + SecondLife client; + public Form1() + { + InitializeComponent(); + //Create the SecondLife client object + client = new SecondLife(); + + } + + private void btnPlay_Click(object sender, EventArgs e) + { + //Build an animation packet + AgentAnimationPacket packet = new AgentAnimationPacket(); + + //create an AgentData block + AgentAnimationPacket.AgentDataBlock agentdata = new AgentAnimationPacket.AgentDataBlock(); + //Fill in its values + agentdata.AgentID = client.Avatar.ID; + agentdata.SessionID = client.Network.SessionID; + //Add it in the packet + packet.AgentData = agentdata; + + //Create an AnimationList block + AgentAnimationPacket.AnimationListBlock anims = new AgentAnimationPacket.AnimationListBlock(); + //Set the UUID of the animation to avatar_dance1.bvh, a standard animation + anims.AnimID = new LLUUID("b68a3d7c-de9e-fc87-eec8-543d787e5b0d"); + //Start the animation + anims.StartAnim = true; + //Add it to the packet. SInce it's a Variable number block, we have to construct an array. + packet.AnimationList = new AgentAnimationPacket.AnimationListBlock[] { anims }; + + //Send the packet + client.Network.SendPacket(packet); + } + + private void btnLogin_Click(object sender, EventArgs e) + { + //Login information + Hashtable loginParams = NetworkManager.DefaultLoginValues(txtFirst.Text, txtLast.Text, txtPassword.Text, "00:00:00:00:00:00", + "last", 1, 12, 12, 12, "Win", "0", "animationsample", "jessemalthus@gmail.com"); + Hashtable loginReply = new Hashtable(); + + // Login + if (!client.Network.Login(loginParams)) + { + // Login failed + MessageBox.Show("We're sorry, but login failed. Error: \n " + client.Network.LoginError); + + } + else + { + MessageBox.Show("Login succeded. You're at " + client.Avatar.Position + " on " + client.Network.CurrentSim.Region.Name); + } + } + } +} \ No newline at end of file diff --git a/libsecondlife-cs/examples/AnimationSample/Form1.resx b/libsecondlife-cs/examples/AnimationSample/Form1.resx new file mode 100644 index 00000000..ff31a6db --- /dev/null +++ b/libsecondlife-cs/examples/AnimationSample/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/libsecondlife-cs/examples/AnimationSample/Program.cs b/libsecondlife-cs/examples/AnimationSample/Program.cs new file mode 100644 index 00000000..3b2462fc --- /dev/null +++ b/libsecondlife-cs/examples/AnimationSample/Program.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.Windows.Forms; + +namespace AnimationSample +{ + static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.Run(new Form1()); + } + } +} \ No newline at end of file diff --git a/libsecondlife-cs/examples/AnimationSample/Properties/AssemblyInfo.cs b/libsecondlife-cs/examples/AnimationSample/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..d2215c14 --- /dev/null +++ b/libsecondlife-cs/examples/AnimationSample/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("AnimationSample")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Thearis Systems/RedWire Virtual")] +[assembly: AssemblyProduct("AnimationSample")] +[assembly: AssemblyCopyright("Copyright © Thearis Systems/RedWire Virtual 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("e7a7971a-3841-436b-bfdc-d4c14ffa1fc6")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/libsecondlife-cs/examples/AnimationSample/Properties/Resources.Designer.cs b/libsecondlife-cs/examples/AnimationSample/Properties/Resources.Designer.cs new file mode 100644 index 00000000..86e6c716 --- /dev/null +++ b/libsecondlife-cs/examples/AnimationSample/Properties/Resources.Designer.cs @@ -0,0 +1,71 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace AnimationSample.Properties +{ + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources + { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() + { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager + { + get + { + if ((resourceMan == null)) + { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AnimationSample.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture + { + get + { + return resourceCulture; + } + set + { + resourceCulture = value; + } + } + } +} diff --git a/libsecondlife-cs/examples/AnimationSample/Properties/Resources.resx b/libsecondlife-cs/examples/AnimationSample/Properties/Resources.resx new file mode 100644 index 00000000..ffecec85 --- /dev/null +++ b/libsecondlife-cs/examples/AnimationSample/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/libsecondlife-cs/examples/AnimationSample/Properties/Settings.Designer.cs b/libsecondlife-cs/examples/AnimationSample/Properties/Settings.Designer.cs new file mode 100644 index 00000000..d7a4f5ff --- /dev/null +++ b/libsecondlife-cs/examples/AnimationSample/Properties/Settings.Designer.cs @@ -0,0 +1,30 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.42 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace AnimationSample.Properties +{ + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase + { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default + { + get + { + return defaultInstance; + } + } + } +} diff --git a/libsecondlife-cs/examples/AnimationSample/Properties/Settings.settings b/libsecondlife-cs/examples/AnimationSample/Properties/Settings.settings new file mode 100644 index 00000000..abf36c5d --- /dev/null +++ b/libsecondlife-cs/examples/AnimationSample/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/libsecondlife-cs/examples/AnimationSample/obj/AnimationSample.csproj.FileList.txt b/libsecondlife-cs/examples/AnimationSample/obj/AnimationSample.csproj.FileList.txt new file mode 100644 index 00000000..9bce9590 --- /dev/null +++ b/libsecondlife-cs/examples/AnimationSample/obj/AnimationSample.csproj.FileList.txt @@ -0,0 +1,10 @@ +obj\Debug\ResolveAssemblyReference.cache +obj\Debug\AnimationSample.Form1.resources +obj\Debug\AnimationSample.Properties.Resources.resources +obj\Debug\AnimationSample.csproj.GenerateResource.Cache +bin\Debug\AnimationSample.exe +bin\Debug\AnimationSample.pdb +bin\Debug\libsecondlife.dll +bin\Debug\libsecondlife.pdb +obj\Debug\AnimationSample.exe +obj\Debug\AnimationSample.pdb diff --git a/libsecondlife-cs/examples/AnimationSample/obj/Debug/AnimationSample.Form1.resources b/libsecondlife-cs/examples/AnimationSample/obj/Debug/AnimationSample.Form1.resources new file mode 100644 index 0000000000000000000000000000000000000000..06c24d06c1cab750788146ce052b37770f3fa530 GIT binary patch literal 180 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 literal 0 HcmV?d00001