-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6661ca
commit e116365
Showing
35 changed files
with
94 additions
and
33 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
|
||
using OpenTK.Graphics; | ||
|
||
using uni.ui; | ||
using uni.ui.winforms; | ||
|
||
namespace uni.cli { | ||
|
4 changes: 3 additions & 1 deletion
4
FinModelUtility/UniversalAssetTool/UniversalAssetTool/src/games/ExporterUtil.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,6 @@ | ||
using Assimp; | ||
using System.IO; | ||
|
||
using Assimp; | ||
|
||
using fin.model.io.exporters.assimp; | ||
using fin.io; | ||
|
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
FinModelUtility/UniversalAssetTool/UniversalAssetTool/src/games/battalion_wars_1/ResDump.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,5 @@ | ||
using System.IO.Compression; | ||
using System.IO; | ||
using System.IO.Compression; | ||
|
||
using fin.io; | ||
using fin.log; | ||
|
4 changes: 1 addition & 3 deletions
4
FinModelUtility/UniversalAssetTool/UniversalAssetTool/src/games/chibi_robo/QpBinArchive.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
2 changes: 1 addition & 1 deletion
2
...versalAssetTool/UniversalAssetTool/src/games/midnight_club_2/MidnightClub2MassExporter.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
4 changes: 3 additions & 1 deletion
4
...AssetTool/UniversalAssetTool/src/games/ocarina_of_time/OcarinaOfTimeFileBundleGatherer.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,6 @@ | ||
using fin.io; | ||
using System.IO; | ||
|
||
using fin.io; | ||
using fin.io.bundles; | ||
|
||
using uni.platforms; | ||
|
4 changes: 3 additions & 1 deletion
4
...AssetTool/src/games/paper_mario_directors_cut/PaperMarioDirectorsCutFileBundleGatherer.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,6 @@ | ||
using fin.io; | ||
using System.IO; | ||
|
||
using fin.io; | ||
using fin.io.bundles; | ||
|
||
using pmdc.api; | ||
|
4 changes: 3 additions & 1 deletion
4
...niversalAssetTool/UniversalAssetTool/src/games/super_mario_64/SuperMario64FileGatherer.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,6 @@ | ||
using fin.io; | ||
using System.IO; | ||
|
||
using fin.io; | ||
using fin.io.bundles; | ||
|
||
using sm64.api; | ||
|
4 changes: 3 additions & 1 deletion
4
FinModelUtility/UniversalAssetTool/UniversalAssetTool/src/platforms/desktop/EaUtils.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,6 @@ | ||
using fin.io; | ||
using System.IO; | ||
|
||
using fin.io; | ||
using fin.util.asserts; | ||
|
||
namespace uni.platforms.desktop { | ||
|
4 changes: 3 additions & 1 deletion
4
...Utility/UniversalAssetTool/UniversalAssetTool/src/platforms/desktop/RegistryExtensions.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,6 @@ | ||
using fin.util.enumerables; | ||
using System.IO; | ||
|
||
using fin.util.enumerables; | ||
|
||
using Microsoft.Win32; | ||
|
||
|
4 changes: 3 additions & 1 deletion
4
FinModelUtility/UniversalAssetTool/UniversalAssetTool/src/platforms/gcn/tools/CisoStream.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,6 @@ | ||
using fin.util.asserts; | ||
using System.IO; | ||
|
||
using fin.util.asserts; | ||
|
||
using schema.binary; | ||
|
||
|
4 changes: 3 additions & 1 deletion
4
FinModelUtility/UniversalAssetTool/UniversalAssetTool/src/platforms/gcn/tools/GcmReader.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
4 changes: 3 additions & 1 deletion
4
...lUtility/UniversalAssetTool/UniversalAssetTool/src/platforms/gcn/tools/RarcDump - Copy.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,6 @@ | ||
using fin.io; | ||
using System.IO; | ||
|
||
using fin.io; | ||
using fin.log; | ||
using fin.schema; | ||
using fin.util.asserts; | ||
|
4 changes: 3 additions & 1 deletion
4
FinModelUtility/UniversalAssetTool/UniversalAssetTool/src/platforms/gcn/tools/RarcDump.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,6 @@ | ||
using fin.io; | ||
using System.IO; | ||
|
||
using fin.io; | ||
using fin.log; | ||
using fin.util.asserts; | ||
|
||
|
1 change: 1 addition & 0 deletions
1
FinModelUtility/UniversalAssetTool/UniversalAssetTool/src/platforms/gcn/tools/RelDump.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,5 @@ | ||
using System.Globalization; | ||
using System.IO; | ||
using System.Text.RegularExpressions; | ||
|
||
using fin.io; | ||
|
4 changes: 3 additions & 1 deletion
4
FinModelUtility/UniversalAssetTool/UniversalAssetTool/src/platforms/gcn/tools/Yay0Dec.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,6 @@ | ||
using fin.io; | ||
using System.IO; | ||
|
||
using fin.io; | ||
using fin.log; | ||
using fin.util.asserts; | ||
|
||
|
4 changes: 3 additions & 1 deletion
4
FinModelUtility/UniversalAssetTool/UniversalAssetTool/src/platforms/gcn/tools/Yaz0Dec.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,6 @@ | ||
using fin.io; | ||
using System.IO; | ||
|
||
using fin.io; | ||
using fin.log; | ||
using fin.util.asserts; | ||
|
||
|
4 changes: 3 additions & 1 deletion
4
...delUtility/UniversalAssetTool/UniversalAssetTool/src/platforms/threeDs/tools/ZarReader.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,6 @@ | ||
using fin.io; | ||
using System.IO; | ||
|
||
using fin.io; | ||
using fin.io.archive; | ||
using fin.util.strings; | ||
|
||
|
4 changes: 3 additions & 1 deletion
4
...tility/UniversalAssetTool/UniversalAssetTool/src/platforms/threeDs/tools/cia/CiaReader.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,6 @@ | ||
using fin.io.archive; | ||
using System.IO; | ||
|
||
using fin.io.archive; | ||
|
||
using schema.binary; | ||
|
||
|
4 changes: 3 additions & 1 deletion
4
...tility/UniversalAssetTool/UniversalAssetTool/src/platforms/threeDs/tools/gar/GarReader.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,6 @@ | ||
using fin.io; | ||
using System.IO; | ||
|
||
using fin.io; | ||
using fin.io.archive; | ||
using fin.util.strings; | ||
|
||
|
4 changes: 3 additions & 1 deletion
4
...iversalAssetTool/UniversalAssetTool/src/platforms/threeDs/tools/gar/schema/Gar5Subfile.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
...alAssetTool/src/ui/winforms/DebugFlags.cs → ...l/UniversalAssetTool/src/ui/DebugFlags.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
...setTool/src/ui/winforms/DesignModeUtil.cs → ...iversalAssetTool/src/ui/DesignModeUtil.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
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
12 changes: 12 additions & 0 deletions
12
FinModelUtility/UniversalAssetTool/UniversalAssetTool/src/ui/wpf/UniversalAssetToolForm.xaml
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<Window x:Class="uni.ui.wpf.UniversalAssetToolForm" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||
xmlns:local="clr-namespace:uni.ui.wpf" | ||
mc:Ignorable="d" | ||
Title="UniversalAssetToolForm" Height="450" Width="800"> | ||
<Grid> | ||
|
||
</Grid> | ||
</Window> |
12 changes: 12 additions & 0 deletions
12
...elUtility/UniversalAssetTool/UniversalAssetTool/src/ui/wpf/UniversalAssetToolForm.xaml.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using System.Windows; | ||
|
||
namespace uni.ui.wpf { | ||
/// <summary> | ||
/// Interaction logic for UniversalAssetToolForm.xaml | ||
/// </summary> | ||
public partial class UniversalAssetToolForm : Window { | ||
public UniversalAssetToolForm() { | ||
InitializeComponent(); | ||
} | ||
} | ||
} |