Skip to content

Commit

Permalink
v.0.2.1
Browse files Browse the repository at this point in the history
Added some english localization.
Implemented Discord Rich Presence.
Fixed memory leak.
  • Loading branch information
Prevter committed Jul 18, 2020
1 parent fcfb291 commit ee80d09
Show file tree
Hide file tree
Showing 19 changed files with 7,818 additions and 228 deletions.
Binary file modified .vs/FloatToolGUI/v16/.suo
Binary file not shown.
4 changes: 2 additions & 2 deletions FloatToolGUI/About.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions FloatToolGUI/About.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ private void About_Load(object sender, EventArgs e)

private void divam_Click(object sender, EventArgs e)
{

System.Diagnostics.Process.Start("https://steamcommunity.com/id/divamyt");
}

private void button1_Click(object sender, EventArgs e)
Expand All @@ -34,7 +34,7 @@ private void button1_Click(object sender, EventArgs e)

private void label3_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("https://github.com/Nemeshio/");
System.Diagnostics.Process.Start("https://steamcommunity.com/id/prevter");
}

private void label8_Click(object sender, EventArgs e)
Expand All @@ -44,7 +44,7 @@ private void label8_Click(object sender, EventArgs e)

private void granzi_Click(object sender, EventArgs e)
{

System.Diagnostics.Process.Start("https://steamcommunity.com/profiles/76561198328715744");
}
}
}
11 changes: 10 additions & 1 deletion FloatToolGUI/FloatToolGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand All @@ -24,7 +25,6 @@
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down Expand Up @@ -54,6 +54,9 @@
<ApplicationIcon>sketch-1586878181293.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="DiscordRPC, Version=1.0.150.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\DiscordRichPresence.1.0.150\lib\net35\DiscordRPC.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -89,9 +92,15 @@
<EmbeddedResource Include="About.resx">
<DependentUpon>About.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Main.en.resx">
<DependentUpon>Main.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Main.resx">
<DependentUpon>Main.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Main.ru.resx">
<DependentUpon>Main.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
Expand Down
Loading

0 comments on commit ee80d09

Please sign in to comment.