Commit Graph

1541 Commits

Author SHA1 Message Date
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
YonKuma 0330d84e99 Simplified mouse checks
SuppressButton now uses the passed button rather than the object button
2017-11-10 16:20:25 -05:00
Nicholas Johnson 4aa3545b58 Adding a date function 2017-11-08 22:52:34 -08:00
YonKuma b9ba645ce0 Fixing code to match SMAPI idiom 2017-11-08 22:59:51 -05:00
YonKuma 7dc7f010a6 Added code to suppress mouse clicks
issue Pathoschild/SMAPI#384
2017-11-08 22:51:25 -05:00
volchek2 31002a7e52 check whether the popup is open before closing it with esc 2017-11-04 00:28:59 -05:00
volchek2 99278f0be1 Fix braces 2017-11-03 23:32:52 -05:00
volchek2 c0f0e1ba8e Allow raw and upload popups to be closed with escape key and clicking outside of them 2017-11-03 23:31:56 -05:00
Jesse Plamondon-Willard a6071feaf8 fix custom asset loads failing on Linux/Mac (#383) 2017-11-02 01:34:21 -04:00
Jesse Plamondon-Willard e0b72374cd Merge branch 'develop' into stable 2017-11-01 17:42:18 -04:00
Jesse Plamondon-Willard 089e6de749 update for 2.1 release 2017-11-01 17:41:29 -04:00
Jesse Plamondon-Willard 8a2b779d0c add CORS policy for *.smapi.io (#358) 2017-11-01 16:47:23 -04:00
Jesse Plamondon-Willard 5050a6d8ca fix mod build package targeting .NET Framework 4.6.1 2017-11-01 13:00:31 -04:00
Jesse Plamondon-Willard a0a72e310d explicitly disallow absolute paths as asset keys in content API (#381) 2017-10-30 19:26:45 -04:00
Jesse Plamondon-Willard cb74ce5a17 improve update-check errors when connection is offline (#380) 2017-10-30 18:15:26 -04:00
Jesse Plamondon-Willard 08c30eeffd let mods invalidate assets matching a predicate (#363) 2017-10-30 00:02:20 -04:00
Jesse Plamondon-Willard 6b5c03da4d expand post-install instructions, show Steam launch options value (#375) 2017-10-29 23:21:14 -04:00
Jesse Plamondon-Willard e606b074d7 add installer version & platform to window title, simplify output (#375) 2017-10-29 23:17:21 -04:00
Jesse Plamondon-Willard 1bea3a9e32 let SemanticVersion be constructed from a System.Version (#375) 2017-10-29 23:15:18 -04:00
Jesse Plamondon-Willard 359e1df431 redirect root to log parser (#358) 2017-10-29 22:45:13 -04:00
Jesse Plamondon-Willard 13baaf8920 add smapi.io shortcut URLs (#375) 2017-10-29 22:18:08 -04:00
Jesse Plamondon-Willard c3cd9a3120 + missing release note (#358) 2017-10-29 22:00:22 -04:00
Jesse Plamondon-Willard ef90bdbde5 Merge branch 'add-log-parser' into develop 2017-10-29 19:40:47 -04:00
Jesse Plamondon-Willard 650d729bc3 minor layout tweak (#358) 2017-10-29 18:37:40 -04:00
Jesse Plamondon-Willard 7ed1fbf0aa defer log compression to backend and significantly improve compression (#358) 2017-10-29 15:28:07 -04:00
Jesse Plamondon-Willard 7abd8426b7 set default launch URL to log parser (#358) 2017-10-29 14:14:45 -04:00
Jesse Plamondon-Willard 78958dfe9f document SMAPI web services in technical doc (#358) 2017-10-29 14:14:03 -04:00
Jesse Plamondon-Willard c099af875c rm unused settings 2017-10-29 13:23:25 -04:00
Jesse Plamondon-Willard 0f08980d45 fix error log format (#358) 2017-10-29 13:23:08 -04:00
Jesse Plamondon-Willard 6638701d02 fix config not being injected from Amazon Beanstalk env props 2017-10-29 13:15:05 -04:00
Jesse Plamondon-Willard 790a62920b link pastes to Pastebin account & tweak paste options (#358) 2017-10-28 14:05:29 -04:00
Jesse Plamondon-Willard f895fedc6a move credentials into git-ignored file (#358) 2017-10-28 14:03:53 -04:00
Jesse Plamondon-Willard fe5b2f62da prettify log URL, read paste ID serverside (#358) 2017-10-28 12:38:30 -04:00
Jesse Plamondon-Willard d545281ef3 redirect web views to HTTPS (#358) 2017-10-28 12:24:50 -04:00
Jesse Plamondon-Willard c6d8333c7a improve criteria for subdomain rewriting (#358) 2017-10-28 11:53:54 -04:00
Jesse Plamondon-Willard ed03048828 fix log parser section URL on web-edge (#358) 2017-10-28 11:52:01 -04:00
Jesse Plamondon-Willard 9a091bd961 fix API version format 2017-10-28 11:51:25 -04:00
Jesse Plamondon-Willard 3f43ebcc0e fix issues with subdomain routing in log UI (#358) 2017-10-27 21:10:36 -04:00
Jesse Plamondon-Willard ad5bb5b49a proxy Pastebin requests through our API instead of third parties, improve error-handling (#358) 2017-10-27 19:39:13 -04:00