Commit Graph

1479 Commits

Author SHA1 Message Date
Jesse Plamondon-Willard c3d0ce7245 mark TrainerMod as obsolete (replaced by ConsoleCommands) 2017-12-16 17:41:16 -05:00
Jesse Plamondon-Willard 3fe2f586b1 avoid potential issue in SMAPI's uninstall paths 2017-12-16 17:36:05 -05:00
Jesse Plamondon-Willard 9cb5db2d33 bump version for upcoming release 2017-12-16 12:59:46 -05:00
Jesse Plamondon-Willard 6a4dc7e7d1 Merge branch 'feature/mod-provided-apis' into develop 2017-12-16 00:31:31 -05:00
Jesse Plamondon-Willard 4c3ae950c6 rm unneeded assembly references (#409) 2017-12-15 23:28:16 -05:00
Jesse Plamondon-Willard 21fd2d1e39 emit proxy classes directly to simplify crossplatform compatibility (#409) 2017-12-15 21:37:08 -05:00
Jesse Plamondon-Willard 356503325f fix compatibility on Mac (#409) 2017-12-12 18:44:38 -05:00
Jesse Plamondon-Willard a391dfe263 update release notes (#409) 2017-12-12 01:58:42 -05:00
Jesse Plamondon-Willard ef23043e1f reintroduce GameEvents.FirstUpdateTick to simplify mod integrations (#409) 2017-12-12 01:56:32 -05:00
Jesse Plamondon-Willard e00424068f block access to mod-provided APIs until all mods are initialised (#409) 2017-12-12 01:33:11 -05:00
Jesse Plamondon-Willard 59a25a12ff validate interface is public (#409) 2017-12-12 01:09:43 -05:00
Jesse Plamondon-Willard 0e43041777 add support for casting mod-provided API to an interface without a direct assembly reference (#409) 2017-12-12 01:00:32 -05:00
Jesse Plamondon-Willard d04cacbdd0 log mod-provided API access (#409) 2017-12-12 00:16:34 -05:00
Jesse Plamondon-Willard 7d644aeabe switch to simpler approach for mod-provided APIs (#409) 2017-12-12 00:09:28 -05:00
Jesse Plamondon-Willard 2c909f26fc add prototype of mod-provided APIs (#409) 2017-12-11 23:33:10 -05:00
Jesse Plamondon-Willard 971aff8368 generalise internal mod registry (#409) 2017-12-11 22:29:56 -05:00
Jesse Plamondon-Willard 69c9ab0ecd trace mods with no update keys, tweak update-check logging 2017-12-11 21:29:39 -05:00
Jesse Plamondon-Willard d3f6f9c70a fix log parser favicon (#405) 2017-12-10 23:42:22 -05:00
Jesse Plamondon-Willard 6bdd49af13 detect libgdiplus-missing exception and show a friendly error instead (#408) 2017-12-10 23:27:10 -05:00
Jesse Plamondon-Willard 8776d1afa6 adjust reflection API to correctly reflect what it does (#410) 2017-12-10 18:05:18 -05:00
Jesse Plamondon-Willard 80c4d93559 fix GraphicsEvents.OnPostRenderEvent not being raised in some cases 2017-12-10 15:28:27 -05:00
Jesse Plamondon-Willard 2c5532f4ab add e.IsSuppressed to input event args 2017-12-10 13:43:05 -05:00
Jesse Plamondon-Willard dd7b5ac462 fix mods being able to change cursor position reported to other mods 2017-12-10 13:37:59 -05:00
Jesse Plamondon-Willard 1398e591ab fix reflection API error with properties which don't have both get and set 2017-12-09 12:46:10 -05:00
Jesse Plamondon-Willard 5cc5f089b9 Merge branch 'develop' into stable 2017-12-02 18:49:49 -05:00
Jesse Plamondon-Willard dc4f89acb6 remove unneeded file 2017-12-02 18:49:35 -05:00
Jesse Plamondon-Willard adba8a3197 simplify version format in constants 2017-12-02 18:27:36 -05:00
Jesse Plamondon-Willard e7395dfb4d tweak release notes 2017-12-02 14:27:20 -05:00
Jesse Plamondon-Willard 72a02c56d5 add NormaliseAssetName content helper method (#404) 2017-12-02 14:27:03 -05:00
Jesse Plamondon-Willard dce52adbc5 bypass cache on log parser assets to avoid issues 2017-12-02 01:34:20 -05:00
Jesse Plamondon-Willard 3927014d70 redesign log parser filters 2017-12-02 01:26:28 -05:00
Jesse Plamondon-Willard e2b19d8a6b rm body template so filters can be moved into the output area 2017-12-02 01:05:12 -05:00
Jesse Plamondon-Willard 188cd2403d rename log parser tabs ID 2017-12-01 23:36:53 -05:00
Jesse Plamondon-Willard 01131cb50e rm unneeded log parser debug info 2017-12-01 22:55:42 -05:00
Jesse Plamondon-Willard 4245785394 tweak log parser instructions to avoid confusion 2017-12-01 22:41:16 -05:00
Jesse Plamondon-Willard 08f4a6fa0b fix log parser error when uploading very large logs 2017-11-30 16:54:50 -05:00
Jesse Plamondon-Willard 051b0c9bda fix API always redirecting to HTTPS when accessed via subdomain 2017-11-28 18:53:08 -05:00
Jesse Plamondon-Willard c81520e0bc update for 2.2 release 2017-11-28 18:34:27 -05:00
Jesse Plamondon-Willard 5ae28b2a8c fix error when a mod has an invalid filename in the EntryDLL manifest field (#402) 2017-11-27 22:19:23 -05:00
Jesse Plamondon-Willard 49bc98fa4c fix player_add command not handling upgrade level (#397) 2017-11-26 21:13:38 -05:00
Jesse Plamondon-Willard 698c270211 tweak log parser startup 2017-11-26 18:31:04 -05:00
Jesse Plamondon-Willard f44df025ca no longer expire saved logs after a week (#400) 2017-11-26 17:02:54 -05:00
Jesse Plamondon-Willard fc9043c1ba fix rare installer error on Mac due to generated mcs file (#394) 2017-11-26 16:58:41 -05:00
Jesse Plamondon-Willard 1aa4098a51 fix CFAutomate compatibility errors showing no URL (#393) 2017-11-26 16:27:36 -05:00
Jesse Plamondon-Willard 0541549793 update release notes (#386) 2017-11-26 15:51:35 -05:00
Jesse Plamondon-Willard 799a3a5e9b
Merge pull request #386 from danvolchek/web_close_popup
smapi.io log parser- Also close popups with mouse and escape key
2017-11-26 15:09:19 -05:00
Jesse Plamondon-Willard ca13b2834c fix e.SuppressButton() not working with some mouse buttons, update release notes (#389) 2017-11-26 15:39:41 -05:00
Jesse Plamondon-Willard c0c65ec6dd
Merge pull request #389 from YonKuma/suppressmouse
add code to suppress mouse clicks
2017-11-26 14:56:20 -05:00
Jesse Plamondon-Willard 3a832b99bf add date.DaysSinceStart property, add unit tests, update release notes (#390) 2017-11-26 15:03:55 -05:00
Jesse Plamondon-Willard 60d3ed9d5a
Merge pull request #390 from JohnsonNicholas/date_count
added date DaysSinceStart property
2017-11-26 14:23:16 -05:00