Commit Graph

2823 Commits

Author SHA1 Message Date
yangzhi ad1dcf464f Rewrites 2020-02-15 20:17:53 +08:00
yangzhi a2c3beee29 Compatibility improvement. 2020-02-15 20:17:21 +08:00
yangzhi fc526bbe68 1.Fix isRaining and isDebrisWeather.
2.Fix a critical error of SpriteTextMethods.getWidthOfString (infinite self recursion)
2020-02-14 20:09:18 +08:00
yangzhi 7005836fa7 1.More rewrites.
2,Give detailed message when mod's assemblies can't load.
2020-02-14 17:49:37 +08:00
yangzhi 6ff2db235a Merge branch 'android' of https://github.com/MartyrPher/SMAPI.git into android
# Conflicts:
#	src/SMAPI/Framework/RewriteFacades/SpriteTextMethods.cs
2020-02-14 13:04:25 +08:00
yangzhi e34db6b16a Update to latest 1.4.5.136 game version 2020-02-14 13:00:57 +08:00
Chris 35b33cb00b Bump tp RC version and Update game reference for Save Backup 2020-02-13 20:22:29 -05:00
Chris 1a5e980b4d Update References to new GameVersion, Revert InputStatus.cs Location 2020-02-13 17:29:07 -05:00
Chris a8eecd0a87 Bump SMAPI version, Bump GameVersion, Revert change to TargetPlatform. 2020-02-13 17:28:34 -05:00
yangzhi 2cd19042c9 Fix bug of MenuChanged Event 2020-02-13 17:21:26 -05:00
yangzhi 528c7459d0 Fix for the bug? of MonoMod( Patch a specified generic method but all type of these method was patched) 2020-02-13 17:21:06 -05:00
yangzhi 79af62b741 Fix bug of MenuChanged Event 2020-02-13 15:29:50 +08:00
yangzhi 7de4ed09af Ignore VSHistory backups 2020-02-13 11:28:34 +08:00
yangzhi 6f894bd875 Fix for the bug? of MonoMod( Patch a specified generic method but all type of these method was patched) 2020-02-13 11:25:49 +08:00
yangzhi 751602a5e7 1.Fix for Ldtoken IL
2.Fix shop menu list logic for Json Assets
3.Some method rewrite for compatibility
2020-02-12 16:02:55 -05:00
yangzhi c44bda0991 SpriteText.drawStringWithScrollBackground rewrite 2020-02-12 16:02:05 -05:00
yangzhi b254fa95fa Rewrite for missing Utility.getRandomItemFromSeason method 2020-02-12 16:01:37 -05:00
yangzhi 4e2291a59e 1.CraftingPage to CraftingPageMobile rewriter, which made Custom Farming Redux Mod works
2.Fix TypeReferenceRewriter's BUG,which didn't support isinst IL.
3.SpriteFont.MeasureString bug fix,some stupid game code pass null to this method and crash down.
2020-02-12 16:00:55 -05:00
yangzhi 15a419b5d8 Fix for BetterJunimos and Chest.items null exception 2020-02-12 16:00:02 -05:00
yangzhi e6474d341a 1.Fix for Ldtoken IL
2.Fix shop menu list logic for Json Assets
3.Some method rewrite for compatibility
2020-02-12 23:56:04 +08:00
yangzhi 38eda0bab2 SpriteText.drawStringWithScrollBackground rewrite 2020-02-12 12:02:35 +08:00
yangzhi 4ee31cefca Rewrite for missing Utility.getRandomItemFromSeason method 2020-02-12 12:01:59 +08:00
yangzhi 1648ec1cba Merge branch 'develop' of https://github.com/Pathoschild/SMAPI.git into android 2020-02-12 01:10:22 +08:00
yangzhi 045abeba3c 1.CraftingPage to CraftingPageMobile rewriter, which made Custom Farming Redux Mod works
2.Fix TypeReferenceRewriter's BUG,which didn't support isinst IL.
3.SpriteFont.MeasureString bug fix,some stupid game code pass null to this method and crash down.
2020-02-12 01:02:34 +08:00
yangzhi e0a30f6cce Git ignore 2020-02-11 17:21:56 +08:00
yangzhi d67612e3ed Fix for BetterJunimos and Chest.items null exception 2020-02-11 17:12:40 +08:00
Jesse Plamondon-Willard c649572db8
fix dialogue propagation clearing marriage dialogue 2020-02-10 19:37:59 -05:00
Jesse Plamondon-Willard 801eaa7087
improve save backup logic 2020-02-10 19:14:06 -05:00
yangzhi e81581ecba Merge branch 'android' of https://github.com/MartyrPher/SMAPI.git into android
# Conflicts:
#	src/SMAPI/Constants.cs
#	src/SMAPI/SMAPI.csproj
2020-02-10 15:23:45 +08:00
yangzhi 2b65c4b6d9 Loader quick deploy 2020-02-10 15:19:08 +08:00
Chris 00efcd5eb0 Revert change to TargetPlatorm, SaveBackup lists as Broken 2020-02-09 23:28:02 -05:00
Chris 0502d5ccba Update references to stardew valley version 1.4.4.130 2020-02-09 23:27:35 -05:00
yangzhi 176eac1c75 Modify TypeFieldToAnotherTypeMethodRewriter to TypeFieldToAnotherTypePropertyRewriter, make it supports stsfld and stsfld IL. 2020-02-09 23:01:28 -05:00
yangzhi 0f7cb1e1f6 TypeFieldToAnotherTypeMethodRewriter, a much more flexible choice to deal with fields changes 2020-02-09 23:00:59 -05:00
yangzhi d3315ae6b5 Adapt to 1.4.4.128 game version, onScreenMenus rewrite bug fix, PropertyToFieldRewriter 2020-02-09 22:59:45 -05:00
yangzhi a0c838b02a BUG fix 2020-02-09 22:57:31 -05:00
yangzhi e73b230423 Bug fix for 'Path is empty error' 2020-02-09 22:56:43 -05:00
yangzhi 91f21e633d Modify TypeFieldToAnotherTypeMethodRewriter to TypeFieldToAnotherTypePropertyRewriter, make it supports stsfld and stsfld IL. 2020-02-09 16:59:29 +08:00
Jesse Plamondon-Willard 136773678e
add helper.Input.GetStatus method 2020-02-09 01:04:55 -05:00
Jesse Plamondon-Willard f3acc0b07c
add Italian translations 2020-02-08 23:34:43 -05:00
yangzhi d0da995932 TypeFieldToAnotherTypeMethodRewriter, a much more flexible choice to deal with fields changes 2020-02-09 01:01:28 +08:00
yangzhi fdf249c853 Adapt to 1.4.4.128 game version, onScreenMenus rewrite bug fix, PropertyToFieldRewriter 2020-02-08 15:40:17 +08:00
yangzhi 56c17a2106 Content 2020-02-07 15:24:18 +08:00
yangzhi 9c9820688d Merge branch 'android' of https://github.com/ZaneYork/SMAPI.git into android 2020-02-07 15:12:14 +08:00
yangzhi 8544971d6a Loader Project, make it easier to debug SMAPI application 2020-02-07 15:12:06 +08:00
Zane.Y dc6724a958
Update SMAPI.csproj 2020-02-07 15:07:30 +08:00
yangzhi 6931e817a4 Adapt project for vs2017(using vs2019 leads to an error 'Could not load type of field') 2020-02-07 15:06:22 +08:00
yangzhi 5709f21c64 Adapt project for vs2017(using vs2019 leads to an error 'Could not load type of field') 2020-02-07 15:03:29 +08:00
yangzhi 7366796a53 Adapt project for vs2017(using vs2019 leads to an error 'Could not load type of field') 2020-02-07 15:01:46 +08:00
yangzhi df166d0df7 BUG fix 2020-02-07 11:26:53 +08:00