Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to mouse for pointing it out!
|
|
|
|
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.
|
|
PerformanceCounterManager, some namespace refactoring
|
|
|
|
Players can no longer launch SMAPI from the installer folder, since the files are hidden in a data file.
|
|
arguments (#665)
|
|
assembly names
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is needed because Mono validates Program's instance fields before the static Main runs, so the custom assembly resolution isn't set up until the app has already crashed due to invalid property types.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|