Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
C# BREAKING: Reorganized project and added NameSpaces
- Loading branch information
Showing
62 changed files
with
108 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ScaleformUI_Csharp/Colors.cs → ScaleformUI_Csharp/Elements/Colors.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| using System.Drawing; | ||
|
|
||
| namespace ScaleformUI | ||
| namespace ScaleformUI.Elements | ||
| { | ||
| public static class Colors | ||
| { | ||
|
|
||
3 changes: 1 addition & 2 deletions
3
ScaleformUI_Csharp/Controls.cs → ScaleformUI_Csharp/Elements/Controls.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 1 addition & 6 deletions
7
ScaleformUI_Csharp/ScaleformFonts.cs → ...eformUI_Csharp/Elements/ScaleformFonts.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
ScaleformUI_Csharp/ScreenTools.cs → ScaleformUI_Csharp/Elements/ScreenTools.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
...formUI_Csharp/LobbyMenu/Columns/Column.cs → ...s/Pause Menus/LobbyMenu/Columns/Column.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
3 changes: 2 additions & 1 deletion
3
...p/LobbyMenu/Columns/SettingsListColumn.cs → ...s/LobbyMenu/Columns/SettingsListColumn.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
ScaleformUI_Csharp/LobbyMenu/MainView.cs → ...p/Menus/Pause Menus/LobbyMenu/MainView.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...p/LobbyMenu/Panels/MissionDetailsPanel.cs → ...s/LobbyMenu/Panels/MissionDetailsPanel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| using System.Collections.Generic; | ||
| using ScaleformUI.Menu; | ||
|
|
||
| namespace ScaleformUI.LobbyMenu | ||
| { | ||
|
|
||
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
4 changes: 3 additions & 1 deletion
4
...UI_Csharp/PauseMenu/Items/BasicTabItem.cs → ...use Menus/PauseMenu/Items/BasicTabItem.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
4 changes: 3 additions & 1 deletion
4
...ems/SettingsItems/SettingsCheckboxItem.cs → ...ems/SettingsItems/SettingsCheckboxItem.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion
4
...UI_Csharp/PauseMenu/Items/StatsTabItem.cs → ...use Menus/PauseMenu/Items/StatsTabItem.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
ScaleformUI_Csharp/PauseMenu/TabView.cs → ...rp/Menus/Pause Menus/PauseMenu/TabView.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 4 additions & 1 deletion
5
...rmUI_Csharp/PauseMenu/Tabs/TabLeftItem.cs → ...Pause Menus/PauseMenu/Tabs/TabLeftItem.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
ScaleformUI_Csharp/PauseMenuBase.cs → ...Csharp/Menus/Pause Menus/PauseMenuBase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
ScaleformUI_Csharp/BreadcrumbsHandler.cs → ...Csharp/Menus/UIMenu/BreadcrumbsHandler.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ScaleformUI_Csharp/Items/IListItem.cs → ...UI_Csharp/Menus/UIMenu/Items/IListItem.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| namespace ScaleformUI | ||
| namespace ScaleformUI.Menu | ||
| { | ||
| public interface IListItem | ||
| { | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
...formUI_Csharp/Items/UIMenuCheckboxItem.cs → .../Menus/UIMenu/Items/UIMenuCheckboxItem.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| namespace ScaleformUI | ||
| namespace ScaleformUI.Menu | ||
| { | ||
| public enum UIMenuCheckboxStyle | ||
| { | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
...mUI_Csharp/Items/UIMenuDynamicListItem.cs → ...nus/UIMenu/Items/UIMenuDynamicListItem.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
ScaleformUI_Csharp/Items/UIMenuItem.cs → ...I_Csharp/Menus/UIMenu/Items/UIMenuItem.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.