Commit Graph

  • e5d2d29a47 Update README.md Sinai 2021-05-19 19:24:06 +10:00
  • 6a47e542e5 Update Extensions.cs Sinai 2021-05-19 18:46:01 +10:00
  • f1b83e7c9e Cleanup Sinai 2021-05-19 18:45:53 +10:00
  • 44c6503ae2 Update unhollowed libs Sinai 2021-05-19 18:45:19 +10:00
  • 6970dcbbc7
    Merge pull request #68 from sinai-dev/4.0.0-alpha Sinai 2021-05-18 21:20:09 +10:00
  • ac9c2d5286 Use recursive GetGenericArguments to catch unusual type structures, cleanup InteractiveList value caching Sinai 2021-05-18 20:55:18 +10:00
  • 496a5de55e Update README.md Sinai 2021-05-18 20:44:42 +10:00
  • b062924af7 Add support for writing to IList<T>'s which don't implement IList Sinai 2021-05-18 20:43:51 +10:00
  • 5aef8ddc99 Fix UIPanels being broken after resolution changes, better checks on size/position Sinai 2021-05-18 19:55:27 +10:00
  • c134c1752e Update README.md Sinai 2021-05-18 01:25:57 +10:00
  • e4615aff84
    Merge pull request #67 from sinai-dev/4.0.0-alpha 4.0.1 4.0.0 Sinai 2021-05-18 00:18:29 +10:00
  • 8c5640dd12 Merge branch 'master' into 4.0.0-alpha Sinai 2021-05-18 00:18:04 +10:00
  • 76f71d9f3d Update README.md Sinai 2021-05-18 00:15:20 +10:00
  • 82e9c08ae6 Update img and README, cleanup Sinai 2021-05-18 00:13:29 +10:00
  • 019e589947 Add namespace autocompletions, some adjustments to autocomplete logic Sinai 2021-05-17 23:20:06 +10:00
  • d7b0fff949 IL2CPP List/Dict support, cleanups Sinai 2021-05-17 21:48:39 +10:00
  • 7dbf694642 IL2CPP reflection fixes and improvements Sinai 2021-05-17 21:48:10 +10:00
  • 2fc9657560 Some UI adjustments and layout fixes Sinai 2021-05-17 18:47:37 +10:00
  • fb6e413153 Misc cleanups and adjustments Sinai 2021-05-16 21:46:38 +10:00
  • ca65affb5c Finish GameObject Inspector, some UI cleanups Sinai 2021-05-16 21:46:19 +10:00
  • f4e473f8e6 Use StringBuilder for GetTransformPath Sinai 2021-05-16 21:45:38 +10:00
  • 8c5e7678a6 Fix LayerMask Parsing Sinai 2021-05-16 21:45:29 +10:00
  • 32ad61baea Rename ButtonListSource Sinai 2021-05-16 21:45:19 +10:00
  • df330420a3 Add config to change main navbar anchor Sinai 2021-05-16 21:45:09 +10:00
  • 5af9d3104d Start GO inspector Sinai 2021-05-15 20:39:56 +10:00
  • 6977f1a31c Prevent any height value being smaller than default height Sinai 2021-05-15 20:39:51 +10:00
  • 26fb53f183 Color adjustments Sinai 2021-05-15 20:39:38 +10:00
  • cccd02255f Force stop panel drag/resize when starting Inspect Under Mouse Sinai 2021-05-15 20:39:29 +10:00
  • 83f15c7168 Use Il2CppObjectBase instead of Il2CppSystem.Object where possible. Sinai 2021-05-15 18:00:16 +10:00
  • bf8f838f01 Remove Control Key requirement on autocomplete navigation Sinai 2021-05-15 06:23:32 +10:00
  • a915e1028f Update UIManager for new additions, cleanup Sinai 2021-05-15 06:23:13 +10:00
  • 8b1379f17e Adjust main navbar, expose nav gameobject Sinai 2021-05-15 06:23:01 +10:00
  • 0c7d8f8435 Update UnityExplorer.csproj Sinai 2021-05-15 06:21:45 +10:00
  • 72c3af3dd7 Prevent panels dragging outside screen Sinai 2021-05-15 06:21:42 +10:00
  • 54f78ac10b Implement InspectUnderMouse Sinai 2021-05-15 06:20:56 +10:00
  • 2a9c4972dd Revised C# Console help/feedback Sinai 2021-05-15 06:20:44 +10:00
  • e93edc5b19 Options cleanup Sinai 2021-05-15 06:20:07 +10:00
  • c25abfe3ff Fix normal args setting generic arg input field placeholder text Sinai 2021-05-15 06:19:44 +10:00
  • 8c3603baa0 Add AllowNavigation property to ISuggestionProvider, implement Sinai 2021-05-15 01:41:03 +10:00
  • 021db69409 Improve C# Console, key navigation on AutoCompleter Sinai 2021-05-15 01:21:07 +10:00
  • 1c216c0d86 Add some CSConsole interactions, some UI Cleanups Sinai 2021-05-14 06:14:25 +10:00
  • 12fe19ba8e Implemented the console log, some cleanups Sinai 2021-05-14 02:45:59 +10:00
  • 89022db5fc Implement Options panel, some cleanups Sinai 2021-05-13 23:03:30 +10:00
  • ccd08c3a63 Add configurable reflection signature blacklist, extends to MCS as well Sinai 2021-05-13 23:02:46 +10:00
  • 843d7ed451 Update mcs-unity Sinai 2021-05-13 22:56:23 +10:00
  • 3e44317861 Cleanup CSConsole, add start of Options and Log panels Sinai 2021-05-13 03:55:08 +10:00
  • 70d66f93a5 Update ReflectionUtility.cs Sinai 2021-05-13 01:06:14 +10:00
  • 275225a284 Better number ToString formatting, cleanups Sinai 2021-05-13 00:58:23 +10:00
  • b61020fe67 Cleanup Sinai 2021-05-12 21:29:59 +10:00
  • ada239c828 Implement auto-indenting for CSConsole, some cleanups Sinai 2021-05-12 20:48:56 +10:00
  • fedecb80a0 Update mcs-unity Sinai 2021-05-12 20:47:46 +10:00
  • 97738b00c1 Update mcs-unity Sinai 2021-05-11 23:17:11 +10:00
  • 59cbeec103 cleanup Sinai 2021-05-11 23:10:12 +10:00
  • a9f6ed8729 Cleanup libs, target ML 0.3.1 Sinai 2021-05-11 20:23:52 +10:00
  • 7241247d05 Rename some members to avoid confusion Sinai 2021-05-11 19:18:27 +10:00
  • ec215a0006 Use SortedSet for type name cache, expose OnTypeLoaded event Sinai 2021-05-11 19:16:19 +10:00
  • 6e9bb83099 More progress on C# Console - implement AutoCompletes, some cleanups Sinai 2021-05-11 19:15:46 +10:00
  • 712bf7b669 Cleanup libs, use submodules and packages where appropriate Sinai 2021-05-11 19:13:58 +10:00
  • b4b96134c4 add mcs-unity submodule properly Sinai 2021-05-11 17:55:47 +10:00
  • d3b942065d temp remove mcs submodule Sinai 2021-05-11 17:55:23 +10:00
  • 9ea50e232c use submodules for HarmonyX and Unhollower Sinai 2021-05-11 17:47:22 +10:00
  • 4128f8519d Update .gitmodules Sinai 2021-05-11 17:45:54 +10:00
  • 53e1e6bf22 Update .gitmodules Sinai 2021-05-11 17:44:31 +10:00
  • b67ac145d4 Update .gitmodules Sinai 2021-05-11 17:39:00 +10:00
  • 586c63b668 Update .gitmodules Sinai 2021-05-11 17:32:13 +10:00
  • 65323e3b16 Update .gitmodules Sinai 2021-05-11 17:29:34 +10:00
  • cfeb5ba018 Create .gitmodules Sinai 2021-05-11 17:24:03 +10:00
  • 8a15c11289 Remove redundant GameObject search context Sinai 2021-05-11 02:39:01 +10:00
  • 4019af5936 Hide TypeCompleter on suggestion chosen Sinai 2021-05-11 02:38:39 +10:00
  • 34c8ad3646 Make PruneString helper Sinai 2021-05-11 02:38:24 +10:00
  • 617d68f7e9 rename Lexer folder to match namespace, some cleanups and color adjustments Sinai 2021-05-11 01:43:08 +10:00
  • 2efce9eb0e Simplify keyword highlighting Sinai 2021-05-10 23:24:52 +10:00
  • 18d2518231 Use the Member color for the member filter toggles, move InspectorManager Sinai 2021-05-10 23:09:21 +10:00
  • cef4c2f3fb Cleanup and simplify highlight process, reduce string alloc Sinai 2021-05-10 23:00:02 +10:00
  • 1d24af5666 Only lexer-highlight what is shown in CS console (fix max vert overflow) Sinai 2021-05-10 21:07:27 +10:00
  • 4f50afdddc Update SymbolLexer.cs Sinai 2021-05-10 16:35:37 +10:00
  • caad39bb9a Rewrite lexer from scratch Sinai 2021-05-10 15:58:49 +10:00
  • 06122fe8c9 Update CSLexer.cs Sinai 2021-05-09 20:32:47 +10:00
  • e6b253fed9 Enum parse support, start work on CSConsole, cleanup Sinai 2021-05-09 20:18:33 +10:00
  • 7b700cbe55 Cleanup, extend ParseUtility to dict keys Sinai 2021-05-09 02:22:03 +10:00
  • c04a864b74 Made ParseUtility helper to simplify and improve parsing of various input types Sinai 2021-05-09 01:25:26 +10:00
  • c828d9b642 InteractiveValueStruct, and a few cleanups Sinai 2021-05-08 20:54:16 +10:00
  • 26052621e5 Cleanup Sinai 2021-05-08 06:19:17 +10:00
  • d101e7e35c Cleanup Sinai 2021-05-08 06:18:46 +10:00
  • 57aace26d3 Refresh for child count or name changes in TransformTree Sinai 2021-05-08 06:18:28 +10:00
  • 3d94b51d40 Catch bad user input on number input Sinai 2021-05-08 06:17:30 +10:00
  • d34aeb81b3 InteractiveEnum, InteractiveColor Sinai 2021-05-08 06:16:43 +10:00
  • d8f532d913 Make InputFieldRef helper, InteractiveString and IOUtility Sinai 2021-05-07 17:06:56 +10:00
  • 4931117b1e Make helper for cache object controller SetCell Sinai 2021-05-07 06:27:44 +10:00
  • 1f996f52fe Fix casting for dictionary keys, only cast displayed key Sinai 2021-05-07 06:27:23 +10:00
  • 00c28f781a Allow editing null strings, remove "null" ValueState Sinai 2021-05-07 06:26:48 +10:00
  • f080379e8a Update ReflectionUtility.cs Sinai 2021-05-07 06:25:49 +10:00
  • 2977fd4df5 Handle il2cpp primitives (not boxed) Sinai 2021-05-07 06:25:31 +10:00
  • 56875e0641 Simplify string obfuscation processing Sinai 2021-05-07 01:53:02 +10:00
  • 8534c08f49 Reflection cleanup, fix il2cpp struct and enum boxing Sinai 2021-05-07 01:22:55 +10:00
  • 1ee10c2507 Setting values from IList / IDictionary to source Sinai 2021-05-06 20:28:04 +10:00
  • 9e8a18a5e1 Fix cell view link mismatch Sinai 2021-05-06 16:47:37 +10:00
  • 6c7acf7690 Handle boxing value types to Il2CppSystem.Object, some cleanups Sinai 2021-05-06 06:36:39 +10:00
  • e70a1e96da Update ReflectionInspector.cs Sinai 2021-05-06 04:18:35 +10:00
  • 22435176bf Fix some issues in IL2CPP, improve type cache efficiency, reduce alloc Sinai 2021-05-06 04:02:42 +10:00