PKHeX/PKHeX.Core/Editing
Kurt 47071b41f3
Refactoring: Span-based value writes and method signatures (#3361)
Existing `get`/`set` logic is flawed in that it doesn't work on Big Endian operating systems, and it allocates heap objects when it doesn't need to.

`System.Buffers.Binary.BinaryPrimitives` in the `System.Memory` NuGet package provides both Little Endian and Big Endian methods to read and write data; all the `get`/`set` operations have been reworked to use this new API. This removes the need for PKHeX's manual `BigEndian` class, as all functions are already covered by the BinaryPrimitives API.

The `StringConverter` has now been rewritten to accept a Span to read from & write to, no longer requiring a temporary StringBuilder.

Other Fixes included:
- The Super Training UI for Gen6 has been reworked according to the latest block structure additions.
- Cloning a Stadium2 Save File now works correctly (opening from the Folder browser list).
- Checksum & Sanity properties removed from parent PKM class, and is now implemented via interface.
2022-01-02 21:35:59 -08:00
..
Applicators Refactoring: Span-based value writes and method signatures (#3361) 2022-01-02 21:35:59 -08:00
Bulk Refactoring: Span-based value writes and method signatures (#3361) 2022-01-02 21:35:59 -08:00
PKM Refactoring: Span-based value writes and method signatures (#3361) 2022-01-02 21:35:59 -08:00
Program Minor clean 2021-12-04 17:56:56 -08:00
Saves Refactoring: Span-based value writes and method signatures (#3361) 2022-01-02 21:35:59 -08:00
Showdown Refactoring: Span-based value writes and method signatures (#3361) 2022-01-02 21:35:59 -08:00
CommonEdits.cs Yield SP eggs in encounter db, detect "link trade" correctly 2021-11-21 18:36:36 -08:00
HiddenPower.cs Replace some linq usage with direct logic 2021-05-06 23:26:38 -07:00
IBattleTemplate.cs Add more xmldoc 2021-06-06 11:56:54 -07:00
IPKMView.cs Refactoring 2019-09-02 19:30:58 -07:00
IPlugin.cs Add chateau score, seaside cycle score 2021-05-13 23:12:53 -07:00
ISaveFileProvider.cs Add basic plugin sys 2018-05-13 12:49:29 -07:00
ISpriteBuilder.cs Add shiny sprites, alcremie sprites & big sprites for all 2020-03-03 20:22:57 -08:00
WurmpleUtil.cs Clean up some method signatures 2020-06-16 21:46:22 -05:00