16 Commits

Author SHA1 Message Date
Jeremy Pritts
aa83fb0e2a Remove unnecessary nuget references 2023-12-11 02:05:45 -05:00
Jeremy Pritts
0aba899d89 Make AssetRipper.GUI.Electron a library 2023-11-18 00:14:13 -05:00
dependabot[bot]
a3997b3fcf Bump System.Text.Json from 8.0.0-rc.2.23479.6 to 8.0.0
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.0-rc.2.23479.6 to 8.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v8.0.0-rc.2.23479.6...v8.0.0)

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-17 12:06:53 -05:00
Jeremy Pritts
675ba740d2 NuGet bump 2023-11-05 21:46:32 -05:00
Jeremy Pritts
f631ca3f02 Resolve NativeAOT problems
* Disable NativeAOT until we use .NET 8
* Resolve some SpirV trimming issues
2023-10-26 01:28:55 -04:00
Jeremy Pritts
81dde7320e Publish Electron UI with NativeAOT 2023-10-25 23:49:47 -04:00
Jeremy Pritts
cfdd3fb1a4 Fix issue with precomputed crc field hashes
* They incorrectly used crc28, but should have used crc32.
2023-10-15 13:24:44 -04:00
Jeremy Pritts
3509ddd1c3 2023 support
* Resolves #917
* Resolves #1023
2023-10-14 12:27:15 -04:00
dependabot[bot]
1c0ac2c590 Bump System.Text.Json from 8.0.0-rc.1.23419.4 to 8.0.0-rc.2.23479.6
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.0-rc.1.23419.4 to 8.0.0-rc.2.23479.6.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits)

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 23:00:05 -04:00
Jeremy Pritts
50f0b74c03 Implement primitive decompiler
* Resolves #929
2023-09-20 01:59:38 -04:00
Jeremy Pritts
c152e8e292 Add page for licensed works
* Resolves #937
2023-09-20 01:02:20 -04:00
dependabot[bot]
4877c146fd Bump System.Text.Json from 8.0.0-preview.7.23375.6 to 8.0.0-rc.1.23419.4
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.0-preview.7.23375.6 to 8.0.0-rc.1.23419.4.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v8.0.0-preview.7.23375.6...v8.0.0-rc.1.23419.4)

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-14 00:16:47 -04:00
Jeremy Pritts
73fb2bf5fa Add localization framework to Electron UI 2023-09-12 13:18:21 -04:00
Jeremy Pritts
5e40674396 Electron UI Improvements:
* Loaded File Hierarchy
* View individual asset information
* Texture Preview
* TextAsset Preview
2023-09-07 22:22:56 -04:00
Jeremy Pritts
1882a2ba4d Basic feature set for the Electron GUI 2023-09-04 01:24:21 -04:00
Jeremy Pritts
92f0af1c7c AssetRipper.GUI.Electron 2023-08-30 20:28:12 -04:00