Jesse Plamondon-Willard
924c3a5d3f
add support for propagating NPCDisposition asset changes
2018-11-25 15:19:12 -05:00
Jesse Plamondon-Willard
0dc653e5af
update supporters list
2018-11-25 13:15:03 -05:00
Jesse Plamondon-Willard
b34cbb5b86
fix error when leaving & rejoining a server in the same session
2018-11-25 13:14:45 -05:00
Jesse Plamondon-Willard
cbd63b9a87
fix Console Commands' handling of tool upgrade levels for item commands
2018-11-25 13:12:57 -05:00
Jesse Plamondon-Willard
3b5cfad213
fix Console Commands optimised in debug mode
2018-11-25 12:58:51 -05:00
Jesse Plamondon-Willard
fb253941df
add support for propagating map asset changes
2018-11-25 00:07:26 -05:00
Jesse Plamondon-Willard
43f11cfe51
strip newlines in manifest display fields
2018-11-23 17:33:30 -05:00
Jesse Plamondon-Willard
d1fb273d20
fix cryptic error when running installer from inside a zip in Windows
2018-11-23 11:57:25 -05:00
Jesse Plamondon-Willard
ba7d6a0e51
add compatibility stats to mod page
2018-11-22 16:16:59 -05:00
Jesse Plamondon-Willard
aeca48c419
fix beta header shown on compat list when there's no current beta
2018-11-19 19:22:55 -05:00
Jesse Plamondon-Willard
4cd9eda159
Merge branch 'develop' into stable
2018-11-19 15:41:35 -05:00
Jesse Plamondon-Willard
5de81464ce
bump version for release
2018-11-19 15:08:17 -05:00
Jesse Plamondon-Willard
845d38169c
fix game crash in MacOS
...
This fixes a game crash in MacOS during startup by copying the Windows versions of those DLLs into SMAPI's internal folder. This was handled by the custom build scripts until SMAPI 2.8.
2018-11-19 15:05:44 -05:00
Jesse Plamondon-Willard
593723b794
Merge branch 'develop' into stable
2018-11-19 13:48:19 -05:00
Jesse Plamondon-Willard
3dc27a5681
bump versions for re-release
2018-11-19 13:37:55 -05:00
Jesse Plamondon-Willard
ad612da1a2
fix installer errors on Windows ( #602 )
2018-11-19 13:37:46 -05:00
Jesse Plamondon-Willard
5aed53e943
polish release notes
2018-11-19 00:55:21 -05:00
Jesse Plamondon-Willard
10add4b13c
add a few files to solution folder
2018-11-19 00:54:31 -05:00
Jesse Plamondon-Willard
72463f44fa
bump versions for release
2018-11-18 20:39:37 -05:00
Jesse Plamondon-Willard
fe56c6396a
remove rewrite rules only used by mods that broke in SDV 1.3
2018-11-18 20:39:28 -05:00
Jesse Plamondon-Willard
64480fc10c
Merge branch 'feature/revamp-installer' into develop
2018-11-18 13:54:38 -05:00
Jesse Plamondon-Willard
ebbbf6fd58
shorten bundle file names ( #602 )
2018-11-18 01:45:36 -05:00
Jesse Plamondon-Willard
e8fe550b75
remove 0Harmony.pdb from build scripts ( #602 )
...
The file isn't included in the new Harmony NuGet package.
2018-11-18 01:00:11 -05:00
Jesse Plamondon-Willard
48b9acb074
add build logic from the custom scripts ( #602 )
2018-11-18 00:51:30 -05:00
Jesse Plamondon-Willard
e5bc00e7a2
hide installer's bundled files to avoid confusion ( #602 )
2018-11-18 00:47:35 -05:00
Jesse Plamondon-Willard
41e3c28021
fix installer allowing custom mods to be bundled with the install ( #602 )
...
This led to confusion since the installer didn't copy mod subfolders correctly. The installer now explains where to add custom mods instead.
2018-11-18 00:44:56 -05:00
Jesse Plamondon-Willard
fb9ef6efda
fix errors in rare cases when sending a message through LidgrenClient after an error packet is received ( #480 )
2018-11-17 15:24:07 -05:00
Jesse Plamondon-Willard
3a4ad38e05
fix broken link in docs, rm unneeded using
2018-11-17 11:12:11 -05:00
Jesse Plamondon-Willard
04886afd29
fix update-check errors sometimes being overwritten with a generic error message
2018-11-16 21:32:48 -05:00
Jesse Plamondon-Willard
d21bfc3ada
fix error when entering an incorrect console command
2018-11-16 21:31:07 -05:00
Jesse Plamondon-Willard
dcfae980bf
fix content packs always failing to load if they declare a dependency on a SMAPI mod
2018-11-16 21:29:28 -05:00
Jesse Plamondon-Willard
ba0acf89c1
update for release
2018-11-14 21:13:48 -05:00
Jesse Plamondon-Willard
bce6a0552b
Merge pull request #600 from liquid600pgm/patch-1
...
Made the unix launcher compatible with any shell
2018-11-14 20:52:53 -05:00
Jesse Plamondon-Willard
fb0d101ab8
fix build error on Linux/Mac ( #480 )
2018-11-14 18:46:40 -05:00
Jesse Plamondon-Willard
0a50cdb162
update multiplayer code for Stardew Valley 1.3.22 ( #480 )
2018-11-14 18:18:32 -05:00
Jesse Plamondon-Willard
15acbc8f23
patch GalaxyNetServer to support context sync pending game code changes to make it public ( #480 )
2018-11-14 01:36:43 -05:00
Jesse Plamondon-Willard
8e1d45b310
override Galaxy client/server to support context sync ( #480 )
...
This commit assumes the changes I requested in the game code to make GalaxyNetClient and GalaxyNetServer public are implemented in 1.3.32.
2018-11-14 00:57:52 -05:00
Jesse Plamondon-Willard
77a7a0fe58
rework multiplayer code to allow for upcoming Galaxy client overrides ( #480 )
2018-11-14 00:35:36 -05:00
Jesse Plamondon-Willard
90ecd377c8
rework multiplayer code to allow for upcoming Galaxy server overrides ( #480 )
2018-11-14 00:11:09 -05:00
Jesse Plamondon-Willard
1f578ed890
update release notes ( #601 )
2018-11-13 18:44:46 -05:00
Jesse Plamondon-Willard
abfe053a5a
fix inconsistent PackageReference format
2018-11-13 18:44:26 -05:00
Jesse Plamondon-Willard
6bf43e23c7
Merge pull request #601 from danvolchek/develop
...
Make Log Parser Checkboxes + Show/Hide All Buttons Invisible Instead Of Hidden
2018-11-13 18:39:46 -05:00
danvolchek
f9b68e116a
change log parser checkboxs and show/hide all buttons to be visible/invisible instead of shown/hidden
2018-11-13 00:37:09 -06:00
Jesse Plamondon-Willard
10773c088a
fix console output during early game init not being logged
...
This doesn't affect any current output, it only affects test code.
2018-11-09 18:52:24 -05:00
Jesse Plamondon-Willard
9560baeb71
add filters to mod compatibility list ( #597 )
2018-11-09 17:35:56 -05:00
lqdev
76f1a37c16
Added compatibility with even more terminals
2018-11-09 22:27:20 +01:00
lqdev
8cfada7e8b
Made the unix launcher compatible with any shell
2018-11-09 18:17:13 +01:00
Jesse Plamondon-Willard
78d05b3c40
bump version for beta release
2018-11-07 13:50:41 -05:00
Jesse Plamondon-Willard
6f569c5794
add verbose logging as a monitor feature
2018-11-07 13:33:56 -05:00
Jesse Plamondon-Willard
a379726ad9
print deprecation messages in batches for easier reading
2018-11-07 12:36:38 -05:00