NHSE/NHSE.Core/Save/Meta
Kurt be0a456067 Decrypt savefile in-place (less allocation)
Each player and main.dat is ~11MB of allocation to read; old would read & decrypt into separate array = 22MB * (1 + playerCount). Cutting this in half reduces the amount of allocation and keeps stuff off gen2 LOH
2020-04-17 14:00:34 -07:00
..
EncryptedFilePair.cs Decrypt savefile in-place (less allocation) 2020-04-17 14:00:34 -07:00
FileHeaderInfo.cs Add some xmldoc 2020-03-27 21:01:24 -07:00
HorizonSave.cs Verify sizes on load 2020-04-15 10:14:48 -07:00
Player.cs Replace player/town name on edit 2020-03-29 12:41:27 -07:00
RevisionChecker.cs add 1.1.4 support 2020-04-06 15:02:29 +08:00
SaveFileSizes.cs Add some xmldoc 2020-03-27 21:01:24 -07:00