Jesse Plamondon-Willard
|
79705448f5
|
add DayEnding event (#310)
|
2018-10-06 00:51:45 -04:00 |
Jesse Plamondon-Willard
|
14fab29370
|
add save and day-started events for 3.0 (#310)
|
2018-10-06 00:25:48 -04:00 |
Jesse Plamondon-Willard
|
63fb4dbe8a
|
tweak new event naming convention (#310)
|
2018-10-05 21:59:57 -04:00 |
Jesse Plamondon-Willard
|
0530824cc2
|
fix error in second-pass dependency checks if a mod is invalid
|
2018-10-01 19:33:46 -04:00 |
Jesse Plamondon-Willard
|
6c39a31f72
|
special-case '-unofficial' when comparing versions
|
2018-10-01 19:32:49 -04:00 |
Jesse Plamondon-Willard
|
f5386fcf60
|
add error if player has wrong version of SMAPI installed for their OS
|
2018-10-01 18:43:14 -04:00 |
Jesse Plamondon-Willard
|
c531acb659
|
fix command errors logged as SMAPI instead of the affected mod
|
2018-09-29 18:30:14 -04:00 |
Jesse Plamondon-Willard
|
91b3344fea
|
fix mod web API returning a concatenated name for mods with alternate names
|
2018-09-29 18:18:01 -04:00 |
Jesse Plamondon-Willard
|
b73234b56d
|
log base update loop errors as 'game' instead of SMAPI
|
2018-09-27 01:23:17 -04:00 |
Jesse Plamondon-Willard
|
074f730329
|
add separate error when player puts an XNB mod in Mods
|
2018-09-27 00:36:31 -04:00 |
Jesse Plamondon-Willard
|
43e935b017
|
simplify alpha blending
|
2018-09-25 01:00:47 -04:00 |
Jesse Plamondon-Willard
|
b9844c4acd
|
add support for semi-transparency when overlaying images
|
2018-09-25 00:58:46 -04:00 |
Jesse Plamondon-Willard
|
99e4a4a1cc
|
fix crash when mods add an invalid location with no name
|
2018-09-21 18:25:33 -04:00 |
Jesse Plamondon-Willard
|
7f47271be4
|
fix content packs not loaded before the mods that read them
|
2018-09-18 21:51:50 -04:00 |
Jesse Plamondon-Willard
|
09f83a28f5
|
fix error if mod doesn't have a loaded manifest
|
2018-09-18 21:10:19 -04:00 |
Jesse Plamondon-Willard
|
f56636d2c8
|
fix trace logs not showing path for invalid mods
|
2018-09-18 21:03:05 -04:00 |
Jesse Plamondon-Willard
|
49756e6542
|
add Custom Shirts to metadata for dependency messages
|
2018-09-18 20:32:01 -04:00 |
Jesse Plamondon-Willard
|
239173558c
|
fix dependencies not enforced if the dependency failed in the load phase
|
2018-09-18 18:49:07 -04:00 |
Jesse Plamondon-Willard
|
2cd0c8130c
|
unify logic for loading content packs & mods to simplify common validation
|
2018-09-18 18:47:32 -04:00 |
Jesse Plamondon-Willard
|
8b2fd0bab7
|
fix translation issues not shown as warnings
|
2018-09-18 17:52:48 -04:00 |
Jesse Plamondon-Willard
|
fa40aa0205
|
update for Stardew Valley 1.3.30
|
2018-09-18 17:50:22 -04:00 |
Jesse Plamondon-Willard
|
43a3af1a67
|
prefer xterm when launching SMAPI
|
2018-09-18 17:49:36 -04:00 |
Jesse Plamondon-Willard
|
5f8674e8a3
|
update support list
|
2018-09-18 17:47:27 -04:00 |
Jesse Plamondon-Willard
|
b1db14094d
|
update internal dependencies
|
2018-09-12 19:43:11 -04:00 |
Jesse Plamondon-Willard
|
bc38b4bc19
|
update donation credit
|
2018-09-12 18:01:06 -04:00 |
Jesse Plamondon-Willard
|
3c4fa55c11
|
bump versions for beta
|
2018-09-06 21:41:06 -04:00 |
Jesse Plamondon-Willard
|
f2cb952dd1
|
add support for parallel stable/beta unofficial versions (#594)
|
2018-09-06 21:41:02 -04:00 |
Jesse Plamondon-Willard
|
47101419f2
|
fix SemanticVersionConverter no longer writing JSON in some cases
|
2018-09-06 20:22:42 -04:00 |
Jesse Plamondon-Willard
|
47bc21109c
|
update compatibility list
|
2018-09-04 01:49:12 -04:00 |
Jesse Plamondon-Willard
|
af6c273d8a
|
fix transparency issues on Linux/Mac due to MonoGame bug (#279)
|
2018-09-03 19:40:05 -04:00 |
Jesse Plamondon-Willard
|
047091a1a4
|
rewrite PNG premultiplication so mods can load PNGs during a draw cycle
|
2018-09-03 19:32:36 -04:00 |
Jesse Plamondon-Willard
|
f921e98809
|
remove outdated remote version mappings (#593)
|
2018-09-03 00:24:25 -04:00 |
Jesse Plamondon-Willard
|
84aa419ad0
|
remove unneeded mod compatibility entries (#593)
The recent game updates broke many mods, so some incompatibilities can now be detected automatically even if the original reason couldn't be.
|
2018-09-03 00:09:38 -04:00 |
Jesse Plamondon-Willard
|
75ed49972d
|
add new file to uninstaller (#582, #588)
|
2018-09-02 23:31:20 -04:00 |
Jesse Plamondon-Willard
|
18f5337891
|
remove default update keys now fetched from the wiki (#593)
|
2018-09-02 23:21:27 -04:00 |
Jesse Plamondon-Willard
|
c94f3e7c63
|
only use valid update keys in update-check logic (#592)
|
2018-09-02 19:19:13 -04:00 |
Jesse Plamondon-Willard
|
093117d777
|
add update key parsing to toolkit (#592)
|
2018-09-02 19:06:37 -04:00 |
Jesse Plamondon-Willard
|
7cbeb358ca
|
migrate to new NuGet package reference format
|
2018-09-01 15:21:32 -04:00 |
Jesse Plamondon-Willard
|
48e34dd603
|
fix readme filename capitalisation
|
2018-08-31 17:54:20 -04:00 |
Jesse Plamondon-Willard
|
cb34084deb
|
bump versions for beta
|
2018-08-31 17:44:43 -04:00 |
Jesse Plamondon-Willard
|
e4a5d8d46a
|
fix incorrect path in Windows installer (#582, #588)
|
2018-08-31 17:44:37 -04:00 |
Jesse Plamondon-Willard
|
9c7858a28a
|
tweak semantic version converter to avoid invalid cast errors
|
2018-08-31 17:44:03 -04:00 |
Jesse Plamondon-Willard
|
f4a0632e0e
|
enable paranoid warnings automatically in debug mode (#590)
|
2018-08-31 17:43:17 -04:00 |
Jesse Plamondon-Willard
|
ff8ffbdef0
|
add paranoid warnings mode (#590)
|
2018-08-31 00:48:34 -04:00 |
Jesse Plamondon-Willard
|
4af0786ecb
|
fix assembly load security exceptions by restructuring installer and adding *.exe.config files (#582, #588)
|
2018-08-30 18:14:40 -04:00 |
Jesse Plamondon-Willard
|
b5adfd8bce
|
add more default game install paths
|
2018-08-26 20:42:31 -04:00 |
Jesse Plamondon-Willard
|
73c389df74
|
delete data API entries when they're set to null (#468)
|
2018-08-26 19:08:38 -04:00 |
Jesse Plamondon-Willard
|
da29f3f08f
|
make beta download blurb configurable (#585)
|
2018-08-26 12:25:25 -04:00 |
Jesse Plamondon-Willard
|
fb3b7aefa7
|
add manual install notes for Linux/Mac (#587)
|
2018-08-25 21:44:10 -04:00 |
Jesse Plamondon-Willard
|
6ba926adcf
|
bump versions for beta
|
2018-08-24 20:42:38 -04:00 |