266 Commits

Author SHA1 Message Date
Sinai
d150ff3455 Fix minor issues with CSConsole delimiter logic 2021-06-01 16:00:52 +10:00
Sinai
a5f56cf5a3 Prevent very large Texture images from overflowing outside the Texture Viewer 2021-05-31 19:10:05 +10:00
Sinai
a131404ac7 Cleanup 2021-05-29 14:50:27 +10:00
Sinai
773900d749 Fix CacheProperty not resetting Exception state when it has arguments 2021-05-29 14:50:21 +10:00
Sinai
342fc6bdb8 Maintain last timeScale value 2021-05-28 18:48:55 +10:00
Sinai
af889e64cb Fix exception when inspecting UnityObject classes with static reflection 2021-05-28 18:23:30 +10:00
Sinai
0274022ce4 Make sure WaitForEndOfFrame object is never null 2021-05-28 18:23:07 +10:00
Sinai
ece0c43067 Add Time.timeScale helper on main navbar 2021-05-28 16:39:42 +10:00
Sinai
a46acba265 Better JumpToIndex height calculation 2021-05-27 19:44:17 +10:00
Sinai
9992029e28 Set DataViewInfo struct back to array in rebuild, cleanup 2021-05-27 19:30:55 +10:00
Sinai
14105785f0 Fix SceneExplorer not properly detecting scene changes sometimes 2021-05-27 19:30:19 +10:00
Sinai
365269b0dd Clear GameObject Component and Transform lists properly on close 2021-05-27 19:29:00 +10:00
Sinai
bfa73bcb55 Cleanup Pool.cs 2021-05-26 19:42:56 +10:00
Sinai
b0bbeb3cf8 Cleanup and fix small issue with JumpToIndex 2021-05-26 18:32:47 +10:00
Sinai
1a26623080 Add option to disable EventSystem override 2021-05-26 18:02:10 +10:00
Sinai
041f2938f7 Implement jumping to index in TransformTree 2021-05-26 17:42:31 +10:00
Sinai
9e7bb1a625 Cleanup 2021-05-26 17:42:14 +10:00
Sinai
36f23b7cdc Move SceneHandler.cs 2021-05-26 17:41:51 +10:00
Sinai
b51b743df4 Prevent very niche recursion situation 2021-05-26 17:41:38 +10:00
Sinai
cb8e947fdf Namespace/structure cleanup 2021-05-26 17:40:09 +10:00
Sinai
5427312f18 Filter UnityExplorer objects from search results 2021-05-26 03:59:17 +10:00
Sinai
eb7e80d910 Make sure Mouse Inspect dropdown list gets destroyed after option chosen 2021-05-26 03:59:08 +10:00
Sinai
a54888ae3a Make DataViewInfo a struct instead of class 2021-05-25 15:46:30 +10:00
Sinai
9f0f7f9b57 Prevent some niche exceptions with EventSystem 2021-05-23 18:33:19 +10:00
Sinai
428fab28f9 Cleanup HideAndDontSave detection and support 2021-05-23 16:16:32 +10:00
Sinai
e270f205a1 Fix scroll pool inserting off-by-one 2021-05-20 20:22:45 +10:00
Sinai
a9a53ba924 Force load all Unhollowed DLLs, use Assembly.LoadFile instead of .Load, blacklist some more types 2021-05-19 20:48:34 +10:00
Sinai
5abfa3da67 Better EntryType checking for enumerables and dicts 2021-05-19 19:24:33 +10:00
Sinai
ac9c2d5286 Use recursive GetGenericArguments to catch unusual type structures, cleanup InteractiveList value caching 2021-05-18 20:55:18 +10:00
Sinai
b062924af7 Add support for writing to IList<T>'s which don't implement IList 2021-05-18 20:43:51 +10:00
Sinai
5aef8ddc99 Fix UIPanels being broken after resolution changes, better checks on size/position 2021-05-18 19:55:27 +10:00
Sinai
82e9c08ae6 Update img and README, cleanup 2021-05-18 00:13:29 +10:00
Sinai
019e589947 Add namespace autocompletions, some adjustments to autocomplete logic 2021-05-17 23:20:06 +10:00
Sinai
d7b0fff949 IL2CPP List/Dict support, cleanups 2021-05-17 21:48:39 +10:00
Sinai
2fc9657560 Some UI adjustments and layout fixes 2021-05-17 18:47:37 +10:00
Sinai
fb6e413153 Misc cleanups and adjustments 2021-05-16 21:46:38 +10:00
Sinai
ca65affb5c Finish GameObject Inspector, some UI cleanups 2021-05-16 21:46:19 +10:00
Sinai
32ad61baea Rename ButtonListSource 2021-05-16 21:45:19 +10:00
Sinai
df330420a3 Add config to change main navbar anchor 2021-05-16 21:45:09 +10:00
Sinai
5af9d3104d Start GO inspector 2021-05-15 20:39:56 +10:00
Sinai
6977f1a31c Prevent any height value being smaller than default height 2021-05-15 20:39:51 +10:00
Sinai
26fb53f183 Color adjustments 2021-05-15 20:39:38 +10:00
Sinai
cccd02255f Force stop panel drag/resize when starting Inspect Under Mouse 2021-05-15 20:39:29 +10:00
Sinai
83f15c7168 Use Il2CppObjectBase instead of Il2CppSystem.Object where possible.
Attempt to fix il2cpp lists/dicts, not currently working properly. Will probably wait for Unhollower rewrite.
2021-05-15 18:00:16 +10:00
Sinai
bf8f838f01 Remove Control Key requirement on autocomplete navigation 2021-05-15 06:23:32 +10:00
Sinai
a915e1028f Update UIManager for new additions, cleanup 2021-05-15 06:23:13 +10:00
Sinai
8b1379f17e Adjust main navbar, expose nav gameobject 2021-05-15 06:23:01 +10:00
Sinai
72c3af3dd7 Prevent panels dragging outside screen 2021-05-15 06:21:42 +10:00
Sinai
54f78ac10b Implement InspectUnderMouse 2021-05-15 06:20:56 +10:00
Sinai
2a9c4972dd Revised C# Console help/feedback 2021-05-15 06:20:44 +10:00