584 Commits

Author SHA1 Message Date
Sinai
57f59d1295 Finalize hook manager update 2021-09-06 23:10:10 +10:00
Sinai
fbdb84eefa Implement HookManager UI and logic 2021-09-06 23:04:40 +10:00
Sinai
6989ea1b19 Misc cleanups 2021-09-06 23:03:55 +10:00
Sinai
fcdfeb2dec Redesign mouse inspector class, add UI results panel 2021-09-06 17:10:01 +10:00
Sinai
a1d0b6432e Cleanup 2021-09-06 15:51:40 +10:00
Sinai
0b84405e57 Fix incorrect startup delay logic 2021-09-02 18:29:21 +10:00
Sinai
c31e0949d3 Update ExplorerMelonMod.cs 2021-09-02 17:30:56 +10:00
Sinai
28de6779d8 Fix for Canvas.renderingDisplaySize crash 2021-08-24 17:47:42 +10:00
Sinai
fae85c2968 Bump version 2021-08-23 18:35:36 +10:00
Sinai
fc8fa9aa7a Fix TestClass init mistake 2021-08-23 18:35:31 +10:00
Sinai
bcf9a801a9 Fix suggestions still being given in comments sometimes 2021-08-23 18:35:22 +10:00
Sinai
20298aa47b Make Type and Member names selectable / copy+paste-able 2021-08-23 18:35:08 +10:00
Sinai
e2c1c186c3 Add wrapper to handle LemonAction issue 2021-08-23 18:31:26 +10:00
Sinai
506e75c5fe Handle Unhollowed modules path through IExplorerLoader. Allow Standalone release to specify manually. 2021-08-19 16:20:25 +10:00
Sinai
a2f22051f0 Cleanup 2021-08-19 16:19:49 +10:00
Sinai
4e3203a91b Make Assembly.GetTypes patch a finalizer instead of prefix 2021-08-10 17:31:12 +10:00
Sinai
a411ce2dba Add patch for Assembly.GetTypes to catch exceptions 2021-08-10 17:17:44 +10:00
Sinai
48132b3d46 Cleanup ILRepack 2021-08-10 17:17:21 +10:00
Sinai
e49ed3028f Cleanup 2021-08-06 18:44:13 +10:00
Sinai
31dd54d25c Reduce string alloc 2021-08-06 16:02:58 +10:00
Sinai
1fa1283a68 Cleanup and update readme 2021-08-03 18:30:07 +10:00
Sinai
48d1cf574d Fix evaluate exception logic with methods that have arguments 2021-08-03 16:11:54 +10:00
Sinai
df0abbc847 Small optimizations/cleanup 2021-08-03 16:11:16 +10:00
Sinai
5c9dcb1d43 Bump HarmonyX to 2.5.2 2021-07-28 19:14:37 +10:00
Sinai
602770d980 Cleanup 2021-07-28 19:01:43 +10:00
Sinai
f26371f95f Go back to previous panel transform saving, no need to change 2021-07-28 18:27:10 +10:00
Sinai
a673c39f4a Include arial in legacy bundles 2021-07-28 18:26:53 +10:00
Sinai
20018a9ba9 Use invariant decimal separator for NumberFormatString 2021-07-28 06:40:05 +10:00
Sinai
dabf92a1a5 Use CurrentCulture, and use whitespace instead of comma as separator 2021-07-27 22:17:26 +10:00
Sinai
b7e275f02c Cleanup 2021-07-27 22:12:48 +10:00
Sinai
f393e0d706 Include Arial font, don't rely on built-in resource
TODO add font to legacy bundles
2021-07-27 18:14:44 +10:00
Sinai
ab8acc9e84 Change directory case 2021-07-21 20:53:03 +10:00
Sinai
66c30ee70e Cleanup 2021-07-21 20:48:21 +10:00
Sinai
ddd271c00d Cleanup 2021-07-21 20:12:34 +10:00
Sinai
fa3a436037 Cleanup 2021-07-21 18:29:01 +10:00
Sinai
ca27d2b20f Update CursorUnlocker.cs 2021-07-21 05:18:22 +10:00
Sinai
6e6b6239d8 Do patching in CursorUnlocker, add patch for SetSelectedGameObject 2021-07-21 04:14:34 +10:00
Sinai
03c8e5a8bd Add Harmony instance to ExplorerCore, bump version 2021-07-21 04:14:12 +10:00
Sinai
44f7209843 Remove ML 0.3 builds 2021-07-21 04:13:54 +10:00
Sinai
734e45cf9f Remove patching in mod loader classes 2021-07-21 04:13:42 +10:00
Sinai
304b47f898 Bump version 2021-07-19 21:43:40 +10:00
Sinai
3d1fcbcd9f Fix duplicate Scene hashcodes breaking PopulateSceneDropdown 2021-07-19 21:43:36 +10:00
Sinai
36fc17aa43 Get rid of pointless ReadOnlyCollection properties 2021-07-19 21:43:16 +10:00
Sinai
adfa29e63c Bump version 2021-07-15 05:20:31 +10:00
Sinai
3ffdcea73b Force all devices to always be supported by InputSystem 2021-07-15 05:20:26 +10:00
Sinai
dfd55260a8 Fallback to null check loading if unityVersion throws an exception 2021-07-15 05:19:48 +10:00
Sinai
29c78dc5a6 Manually get Major and Minor instead of using Version class 2021-07-11 23:22:33 +10:00
Sinai
bf59d9d6cd Handle cases where Unity doesn't include 'f' suffix on version
Not sure if this ever happens but just in case
2021-07-11 18:19:09 +10:00
Sinai
bb0c59534a Bump version 2021-07-11 18:11:18 +10:00
Sinai
802bb722bc Use Application.unityVersion to load appropriate AssetBundle
And fix issue with Dropdowns and Time input label not refreshing properly on launch
2021-07-11 18:11:14 +10:00