Skip to content

Releases: shibbo/Fushigi

fushigi-latest-artifacts

11 Apr 23:54
Compare
Choose a tag to compare
Pre-release

These builds are pulled directly from Github Actions
-Jupahe64

Fushigi v0.6 Alpha

21 Nov 19:49
Compare
Choose a tag to compare
Fushigi v0.6 Alpha Pre-release
Pre-release

Fushigi Version v0.6 Alpha Release

Changelog:

  • Begin some progress on accurate rendering of models in stages
  • Improved BYML loading / saving with serialization
  • Add in course thumbnails in course selection
  • Support loading course names through a MSBT library
  • Fixed miscellaneous crashes from adding / deleting actors
  • Update Silk.NET to latest version as the newest version fixed ImGUI.NET issues
  • Begin work on undo / redo
  • Proper error logging in non-debug mode
  • New and existing actors can now have their layer changed
  • Other small fixes to prevent random crashes and bugs

THIS IS BY NO MEANS A COMPLETELY STABLE RELEASE. THINGS WILL BREAK!!!

Please install the .NET 8.0 runtime prior to running the application: https://dotnet.microsoft.com/en-us/download/dotnet/8.0

Please open any issues you have with this first release using the bug report template on the "Issues" tab.

Fushigi v0.5 Alpha

10 Nov 15:29
Compare
Choose a tag to compare
Fushigi v0.5 Alpha Pre-release
Pre-release

Fushigi Version v0.5 Alpha Release

Changelog:

  • All link types are now supported for adding
  • Fixed crashes relating to FluidPriority being both UInt and Int node types, causing a conflict
  • Tile rendering (no textures) implemented
  • Search box added to "Add Actor" dialog
  • ChildActorParameters are now select-able from actors that support them
  • Fix bug that allowed actor scale to go negative

THIS IS BY NO MEANS A COMPLETELY STABLE RELEASE. THINGS WILL BREAK!!!

Please install the .NET 8.0 runtime prior to running the application: https://dotnet.microsoft.com/en-us/download/dotnet/8.0

Please open any issues you have with this first release using the bug report template on the "Issues" tab.

Fushigi v0.4 Alpha

09 Nov 14:30
Compare
Choose a tag to compare
Fushigi v0.4 Alpha Pre-release
Pre-release

Fushigi Version v0.4 Alpha Release

Changelog:

  • Reduce crashes drastically when dealing with deleting / adding actors
  • Support for changing actor names and their internal names
  • Add support for link deletion
  • Fixed bug caused by the U8 dynamic node type not being loaded properly
  • Fixed bug caused by rails not being properly deleted from the list

THIS IS BY NO MEANS A COMPLETELY STABLE RELEASE. THINGS WILL BREAK!!!

Please install the .NET 8.0 runtime prior to running the application: https://dotnet.microsoft.com/en-us/download/dotnet/8.0

Please open any issues you have with this first release using the bug report template on the "Issues" tab.

Fushigi v0.3 Alpha

08 Nov 14:23
Compare
Choose a tag to compare
Fushigi v0.3 Alpha Pre-release
Pre-release

Fushigi Version v0.3 Alpha Release

Changelog:

  • Early support for adding new links to actors
  • Better crash logging, output is now written to a file
  • Regenerating the parameter database is possible within the editor

THIS IS BY NO MEANS A COMPLETELY STABLE RELEASE. THINGS WILL BREAK!!!

Please install the .NET 8.0 runtime prior to running the application: https://dotnet.microsoft.com/en-us/download/dotnet/8.0

Please open any issues you have with this first release using the bug report template on the "Issues" tab.

Fushigi v0.2 Alpha

08 Nov 00:46
Compare
Choose a tag to compare
Fushigi v0.2 Alpha Pre-release
Pre-release

Fushigi Version v0.2 Alpha Release

Changelog:

  • Fix issue that caused actors to not appear on the "Add Actor" list
  • Fix issue that caused ZSTD to fail on newer macOS machines
  • Clarify what files are missing when FileUtil.GetFile() throws an exception
  • Fix a crash caused by an unsupported dynamic paramater type (U8)
  • Fix a crash caused by bad RomFS path input

THIS IS BY NO MEANS A COMPLETELY STABLE RELEASE. THINGS WILL BREAK!!!

Please install the .NET 8.0 runtime prior to running the application: https://dotnet.microsoft.com/en-us/download/dotnet/8.0

Please open any issues you have with this first release using the bug report template on the "Issues" tab.

Fushigi v0.1 Alpha

07 Nov 15:51
Compare
Choose a tag to compare
Fushigi v0.1 Alpha Pre-release
Pre-release

Fushigi Version v0.1 Alpha Release

After a few weeks of working, we are finally able to release the first alpha build of Fushigi! This build mainly serves as a testing suite to ensure that our level loading, editing, and saving is working properly.

THIS IS BY NO MEANS A COMPLETELY STABLE RELEASE. THINGS WILL BREAK!!!

Currently level actors can be added, edited and deleted. You can also add, edit, and delete terrain.

Please install the .NET 8.0 runtime prior to running the application: https://dotnet.microsoft.com/en-us/download/dotnet/8.0

Please open any issues you have with this first release using the bug report template on the "Issues" tab.