From 568d5a6573ffd13c5adb38ab40e0e608fa3dff8e Mon Sep 17 00:00:00 2001 From: lempamo Date: Sun, 2 Apr 2017 13:35:32 -0400 Subject: added AIM sounds to webchat --- TimeHACK.Main/OS/Win95/Win95.cs | 20 +++++------ TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs | 40 ++++++++++++--------- TimeHACK.Main/Properties/Resources.Designer.cs | 36 +++++++++++++++++++ TimeHACK.Main/Properties/Resources.resx | 12 +++++++ .../Resources/WinClassic/AIMbuddyjoin.wav | Bin 0 -> 167760 bytes .../Resources/WinClassic/AIMbuddyleave.wav | Bin 0 -> 86256 bytes .../Resources/WinClassic/AIMmessagereceived.wav | Bin 0 -> 159984 bytes .../Resources/WinClassic/AIMmessagesent.wav | Bin 0 -> 157936 bytes TimeHACK.Main/TimeHACK.Main.csproj | 4 +++ TimeHACK.Main/bin/Release/TimeHACK.Engine.dll | Bin 126976 -> 128512 bytes TimeHACK.Main/bin/Release/TimeHACK.Engine.pdb | Bin 32256 -> 34304 bytes TimeHACK.Main/bin/Release/TimeHACK.application | 2 +- TimeHACK.Main/bin/Release/TimeHACK.exe | Bin 5488128 -> 6063104 bytes TimeHACK.Main/bin/Release/TimeHACK.exe.manifest | 8 ++--- TimeHACK.Main/bin/Release/TimeHACK.pdb | Bin 124416 -> 126464 bytes .../bin/Release/TimeHACK.vshost.application | 2 +- .../bin/Release/TimeHACK.vshost.exe.manifest | 8 ++--- TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe | Bin 5488128 -> 6063104 bytes .../DesignTimeResolveAssemblyReferencesInput.cache | Bin 12021 -> 12438 bytes .../TempPE/Properties.Resources.Designer.cs.dll | Bin 9216 -> 9728 bytes .../TimeHACK.Main.csproj.GenerateResource.Cache | Bin 4011 -> 4414 bytes ...eHACK.Main.csprojResolveAssemblyReference.cache | Bin 16573 -> 16573 bytes .../TimeHACK.Properties.Resources.resources | Bin 4132862 -> 4706819 bytes TimeHACK.Main/obj/Release/TimeHACK.application | 2 +- TimeHACK.Main/obj/Release/TimeHACK.exe | Bin 5488128 -> 6063104 bytes TimeHACK.Main/obj/Release/TimeHACK.exe.manifest | 8 ++--- TimeHACK.Main/obj/Release/TimeHACK.pdb | Bin 124416 -> 126464 bytes 27 files changed, 100 insertions(+), 42 deletions(-) create mode 100644 TimeHACK.Main/Resources/WinClassic/AIMbuddyjoin.wav create mode 100644 TimeHACK.Main/Resources/WinClassic/AIMbuddyleave.wav create mode 100644 TimeHACK.Main/Resources/WinClassic/AIMmessagereceived.wav create mode 100644 TimeHACK.Main/Resources/WinClassic/AIMmessagesent.wav (limited to 'TimeHACK.Main') diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs index 85039ef..afe1644 100644 --- a/TimeHACK.Main/OS/Win95/Win95.cs +++ b/TimeHACK.Main/OS/Win95/Win95.cs @@ -54,16 +54,16 @@ namespace TimeHACK.OS.Win95 private void fontLoad() { - this.taskbartime.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.ProgramsToolStripMenuItem.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.DocumentsToolStripMenuItem.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.SettingsToolStripMenuItem.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FindToolStripMenuItem.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.HelpToolStripMenuItem.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.RunToolStripMenuItem.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.SuspendToolStripMenuItem.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.ShutdownToolStripMenuItem.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.desktopicons.Font = new System.Drawing.Font(TitleScreen.pfc.Families[0], 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.taskbartime.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((byte)(0))); + this.ProgramsToolStripMenuItem.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((byte)(0))); + this.DocumentsToolStripMenuItem.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.SettingsToolStripMenuItem.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.FindToolStripMenuItem.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.HelpToolStripMenuItem.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.RunToolStripMenuItem.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.SuspendToolStripMenuItem.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.ShutdownToolStripMenuItem.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.desktopicons.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); } #region StartMenu diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs index 7679c7a..714df9d 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs @@ -9,16 +9,24 @@ using System.Threading.Tasks; using System.Windows.Forms; using TimeHACK.Engine; using System.Threading; +using System.Media; +using System.IO; namespace TimeHACK.OS.Win95.Win95Apps { public partial class WebChat1998 : UserControl { int chat_index = 0; + WindowManager wm = new WindowManager(); WCMessageParser wcmp = new WCMessageParser(); bool correctname = false; bool guessing = false; + SoundPlayer join = new SoundPlayer(Properties.Resources.AIMbuddyjoin); + SoundPlayer leave = new SoundPlayer(Properties.Resources.AIMbuddyleave); + SoundPlayer send = new SoundPlayer(Properties.Resources.AIMmessagesent); + SoundPlayer receive = new SoundPlayer(Properties.Resources.AIMmessagereceived); + public WebChat1998() { InitializeComponent(); @@ -32,23 +40,15 @@ namespace TimeHACK.OS.Win95.Win95Apps } private void Button1_Click(object sender, EventArgs e) { - if (txtscreenname.Text == "") - { - WindowManager wm = new WindowManager(); - wm.startInfobox95("Invalid Username", "Your username cannot be blank.", Properties.Resources.Win95Warning); - return; - } - else if (txtscreenname.Text.Length > 12) - { - WindowManager wm = new WindowManager(); - wm.startInfobox95("Invalid Username", "Your username needs to be less than 12 characters.", Properties.Resources.Win95Warning); - return; - } + if (txtscreenname.Text == "") { wm.startInfobox95("Invalid Username", "Your username cannot be blank.", Properties.Resources.Win95Warning); return; } + if (txtscreenname.Text.Length > 12) { wm.startInfobox95("Invalid Username", "Your username needs to be less than 12 characters.", Properties.Resources.Win95Warning); return; } + if (txtscreenname.Text.Contains(" ")) { wm.startInfobox95("Invalid Username", "Your username cannot contain spaces.", Properties.Resources.Win95Warning); return; } ParentForm.AcceptButton = button2; TitleScreen.username = txtscreenname.Text; login.Hide(); listBox1.Items.Add(TitleScreen.username); - history.Text = "System: " + TitleScreen.username + " has joined the chat.\n"; + history.Text = "System: " + TitleScreen.username + " has joined the chat." + Environment.NewLine; + join.Play(); Chat.Start(); } @@ -56,11 +56,12 @@ namespace TimeHACK.OS.Win95.Win95Apps { if (!guessing) { - history.Text += wcmp.ParseMessage(resources.GetString("convo"), chat_index, TitleScreen.username) + "\n"; + history.Text += wcmp.ParseMessage(resources.GetString("convo"), chat_index, TitleScreen.username) + Environment.NewLine; switch (wcmp.GetSpecial(resources.GetString("convo"), chat_index)) { case "addsh": listBox1.Items.Add("SkyHigh"); + join.Play(); break; case "nameguess": typechat.Hide(); @@ -69,11 +70,14 @@ namespace TimeHACK.OS.Win95.Win95Apps button4.Show(); Chat.Stop(); guessing = true; + receive.Play(); break; case "addrain": listBox1.Items.Add("rain49"); + join.Play(); break; default: + receive.Play(); break; } Chat.Interval = wcmp.GetMessageDelay(resources.GetString("convo"), chat_index); @@ -82,13 +86,14 @@ namespace TimeHACK.OS.Win95.Win95Apps { if (correctname) { - history.Text += "SkyHigh: yay you got it right!\n"; + history.Text += "SkyHigh: yay you got it right!" + Environment.NewLine; } else { - history.Text += "SkyHigh: sorry, my name is actually bill\n"; + history.Text += "SkyHigh: sorry, my name is actually bill" + Environment.NewLine; } guessing = false; + receive.Play(); Chat.Interval = wcmp.GetMessageDelay(resources.GetString("convo"), chat_index); } chat_index++; @@ -96,8 +101,9 @@ namespace TimeHACK.OS.Win95.Win95Apps private void Button2_Click(object sender, EventArgs e) { - if (typechat.Text != "") history.Text += TitleScreen.username + ": " + typechat.Text + "\n"; + if (typechat.Text != "") history.Text += TitleScreen.username + ": " + typechat.Text + Environment.NewLine; typechat.Text = ""; + send.Play(); } private void Button3_Click(object sender, EventArgs e) diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index b68a6f2..96efd85 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -80,6 +80,42 @@ namespace TimeHACK.Properties { } } + /// + /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. + /// + internal static System.IO.UnmanagedMemoryStream AIMbuddyjoin { + get { + return ResourceManager.GetStream("AIMbuddyjoin", resourceCulture); + } + } + + /// + /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. + /// + internal static System.IO.UnmanagedMemoryStream AIMbuddyleave { + get { + return ResourceManager.GetStream("AIMbuddyleave", resourceCulture); + } + } + + /// + /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. + /// + internal static System.IO.UnmanagedMemoryStream AIMmessagereceived { + get { + return ResourceManager.GetStream("AIMmessagereceived", resourceCulture); + } + } + + /// + /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. + /// + internal static System.IO.UnmanagedMemoryStream AIMmessagesent { + get { + return ResourceManager.GetStream("AIMmessagesent", resourceCulture); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx index d7096e2..0970029 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -250,6 +250,18 @@ ..\Resources\WinClassic\sliversilver.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\WinClassic\AIMbuddyjoin.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\WinClassic\AIMbuddyleave.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\WinClassic\AIMmessagereceived.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\Resources\WinClassic\AIMmessagesent.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + ..\Resources\WinClassic\Win95Error.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a diff --git a/TimeHACK.Main/Resources/WinClassic/AIMbuddyjoin.wav b/TimeHACK.Main/Resources/WinClassic/AIMbuddyjoin.wav new file mode 100644 index 0000000..dda5e1f Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/AIMbuddyjoin.wav differ diff --git a/TimeHACK.Main/Resources/WinClassic/AIMbuddyleave.wav b/TimeHACK.Main/Resources/WinClassic/AIMbuddyleave.wav new file mode 100644 index 0000000..88d6e09 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/AIMbuddyleave.wav differ diff --git a/TimeHACK.Main/Resources/WinClassic/AIMmessagereceived.wav b/TimeHACK.Main/Resources/WinClassic/AIMmessagereceived.wav new file mode 100644 index 0000000..7bac9bb Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/AIMmessagereceived.wav differ diff --git a/TimeHACK.Main/Resources/WinClassic/AIMmessagesent.wav b/TimeHACK.Main/Resources/WinClassic/AIMmessagesent.wav new file mode 100644 index 0000000..d027e91 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/AIMmessagesent.wav differ diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index d7b5a11..ea3b6a5 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -234,6 +234,10 @@ + + + + diff --git a/TimeHACK.Main/bin/Release/TimeHACK.Engine.dll b/TimeHACK.Main/bin/Release/TimeHACK.Engine.dll index 0a13d8f..97fd8a4 100644 Binary files a/TimeHACK.Main/bin/Release/TimeHACK.Engine.dll and b/TimeHACK.Main/bin/Release/TimeHACK.Engine.dll differ diff --git a/TimeHACK.Main/bin/Release/TimeHACK.Engine.pdb b/TimeHACK.Main/bin/Release/TimeHACK.Engine.pdb index 80b705d..890f0ad 100644 Binary files a/TimeHACK.Main/bin/Release/TimeHACK.Engine.pdb and b/TimeHACK.Main/bin/Release/TimeHACK.Engine.pdb differ diff --git a/TimeHACK.Main/bin/Release/TimeHACK.application b/TimeHACK.Main/bin/Release/TimeHACK.application index 1fb9850..1ac6496 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.application +++ b/TimeHACK.Main/bin/Release/TimeHACK.application @@ -14,7 +14,7 @@ - AwO6OXkOQVExi50oGC9w4YwCEdUdSY0bIMxwJXLF0Mc= + TOmxfxrtinnOLMjWVtEuPI+MbEQOTMUMBIHGdANvS4w= diff --git a/TimeHACK.Main/bin/Release/TimeHACK.exe b/TimeHACK.Main/bin/Release/TimeHACK.exe index 215261d..e932d4b 100644 Binary files a/TimeHACK.Main/bin/Release/TimeHACK.exe and b/TimeHACK.Main/bin/Release/TimeHACK.exe differ diff --git a/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest b/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest index bcb359b..1fc268d 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest +++ b/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest @@ -56,26 +56,26 @@ - + - DgwWsOmPm8mC0KMpcotANuhX4vTkbrvn4vNqUvdnI7k= + 2lQG5DuYfrjHinXdd6VN7jq0gbfhQ+37R6XchZjlGkA= - + - ENN/ttN6dD185HMujPfXV5rh+8IVRlI2I2eboJ/c3GI= + xoZRkVavtqwej84SMc+bgzTWybYfLR7XwCK73qumD+A= diff --git a/TimeHACK.Main/bin/Release/TimeHACK.pdb b/TimeHACK.Main/bin/Release/TimeHACK.pdb index 283347b..bafcdad 100644 Binary files a/TimeHACK.Main/bin/Release/TimeHACK.pdb and b/TimeHACK.Main/bin/Release/TimeHACK.pdb differ diff --git a/TimeHACK.Main/bin/Release/TimeHACK.vshost.application b/TimeHACK.Main/bin/Release/TimeHACK.vshost.application index 1fb9850..1ac6496 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.vshost.application +++ b/TimeHACK.Main/bin/Release/TimeHACK.vshost.application @@ -14,7 +14,7 @@ - AwO6OXkOQVExi50oGC9w4YwCEdUdSY0bIMxwJXLF0Mc= + TOmxfxrtinnOLMjWVtEuPI+MbEQOTMUMBIHGdANvS4w= diff --git a/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest b/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest index bcb359b..1fc268d 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest +++ b/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest @@ -56,26 +56,26 @@ - + - DgwWsOmPm8mC0KMpcotANuhX4vTkbrvn4vNqUvdnI7k= + 2lQG5DuYfrjHinXdd6VN7jq0gbfhQ+37R6XchZjlGkA= - + - ENN/ttN6dD185HMujPfXV5rh+8IVRlI2I2eboJ/c3GI= + xoZRkVavtqwej84SMc+bgzTWybYfLR7XwCK73qumD+A= diff --git a/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe b/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe index 215261d..e932d4b 100644 Binary files a/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe and b/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe differ diff --git a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache index 049462f..fa0e958 100644 Binary files a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache and b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll b/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll index 628d63b..637a1b6 100644 Binary files a/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll and b/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll differ diff --git a/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache b/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache index 4347c4d..d4a9233 100644 Binary files a/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache and b/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache differ diff --git a/TimeHACK.Main/obj/Release/TimeHACK.Main.csprojResolveAssemblyReference.cache b/TimeHACK.Main/obj/Release/TimeHACK.Main.csprojResolveAssemblyReference.cache index 357f866..fec33e3 100644 Binary files a/TimeHACK.Main/obj/Release/TimeHACK.Main.csprojResolveAssemblyReference.cache and b/TimeHACK.Main/obj/Release/TimeHACK.Main.csprojResolveAssemblyReference.cache differ diff --git a/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources b/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources index 171b434..c7b9137 100644 Binary files a/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources and b/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources differ diff --git a/TimeHACK.Main/obj/Release/TimeHACK.application b/TimeHACK.Main/obj/Release/TimeHACK.application index 1fb9850..1ac6496 100644 --- a/TimeHACK.Main/obj/Release/TimeHACK.application +++ b/TimeHACK.Main/obj/Release/TimeHACK.application @@ -14,7 +14,7 @@ - AwO6OXkOQVExi50oGC9w4YwCEdUdSY0bIMxwJXLF0Mc= + TOmxfxrtinnOLMjWVtEuPI+MbEQOTMUMBIHGdANvS4w= diff --git a/TimeHACK.Main/obj/Release/TimeHACK.exe b/TimeHACK.Main/obj/Release/TimeHACK.exe index 215261d..e932d4b 100644 Binary files a/TimeHACK.Main/obj/Release/TimeHACK.exe and b/TimeHACK.Main/obj/Release/TimeHACK.exe differ diff --git a/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest b/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest index bcb359b..1fc268d 100644 --- a/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest +++ b/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest @@ -56,26 +56,26 @@ - + - DgwWsOmPm8mC0KMpcotANuhX4vTkbrvn4vNqUvdnI7k= + 2lQG5DuYfrjHinXdd6VN7jq0gbfhQ+37R6XchZjlGkA= - + - ENN/ttN6dD185HMujPfXV5rh+8IVRlI2I2eboJ/c3GI= + xoZRkVavtqwej84SMc+bgzTWybYfLR7XwCK73qumD+A= diff --git a/TimeHACK.Main/obj/Release/TimeHACK.pdb b/TimeHACK.Main/obj/Release/TimeHACK.pdb index 283347b..bafcdad 100644 Binary files a/TimeHACK.Main/obj/Release/TimeHACK.pdb and b/TimeHACK.Main/obj/Release/TimeHACK.pdb differ -- cgit v1.2.3 From db3a41715a3d49c275fd924f1d590de2956d972f Mon Sep 17 00:00:00 2001 From: lempamo Date: Sun, 2 Apr 2017 20:07:39 -0400 Subject: more convo --- .vs/TimeHACK/v14/.suo | Bin 129536 -> 74240 bytes .../DesignTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 9073 bytes ...tedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs | 0 ...tedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs | 0 ...tedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs | 0 .../OS/Win95/Win95Apps/WebChat1998.Designer.cs | 1 + TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs | 10 ++++++++++ TimeHACK.Main/Properties/Resources.Designer.cs | 9 +++++++++ TimeHACK.Main/Properties/Resources.resx | 3 +++ TimeHACK.Main/Resources/WinClassic/AIMfile.wav | Bin 0 -> 4480 bytes TimeHACK.Main/TimeHACK.Main.csproj | 1 + TimeHACK.Main/bin/Release/TimeHACK.application | 2 +- TimeHACK.Main/bin/Release/TimeHACK.exe | Bin 6063104 -> 6072320 bytes TimeHACK.Main/bin/Release/TimeHACK.exe.manifest | 4 ++-- TimeHACK.Main/bin/Release/TimeHACK.pdb | Bin 126464 -> 126464 bytes .../bin/Release/TimeHACK.vshost.application | 2 +- .../bin/Release/TimeHACK.vshost.exe.manifest | 4 ++-- TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe | Bin 6063104 -> 6072320 bytes .../DesignTimeResolveAssemblyReferences.cache | Bin 46739 -> 37593 bytes .../DesignTimeResolveAssemblyReferencesInput.cache | Bin 12438 -> 12533 bytes .../TempPE/Properties.Resources.Designer.cs.dll | Bin 9728 -> 9728 bytes .../TimeHACK.Main.csproj.GenerateResource.Cache | Bin 4414 -> 4466 bytes ...meHACK.OS.Win95.Win95Apps.WebChat1998.resources | Bin 4277 -> 8933 bytes .../TimeHACK.Properties.Resources.resources | Bin 4706819 -> 4711331 bytes TimeHACK.Main/obj/Release/TimeHACK.application | 2 +- TimeHACK.Main/obj/Release/TimeHACK.exe | Bin 6063104 -> 6072320 bytes TimeHACK.Main/obj/Release/TimeHACK.exe.manifest | 4 ++-- TimeHACK.Main/obj/Release/TimeHACK.pdb | Bin 126464 -> 126464 bytes 28 files changed, 33 insertions(+), 9 deletions(-) create mode 100644 TimeHACK.Engine/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs create mode 100644 TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs create mode 100644 TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs create mode 100644 TimeHACK.Main/Resources/WinClassic/AIMfile.wav (limited to 'TimeHACK.Main') diff --git a/.vs/TimeHACK/v14/.suo b/.vs/TimeHACK/v14/.suo index 1fe43f0..3b72b36 100644 Binary files a/.vs/TimeHACK/v14/.suo and b/.vs/TimeHACK/v14/.suo differ diff --git a/TimeHACK.Engine/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/TimeHACK.Engine/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..bac2e0d Binary files /dev/null and b/TimeHACK.Engine/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs new file mode 100644 index 0000000..e69de29 diff --git a/TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs new file mode 100644 index 0000000..e69de29 diff --git a/TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/TimeHACK.Engine/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs new file mode 100644 index 0000000..e69de29 diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs index af44554..9ab490a 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs @@ -87,6 +87,7 @@ this.history.ReadOnly = true; this.history.Size = new System.Drawing.Size(471, 377); this.history.TabIndex = 2; + this.history.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; // // panel1 // diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs index 714df9d..de03b93 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs @@ -26,6 +26,7 @@ namespace TimeHACK.OS.Win95.Win95Apps SoundPlayer leave = new SoundPlayer(Properties.Resources.AIMbuddyleave); SoundPlayer send = new SoundPlayer(Properties.Resources.AIMmessagesent); SoundPlayer receive = new SoundPlayer(Properties.Resources.AIMmessagereceived); + SoundPlayer file = new SoundPlayer(Properties.Resources.AIMfile); public WebChat1998() { @@ -76,6 +77,15 @@ namespace TimeHACK.OS.Win95.Win95Apps listBox1.Items.Add("rain49"); join.Play(); break; + case "addfile": + label5.Show(); + button5.Show(); + file.Play(); + break; + case "addpadams": + listBox1.Items.Add("12padams"); + join.Play(); + break; default: receive.Play(); break; diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index 96efd85..99c111c 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -98,6 +98,15 @@ namespace TimeHACK.Properties { } } + /// + /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. + /// + internal static System.IO.UnmanagedMemoryStream AIMfile { + get { + return ResourceManager.GetStream("AIMfile", resourceCulture); + } + } + /// /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. /// diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx index 0970029..a4c1ad4 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -271,4 +271,7 @@ ..\Resources\WinClassic\Win95Warning.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\WinClassic\AIMfile.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file diff --git a/TimeHACK.Main/Resources/WinClassic/AIMfile.wav b/TimeHACK.Main/Resources/WinClassic/AIMfile.wav new file mode 100644 index 0000000..6cc1b03 Binary files /dev/null and b/TimeHACK.Main/Resources/WinClassic/AIMfile.wav differ diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index ea3b6a5..f96308a 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -238,6 +238,7 @@ + diff --git a/TimeHACK.Main/bin/Release/TimeHACK.application b/TimeHACK.Main/bin/Release/TimeHACK.application index 1ac6496..448f3b1 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.application +++ b/TimeHACK.Main/bin/Release/TimeHACK.application @@ -14,7 +14,7 @@ - TOmxfxrtinnOLMjWVtEuPI+MbEQOTMUMBIHGdANvS4w= + yEpghepPJm2OR2eU+1oEJSm3j1Th0B6L8j0AMtQRmno= diff --git a/TimeHACK.Main/bin/Release/TimeHACK.exe b/TimeHACK.Main/bin/Release/TimeHACK.exe index e932d4b..aeb38a4 100644 Binary files a/TimeHACK.Main/bin/Release/TimeHACK.exe and b/TimeHACK.Main/bin/Release/TimeHACK.exe differ diff --git a/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest b/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest index 1fc268d..f0eb98d 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest +++ b/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest @@ -56,14 +56,14 @@ - + - 2lQG5DuYfrjHinXdd6VN7jq0gbfhQ+37R6XchZjlGkA= + 6Sf/XpiBIlZvEldzdG+VHPYw/v9Bah4Uj33huneKlIA= diff --git a/TimeHACK.Main/bin/Release/TimeHACK.pdb b/TimeHACK.Main/bin/Release/TimeHACK.pdb index bafcdad..cc3a8cb 100644 Binary files a/TimeHACK.Main/bin/Release/TimeHACK.pdb and b/TimeHACK.Main/bin/Release/TimeHACK.pdb differ diff --git a/TimeHACK.Main/bin/Release/TimeHACK.vshost.application b/TimeHACK.Main/bin/Release/TimeHACK.vshost.application index 1ac6496..448f3b1 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.vshost.application +++ b/TimeHACK.Main/bin/Release/TimeHACK.vshost.application @@ -14,7 +14,7 @@ - TOmxfxrtinnOLMjWVtEuPI+MbEQOTMUMBIHGdANvS4w= + yEpghepPJm2OR2eU+1oEJSm3j1Th0B6L8j0AMtQRmno= diff --git a/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest b/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest index 1fc268d..f0eb98d 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest +++ b/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest @@ -56,14 +56,14 @@ - + - 2lQG5DuYfrjHinXdd6VN7jq0gbfhQ+37R6XchZjlGkA= + 6Sf/XpiBIlZvEldzdG+VHPYw/v9Bah4Uj33huneKlIA= diff --git a/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe b/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe index e932d4b..aeb38a4 100644 Binary files a/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe and b/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe differ diff --git a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferences.cache b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferences.cache index e6e9e54..f6d7c8b 100644 Binary files a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferences.cache and b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferences.cache differ diff --git a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache index fa0e958..0e41898 100644 Binary files a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache and b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll b/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll index 637a1b6..9f3fa70 100644 Binary files a/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll and b/TimeHACK.Main/obj/Release/TempPE/Properties.Resources.Designer.cs.dll differ diff --git a/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache b/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache index d4a9233..eae23d0 100644 Binary files a/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache and b/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache differ diff --git a/TimeHACK.Main/obj/Release/TimeHACK.OS.Win95.Win95Apps.WebChat1998.resources b/TimeHACK.Main/obj/Release/TimeHACK.OS.Win95.Win95Apps.WebChat1998.resources index 09910d8..422a86f 100644 Binary files a/TimeHACK.Main/obj/Release/TimeHACK.OS.Win95.Win95Apps.WebChat1998.resources and b/TimeHACK.Main/obj/Release/TimeHACK.OS.Win95.Win95Apps.WebChat1998.resources differ diff --git a/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources b/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources index c7b9137..cb99be0 100644 Binary files a/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources and b/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources differ diff --git a/TimeHACK.Main/obj/Release/TimeHACK.application b/TimeHACK.Main/obj/Release/TimeHACK.application index 1ac6496..448f3b1 100644 --- a/TimeHACK.Main/obj/Release/TimeHACK.application +++ b/TimeHACK.Main/obj/Release/TimeHACK.application @@ -14,7 +14,7 @@ - TOmxfxrtinnOLMjWVtEuPI+MbEQOTMUMBIHGdANvS4w= + yEpghepPJm2OR2eU+1oEJSm3j1Th0B6L8j0AMtQRmno= diff --git a/TimeHACK.Main/obj/Release/TimeHACK.exe b/TimeHACK.Main/obj/Release/TimeHACK.exe index e932d4b..aeb38a4 100644 Binary files a/TimeHACK.Main/obj/Release/TimeHACK.exe and b/TimeHACK.Main/obj/Release/TimeHACK.exe differ diff --git a/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest b/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest index 1fc268d..f0eb98d 100644 --- a/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest +++ b/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest @@ -56,14 +56,14 @@ - + - 2lQG5DuYfrjHinXdd6VN7jq0gbfhQ+37R6XchZjlGkA= + 6Sf/XpiBIlZvEldzdG+VHPYw/v9Bah4Uj33huneKlIA= diff --git a/TimeHACK.Main/obj/Release/TimeHACK.pdb b/TimeHACK.Main/obj/Release/TimeHACK.pdb index bafcdad..cc3a8cb 100644 Binary files a/TimeHACK.Main/obj/Release/TimeHACK.pdb and b/TimeHACK.Main/obj/Release/TimeHACK.pdb differ -- cgit v1.2.3 From 3afc5f0362cba789e1d4049401566f711dd08065 Mon Sep 17 00:00:00 2001 From: lempamo Date: Sun, 2 Apr 2017 20:17:19 -0400 Subject: fixed textbox not auto scrolling to bottom --- TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs | 10 +- TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.resx | 220 +++++++++++++++++++++- 2 files changed, 220 insertions(+), 10 deletions(-) (limited to 'TimeHACK.Main') diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs index de03b93..85ac07c 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs @@ -48,7 +48,7 @@ namespace TimeHACK.OS.Win95.Win95Apps TitleScreen.username = txtscreenname.Text; login.Hide(); listBox1.Items.Add(TitleScreen.username); - history.Text = "System: " + TitleScreen.username + " has joined the chat." + Environment.NewLine; + history.AppendText("System: " + TitleScreen.username + " has joined the chat." + Environment.NewLine); join.Play(); Chat.Start(); } @@ -57,7 +57,7 @@ namespace TimeHACK.OS.Win95.Win95Apps { if (!guessing) { - history.Text += wcmp.ParseMessage(resources.GetString("convo"), chat_index, TitleScreen.username) + Environment.NewLine; + history.AppendText(wcmp.ParseMessage(resources.GetString("convo"), chat_index, TitleScreen.username) + Environment.NewLine); switch (wcmp.GetSpecial(resources.GetString("convo"), chat_index)) { case "addsh": @@ -96,11 +96,11 @@ namespace TimeHACK.OS.Win95.Win95Apps { if (correctname) { - history.Text += "SkyHigh: yay you got it right!" + Environment.NewLine; + history.AppendText("SkyHigh: yay you got it right!" + Environment.NewLine); } else { - history.Text += "SkyHigh: sorry, my name is actually bill" + Environment.NewLine; + history.AppendText("SkyHigh: sorry, my name is actually bill" + Environment.NewLine); } guessing = false; receive.Play(); @@ -111,7 +111,7 @@ namespace TimeHACK.OS.Win95.Win95Apps private void Button2_Click(object sender, EventArgs e) { - if (typechat.Text != "") history.Text += TitleScreen.username + ": " + typechat.Text + Environment.NewLine; + if (typechat.Text != "") history.AppendText(TitleScreen.username + ": " + typechat.Text + Environment.NewLine); typechat.Text = ""; send.Play(); } diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.resx b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.resx index d20d707..30ebbbf 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.resx +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.resx @@ -182,21 +182,21 @@ }, { "user": "SkyHigh", - "delay": 6000, + "delay": 3000, "message": "hey rain", "special": null, "userchat": true }, { "user": "SkyHigh", - "delay": 4000, + "delay": 3000, "message": "ive sort of been waiting", "special": null, "userchat": true }, { "user": "rain49", - "delay": 5000, + "delay": 4000, "message": "sorry man", "special": null, "userchat": true @@ -224,7 +224,7 @@ }, { "user": "SkyHigh", - "delay": 3000, + "delay": 2500, "message": "oh, he's someone who just came on. doesnt seem to talk much", "special": null, "userchat": true @@ -273,10 +273,220 @@ }, { "user": "rain49", - "delay": 2500, + "delay": 5000, "message": "ok then", "special": null, "userchat": true + }, + { + "user": "rain49", + "delay": 5500, + "message": "so @user, we are going to break the chat rules here..", + "special": null, + "userchat": true + }, + { + "user": "rain49", + "delay": 3000, + "message": "so if you dont wanna get banned i recommend you just logout now", + "special": null, + "userchat": true + }, + { + "user": "SkyHigh", + "delay": 2500, + "message": "let's give him some time", + "special": null, + "userchat": true + }, + { + "user": "SkyHigh", + "delay": 9000, + "message": "to leave the chat", + "special": null, + "userchat": true + }, + { + "user": "SkyHigh", + "delay": 3500, + "message": "...", + "special": null, + "userchat": true + }, + { + "user": "rain49", + "delay": 3000, + "message": "i guess he wants to risk it", + "special": null, + "userchat": true + }, + { + "user": "SkyHigh", + "delay": 3000, + "message": "tell him what we will do", + "special": null, + "userchat": true + }, + { + "user": "SkyHigh", + "delay": 2000, + "message": "you haven't said that yet", + "special": null, + "userchat": true + }, + { + "user": "rain49", + "delay": 6000, + "message": "right, right", + "special": null, + "userchat": true + }, + { + "user": "rain49", + "delay": 4000, + "message": "so there's this really cool program on the 12padams website called skindows95", + "special": null, + "userchat": true + }, + { + "user": "rain49", + "delay": 5500, + "message": "normally youd have to pay for it", + "special": null, + "userchat": true + }, + { + "user": "SkyHigh", + "delay": 4000, + "message": "Yeah... it's really hard to even get to the buy button - stupid", + "special": null, + "userchat": true + }, + { + "user": "rain49", + "delay": 6500, + "message": "But.. i have a copy i can send to you and skyhigh", + "special": null, + "userchat": true + }, + { + "user": "SkyHigh", + "delay": 2000, + "message": "Yeah... kind of not pirating because he managed to steal a copy from someone else who bought it", + "special": null, + "userchat": true + }, + { + "user": "SkyHigh", + "delay": 1500, + "message": "So hey...", + "special": null, + "userchat": true + }, + { + "user": "SkyHigh", + "delay": 1500, + "message": "You haven't left", + "special": null, + "userchat": true + }, + { + "user": "SkyHigh", + "delay": 2500, + "message": "Send it now...", + "special": null, + "userchat": true + }, + { + "user": "SkyHigh", + "delay": 1500, + "message": "I really want to skin my system", + "special": null, + "userchat": true + }, + { + "user": "rain49", + "delay": 2500, + "message": "sending!", + "special": null, + "userchat": true + }, + { + "user": "SkyHigh", + "delay": 6000, + "message": "thx man", + "special": null, + "userchat": true + }, + { + "user": "System", + "delay": 3000, + "message": "File \"skin95setup.exe\" has been uploaded.", + "special": "addfile", + "userchat": true + }, + { + "user": "SkyHigh", + "delay": 4000, + "message": "yay!", + "special": null, + "userchat": true + }, + { + "user": "SkyHigh", + "delay": 5000, + "message": "im downloading it now", + "special": null, + "userchat": true + }, + { + "user": "rain49", + "delay": 3500, + "message": "and @user, why dont you go and download it too?", + "special": null, + "userchat": true + }, + { + "user": "SkyHigh", + "delay": 4000, + "message": "i think he already is ;)", + "special": null, + "userchat": true + }, + { + "user": "SkyHigh", + "delay": 3000, + "message": "OH THIS IS SO COOL", + "special": null, + "userchat": true + }, + { + "user": "SkyHigh", + "delay": 4000, + "message": "lemme send a screenshot", + "special": null, + "userchat": true + }, + { + "user": "System", + "delay": 2000, + "message": "12padams has joined the chat.", + "special": "addpadams", + "userchat": true + }, + { + "user": "rain49", + "delay": 500, + "message": "CRAP", + "special": null, + "userchat": true + }, + { + "user": "SkyHigh", + "delay": 500, + "message": "ah NO WE ARE DED", + "special": null, + "userchat": true } ] } -- cgit v1.2.3