Commit Graph

1106 Commits

Author SHA1 Message Date
Jesse Plamondon-Willard 4e27841fb2
prepare for release 2023-06-24 16:53:13 -04:00
Jesse Plamondon-Willard 7d96f29aff
remove test_input time limit 2023-06-24 14:20:37 -04:00
Jesse Plamondon-Willard db33481dff
update release notes 2023-06-24 12:57:12 -04:00
Jesse Plamondon-Willard 251d83472c
update dependencies 2023-06-24 12:01:49 -04:00
Jesse Plamondon-Willard 2f1f274b2d
fix Context.HasRemotePlayers being true when there's no farmhands 2023-06-24 11:58:25 -04:00
Jesse Plamondon-Willard 3c46bdaeb3
fix install error if a game folder has an invalid symlink 2023-06-24 11:53:04 -04:00
Jesse Plamondon-Willard 5d2afc0aa4
fix error deserializing null semantic version 2023-06-24 11:52:48 -04:00
Jesse Plamondon-Willard 76a0497684
fix ModFolder not being JSON-serializable 2023-06-24 11:51:29 -04:00
Jesse Plamondon-Willard 342b91ff80
add multiplayer player type to window titles 2023-06-24 11:50:51 -04:00
Jesse Plamondon-Willard 9dd702a162
embed debug symbols for Linux/macOS compatibility
This fixes error stack traces not having line numbers on Linux/macOS.
2023-06-24 11:49:04 -04:00
Jesse Plamondon-Willard 46947683cd
prepare for release 2023-04-09 13:08:06 -04:00
Jesse Plamondon-Willard 2e618672aa
update schema for Content Patcher 1.29.0 2023-04-02 15:44:05 -04:00
Jesse Plamondon-Willard c2e9aad698
adjust ModContentManager.HandleUnknownFileTypes to let mods patch it 2023-04-02 15:44:02 -04:00
Jesse Plamondon-Willard c0ac58f277
fix IsWorldReady being editable by mods 2023-04-02 15:43:58 -04:00
Jesse Plamondon-Willard d2134f0f70
update release notes & tweak recent changes 2023-04-02 15:43:50 -04:00
Jesse Plamondon-Willard 7b5566d075
add PerScreen.IsActiveForScreen() 2023-04-02 15:31:15 -04:00
Jesse Plamondon-Willard 7f7561469f
update to FluentHttpClient 4.3.0 2023-04-02 15:30:31 -04:00
Jesse Plamondon-Willard eb2a9b69bc
remove LargeAddressAware flag
This isn't needed anymore since SMAPI is 64-bit now.
2023-04-02 15:30:14 -04:00
Jesse Plamondon-Willard 8ee555c07a
suppress findstr installer error for some players 2023-01-22 10:18:37 -05:00
Jesse Plamondon-Willard 25b8e13ba8
prepare for release 2023-01-09 12:27:29 -05:00
Jesse Plamondon-Willard e5407417a0
add delegating mod hooks for mod use 2023-01-08 22:05:22 -05:00
Jesse Plamondon-Willard 5518b8d461
update packages 2023-01-08 16:48:30 -05:00
Jesse Plamondon-Willard 81d3baa3b5
simplify Save Backup compression
We don't need special handling for macOS anymore, since all platforms have .NET 5 now.
2022-12-28 11:35:05 -05:00
Jesse Plamondon-Willard a2944eed5c
prepare for release 2022-12-01 19:43:56 -05:00
Jesse Plamondon-Willard 4c66aa63c5
update release notes 2022-11-14 17:45:43 -05:00
Jesse Plamondon-Willard 72f5df2d20
update release notes 2022-11-13 12:17:07 -05:00
Jesse Plamondon-Willard 613946003d
prepare for release 2022-11-12 15:14:59 -05:00
Jesse Plamondon-Willard 9771cefa6a
update release notes 2022-11-11 21:42:49 -05:00
Jesse Plamondon-Willard 28ba3408bc
raise all deprecation messages to the final level 2022-11-11 01:47:12 -05:00
Jesse Plamondon-Willard cefd9e23b0
set max game version 2022-11-11 01:38:45 -05:00
Jesse Plamondon-Willard e44562c9c5
update release notes 2022-11-11 01:35:42 -05:00
Jesse Plamondon-Willard 76e5588f02
add option to disable console input 2022-11-09 21:41:04 -05:00
Jesse Plamondon-Willard beb0b0aaf4
fix & improve split-screen column in log parser 2022-11-09 20:03:41 -05:00
Jesse Plamondon-Willard 8090b30c6e
prepare for release 2022-10-21 20:12:02 -04:00
Jesse Plamondon-Willard 0e4dd8a7b4
prevent Steam vdf read errors from crashing the installer 2022-10-17 20:02:19 -04:00
Jesse Plamondon-Willard 4e91174b3e
update release notes 2022-10-16 15:17:03 -04:00
Jesse Plamondon-Willard 5739745b76
prepare for release 2022-10-10 20:03:01 -04:00
Jesse Plamondon-Willard 474c76183b
fix error when Steam .vdf file doesn't exist 2022-10-10 13:36:11 -04:00
Jesse Plamondon-Willard ee77efcc97
prepare for release 2022-10-09 19:42:24 -04:00
Jesse Plamondon-Willard 27856ebea2
drop UseRawImageLoading option
Raw image loading is now always enabled, except in PyTK compatibility mode.
2022-10-09 18:03:05 -04:00
Jesse Plamondon-Willard 037d7e357b
set texture name earlier to support mods like SpriteMaster 2022-10-09 17:39:11 -04:00
Jesse Plamondon-Willard 9a15da5a17
add 'strict mode' release with deprecated APIs stripped out 2022-10-09 16:59:05 -04:00
Jesse Plamondon-Willard 42ff20cd92
suppress Harmony debug mode by default 2022-10-09 15:01:25 -04:00
Jesse Plamondon-Willard d143ab1077
update to Harmony 2.2.2 2022-10-09 14:45:50 -04:00
Jesse Plamondon-Willard 8dc12fd01c
optimize string splits 2022-10-09 14:30:40 -04:00
Jesse Plamondon-Willard 3d10d08a1a
make deprecation warnings a bit stronger for the upcoming 4.0.0 release 2022-10-09 14:08:16 -04:00
Jesse Plamondon-Willard a220e14f2d
polish recent changes & update release notes 2022-10-09 13:50:24 -04:00
Jesse Plamondon-Willard a7f03abe25
change square brackets to round ones in manifest name 2022-10-08 13:16:38 -04:00
Jesse Plamondon-Willard 5a0d337fcf
update FluentHttpClient 2022-10-07 00:21:09 -04:00
Jesse Plamondon-Willard c0e31d17a6
fix handling of GitHub prerelease versions marked as non-prerelease 2022-09-28 23:21:12 -04:00