Commit Graph

2902 Commits

Author SHA1 Message Date
yangzhi e1e3b6953e Bug fix 2020-02-21 17:57:31 +08:00
yangzhi 47b5a24345 1.Merge latest master change.
2.Fix Rendered event logic
3.Improvement of VirtualKeyboard
2020-02-21 17:09:08 +08:00
Jesse Plamondon-Willard f19722e021
tweak release notes 2020-02-20 21:54:39 -05:00
Jesse Plamondon-Willard dd27b3bf35
fix parsing four-part versions from the update-check API 2020-02-20 21:32:55 -05:00
Jesse Plamondon-Willard 6a9bf10a81
migrate to new method in SMAPI 3.3 2020-02-20 21:12:00 -05:00
yangzhi 711845fc29 Update for 1.4.5.138, rewrite for it isSnowing field, draw logic sync 2020-02-20 20:10:17 -05:00
yangzhi 3086a3833c Rewrite for AnimalQueryMenu 2020-02-20 20:09:52 -05:00
Jesse Plamondon-Willard eff29d94fb
don't premultiply fully opaque pixels 2020-02-20 19:52:52 -05:00
yangzhi 27423f0468 Merge branch 'develop' of https://github.com/Pathoschild/SMAPI.git into android
# Conflicts:
#	src/SMAPI/Framework/ContentManagers/ModContentManager.cs
2020-02-20 14:32:16 +08:00
yangzhi 526ea483c6 Update for 1.4.5.138, rewrite for it isSnowing field, draw logic sync 2020-02-20 14:09:15 +08:00
Jesse Plamondon-Willard 2cc786907b
call IAssetEditor with actual type if applicable 2020-02-19 23:42:44 -05:00
Jesse Plamondon-Willard ab90e2c890
rename InputStatus to SButtonState for consistency 2020-02-19 23:28:37 -05:00
Jesse Plamondon-Willard 2e9807a034
rework tilesheet loading to improve errors, allow future validation, and drop support for legacy content files 2020-02-19 23:20:55 -05:00
yangzhi 35819c2748 Rewrite for AnimalQueryMenu 2020-02-20 12:17:14 +08:00
Jesse Plamondon-Willard 82d1e92d97
update TMXL name in metadata 2020-02-19 20:06:27 -05:00
Jesse Plamondon-Willard 7f63e06591
fix anchor position for new sticky header 2020-02-18 00:31:36 -05:00
Jesse Plamondon-Willard 4ce2747567
update compatibility list 2020-02-18 00:12:24 -05:00
Jesse Plamondon-Willard 2319c8e19e
make compatibility list header sticky 2020-02-17 23:55:28 -05:00
Jesse Plamondon-Willard 383ebab1af
add overrides for SMAPI on Android 2020-02-17 23:49:35 -05:00
Jesse Plamondon-Willard da49c7c13b
move hardcoded SMAPI update check logic into config 2020-02-17 23:48:57 -05:00
Chris 739bb4ee37 Bump to version 3.2.0.3 2020-02-17 16:24:20 -05:00
yangzhi b4a7fb8f6a Remove Linq patch,which may cause some error 2020-02-16 23:46:17 -05:00
yangzhi a24d5157e4 Rewrites 2020-02-16 23:45:58 -05:00
yangzhi fbb647bcb9 Compatibility improvement. 2020-02-16 23:45:41 -05:00
yangzhi f7be556bbf 1.Fix isRaining and isDebrisWeather.
2.Fix a critical error of SpriteTextMethods.getWidthOfString (infinite self recursion)
2020-02-16 23:45:16 -05:00
yangzhi cc92375a9d 1.More rewrites.
2,Give detailed message when mod's assemblies can't load.
2020-02-16 23:44:37 -05:00
yangzhi 4a5a8ef7b3 Update to latest 1.4.5.136 game version 2020-02-16 23:44:00 -05:00
yangzhi 15bf4b9eda Remove Linq patch,which may cause some error 2020-02-16 13:28:07 +08:00
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
Jesse Plamondon-Willard 6294b27317
fix update-check error for SMAPI on Android with four-part versions 2020-02-13 21:03:04 -05: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