Age | Commit message (Collapse) | Author |
|
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally.
|
|
Unfortunately this impacted SMAPI's memory usage and the data was often misinterpreted by players.
|
|
|
|
This commit performs some general refactoring, including...
- avoid manually duplicating the event list;
- rework the 'is important' event flag;
- remove the new packages (Cyotek.Collections can be replaced with built-in types, and System.ValueTuple won't work in the Mono version used on Linux/Mac);
- improve performance;
- minor cleanup.
|
|
refactoring.
|
|
|
|
|