Jesse Plamondon-Willard
|
4f87a2b478
|
fix mouse-changed event never updating prior mouse position
|
2017-04-22 23:59:38 -04:00 |
Jesse Plamondon-Willard
|
dbb9bd8430
|
Merge branch 'develop-1.9' into stable
|
2017-04-05 14:55:46 -04:00 |
Jesse Plamondon-Willard
|
4675da0600
|
add --log-path argument to specify SMAPI log path during testing
|
2017-04-01 16:08:31 -04:00 |
Jesse Plamondon-Willard
|
c023118356
|
always show friendly game version
|
2017-03-30 20:21:15 -04:00 |
Jesse Plamondon-Willard
|
b4b4689f00
|
remove old error logs when installing a new version to avoid confusion
|
2017-03-30 19:48:01 -04:00 |
Jesse Plamondon-Willard
|
7175e9f8ee
|
add upper version check (#258)
|
2017-03-30 19:43:10 -04:00 |
Jesse Plamondon-Willard
|
df1e748629
|
backport SMAPI 1.9 to Stardew Valley 1.11 (#258)
|
2017-03-30 18:59:01 -04:00 |
Jesse Plamondon-Willard
|
04cae4ef46
|
fix SMAPI not recognising Mod instances that don't subclass Mod directly (#252)
|
2017-03-26 20:15:48 -04:00 |
Jesse Plamondon-Willard
|
3530f6f67c
|
rewrite ItemStackChange references to correct namespace (#254)
|
2017-03-26 20:09:46 -04:00 |
Jesse Plamondon-Willard
|
5c253b7bae
|
add type reference rewriter (#254)
|
2017-03-26 20:08:26 -04:00 |
Jesse Plamondon-Willard
|
911957d582
|
fix type finder not matching generic type parameters (#254)
|
2017-03-26 19:21:24 -04:00 |
Jesse Plamondon-Willard
|
8bf3ef118a
|
add support for rewriting method definitions (#254)
|
2017-03-26 19:17:48 -04:00 |
Jesse Plamondon-Willard
|
85ed488090
|
merge CIL finders & rewriters into one interface (#254)
|
2017-03-26 19:01:35 -04:00 |
Jesse Plamondon-Willard
|
23443721cd
|
allow multiple rewriters to change the same CIL instruction (#254)
|
2017-03-26 19:01:13 -04:00 |
Jesse Plamondon-Willard
|
06f5e92b88
|
minor cleanup
|
2017-03-25 22:08:48 -04:00 |
Jesse Plamondon-Willard
|
7b641d8164
|
simplify CIL rewriter hierarchy
|
2017-03-25 15:17:26 -04:00 |
Jesse Plamondon-Willard
|
267e2469da
|
rewrite removed font references for compatibility
|
2017-03-25 14:06:36 -04:00 |
Jesse Plamondon-Willard
|
4d48bdfe7c
|
drop 'generic' prefix for rewriters since they're all generic now
|
2017-03-25 13:50:01 -04:00 |
Jesse Plamondon-Willard
|
2e58f853d2
|
replace field-to-property rewriters with a generic rewriter
|
2017-03-25 13:40:37 -04:00 |
Jesse Plamondon-Willard
|
d724f54f32
|
replace SpriteBatch rewriter with a generic method mapper
|
2017-03-25 12:55:06 -04:00 |
Jesse Plamondon-Willard
|
45d2ed7054
|
add another default game path for Linux
Thanks to ShneekeyTheLost on the Stardew Valley forums.
|
2017-03-16 19:01:22 -04:00 |
Jesse Plamondon-Willard
|
0e67440e63
|
add inline documentation to StardewModdingAPI.config.json file
|
2017-03-16 17:07:50 -04:00 |
Jesse Plamondon-Willard
|
abfa2022aa
|
validate XNA 4.0+ is installed on Windows in SMAPI installer
|
2017-03-16 17:06:53 -04:00 |
Jesse Plamondon-Willard
|
3d4c603bd3
|
polish release notes
|
2017-03-16 16:51:30 -04:00 |
Jesse Plamondon-Willard
|
104aa31412
|
let players override SMAPI incompatible-code detection if needed
|
2017-03-14 20:48:02 -04:00 |
Jesse Plamondon-Willard
|
33df1e8c94
|
remove unofficial patch for Chest Label System (no longer available)
|
2017-03-14 19:50:08 -04:00 |
Jesse Plamondon-Willard
|
79e63fde9a
|
validate .NET Framework 4.5+ is installed on Windows in SMAPI installer
|
2017-03-14 19:36:18 -04:00 |
Jesse Plamondon-Willard
|
307304a03e
|
revert all projects except installer to .NET Framework 4.5
This caused obscure invalid-IL crashes when compiled through MonoDevelop on Linux.
|
2017-03-14 18:16:44 -04:00 |
Jesse Plamondon-Willard
|
06871a0603
|
avoid C# 7 until MonoDevelop supports it
|
2017-03-14 16:17:02 -04:00 |
Jesse Plamondon-Willard
|
6f37e43a9b
|
use default C# version instead of specifying version
|
2017-03-14 15:18:57 -04:00 |
Jesse Plamondon-Willard
|
9169e40a24
|
clarify incompatible mods config in readme
|
2017-03-14 15:12:13 -04:00 |
Jesse Plamondon-Willard
|
ec8286475a
|
add 'what is SMAPI?' section to readme, update Discord link
|
2017-03-14 15:04:21 -04:00 |
Jesse Plamondon-Willard
|
da630efc1d
|
downgrade to .NET Framework 4.0 for better compatibility on Windows 7–8.1
|
2017-03-14 14:15:50 -04:00 |
Jesse Plamondon-Willard
|
02a4c40814
|
simplify TrainerMod int parsing with C# 7 out variables
|
2017-03-14 13:44:41 -04:00 |
Jesse Plamondon-Willard
|
8bd265fed6
|
refactor SGame a bit now that it's internal
|
2017-03-14 13:30:29 -04:00 |
Jesse Plamondon-Willard
|
34f714b958
|
update readme
|
2017-03-12 21:36:50 -04:00 |
Jesse Plamondon-Willard
|
ab89e42201
|
bump minimum game version
|
2017-03-12 20:31:46 -04:00 |
Jesse Plamondon-Willard
|
7bab161834
|
disable experimental content event for upcoming 1.9 release (#173)
|
2017-03-12 20:15:36 -04:00 |
Jesse Plamondon-Willard
|
183fb9ff6e
|
remove unused IConfigFile (#238)
|
2017-03-12 20:12:47 -04:00 |
Jesse Plamondon-Willard
|
6a87f3566f
|
update incompatibility record for Better Sprinklers
|
2017-03-12 19:15:55 -04:00 |
Jesse Plamondon-Willard
|
dd694dae27
|
add release notes for compatibility finders (#247)
|
2017-03-12 19:06:56 -04:00 |
Jesse Plamondon-Willard
|
ac19a1a85a
|
add incompatibility finders for events removed in SMAPI 1.9 (#247)
|
2017-03-12 19:05:31 -04:00 |
Jesse Plamondon-Willard
|
a93f1e2042
|
add several incompatibility finders for SMAPI 1.9 and SDV 1.2 (#247)
|
2017-03-12 18:38:01 -04:00 |
Jesse Plamondon-Willard
|
ccc57935de
|
replace individual instruction finders with generic implementations (#247)
|
2017-03-12 18:25:29 -04:00 |
Jesse Plamondon-Willard
|
a6ed67a9f7
|
simplify & optimise instruction searching a bit (#247)
|
2017-03-12 17:51:59 -04:00 |
Jesse Plamondon-Willard
|
a12bcf3b78
|
reject mods which reference obsolete SGame class (#247)
|
2017-03-12 17:48:53 -04:00 |
Jesse Plamondon-Willard
|
003a9586b2
|
simplify access to game's Program class
Stardew Valley 1.2.15 made the class public, so we no longer need reflection to access it.
|
2017-03-12 16:56:16 -04:00 |
Jesse Plamondon-Willard
|
fae362723f
|
reject mods which reference obsolete Game1.borderFont and Game1.smoothFont fields (#247)
|
2017-03-12 03:23:20 -04:00 |
Jesse Plamondon-Willard
|
9fab0bf58f
|
reject mods which reference obsolete StardewModdingAPI.Extensions class (#247)
|
2017-03-12 01:32:30 -05:00 |
Jesse Plamondon-Willard
|
6d2d90b768
|
add logic to detect incompatible mod instructions & reject mod load (#247)
|
2017-03-12 01:31:15 -05:00 |