Skip to content

Commit 7f0aa44

Browse files
committed
Version 1.58.0
2 parents b5d4cc2 + 7036567 commit 7f0aa44

File tree

318 files changed

+45211
-5131
lines changed

Some content is hidden

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

318 files changed

+45211
-5131
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: "[Bug Report]"
3+
about: Create a bug report to submit information about program errors, unpexpected
4+
behaviours and other unintended mistakes.
5+
6+
---
7+
8+
_Fill in the details for each relevant section._
9+
_When you're done, then delete any instructions, example text and irrelevant sections._
10+
_Please select the project on the sidebar where you encountered the problem._
11+
12+
**Describe the bug**
13+
A clear and concise description of what the bug is.
14+
Include a summary of the error message if there is one.
15+
16+
**Expected behavior**
17+
A clear and concise description of what you expected to happen.
18+
19+
**Steps To Reproduce**
20+
Steps to reproduce the behavior:
21+
1. Go to '...'
22+
2. Click on '....'
23+
3. Scroll down to '....'
24+
4. See error
25+
26+
**Specs (please complete the following information, if applicable):**
27+
- libMBIN (MBINCompiler) Version: [eg 1.0.0.0]
28+
- NMS Game Version or Steam Build Number: [eg 1.0.0.0]
29+
- MBIN File: [eg GCPLAYERGLOBALS.GLOBAL.MBIN]
30+
- MBIN File Version: [eg 1.0.0.0]
31+
32+
**Additional Information**
33+
Add any other information here that you think might be helpful.
34+
35+
_Attachments:_
36+
_Include a log file if you know how to create one._
37+
_Do not attach MBIN files unless requested._
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: "[Feature Request]"
3+
about: Suggest an idea for this project.
4+
5+
---
6+
7+
**Is your feature request related to a problem? Please describe.**
8+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
10+
**Describe the solution you'd like**
11+
A clear and concise description of what you want to happen.
12+
13+
**Describe alternatives you've considered**
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

BuildTools/DEPLOY.BAT

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set REL_BRANCH=master
1717
set PRE_BRANCH=development
1818

1919
REM -- DON'T TOUCH -------------------------
20-
set MSG=%*
20+
set MSG=%~1
2121
if "%MSG%" == "" goto HELP
2222

2323
if "%GITHUB_TOKEN%" == "" goto INVALID_TOKEN
@@ -44,7 +44,7 @@ for /f "tokens=1,2,3,4,5,6" %%I in ('call "_lib\libMBIN-VERSION.BAT"') do (
4444
)
4545

4646
if %PRERELEASE% == 0 (
47-
if %RELEASE% == 0 goto INVALID_VERSION
47+
REM if %RELEASE% == 0 goto INVALID_VERSION
4848
set OPT_PRERELEASE=
4949
set BRANCH=%REL_BRANCH%
5050
)
@@ -57,7 +57,7 @@ if not exist "%EXE_ARTIFACT%" goto NOT_COMPILED
5757
if not exist "%DLL_ARTIFACT%" goto NOT_COMPILED
5858

5959
REM Get the version reported from the compiled exe.
60-
for /f %%I in ('"%BUILD_PATH%\MBINCompiler.exe" -v') do set BUILD_VERSION=%%I
60+
for /f %%I in ('"%BUILD_PATH%\MBINCompiler.exe" version -q') do set BUILD_VERSION=%%I
6161

6262
REM Debug
6363
REM echo BUILD_VERSION=%BUILD_VERSION%

MBINCompiler.sln

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,45 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "libMBIN-Shared", "libMBIN\l
1111
EndProject
1212
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "libMBIN-DLL", "libMBIN-DLL\libMBIN-DLL.csproj", "{F2D295A6-D082-4EB4-8FC9-F4687F674939}"
1313
EndProject
14+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub Templates", "GitHub Templates", "{0DF573BC-C6C6-4066-8505-92B064F927AF}"
15+
ProjectSection(SolutionItems) = preProject
16+
.github\ISSUE_TEMPLATE\-bug-report-.md = .github\ISSUE_TEMPLATE\-bug-report-.md
17+
.github\ISSUE_TEMPLATE\-feature-request-.md = .github\ISSUE_TEMPLATE\-feature-request-.md
18+
EndProjectSection
19+
EndProject
20+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E06A34DB-29E6-4BBB-8FDD-F08AF6F02FE3}"
21+
ProjectSection(SolutionItems) = preProject
22+
.gitignore = .gitignore
23+
LICENSE.md = LICENSE.md
24+
README.md = README.md
25+
EndProjectSection
26+
EndProject
1427
Global
1528
GlobalSection(SharedMSBuildProjectFiles) = preSolution
1629
libMBIN\libMBIN-Shared.projitems*{b6850f17-d8fd-48de-9cf2-240f1ba87236}*SharedItemsImports = 13
1730
libMBIN\libMBIN-Shared.projitems*{ce736ef9-7be9-4ff0-9551-78f0071aa373}*SharedItemsImports = 4
1831
libMBIN\libMBIN-Shared.projitems*{f2d295a6-d082-4eb4-8fc9-f4687f674939}*SharedItemsImports = 4
1932
EndGlobalSection
2033
GlobalSection(SolutionConfigurationPlatforms) = preSolution
34+
Debug [StdOut]|Any CPU = Debug [StdOut]|Any CPU
2135
Debug|Any CPU = Debug|Any CPU
2236
Release|Any CPU = Release|Any CPU
2337
EndGlobalSection
2438
GlobalSection(ProjectConfigurationPlatforms) = postSolution
39+
{CE736EF9-7BE9-4FF0-9551-78F0071AA373}.Debug [StdOut]|Any CPU.ActiveCfg = Debug [StdOut]|Any CPU
40+
{CE736EF9-7BE9-4FF0-9551-78F0071AA373}.Debug [StdOut]|Any CPU.Build.0 = Debug [StdOut]|Any CPU
2541
{CE736EF9-7BE9-4FF0-9551-78F0071AA373}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2642
{CE736EF9-7BE9-4FF0-9551-78F0071AA373}.Debug|Any CPU.Build.0 = Debug|Any CPU
2743
{CE736EF9-7BE9-4FF0-9551-78F0071AA373}.Release|Any CPU.ActiveCfg = Release|Any CPU
2844
{CE736EF9-7BE9-4FF0-9551-78F0071AA373}.Release|Any CPU.Build.0 = Release|Any CPU
45+
{836B3A35-C1EA-47C8-B3AB-59C0E2E0C763}.Debug [StdOut]|Any CPU.ActiveCfg = Debug|Any CPU
46+
{836B3A35-C1EA-47C8-B3AB-59C0E2E0C763}.Debug [StdOut]|Any CPU.Build.0 = Debug|Any CPU
2947
{836B3A35-C1EA-47C8-B3AB-59C0E2E0C763}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3048
{836B3A35-C1EA-47C8-B3AB-59C0E2E0C763}.Debug|Any CPU.Build.0 = Debug|Any CPU
3149
{836B3A35-C1EA-47C8-B3AB-59C0E2E0C763}.Release|Any CPU.ActiveCfg = Release|Any CPU
3250
{836B3A35-C1EA-47C8-B3AB-59C0E2E0C763}.Release|Any CPU.Build.0 = Release|Any CPU
51+
{F2D295A6-D082-4EB4-8FC9-F4687F674939}.Debug [StdOut]|Any CPU.ActiveCfg = Debug|Any CPU
52+
{F2D295A6-D082-4EB4-8FC9-F4687F674939}.Debug [StdOut]|Any CPU.Build.0 = Debug|Any CPU
3353
{F2D295A6-D082-4EB4-8FC9-F4687F674939}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3454
{F2D295A6-D082-4EB4-8FC9-F4687F674939}.Debug|Any CPU.Build.0 = Debug|Any CPU
3555
{F2D295A6-D082-4EB4-8FC9-F4687F674939}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -38,6 +58,9 @@ Global
3858
GlobalSection(SolutionProperties) = preSolution
3959
HideSolutionNode = FALSE
4060
EndGlobalSection
61+
GlobalSection(NestedProjects) = preSolution
62+
{0DF573BC-C6C6-4066-8505-92B064F927AF} = {E06A34DB-29E6-4BBB-8FDD-F08AF6F02FE3}
63+
EndGlobalSection
4164
GlobalSection(ExtensibilityGlobals) = postSolution
4265
SolutionGuid = {CA99F7CB-A4A0-4314-AE1C-092F0E8A7C2E}
4366
EndGlobalSection

MBINCompiler/MBINCompiler.csproj

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@
3535
<ErrorReport>prompt</ErrorReport>
3636
<WarningLevel>4</WarningLevel>
3737
</PropertyGroup>
38+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug [StdOut]|AnyCPU' ">
39+
<PlatformTarget>AnyCPU</PlatformTarget>
40+
<DebugSymbols>true</DebugSymbols>
41+
<DebugType>full</DebugType>
42+
<Optimize>false</Optimize>
43+
<OutputPath>..\Build\Debug\</OutputPath>
44+
<DefineConstants>DEBUG;TRACE;DEBUG_STDOUT</DefineConstants>
45+
<ErrorReport>prompt</ErrorReport>
46+
<WarningLevel>4</WarningLevel>
47+
<UseVSHostingProcess>true</UseVSHostingProcess>
48+
</PropertyGroup>
3849
<ItemGroup>
3950
<Reference Include="System" />
4051
<Reference Include="System.Core" />
@@ -46,8 +57,15 @@
4657
<Reference Include="System.Xml" />
4758
</ItemGroup>
4859
<ItemGroup>
49-
<Compile Include="Program.cs" />
60+
<Compile Include="Source\CommandLineParser.cs" />
61+
<Compile Include="Source\CommandLineOptions.cs" />
62+
<Compile Include="Source\CommandLine.cs" />
63+
<Compile Include="Source\CompilerException.cs" />
64+
<Compile Include="Source\Convert.cs" />
65+
<Compile Include="Source\Program.cs" />
5066
<Compile Include="Properties\AssemblyInfo.cs" />
67+
<Compile Include="Source\Utils.cs" />
68+
<Compile Include="Source\Version.cs" />
5169
</ItemGroup>
5270
<ItemGroup>
5371
<None Include="App.config" />

0 commit comments

Comments
 (0)