Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was originally added to reduce antivirus false positives, but they do it anyway at this point.
|
|
|
|
permissions (#768)
|
|
|
|
|
|
|
|
|
|
SMAPI itself needs to be 32-bit to avoid errors trying to load the 32-bit game.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Propagating changes into world locations has no effect at this point (since they'll just be recreated when a save is loaded), and can noticeably impact performance.
|
|
|
|
returning to title
|
|
|
|
|