aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-21 00:15:10 -0400
committerlempamo <[email protected]>2017-07-21 00:15:10 -0400
commita42b7b8d3219f5df18721afdf88bddb8dd11d463 (patch)
tree7ae5db0c077e4ac674d3e34ed3233888ad8af38c /TimeHACK.Main
parent6a3204c26d72d9ccbffabb111485e7b14f1ddbf3 (diff)
downloadhistacom2-a42b7b8d3219f5df18721afdf88bddb8dd11d463.tar.gz
histacom2-a42b7b8d3219f5df18721afdf88bddb8dd11d463.tar.bz2
histacom2-a42b7b8d3219f5df18721afdf88bddb8dd11d463.zip
more webchatty things
Diffstat (limited to 'TimeHACK.Main')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs3
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs21
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.resx189
3 files changed, 209 insertions, 4 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs
index b7f9de3..4dd7a59 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs
@@ -202,7 +202,6 @@
this.button1.Text = "Login";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.Button1_Click);
- this.button1.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
//
// txtscreenname
//
@@ -241,7 +240,6 @@
this.button2.Text = "Speak";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.Button2_Click);
- this.button2.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
//
// button3
//
@@ -254,7 +252,6 @@
this.button3.Text = "Paul";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.Button3_Click);
- this.button3.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
//
// button4
//
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
index 87793e6..70c7010 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
@@ -42,6 +42,11 @@ namespace TimeHACK.OS.Win95.Win95Apps
bsod2 = bc.throw9XBSOD(false, BSODCreator.BSODCauses.PiracyEnding);
bsod.Hide();
bsod2.Hide();
+
+ this.button1.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
+ this.button2.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
+ this.button3.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
+ this.button4.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
}
private void WebChat1998_Load(object sender, EventArgs e)
{
@@ -69,7 +74,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
{
if (!guessing)
{
- history.AppendText(wcmp.ParseMessage(resources.GetString("convo"), chat_index, TitleScreen.username) + Environment.NewLine);
+ history.AppendText(wcmp.ParseMessage(resources.GetString("convo"), chat_index, TitleScreen.username));
switch (wcmp.GetSpecial(resources.GetString("convo"), chat_index))
{
case "addsh":
@@ -134,6 +139,20 @@ namespace TimeHACK.OS.Win95.Win95Apps
((WinClassic)this.ParentForm).programtopbar = null;
receive.Play();
break; // TODO: Finish WebChat 1998
+ case "filepoof":
+ label5.Hide();
+ button5.Hide();
+ receive.Play();
+ break;
+ case "removesky":
+ listBox1.Items.Remove("SkyHigh");
+ leave.Play();
+ break;
+ case ".labelgone":
+ label1.Hide();
+ label6.Hide();
+ label7.Hide();
+ break;
default:
receive.Play();
break;
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.resx b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.resx
index 1088c6a..0625787 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.resx
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.resx
@@ -753,6 +753,195 @@
"message": "i've done everything? no, what about this?",
"special": "notopbar",
"userchat": true
+ },
+ {
+ "user": "SkyHigh",
+ "delay": 5000,
+ "message": "damn it! he removed the buttons at the top so we cant get out...",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "SkyHigh",
+ "delay": 3000,
+ "message": "please just STOP! me and @user didn't even upload the file!",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "SkyHigh",
+ "delay": 5000,
+ "message": "rain uploaded it, not us!",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "12padams",
+ "delay": 4000,
+ "message": "and do you see him here now?",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "SkyHigh",
+ "delay": 2000,
+ "message": "no, you got rid of him!",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "12padams",
+ "delay": 5000,
+ "message": "exactly.",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "12padams",
+ "delay": 5000,
+ "message": "speaking of, i need to remove that file which has been sitting here all this time!",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "12padams",
+ "delay": 3000,
+ "message": "there. now i can deal with you two...",
+ "special": "filepoof",
+ "userchat": true
+ },
+ {
+ "user": "SkyHigh",
+ "delay": 5000,
+ "message": "STOP PLEASE!!",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "12padams",
+ "delay": 3000,
+ "message": "stop? why you have been able to stop this whole time! just turn off your computer!",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "SkyHigh",
+ "delay": 5000,
+ "message": "but i cant!",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "12padams",
+ "delay": 1500,
+ "message": "do you not know how? well then, let me do it for you.",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "System",
+ "delay": 2500,
+ "message": "SkyHigh has left the chat.",
+ "special": "removesky",
+ "userchat": true
+ },
+ {
+ "user": "12padams",
+ "delay": 3000,
+ "message": "now, we just have @user...",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "12padams",
+ "delay": 3500,
+ "message": "hmm, i dont remember you saying much",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "12padams",
+ "delay": 5000,
+ "message": "well, since you dont talk, you wont need this",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "12padams",
+ "delay": 4000,
+ "message": "you probably want to say \"WHY CANT I TALK!!1!\"",
+ "special": "notype",
+ "userchat": true
+ },
+ {
+ "user": "12padams",
+ "delay": 5000,
+ "message": "but you cant, and i bet you dont know how",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "12padams",
+ "delay": 4000,
+ "message": "now lets see... it appears youre running windows 95 which you only got a week ago",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "12padams",
+ "delay": 5000,
+ "message": "so you must be new to computers",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "12padams",
+ "delay": 3000,
+ "message": "this is cool! i get to punish you, AND i get to teach you about computer history!",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "12padams",
+ "delay": 4000,
+ "message": "well, let us go back to 1982..",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "12padams",
+ "delay": 2500,
+ "message": "back then, we didnt have labels, so ill remove those...",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "12padams",
+ "delay": 4000,
+ "message": "",
+ "special": ".labelgone",
+ "userchat": false
+ },
+ {
+ "user": "12padams",
+ "delay": 4000,
+ "message": "also, we didnt have wallpapers, or even color for that matter",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "12padams",
+ "delay": 4000,
+ "message": "hmm, this is going to be tricky..",
+ "special": null,
+ "userchat": true
+ },
+ {
+ "user": "12padams",
+ "delay": 4000,
+ "message": "i hope youre not scared of the dark!",
+ "special": null,
+ "userchat": true
}
]
}</value>