Skip to content

Commit 1e73399

Browse files
authored
Merge pull request #136 from Lady-Binary/r-1-2-0-0
R 1 2 0 0
2 parents 512b3d3 + 1c7f237 commit 1e73399

64 files changed

Lines changed: 152 additions & 3986 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "LoU"]
2+
path = LoU
3+
url = https://github.com/Lady-Binary/LoU.git

EasyLOU.sln renamed to EasyLoU.sln

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.28307.1000
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyLOU", "EasyLOU\EasyLOU.csproj", "{FA306F00-F6FE-485B-BDFD-6B05B89D4799}"
7-
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LOU", "LOU\LOU.csproj", "{99E17151-042B-499D-B752-5B185AB289FA}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyLoU", "EasyLoU\EasyLoU.csproj", "{FA306F00-F6FE-485B-BDFD-6B05B89D4799}"
97
EndProject
108
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MoonSharp.Interpreter.net35-client", "MoonSharp.Interpreter\MoonSharp.Interpreter.net35-client.csproj", "{91EA9B9D-FE03-4273-BDAF-8AD42EDE1E59}"
119
EndProject
1210
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ICSharpCode.TextEditorEx", "ICSharpCode.TextEditorEx\ICSharpCode.TextEditorEx.csproj", "{2D18BE89-D210-49EB-A9DD-2246FBB3DF6D}"
1311
EndProject
1412
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpMonoInjector", "SharpMonoInjector\SharpMonoInjector.csproj", "{4A1B44F7-447C-4441-BFA8-B6FCED65B4BD}"
1513
EndProject
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoU", "LoU\LoU.csproj", "{99E17151-042B-499D-B752-5B185AB289FA}"
15+
EndProject
1616
Global
1717
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1818
Debug|Any CPU = Debug|Any CPU
@@ -53,30 +53,6 @@ Global
5353
{FA306F00-F6FE-485B-BDFD-6B05B89D4799}.Release|x64.Build.0 = Release|x64
5454
{FA306F00-F6FE-485B-BDFD-6B05B89D4799}.Release|x86.ActiveCfg = Release|Any CPU
5555
{FA306F00-F6FE-485B-BDFD-6B05B89D4799}.Release|x86.Build.0 = Release|Any CPU
56-
{99E17151-042B-499D-B752-5B185AB289FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
57-
{99E17151-042B-499D-B752-5B185AB289FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
58-
{99E17151-042B-499D-B752-5B185AB289FA}.Debug|x64.ActiveCfg = Debug|x64
59-
{99E17151-042B-499D-B752-5B185AB289FA}.Debug|x64.Build.0 = Debug|x64
60-
{99E17151-042B-499D-B752-5B185AB289FA}.Debug|x86.ActiveCfg = Debug|Any CPU
61-
{99E17151-042B-499D-B752-5B185AB289FA}.Debug|x86.Build.0 = Debug|Any CPU
62-
{99E17151-042B-499D-B752-5B185AB289FA}.Dev|Any CPU.ActiveCfg = Debug|Any CPU
63-
{99E17151-042B-499D-B752-5B185AB289FA}.Dev|Any CPU.Build.0 = Debug|Any CPU
64-
{99E17151-042B-499D-B752-5B185AB289FA}.Dev|x64.ActiveCfg = Debug|x64
65-
{99E17151-042B-499D-B752-5B185AB289FA}.Dev|x64.Build.0 = Debug|x64
66-
{99E17151-042B-499D-B752-5B185AB289FA}.Dev|x86.ActiveCfg = Debug|Any CPU
67-
{99E17151-042B-499D-B752-5B185AB289FA}.Dev|x86.Build.0 = Debug|Any CPU
68-
{99E17151-042B-499D-B752-5B185AB289FA}.Devp4|Any CPU.ActiveCfg = Debug|Any CPU
69-
{99E17151-042B-499D-B752-5B185AB289FA}.Devp4|Any CPU.Build.0 = Debug|Any CPU
70-
{99E17151-042B-499D-B752-5B185AB289FA}.Devp4|x64.ActiveCfg = Debug|x64
71-
{99E17151-042B-499D-B752-5B185AB289FA}.Devp4|x64.Build.0 = Debug|x64
72-
{99E17151-042B-499D-B752-5B185AB289FA}.Devp4|x86.ActiveCfg = Debug|Any CPU
73-
{99E17151-042B-499D-B752-5B185AB289FA}.Devp4|x86.Build.0 = Debug|Any CPU
74-
{99E17151-042B-499D-B752-5B185AB289FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
75-
{99E17151-042B-499D-B752-5B185AB289FA}.Release|Any CPU.Build.0 = Release|Any CPU
76-
{99E17151-042B-499D-B752-5B185AB289FA}.Release|x64.ActiveCfg = Release|x64
77-
{99E17151-042B-499D-B752-5B185AB289FA}.Release|x64.Build.0 = Release|x64
78-
{99E17151-042B-499D-B752-5B185AB289FA}.Release|x86.ActiveCfg = Release|Any CPU
79-
{99E17151-042B-499D-B752-5B185AB289FA}.Release|x86.Build.0 = Release|Any CPU
8056
{91EA9B9D-FE03-4273-BDAF-8AD42EDE1E59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
8157
{91EA9B9D-FE03-4273-BDAF-8AD42EDE1E59}.Debug|Any CPU.Build.0 = Debug|Any CPU
8258
{91EA9B9D-FE03-4273-BDAF-8AD42EDE1E59}.Debug|x64.ActiveCfg = Debug|x64
@@ -149,6 +125,30 @@ Global
149125
{4A1B44F7-447C-4441-BFA8-B6FCED65B4BD}.Release|x64.Build.0 = Release|x64
150126
{4A1B44F7-447C-4441-BFA8-B6FCED65B4BD}.Release|x86.ActiveCfg = Release|Any CPU
151127
{4A1B44F7-447C-4441-BFA8-B6FCED65B4BD}.Release|x86.Build.0 = Release|Any CPU
128+
{99E17151-042B-499D-B752-5B185AB289FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
129+
{99E17151-042B-499D-B752-5B185AB289FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
130+
{99E17151-042B-499D-B752-5B185AB289FA}.Debug|x64.ActiveCfg = Debug|x64
131+
{99E17151-042B-499D-B752-5B185AB289FA}.Debug|x64.Build.0 = Debug|x64
132+
{99E17151-042B-499D-B752-5B185AB289FA}.Debug|x86.ActiveCfg = Debug|Any CPU
133+
{99E17151-042B-499D-B752-5B185AB289FA}.Debug|x86.Build.0 = Debug|Any CPU
134+
{99E17151-042B-499D-B752-5B185AB289FA}.Dev|Any CPU.ActiveCfg = Debug|Any CPU
135+
{99E17151-042B-499D-B752-5B185AB289FA}.Dev|Any CPU.Build.0 = Debug|Any CPU
136+
{99E17151-042B-499D-B752-5B185AB289FA}.Dev|x64.ActiveCfg = Debug|x64
137+
{99E17151-042B-499D-B752-5B185AB289FA}.Dev|x64.Build.0 = Debug|x64
138+
{99E17151-042B-499D-B752-5B185AB289FA}.Dev|x86.ActiveCfg = Debug|Any CPU
139+
{99E17151-042B-499D-B752-5B185AB289FA}.Dev|x86.Build.0 = Debug|Any CPU
140+
{99E17151-042B-499D-B752-5B185AB289FA}.Devp4|Any CPU.ActiveCfg = Debug|Any CPU
141+
{99E17151-042B-499D-B752-5B185AB289FA}.Devp4|Any CPU.Build.0 = Debug|Any CPU
142+
{99E17151-042B-499D-B752-5B185AB289FA}.Devp4|x64.ActiveCfg = Debug|x64
143+
{99E17151-042B-499D-B752-5B185AB289FA}.Devp4|x64.Build.0 = Debug|x64
144+
{99E17151-042B-499D-B752-5B185AB289FA}.Devp4|x86.ActiveCfg = Debug|Any CPU
145+
{99E17151-042B-499D-B752-5B185AB289FA}.Devp4|x86.Build.0 = Debug|Any CPU
146+
{99E17151-042B-499D-B752-5B185AB289FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
147+
{99E17151-042B-499D-B752-5B185AB289FA}.Release|Any CPU.Build.0 = Release|Any CPU
148+
{99E17151-042B-499D-B752-5B185AB289FA}.Release|x64.ActiveCfg = Release|x64
149+
{99E17151-042B-499D-B752-5B185AB289FA}.Release|x64.Build.0 = Release|x64
150+
{99E17151-042B-499D-B752-5B185AB289FA}.Release|x86.ActiveCfg = Release|Any CPU
151+
{99E17151-042B-499D-B752-5B185AB289FA}.Release|x86.Build.0 = Release|Any CPU
152152
EndGlobalSection
153153
GlobalSection(SolutionProperties) = preSolution
154154
HideSolutionNode = FALSE
File renamed without changes.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
88
<ProjectGuid>{FA306F00-F6FE-485B-BDFD-6B05B89D4799}</ProjectGuid>
99
<OutputType>WinExe</OutputType>
10-
<RootNamespace>EasyLOU</RootNamespace>
11-
<AssemblyName>EasyLOU</AssemblyName>
10+
<RootNamespace>EasyLoU</RootNamespace>
11+
<AssemblyName>EasyLoU</AssemblyName>
1212
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
@@ -185,9 +185,9 @@
185185
<Project>{2d18be89-d210-49eb-a9dd-2246fbb3df6d}</Project>
186186
<Name>ICSharpCode.TextEditorEx</Name>
187187
</ProjectReference>
188-
<ProjectReference Include="..\LOU\LOU.csproj">
188+
<ProjectReference Include="..\LoU\LoU.csproj">
189189
<Project>{99e17151-042b-499d-b752-5b185ab289fa}</Project>
190-
<Name>LOU</Name>
190+
<Name>LoU</Name>
191191
</ProjectReference>
192192
<ProjectReference Include="..\MoonSharp.Interpreter\MoonSharp.Interpreter.net35-client.csproj">
193193
<Project>{91ea9b9d-fe03-4273-bdaf-8ad42ede1e59}</Project>
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System.Threading;
77
using System.Windows.Forms;
88

9-
namespace EasyLOU
9+
namespace EasyLoU
1010
{
1111
[Flags]
1212
public enum KeyModifiers
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using ICSharpCode.TextEditor;
2-
using LOU;
2+
using LoU;
33
using Microsoft.Win32;
44
using SharpMonoInjector;
55
using System;
@@ -13,7 +13,7 @@
1313
using System.Text;
1414
using System.Windows.Forms;
1515

16-
namespace EasyLOU
16+
namespace EasyLoU
1717
{
1818
public partial class MainForm : Form
1919
{
@@ -41,7 +41,7 @@ public MainForm()
4141
{
4242
MainForm.TheMainForm = this;
4343
InitializeComponent();
44-
this.Text = "EasyLOU - " + Assembly.GetExecutingAssembly().GetName().Version.ToString();
44+
this.Text = "EasyLoU - " + Assembly.GetExecutingAssembly().GetName().Version.ToString();
4545

4646
Settings.LoadSettings();
4747
Settings.RegisterHotkeys(this.Handle);
@@ -674,12 +674,12 @@ private void DoDontMoveCursor()
674674

675675
private void DoHelp()
676676
{
677-
System.Diagnostics.Process.Start("https://lmgtfy.com/?q=easylou+help");
677+
System.Diagnostics.Process.Start("https://lmgtfy.com/?q=EasyLoU+help");
678678
}
679679

680680
private void DoWebsite()
681681
{
682-
System.Diagnostics.Process.Start("https://lmgtfy.com/?q=easylou+website");
682+
System.Diagnostics.Process.Start("https://lmgtfy.com/?q=EasyLoU+website");
683683
}
684684

685685
private void DoConnectToClient()
@@ -1066,7 +1066,7 @@ private void PlayToolStripButton_Click(object sender, EventArgs e)
10661066
{
10671067
if (!MainStatusLabel.Text.StartsWith("Connected to"))
10681068
{
1069-
if (MessageBoxEx.Show(MainForm.TheMainForm, "EasyLOU not connected to any client. Run this script anyway?", "Client not connected", MessageBoxButtons.OKCancel) != DialogResult.OK)
1069+
if (MessageBoxEx.Show(MainForm.TheMainForm, "EasyLoU not connected to any client. Run this script anyway?", "Client not connected", MessageBoxButtons.OKCancel) != DialogResult.OK)
10701070
{
10711071
return;
10721072
}
@@ -1082,12 +1082,12 @@ private void connectToClientToolStripButton_Click(object sender, EventArgs e)
10821082

10831083
private void HelpToolStripButton_Click(object sender, EventArgs e)
10841084
{
1085-
System.Diagnostics.Process.Start("https://github.com/Lady-Binary/EasyLOU/issues");
1085+
System.Diagnostics.Process.Start("https://github.com/Lady-Binary/EasyLoU/issues");
10861086
}
10871087

10881088
private void HomeToolStripButton_Click(object sender, EventArgs e)
10891089
{
1090-
System.Diagnostics.Process.Start("https://github.com/Lady-Binary/EasyLOU");
1090+
System.Diagnostics.Process.Start("https://github.com/Lady-Binary/EasyLoU");
10911091
}
10921092

10931093

@@ -1147,7 +1147,7 @@ private void Inject(int ProcessId)
11471147
{
11481148
var MonoModule = GetMonoModule(ProcessId);
11491149

1150-
String AssemblyPath = "LOU.dll";
1150+
String AssemblyPath = "LoU.dll";
11511151

11521152
IntPtr handle = Native.OpenProcess(ProcessAccessRights.PROCESS_ALL_ACCESS, false, ProcessId);
11531153

@@ -1177,7 +1177,7 @@ private void Inject(int ProcessId)
11771177
{
11781178
try
11791179
{
1180-
IntPtr asm = injector.Inject(file, "LOU", "Loader", "Load");
1180+
IntPtr asm = injector.Inject(file, "LoU", "Loader", "Load");
11811181
MainStatusLabel.ForeColor = Color.Orange;
11821182
MainStatusLabel.Text = "Injection on " + ProcessId.ToString() + " successful";
11831183
}
@@ -1198,12 +1198,12 @@ private Object GetKey(String KeyName)
11981198
{
11991199
RegistryKey SoftwareKey = Registry.CurrentUser.OpenSubKey("Software", true);
12001200

1201-
RegistryKey key = SoftwareKey.OpenSubKey("EasyLOU", true);
1201+
RegistryKey key = SoftwareKey.OpenSubKey("EasyLoU", true);
12021202

12031203
if (key == null)
12041204
{
1205-
SoftwareKey.CreateSubKey("EasyLOU");
1206-
key = SoftwareKey.OpenSubKey("EasyLOU", true);
1205+
SoftwareKey.CreateSubKey("EasyLoU");
1206+
key = SoftwareKey.OpenSubKey("EasyLoU", true);
12071207
}
12081208

12091209
return key.GetValue("ExePath");
@@ -1213,12 +1213,12 @@ private void SetKey(String KeyName, Object KeyValue)
12131213
{
12141214
RegistryKey SoftwareKey = Registry.CurrentUser.OpenSubKey("Software", true);
12151215

1216-
RegistryKey key = SoftwareKey.OpenSubKey("EasyLOU", true);
1216+
RegistryKey key = SoftwareKey.OpenSubKey("EasyLoU", true);
12171217

12181218
if (key == null)
12191219
{
1220-
SoftwareKey.CreateSubKey("EasyLOU");
1221-
key = SoftwareKey.OpenSubKey("EasyLOU", true);
1220+
SoftwareKey.CreateSubKey("EasyLoU");
1221+
key = SoftwareKey.OpenSubKey("EasyLoU", true);
12221222
}
12231223

12241224
key.SetValue(KeyName, KeyValue);
@@ -1441,20 +1441,20 @@ static void DumpCommands()
14411441
string postfix = "\" />";
14421442
Console.WriteLine("RefreshKeywords()");
14431443

1444-
string s = string.Join(",", Enum.GetNames(typeof(LOU.CommandType)));
1444+
string s = string.Join(",", Enum.GetNames(typeof(LoU.CommandType)));
14451445

1446-
foreach (String c in Enum.GetNames(typeof(LOU.CommandType)))
1446+
foreach (String c in Enum.GetNames(typeof(LoU.CommandType)))
14471447
{
14481448
Debug.Print("- [" + c + "](#" + c + ")");
14491449
}
14501450

1451-
foreach (String c in Enum.GetNames(typeof(LOU.CommandType)))
1451+
foreach (String c in Enum.GetNames(typeof(LoU.CommandType)))
14521452
{
14531453
Debug.Print("## " + c);
14541454
Debug.Print("Description");
14551455
}
14561456

1457-
foreach (String c in Enum.GetNames(typeof(LOU.CommandType)))
1457+
foreach (String c in Enum.GetNames(typeof(LoU.CommandType)))
14581458
{
14591459
Debug.Print(prefix + c + postfix);
14601460
}

0 commit comments

Comments
 (0)