aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-04-30 21:09:08 -0400
committerGitHub <[email protected]>2017-04-30 21:09:08 -0400
commit93c445239c7d28a6cee7147d7b6dbe3c7f0974f9 (patch)
treed5c1c2e4acb73091e5ddae1e20da181557e029dc
parentc56b38e8b2b8729d91a1ad96839b042af480eabe (diff)
parent1bdb2205cc9977e041158458f78e194d4d2a08e8 (diff)
downloadhistacom2-93c445239c7d28a6cee7147d7b6dbe3c7f0974f9.tar.gz
histacom2-93c445239c7d28a6cee7147d7b6dbe3c7f0974f9.tar.bz2
histacom2-93c445239c7d28a6cee7147d7b6dbe3c7f0974f9.zip
Merge pull request #56 from lempamo/master
just some name changes
-rw-r--r--.vs/TimeHACK/v15/.suobin162304 -> 137728 bytes
-rw-r--r--.vs/VSWorkspaceState.json8
-rw-r--r--.vs/slnx.sqlitebin0 -> 929792 bytes
-rw-r--r--TimeHACK.Engine/MessageParser.cs (renamed from TimeHACK.Engine/WCMessageParser.cs)2
-rw-r--r--TimeHACK.Engine/TimeHACK.Engine.csproj2
-rw-r--r--TimeHACK.Engine/obj/Debug/CoreCompileInputs.cache1
-rw-r--r--TimeHACK.Engine/obj/Release/CoreCompileInputs.cache2
-rw-r--r--TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cachebin9432 -> 9614 bytes
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.cs2
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs2
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs (renamed from TimeHACK.Main/OS/Win95/Win95Apps/Win95Notepad.Designer.cs)2
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.cs (renamed from TimeHACK.Main/OS/Win95/Win95Apps/Win95Notepad.cs)4
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.resx (renamed from TimeHACK.Main/OS/Win95/Win95Apps/Win95Notepad.resx)0
-rw-r--r--TimeHACK.Main/TimeHACK.Main.csproj10
-rw-r--r--TimeHACK.Main/TimeHACK.Main.csproj.user9
-rw-r--r--TimeHACK.Main/obj/Debug/CoreCompileInputs.cache1
-rw-r--r--TimeHACK.Main/obj/Release/CoreCompileInputs.cache2
-rw-r--r--TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferences.cachebin66781 -> 64955 bytes
-rw-r--r--TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cachebin13742 -> 13991 bytes
-rw-r--r--TimeHACK.Main/obj/Release/TimeHACK.Main.csprojResolveAssemblyReference.cachebin16573 -> 65478 bytes
-rw-r--r--TimeHACK.Main/obj/x86/Debug/CoreCompileInputs.cache1
-rw-r--r--TimeHACK.Main/obj/x86/Release/CoreCompileInputs.cache1
22 files changed, 35 insertions, 14 deletions
diff --git a/.vs/TimeHACK/v15/.suo b/.vs/TimeHACK/v15/.suo
index b9fa737..ed11bc8 100644
--- a/.vs/TimeHACK/v15/.suo
+++ b/.vs/TimeHACK/v15/.suo
Binary files differ
diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json
new file mode 100644
index 0000000..6ccf169
--- /dev/null
+++ b/.vs/VSWorkspaceState.json
@@ -0,0 +1,8 @@
+{
+ "ExpandedNodes": [
+ "",
+ "\\TimeHACK.Engine"
+ ],
+ "SelectedNode": "\\TimeHACK.Engine\\MessageParser.cs",
+ "PreviewInSolutionExplorer": false
+} \ No newline at end of file
diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite
new file mode 100644
index 0000000..62ecf7b
--- /dev/null
+++ b/.vs/slnx.sqlite
Binary files differ
diff --git a/TimeHACK.Engine/WCMessageParser.cs b/TimeHACK.Engine/MessageParser.cs
index ef7efd0..168ab8d 100644
--- a/TimeHACK.Engine/WCMessageParser.cs
+++ b/TimeHACK.Engine/MessageParser.cs
@@ -7,7 +7,7 @@ using System.Threading.Tasks;
namespace TimeHACK.Engine
{
- public class WCMessageParser
+ public class MessageParser
{
public string ParseMessage(string json, int index, string user)
{
diff --git a/TimeHACK.Engine/TimeHACK.Engine.csproj b/TimeHACK.Engine/TimeHACK.Engine.csproj
index 8f536ca..42471f4 100644
--- a/TimeHACK.Engine/TimeHACK.Engine.csproj
+++ b/TimeHACK.Engine/TimeHACK.Engine.csproj
@@ -72,7 +72,7 @@
<DependentUpon>WinClassic.cs</DependentUpon>
</Compile>
<Compile Include="WindowManager.cs" />
- <Compile Include="WCMessageParser.cs" />
+ <Compile Include="MessageParser.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
diff --git a/TimeHACK.Engine/obj/Debug/CoreCompileInputs.cache b/TimeHACK.Engine/obj/Debug/CoreCompileInputs.cache
new file mode 100644
index 0000000..fbbd8f0
--- /dev/null
+++ b/TimeHACK.Engine/obj/Debug/CoreCompileInputs.cache
@@ -0,0 +1 @@
+7aea260e995a5c8b26639269dc8e3704ae145c65
diff --git a/TimeHACK.Engine/obj/Release/CoreCompileInputs.cache b/TimeHACK.Engine/obj/Release/CoreCompileInputs.cache
index 60cda70..fbbd8f0 100644
--- a/TimeHACK.Engine/obj/Release/CoreCompileInputs.cache
+++ b/TimeHACK.Engine/obj/Release/CoreCompileInputs.cache
@@ -1 +1 @@
-43714715dce48cadac96289cc40b0a19287b0183
+7aea260e995a5c8b26639269dc8e3704ae145c65
diff --git a/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
index 779326e..a9cfe31 100644
--- a/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
+++ b/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
Binary files differ
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs
index 194815f..1765bd0 100644
--- a/TimeHACK.Main/OS/Win95/Win95.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.cs
@@ -151,7 +151,7 @@ namespace TimeHACK.OS.Win95
private void NotePadToolStripMenuItem_Click(object sender, EventArgs e)
{
- nonimportantapps.Add(wm.startWin95(new Win95Notepad(), "Notepad", Properties.Resources.Win95IconNotepad, true, true));
+ nonimportantapps.Add(wm.startWin95(new WinClassicNotepad(), "Notepad", Properties.Resources.Win95IconNotepad, true, true));
nonimportantapps[nonimportantapps.Count - 1].BringToFront();
nonimportantapps[nonimportantapps.Count - 1].FormClosing += new FormClosingEventHandler(NonImportantApp_Closing);
startmenu.Hide();
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
index 26ad12b..2e24af2 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
@@ -19,7 +19,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
{
int chat_index = 0;
WindowManager wm = new WindowManager();
- WCMessageParser wcmp = new WCMessageParser();
+ MessageParser wcmp = new MessageParser();
bool correctname = false;
bool guessing = false;
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Win95Notepad.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs
index 1355c93..d59f803 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/Win95Notepad.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs
@@ -1,6 +1,6 @@
namespace TimeHACK.OS.Win95.Win95Apps
{
- partial class Win95Notepad
+ partial class WinClassicNotepad
{
/// <summary>
/// Required designer variable.
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Win95Notepad.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.cs
index 390614d..24525ea 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/Win95Notepad.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.cs
@@ -11,9 +11,9 @@ using TimeHACK.Engine;
namespace TimeHACK.OS.Win95.Win95Apps
{
- public partial class Win95Notepad : UserControl
+ public partial class WinClassicNotepad : UserControl
{
- public Win95Notepad()
+ public WinClassicNotepad()
{
InitializeComponent();
foreach (ToolStripMenuItem item in menuStrip1.Items)
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Win95Notepad.resx b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.resx
index d5494e3..d5494e3 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/Win95Notepad.resx
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.resx
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj
index 24d2004..f58857d 100644
--- a/TimeHACK.Main/TimeHACK.Main.csproj
+++ b/TimeHACK.Main/TimeHACK.Main.csproj
@@ -137,11 +137,11 @@
<Compile Include="OS\Win95\Win95Apps\WebChat1998.Designer.cs">
<DependentUpon>WebChat1998.cs</DependentUpon>
</Compile>
- <Compile Include="OS\Win95\Win95Apps\Win95Notepad.cs">
+ <Compile Include="OS\Win95\Win95Apps\WinClassicNotepad.cs">
<SubType>UserControl</SubType>
</Compile>
- <Compile Include="OS\Win95\Win95Apps\Win95Notepad.Designer.cs">
- <DependentUpon>Win95Notepad.cs</DependentUpon>
+ <Compile Include="OS\Win95\Win95Apps\WinClassicNotepad.Designer.cs">
+ <DependentUpon>WinClassicNotepad.cs</DependentUpon>
</Compile>
<Compile Include="OS\Win95\Win95Apps\WinClassicDownloader.cs">
<SubType>UserControl</SubType>
@@ -195,8 +195,8 @@
<EmbeddedResource Include="OS\Win95\Win95Apps\WebChat1998.resx">
<DependentUpon>WebChat1998.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="OS\Win95\Win95Apps\Win95Notepad.resx">
- <DependentUpon>Win95Notepad.cs</DependentUpon>
+ <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicNotepad.resx">
+ <DependentUpon>WinClassicNotepad.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicDownloader.resx">
<DependentUpon>WinClassicDownloader.cs</DependentUpon>
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj.user b/TimeHACK.Main/TimeHACK.Main.csproj.user
index 2e3e041..c891eab 100644
--- a/TimeHACK.Main/TimeHACK.Main.csproj.user
+++ b/TimeHACK.Main/TimeHACK.Main.csproj.user
@@ -2,5 +2,14 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<EnableSecurityDebugging>false</EnableSecurityDebugging>
+ <PublishUrlHistory>C:\Users\Logan\Desktop\</PublishUrlHistory>
+ <InstallUrlHistory />
+ <SupportUrlHistory />
+ <UpdateUrlHistory />
+ <BootstrapperUrlHistory />
+ <ErrorReportUrlHistory />
+ <FallbackCulture>en-US</FallbackCulture>
+ <VerifyUploadedFiles>false</VerifyUploadedFiles>
+ <ProjectView>ProjectFiles</ProjectView>
</PropertyGroup>
</Project> \ No newline at end of file
diff --git a/TimeHACK.Main/obj/Debug/CoreCompileInputs.cache b/TimeHACK.Main/obj/Debug/CoreCompileInputs.cache
new file mode 100644
index 0000000..c553562
--- /dev/null
+++ b/TimeHACK.Main/obj/Debug/CoreCompileInputs.cache
@@ -0,0 +1 @@
+ea0fa5f0221e27ece6217941417845db4b759e67
diff --git a/TimeHACK.Main/obj/Release/CoreCompileInputs.cache b/TimeHACK.Main/obj/Release/CoreCompileInputs.cache
index ef9e3e3..966b31f 100644
--- a/TimeHACK.Main/obj/Release/CoreCompileInputs.cache
+++ b/TimeHACK.Main/obj/Release/CoreCompileInputs.cache
@@ -1 +1 @@
-bbef24231b31ba1c9a8c1b5e4dda3e7c01140ae8
+0558a288176751c2ca036e71be74d484010c7517
diff --git a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferences.cache b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferences.cache
index d728cb5..e2a49ba 100644
--- a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferences.cache
+++ b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferences.cache
Binary files differ
diff --git a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
index 0abf700..7fb8ec4 100644
--- a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
+++ b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
Binary files differ
diff --git a/TimeHACK.Main/obj/Release/TimeHACK.Main.csprojResolveAssemblyReference.cache b/TimeHACK.Main/obj/Release/TimeHACK.Main.csprojResolveAssemblyReference.cache
index d9d71c0..690fbf3 100644
--- a/TimeHACK.Main/obj/Release/TimeHACK.Main.csprojResolveAssemblyReference.cache
+++ b/TimeHACK.Main/obj/Release/TimeHACK.Main.csprojResolveAssemblyReference.cache
Binary files differ
diff --git a/TimeHACK.Main/obj/x86/Debug/CoreCompileInputs.cache b/TimeHACK.Main/obj/x86/Debug/CoreCompileInputs.cache
new file mode 100644
index 0000000..7c177d3
--- /dev/null
+++ b/TimeHACK.Main/obj/x86/Debug/CoreCompileInputs.cache
@@ -0,0 +1 @@
+86b5ff98b766c91f9ca0e0802e11415089e5b2c5
diff --git a/TimeHACK.Main/obj/x86/Release/CoreCompileInputs.cache b/TimeHACK.Main/obj/x86/Release/CoreCompileInputs.cache
new file mode 100644
index 0000000..7c177d3
--- /dev/null
+++ b/TimeHACK.Main/obj/x86/Release/CoreCompileInputs.cache
@@ -0,0 +1 @@
+86b5ff98b766c91f9ca0e0802e11415089e5b2c5