Skip to content

Commit c6acccd

Browse files
committed
v1.2.2
- Remade the launchers UI with a new color scheme, new icons, and added a light mode. - The "export crash logs" button in the launcher now also adds your variables file from CodeRed to the zip. - Fixed the launcher not loading at all if you tried to run it while not connected to the internet. - Fixed the launcher not auto-checking for updates when you enabled it through the checkbox. - Fixed the launchers previous and next buttons in the news tab having the wrong icons.
1 parent c2f166d commit c6acccd

428 files changed

Lines changed: 11030 additions & 5808 deletions

File tree

Some content is hidden

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

CodeRedLauncher.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
<DefineConstants>DEBUG;TRACE</DefineConstants>
1616
</PropertyGroup>
1717

18+
<ItemGroup>
19+
<Content Include="Icon.ico" />
20+
</ItemGroup>
21+
1822
<ItemGroup>
1923
<Compile Update="Controls\CRTextbox.cs" />
2024
<Compile Update="Properties\Resources.Designer.cs">
@@ -43,4 +47,8 @@
4347
</None>
4448
</ItemGroup>
4549

50+
<ItemGroup>
51+
<Folder Include="Forms\" />
52+
</ItemGroup>
53+
4654
</Project>

CodeRedLauncher.csproj.user

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,28 @@
1313
<Compile Update="Controls\CRCheckbox.cs">
1414
<SubType>UserControl</SubType>
1515
</Compile>
16-
<Compile Update="Controls\CRCountdown.cs">
16+
<Compile Update="Controls\CRInfo.cs">
1717
<SubType>UserControl</SubType>
1818
</Compile>
19-
<Compile Update="Controls\CRNewsPanel.cs">
19+
<Compile Update="Controls\CRInstall.cs">
20+
<SubType>UserControl</SubType>
21+
</Compile>
22+
<Compile Update="Controls\CRLabel.cs">
23+
<SubType>UserControl</SubType>
24+
</Compile>
25+
<Compile Update="Controls\CRNews.cs">
2026
<SubType>UserControl</SubType>
2127
</Compile>
2228
<Compile Update="Controls\CRNumberbox.cs">
2329
<SubType>UserControl</SubType>
2430
</Compile>
25-
<Compile Update="Controls\CRPopup.cs">
31+
<Compile Update="Controls\CROffline.cs">
2632
<SubType>UserControl</SubType>
2733
</Compile>
28-
<Compile Update="Controls\CRProcessPanel.cs">
34+
<Compile Update="Controls\CRPolicy.cs">
2935
<SubType>UserControl</SubType>
3036
</Compile>
31-
<Compile Update="Controls\CRProgressBar.cs">
37+
<Compile Update="Controls\CRStatus.cs">
3238
<SubType>UserControl</SubType>
3339
</Compile>
3440
<Compile Update="Controls\CRTab.cs">
@@ -37,10 +43,10 @@
3743
<Compile Update="Controls\CRTextbox.cs">
3844
<SubType>UserControl</SubType>
3945
</Compile>
40-
<Compile Update="Controls\CRTitleBar.cs">
46+
<Compile Update="Controls\CRTitle.cs">
4147
<SubType>UserControl</SubType>
4248
</Compile>
43-
<Compile Update="Controls\CRUpdatePanel.cs">
49+
<Compile Update="Controls\CRUpdate.cs">
4450
<SubType>UserControl</SubType>
4551
</Compile>
4652
<Compile Update="Forms\MainFrm.cs">

Controls/CRButton.Designer.cs

Lines changed: 42 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)