21 Commits

Author SHA1 Message Date
ds5678
3fdd215f35 Replace native crunch decoding with new managed libraries
Resolves #448
2025-09-17 19:43:48 -07:00
ds5678
2346035026 Remove unnecessary csproj properties
* IsTrimmable
* ImplicitUsings
* AppendTargetFrameworkToOutputPath
2025-09-17 09:44:05 -07:00
Jeremy Pritts
01787539de Revert "Use NuGet central package management"
This reverts commit d26e81f74e83ca1294bee8c263c3419ad4aa2f38.
2025-09-07 16:40:25 -07:00
YoshiRulz
d26e81f74e Use NuGet central package management 2025-09-06 19:04:44 -07:00
ds5678
9b98d677f0 Update package versions across multiple projects
- Updated `NUnit.Analyzers` from `4.9.2` to `4.10.0` in several test projects for improved analyzer features.
- Upgraded `AssetRipper.Conversions.FastPng` from `1.0.0` to `1.1.0` to include new features or bug fixes.
- Changed `AssetRipper.ICSharpCode.Decompiler` from `9.1.0.8017` to `10.0.0.8115-preview1` in primary content and Unity projects for significant updates.
- Updated `System.Text.Json` from `9.0.7` to `9.0.8` to address issues and enhance performance.
- Upgraded `Microsoft.AspNetCore.OpenApi` from `9.0.7` to `9.0.8` for important updates and fixes.
2025-08-09 20:41:53 -07:00
ds5678
ba370f476c Significantly improve png writing performance 2025-06-23 00:15:50 -07:00
ds5678
bd9af79e75 Always use TextureDecoder for Bc decoding
* Related: #448
2025-03-30 23:00:20 -07:00
ds5678
2e532b9b05 Bump Tpk NuGet version 2025-02-24 16:15:57 -08:00
ds5678
2132a7113d Use StbImageWriteSharp instead of System.Drawing.Common
* Resolves #1631
2025-01-13 17:25:38 -08:00
ds5678
a66abee5c5 Use latest .NET 9 packages 2024-11-12 23:26:48 -08:00
ds5678
c7454528ae Support recent versions of Unity 2024-11-10 22:39:36 -08:00
dependabot[bot]
e32c76e2f7 Bump System.Drawing.Common from 8.0.8 to 8.0.10
Bumps [System.Drawing.Common](https://github.com/dotnet/winforms) from 8.0.8 to 8.0.10.
- [Release notes](https://github.com/dotnet/winforms/releases)
- [Changelog](https://github.com/dotnet/winforms/blob/main/docs/release-activity.md)
- [Commits](https://github.com/dotnet/winforms/compare/v8.0.8...v8.0.10)

---
updated-dependencies:
- dependency-name: System.Drawing.Common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-09 05:36:20 -07:00
dependabot[bot]
b6c83b169c Bump System.Drawing.Common from 8.0.7 to 8.0.8
Bumps [System.Drawing.Common](https://github.com/dotnet/winforms) from 8.0.7 to 8.0.8.
- [Release notes](https://github.com/dotnet/winforms/releases)
- [Changelog](https://github.com/dotnet/winforms/blob/main/docs/release-activity.md)
- [Commits](https://github.com/dotnet/winforms/compare/v8.0.7...v8.0.8)

---
updated-dependencies:
- dependency-name: System.Drawing.Common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-13 19:04:05 -07:00
ds5678
72cffe5369 Improve Bc texture decoding speed 2024-08-04 16:12:53 -07:00
ds5678
54f98ffad8 AssetRipper.Export.Modules.Textures 2024-07-14 12:30:02 -07:00
Jeremy Pritts
aa83fb0e2a Remove unnecessary nuget references 2023-12-11 02:05:45 -05:00
Jeremy Pritts
675ba740d2 NuGet bump 2023-11-05 21:46:32 -05: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
Jeremy Pritts
2e697a5891 Build to 0Bins instead of Bins 2023-08-08 11:20:23 -04:00
Jeremy Pritts
6e45e71f3c Move projects into a subfolder 2023-01-14 11:31:39 -05:00