558 Commits

Author SHA1 Message Date
Sinai
97738b00c1 Update mcs-unity 2021-05-11 23:17:11 +10:00
Sinai
59cbeec103 cleanup 2021-05-11 23:10:12 +10:00
Sinai
a9f6ed8729 Cleanup libs, target ML 0.3.1 2021-05-11 20:23:52 +10:00
Sinai
7241247d05 Rename some members to avoid confusion 2021-05-11 19:18:27 +10:00
Sinai
ec215a0006 Use SortedSet for type name cache, expose OnTypeLoaded event 2021-05-11 19:16:19 +10:00
Sinai
6e9bb83099 More progress on C# Console - implement AutoCompletes, some cleanups 2021-05-11 19:15:46 +10:00
Sinai
712bf7b669 Cleanup libs, use submodules and packages where appropriate 2021-05-11 19:13:58 +10:00
Sinai
b4b96134c4 add mcs-unity submodule properly 2021-05-11 17:55:47 +10:00
Sinai
d3b942065d temp remove mcs submodule 2021-05-11 17:55:23 +10:00
Sinai
9ea50e232c use submodules for HarmonyX and Unhollower 2021-05-11 17:47:22 +10:00
Sinai
4128f8519d Update .gitmodules 2021-05-11 17:45:54 +10:00
Sinai
53e1e6bf22 Update .gitmodules 2021-05-11 17:44:31 +10:00
Sinai
b67ac145d4 Update .gitmodules 2021-05-11 17:39:00 +10:00
Sinai
586c63b668 Update .gitmodules 2021-05-11 17:32:13 +10:00
Sinai
65323e3b16 Update .gitmodules 2021-05-11 17:29:34 +10:00
Sinai
cfeb5ba018 Create .gitmodules 2021-05-11 17:24:03 +10:00
Sinai
8a15c11289 Remove redundant GameObject search context 2021-05-11 02:39:01 +10:00
Sinai
4019af5936 Hide TypeCompleter on suggestion chosen 2021-05-11 02:38:39 +10:00
Sinai
34c8ad3646 Make PruneString helper 2021-05-11 02:38:24 +10:00
Sinai
617d68f7e9 rename Lexer folder to match namespace, some cleanups and color adjustments 2021-05-11 01:43:08 +10:00
Sinai
2efce9eb0e Simplify keyword highlighting 2021-05-10 23:24:52 +10:00
Sinai
18d2518231 Use the Member color for the member filter toggles, move InspectorManager 2021-05-10 23:09:21 +10:00
Sinai
cef4c2f3fb Cleanup and simplify highlight process, reduce string alloc 2021-05-10 23:00:02 +10:00
Sinai
1d24af5666 Only lexer-highlight what is shown in CS console (fix max vert overflow) 2021-05-10 21:07:27 +10:00
Sinai
4f50afdddc Update SymbolLexer.cs 2021-05-10 16:35:37 +10:00
Sinai
caad39bb9a Rewrite lexer from scratch 2021-05-10 15:58:49 +10:00
Sinai
06122fe8c9 Update CSLexer.cs 2021-05-09 20:32:47 +10:00
Sinai
e6b253fed9 Enum parse support, start work on CSConsole, cleanup 2021-05-09 20:18:33 +10:00
Sinai
7b700cbe55 Cleanup, extend ParseUtility to dict keys 2021-05-09 02:22:03 +10:00
Sinai
c04a864b74 Made ParseUtility helper to simplify and improve parsing of various input types 2021-05-09 01:25:26 +10:00
Sinai
c828d9b642 InteractiveValueStruct, and a few cleanups 2021-05-08 20:54:16 +10:00
Sinai
26052621e5 Cleanup 2021-05-08 06:19:17 +10:00
Sinai
d101e7e35c Cleanup 2021-05-08 06:18:46 +10:00
Sinai
57aace26d3 Refresh for child count or name changes in TransformTree 2021-05-08 06:18:28 +10:00
Sinai
3d94b51d40 Catch bad user input on number input 2021-05-08 06:17:30 +10:00
Sinai
d34aeb81b3 InteractiveEnum, InteractiveColor 2021-05-08 06:16:43 +10:00
Sinai
d8f532d913 Make InputFieldRef helper, InteractiveString and IOUtility 2021-05-07 17:06:56 +10:00
Sinai
4931117b1e Make helper for cache object controller SetCell 2021-05-07 06:27:44 +10:00
Sinai
1f996f52fe Fix casting for dictionary keys, only cast displayed key
And fix layout
2021-05-07 06:27:23 +10:00
Sinai
00c28f781a Allow editing null strings, remove "null" ValueState 2021-05-07 06:26:48 +10:00
Sinai
f080379e8a Update ReflectionUtility.cs 2021-05-07 06:25:49 +10:00
Sinai
2977fd4df5 Handle il2cpp primitives (not boxed) 2021-05-07 06:25:31 +10:00
Sinai
56875e0641 Simplify string obfuscation processing 2021-05-07 01:53:02 +10:00
Sinai
8534c08f49 Reflection cleanup, fix il2cpp struct and enum boxing
And temp removing il2cpp IDictionary / IEnumerable helpers, will see what is necessary after knah's rewrite.
2021-05-07 01:22:55 +10:00
Sinai
1ee10c2507 Setting values from IList / IDictionary to source 2021-05-06 20:28:04 +10:00
Sinai
9e8a18a5e1 Fix cell view link mismatch 2021-05-06 16:47:37 +10:00
Sinai
6c7acf7690 Handle boxing value types to Il2CppSystem.Object, some cleanups 2021-05-06 06:36:39 +10:00
Sinai
e70a1e96da Update ReflectionInspector.cs 2021-05-06 04:18:35 +10:00
Sinai
22435176bf Fix some issues in IL2CPP, improve type cache efficiency, reduce alloc 2021-05-06 04:02:42 +10:00
Sinai
e4ff86259b More progress 2021-05-05 21:27:09 +10:00