25.25.12.1 12/14/2025
--User changes -Use the hex palette format when saving xmls from the final render dialog. -Add a button to the toolbar for toggling flam3 compatibility mode. -Update licenses to refer to GPL v3 in the about dialog. --Bug fixes -Fix error in the curve variation to make compatible with Chaotica and add flam3 compatibility support. --Code changes -Migrate to Visual Studio 2026 and update various dependencies.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<Project Sdk="WixToolset.Sdk/6.0.2">
|
||||
<PropertyGroup>
|
||||
<ProductVersion>3.7</ProductVersion>
|
||||
<OutputName>Fractorium_24.24.12.1</OutputName>
|
||||
<OutputName>Fractorium_25.25.12.1</OutputName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<OutputPath>$(SolutionDir)..\..\..\Bin\$(Platform)\$(Configuration)\</OutputPath>
|
||||
@ -47,4 +47,13 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="WixToolset.UI.wixext" Version="6.0.2" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Solution\Ember.vcxproj" />
|
||||
<ProjectReference Include="..\Solution\EmberAnimate.vcxproj" />
|
||||
<ProjectReference Include="..\Solution\EmberCL.vcxproj" />
|
||||
<ProjectReference Include="..\Solution\EmberGenome.vcxproj" />
|
||||
<ProjectReference Include="..\Solution\EmberRender.vcxproj" />
|
||||
<ProjectReference Include="..\Solution\EmberTester.vcxproj" />
|
||||
<ProjectReference Include="..\Solution\Fractorium.vcxproj" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user