Commit Graph

11 Commits

Author SHA1 Message Date
055905bffc Refactor API calls to use FFIResult
Also create a `successReg` and `failReg` for every async function. Report error string to `failReg`.
2020-10-18 20:53:41 -04:00
c42b29af5d Add update shop & owner, get shop, better error handling 2020-10-18 02:34:34 -04:00
083c6a7f6e Update BRClient.Init to receive bool result 2020-10-17 19:22:57 -04:00
00e99bba2e Clean up dead commented code 2020-10-17 17:32:38 -04:00
404f2d9ae5 Fix crash in LoadMerch by clearing/placing refs in main thread 2020-10-16 20:19:48 -04:00
b3dd9e240d Make LoadInteriorRefList async without crash using SKSE Task interface 2020-10-16 17:43:02 -04:00
5afc919f03 Make functions with external calls async
Except for LoadInteriorRefList which seems to be causing a crash if I make it async.
2020-10-15 23:41:39 -04:00
7fb30a892d Use RegistrationMap to make LoadMerch async 2020-10-13 22:33:34 -04:00
2dc15a1884 Update related projects in README 2020-10-12 21:40:05 -04:00
7fa7d15e20 Add related projects to README 2020-10-12 21:16:59 -04:00
36abd362cd Initial commit. Integrates with client, saves refs and merch. 2020-10-12 19:50:20 -04:00