Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add `World.FurnitureListChanged` event
|
|
Prune unnecessary `using` statements
|
|
Create a new event available to SMAPI mods to track furniture changes. To facilitate the event, a `FurnitureListChangedEventArgs` class is added as well.
Fixes #778
|
|
|
|
The `allowComments` and `allowTrailingCommas` fields are VSCode-specific extensions to JSON Schema.
|
|
|
|
This isn't used by SMAPI itself, but is used by some mods like Lookup Anything that copy this code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix strict Linux sandbox support in launcher
|
|
|
|
i added a check for is found terminal is executable.
game will launch with standart exec if found terminal is not exist or executable.
( fix for issue #775 )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|