556 Commits

Author SHA1 Message Date
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
Sinai
9ca992b0d7
Fix incorrect config description example 2021-07-07 23:27:43 +10:00
Sinai
5f3b3a6870
cleanup -noci 2021-07-07 23:21:40 +10:00
Sinai
f5bce439cb Favor public GetEnumerator over private. Use GetActualType. Improve logging. 2021-07-06 16:42:20 +10:00
Sinai
eb221bd868 Bump version 2021-07-02 18:45:09 +10:00
Sinai
5b516eb4cc Add assembly name to class search result labels 2021-07-02 18:45:03 +10:00
Sinai
601567f9d2 Remove arbitrary static restriction on class search 2021-07-02 17:53:12 +10:00
Sinai
7ff508b874 [IL2CPP] Support private interface implementations on IDictionary and IEnumerable 2021-07-02 17:45:18 +10:00
Sinai
f815a13d9a Namespace cleanup, move some categories out of UI namespace 2021-06-30 07:49:58 +10:00
Sinai
d99137526e Fix InspectUnderMouse breaking ScrollPool in rare cases 2021-06-22 20:39:46 +10:00
Sinai
87d5d5a2de Bump version 2021-06-22 19:46:14 +10:00
Sinai
08cff3386b Fix issues with Il2Cpp nullables 2021-06-22 19:46:09 +10:00
Sinai
6033200579 Don't use WaitForEndOfFrame in SrollPool init coroutine 2021-06-22 19:45:57 +10:00
Sinai
94ec1c4908 Update line numbers on panel resize 2021-06-21 19:50:11 +10:00
Sinai
7a400e762c Cleanup 2021-06-21 19:49:44 +10:00
Sinai
67f9f744bb Handle Unity 2021+ InputField.onEndEdit change 2021-06-21 19:26:05 +10:00
Sinai
7a59f9a2a1 Update info about startup script -noci 2021-06-20 19:10:44 +10:00
Sinai
9b42eef1b9 Line numbers and startup script 2021-06-20 19:06:52 +10:00
Sinai
830000b019 Bump version 2021-06-20 19:06:33 +10:00
Sinai
34910ab273 Bump version 2021-06-14 18:56:56 +10:00
Sinai
86b036095e Allow panels to be dragged further outside the game window 2021-06-14 18:56:51 +10:00
Sinai
b57e5be2e6 Add GameObject.activeSelf toggle to TransformTree, adjust UI Toggle design 2021-06-14 18:43:26 +10:00
Sinai
2d8ae45814 Cleanup 2021-06-14 18:43:08 +10:00
Sinai
66dc262a68 Move inner exception null check outside IL2CPP ppd 2021-06-11 18:12:14 +10:00
Sinai
4342901206 Prevent null exceptions being used in ReflectionExToString 2021-06-11 17:36:35 +10:00
Sinai
58b7c72a5c Allow UI inspect without main camera 2021-06-11 17:36:17 +10:00
Sinai
7a539ba78b Bump version 2021-06-07 19:28:25 +10:00
Sinai
0d10f94eb5 Use Paths.BepInExRootPath, and cleanup dirs 2021-06-07 19:27:39 +10:00
Sinai
91671bf243 Failsafe in case Component is null from GetComponents? 2021-06-07 19:27:09 +10:00