NHSE/NHSE.Core/Save/Meta
Kurt 6c40e1c769
Initial v1.7.0 Support (#445)
* Pre-patch preparations

* Update magic values

* Check formatting characters directly rather than string compare

"Brown".StartsWith("\u000e")
>true
what

let's be paranoid here, because .NET Core behaves differently from .NET framework.

* Update FileHashRevision.cs

Postbox with the massive decrease in size; likely the same mutation caused the other massive decreases.

* Dump item names

* Update flag definitions

* Update item info

* Add feathers to bug list

Might remove later.

* Update RecipeList.cs

* Update ItemRemakeUtil.cs

* Update stack details

* Update offsets

* Update MainSaveOffsets17.cs

* Update GameLists.cs
2021-01-27 20:04:51 -08:00
..
EncryptedFilePair.cs Decrypt savefile in-place (less allocation) 2020-04-17 14:00:34 -07:00
FileHeaderInfo.cs Initial v1.7.0 Support (#445) 2021-01-27 20:04:51 -08:00
HorizonSave.cs Initial v1.7.0 Support (#445) 2021-01-27 20:04:51 -08:00
Player.cs Initial v1.7.0 Support (#445) 2021-01-27 20:04:51 -08:00
RevisionChecker.cs Initial v1.7.0 Support (#445) 2021-01-27 20:04:51 -08:00
SaveFileSizes.cs Add some xmldoc 2020-03-27 21:01:24 -07:00