Skip to content

Commit 7bef448

Browse files
committed
Push for 0.77.1
1 parent 9419885 commit 7bef448

File tree

16 files changed

+52
-15
lines changed

16 files changed

+52
-15
lines changed

AppCast.xaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
<link>https://raw.githubusercontent.com/Sharp-X-Team/LuaSTG-Editor-Sharp-X/main/AppCast.xaml</link>
66
<description>LuaSTG Editor Sharp X is a clone/fork of LuaSTG Editor Sharp aimed towards improving the original with new functions and altered behaviour.</description>
77
<language>en</language>
8+
<item>
9+
<title>Version 0.77.1</title>
10+
<sparkle:releaseNotesLink>
11+
https://raw.githubusercontent.com/Sharp-X-Team/LuaSTG-Editor-Sharp-X/main/LuaSTGEditorSharp/Changelogs/0.77.1_changelog.md
12+
</sparkle:releaseNotesLink>
13+
<pubDate>Thu, 10 Oct 2024 00:00:00 +0000</pubDate>
14+
<enclosure url="https://github.com/Sharp-X-Team/LuaSTG-Editor-Sharp-X/releases/download/0.77.1/LuaSTG.Editor.Sharp.X.v0.77.1.exe"
15+
sparkle:version="0.77.1"
16+
sparkle:os="windows"
17+
type="application/octet-stream"/>
18+
</item>
819
<item>
920
<title>Version 0.77.0</title>
1021
<sparkle:releaseNotesLink>

LuaSTGEditorSharp.Core/EditorData/Node/ProjSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public override string ToString()
9494
public override IEnumerable<string> ToLua(int spacing)
9595
{
9696
string modvera = Macrolize(4) == "" ? "4096" : Macrolize(4);
97-
yield return "-- Generated by LuaSTG Editor Sharp X 0.77.0\n-- Mod name: " + NonMacrolize(0) + "\n_author = \"" +
97+
yield return "-- Generated by LuaSTG Editor Sharp X 0.77.1\n-- Mod name: " + NonMacrolize(0) + "\n_author = \"" +
9898
Macrolize(1) + "\"\n_mod_version = " + modvera + "\n_allow_practice = " + Macrolize(2) +
9999
"\n_allow_sc_practice = " + Macrolize(3) + "\n";
100100
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## LuaSTG Editor Sharp X - 0.77.1
2+
## Features
3+
4+
* When compiling in plain files, the editor now checks if you're trying to compile in the same folder as your project file and will throw an error if that's the case.
5+
6+
## Changes
7+
8+
* The "LoadBGM" node now starts with arguments loop end and loop length at 0.
9+
* Added new blend modes options.
10+
* The editor won't throw an error when trying to compile if the same file name with the same scope is used twice.
11+
12+
## Fixes
13+
14+
* Cloned (copied) item definitions where bugged, the init function was cloning itself incorrectly.
15+
* Hopefully fixed Auto Updates for good.

LuaSTGEditorSharp/LuaSTGEditorSharp.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,9 @@
266266
<DesignTimeSharedInput>True</DesignTimeSharedInput>
267267
</Compile>
268268
<None Include="Addons\AddonsConfig.ini" />
269+
<None Include="Changelogs\0.77.1_changelog.md">
270+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
271+
</None>
269272
<None Include="Changelogs\0.77.0_changelog.md">
270273
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
271274
</None>

LuaSTGEditorSharp/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xmlns:om="clr-namespace:System.Collections.Generic;assembly=mscorlib"
1111
xmlns:adonisUi="clr-namespace:AdonisUI;assembly=AdonisUI"
1212
mc:Ignorable="d"
13-
Title="LuaSTG Editor Sharp X v0.77.0"
13+
Title="LuaSTG Editor Sharp X v0.77.1"
1414
Height="679.6"
1515
Width="800"
1616
WindowState="Maximized"

LuaSTGEditorSharp/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ private void WorkSpaceSelectedChanged(object sender, RoutedEventArgs e)
790790
SelectedNode = ((TreeNode)(workSpace.SelectedItem));
791791
if (selectedNode != null) this.propData.ItemsSource = selectedNode.attributes;
792792
// I really don't want this to crash. So fuck it: try/catch.
793-
string version = "LuaSTG Editor Sharp X v0.77.0";
793+
string version = "LuaSTG Editor Sharp X v0.77.1";
794794
if (ActivatedWorkSpaceData != null)
795795
{
796796
Title = $"{version} - {ActivatedWorkSpaceData.RawDocName}";

LuaSTGEditorSharp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
5252
// 方法是按如下所示使用“*”: :
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("0.77.0")]
55-
[assembly: AssemblyFileVersion("0.77.0")]
54+
[assembly: AssemblyVersion("0.77.1")]
55+
[assembly: AssemblyFileVersion("0.77.1")]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
0,{"$type":"LuaSTGEditorSharp.EditorData.Node.RootFolder, LuaSTGEditorSharp","Attributes":[{"attrCap":"Name","attrInput":"File","EditWindow":""}],"IsExpanded":true,"IsSelected":true}
22
1,{"$type":"LuaSTGEditorSharp.EditorData.Node.ProjSettings, LuaSTGEditorSharp","Attributes":[{"attrCap":"Output Name","attrInput":"","EditWindow":""},{"attrCap":"Author","attrInput":"LuaSTG User","EditWindow":""},{"attrCap":"Allow practice","attrInput":"true","EditWindow":"bool"},{"attrCap":"Allow sc practice","attrInput":"true","EditWindow":"bool"}, {"attrCap":"Mod version","attrInput":"true","EditWindow":""}],"IsExpanded":true,"IsSelected":false}
3-
1,{"$type":"LuaSTGEditorSharp.EditorData.Node.EditorVersion, LuaSTGEditorSharp","Attributes":[{"attrCap":"Editor version","attrInput":"0.77.0","EditWindow":""}],"IsExpanded":true,"IsSelected":false}
3+
1,{"$type":"LuaSTGEditorSharp.EditorData.Node.EditorVersion, LuaSTGEditorSharp","Attributes":[{"attrCap":"Editor version","attrInput":"0.77.1","EditWindow":""}],"IsExpanded":true,"IsSelected":false}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
0,{"$type":"LuaSTGEditorSharp.EditorData.Node.Project.ProjectRoot, LuaSTGEditorSharp","Attributes":[{"attrCap":"Name","attrInput":"Project","EditWindow":""}],"IsExpanded":true,"IsSelected":true}
22
1,{"$type":"LuaSTGEditorSharp.EditorData.Node.ProjSettings, LuaSTGEditorSharp","Attributes":[{"attrCap":"Output Name","attrInput":"","EditWindow":""},{"attrCap":"Author","attrInput":"LuaSTG User","EditWindow":""},{"attrCap":"Allow practice","attrInput":"true","EditWindow":"bool"},{"attrCap":"Allow sc practice","attrInput":"true","EditWindow":"bool"},{"attrCap":"Mod version","attrInput":"true","EditWindow":""}],"IsExpanded":true,"IsSelected":false}
3-
1,{"$type":"LuaSTGEditorSharp.EditorData.Node.EditorVersion, LuaSTGEditorSharp","Attributes":[{"attrCap":"Editor version","attrInput":"0.77.0","EditWindow":""}],"IsExpanded":true,"IsSelected":false}
3+
1,{"$type":"LuaSTGEditorSharp.EditorData.Node.EditorVersion, LuaSTGEditorSharp","Attributes":[{"attrCap":"Editor version","attrInput":"0.77.1","EditWindow":""}],"IsExpanded":true,"IsSelected":false}

LuaSTGEditorSharp/Templates/Extra.lstges

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
0,{"$type":"LuaSTGEditorSharp.EditorData.Node.RootFolder, LuaSTGEditorSharp","Attributes":[{"attrCap":"Name","attrInput":"File","EditWindow":""}],"IsExpanded":true,"IsSelected":false}
22
1,{"$type":"LuaSTGEditorSharp.EditorData.Node.ProjSettings, LuaSTGEditorSharp","Attributes":[{"attrCap":"Output Name","attrInput":"","EditWindow":""},{"attrCap":"Author","attrInput":"LuaSTG User","EditWindow":""},{"attrCap":"Allow practice","attrInput":"true","EditWindow":"bool"},{"attrCap":"Allow sc practice","attrInput":"true","EditWindow":"bool"},{"attrCap":"Mod version","attrInput":"true","EditWindow":""}],"IsExpanded":true,"IsSelected":false}
3-
1,{"$type":"LuaSTGEditorSharp.EditorData.Node.EditorVersion, LuaSTGEditorSharp","Attributes":[{"attrCap":"Editor version","attrInput":"0.77.0","EditWindow":""}],"IsExpanded":true,"IsSelected":false}
3+
1,{"$type":"LuaSTGEditorSharp.EditorData.Node.EditorVersion, LuaSTGEditorSharp","Attributes":[{"attrCap":"Editor version","attrInput":"0.77.1","EditWindow":""}],"IsExpanded":true,"IsSelected":false}
44
1,{"$type":"LuaSTGEditorSharp.EditorData.Node.General.Folder, LuaSTGEditorSharp","Attributes":[{"attrCap":"Name","attrInput":"Resources","EditWindow":""}],"IsExpanded":true,"IsSelected":false}
55
1,{"$type":"LuaSTGEditorSharp.EditorData.Node.General.Folder, LuaSTGEditorSharp","Attributes":[{"attrCap":"Name","attrInput":"Classes","EditWindow":""}],"IsExpanded":true,"IsSelected":false}
66
2,{"$type":"LuaSTGEditorSharp.EditorData.Node.Stage.StageGroup, LuaSTGNodeLib","Attributes":[{"attrCap":"Name","attrInput":"Extra","EditWindow":"stageGroup"},{"attrCap":"Start life","attrInput":"7","EditWindow":""},{"attrCap":"Start power","attrInput":"400","EditWindow":""},{"attrCap":"Start faith","attrInput":"50000","EditWindow":""},{"attrCap":"Start bomb","attrInput":"3","EditWindow":""},{"attrCap":"Allow practice","attrInput":"true","EditWindow":"bool"},{"attrCap":"Difficulty value","attrInput":"1","EditWindow":"difficulty"}],"IsExpanded":true,"IsSelected":false}

0 commit comments

Comments
 (0)