Commit Graph

2822 Commits

Author SHA1 Message Date
Jesse Plamondon-Willard 9732ddb275
avoid possible invalid state if checkEventPrecondition is called asynchronously (#636) 2019-09-13 15:17:43 -04:00
Jesse Plamondon-Willard bac92d6f26
log underlying error (#636) 2019-09-13 15:17:35 -04:00
Jesse Plamondon-Willard 05bfd33ac4
fix formatting and code style (#636) 2019-09-13 15:17:09 -04:00
berkay2578 a13af946e2
Implement the return value of the original method 2019-09-13 15:16:58 -04:00
berkay2578 accaa6c0e0
checkEventPrecondition crash fix 2019-09-13 15:12:45 -04:00
Chris 1eab4474cc Bump Version to 0.9.0 2019-08-11 10:04:18 -04:00
Chris 7e669ad9de Updated assembly paths 2019-08-10 00:29:03 -04:00
Chris dea50b6851 SMainActivity changes to reflect changes made in 1.322 2019-08-10 00:28:50 -04:00
Chris 8c571146fb Bump version to 0.9.0-beta 2019-08-10 00:28:28 -04:00
Chris 5ac77c3cb2 Bump version to 0.8.9 2019-08-05 00:34:27 -04:00
Chris 241a118bec Possible language fix 2019-08-05 00:34:13 -04:00
Chris 16f7490871 Backport SMAPI 3.0 onLoadingFirstAsset to get mods loaded before the game starts 2019-08-03 05:06:17 -04:00
Chris af49b4457b bump version to beta and hardcode platform for Android 2019-08-03 05:05:08 -04:00
Chris 17c345fdde Fix permissions bug and added overrided methods that in MainActivity 2019-08-03 05:03:42 -04:00
Chris 7206a8707a Changes to the Should Trigger logic to support all devices 2019-08-03 05:03:01 -04:00
Chris 70564594dc Game version 1.31 renderScreenBuffer fix and added 1.31 reference. 2019-07-20 22:55:47 -04:00
Chris aa4ff743bb help console command fix 2019-07-18 04:53:32 -04:00
Chris 2ed77cbe33 SGameConsole overlap fix, SGameConsole boot on app start, VK config added and bug fixes, HarmonyBridge.Init is open to all devices now. Commented out SMainActivity methods that I think get called twice. 2019-07-17 15:44:40 -04:00
Chris 8fc324a86a Rewrites, added harmony patch, VK fix 2019-07-02 18:57:53 -04:00
Chris dbf53dc3eb Game Console, v0.86 2019-06-23 00:45:30 -04:00
Chris e75e569bce SMainActivity cleanup and Virtual Keyboard Reflection Fix 2019-06-10 14:20:10 -04:00
Chris f1a17641be Virtual toggle 2019-06-04 11:26:01 -04:00
Chris 470251e947 Re-enable SMAPI Reflection checks and Updated SGame for Game loader Synching 2019-06-01 02:48:21 -04:00
Chris 1b6361b32d Virtual Keyboard Mod + Updated SMainActivity, Some external Assembly references 2019-05-30 10:52:47 -04:00
Chris 6c33ddacd9 Remove SMAPI folder 2019-05-24 03:26:45 -04:00
Chris a73e416e32 Upgrade 2019-05-24 03:23:57 -04:00
Chris 0de5f433d1 android branch 2.11.2 Upgrade 2019-05-24 03:21:08 -04:00
Jesse Plamondon-Willard e22a542121
Merge branch 'develop' into stable 2019-04-22 22:06:02 -04:00
Jesse Plamondon-Willard 98f58c353e
prepare for 2.11.2 release 2019-04-22 22:05:36 -04:00
Jesse Plamondon-Willard 5d0cba90a1
fix error on Mac when a custom map references a vanilla tilesheet that only exists under Content/Maps 2019-04-22 22:02:14 -04:00
Jesse Plamondon-Willard 2800f7a931
add release note (#633) 2019-04-22 22:01:02 -04:00
archification e3ae54637f
adding termite support 2019-04-22 21:56:09 -04:00
Jesse Plamondon-Willard 013255d89e
Merge branch 'develop' into stable 2019-03-17 21:55:38 -04:00
Jesse Plamondon-Willard 4a494c67bd
prepare for 2.11.1 release 2019-03-17 21:34:44 -04:00
Jesse Plamondon-Willard 2a976f7236
add crops to world_clear 2019-03-17 19:42:49 -04:00
Jesse Plamondon-Willard 552886a0f3
fix world_clear removing chests that match a debris name 2019-03-17 19:22:03 -04:00
Jesse Plamondon-Willard 4a7fb8bad2
remove reflected access to Game1.version (which is no longer const) 2019-03-16 23:42:00 -04:00
Jesse Plamondon-Willard 8c46590c60
suppress warning for Rubydew mod 2019-03-16 22:18:27 -04:00
Jesse Plamondon-Willard 0d762faf60
add support for suppressing warnings in mod DB 2019-03-16 22:17:58 -04:00
Jesse Plamondon-Willard ebc6911301
update support list & release notes 2019-03-16 19:34:24 -04:00
Jesse Plamondon-Willard d8cf910347
set max game version to prepare for 1.4 release 2019-03-16 19:09:45 -04:00
Jesse Plamondon-Willard ec0039ff7f
add release note (#627) 2019-03-14 20:17:16 -04:00
Jesse Plamondon-Willard bd3a641949
Merge pull request #627 from danvolchek/no-hover-jumping
Stop log messages from jumping around in hover edge case
2019-03-14 19:34:14 -04:00
danvolchek f91d9ce97e remove unneeded log parser css rule 2019-03-14 00:48:03 -05:00
Jesse Plamondon-Willard 0e504ce18a
minor changes to new log section code (#626) 2019-03-10 01:53:51 -05:00
Jesse Plamondon-Willard 563eb26487
Merge pull request #626 from danvolchek/log-parser-sections
Add sections to the log parser
2019-03-10 01:51:13 -05:00
danvolchek f836caec33
fix typos and update release notes 2019-03-10 01:42:27 -05:00
danvolchek 6cd7e11c10
add log sections implementation 2019-03-10 01:40:58 -05:00
Jesse Plamondon-Willard 810be1fbc7
update supporter list 2019-03-08 18:26:03 -05:00
Jesse Plamondon-Willard c57405aee0
update compatibility list 2019-03-07 18:12:02 -05:00