1076 Commits

Author SHA1 Message Date
1f996f52fe Fix casting for dictionary keys, only cast displayed key
And fix layout
2021-05-07 06:27:23 +10:00
00c28f781a Allow editing null strings, remove "null" ValueState 2021-05-07 06:26:48 +10:00
f080379e8a Update ReflectionUtility.cs 2021-05-07 06:25:49 +10:00
2977fd4df5 Handle il2cpp primitives (not boxed) 2021-05-07 06:25:31 +10:00
56875e0641 Simplify string obfuscation processing 2021-05-07 01:53:02 +10:00
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
1ee10c2507 Setting values from IList / IDictionary to source 2021-05-06 20:28:04 +10:00
9e8a18a5e1 Fix cell view link mismatch 2021-05-06 16:47:37 +10:00
6c7acf7690 Handle boxing value types to Il2CppSystem.Object, some cleanups 2021-05-06 06:36:39 +10:00
e70a1e96da Update ReflectionInspector.cs 2021-05-06 04:18:35 +10:00
22435176bf Fix some issues in IL2CPP, improve type cache efficiency, reduce alloc 2021-05-06 04:02:42 +10:00
e4ff86259b More progress 2021-05-05 21:27:09 +10:00
961ff80c6d Update GameObjectInspector.cs 2021-05-04 20:39:54 +10:00
a89d66cf81 More progress, cleanups and fixes 2021-05-04 20:10:46 +10:00
302ff29e36 Merge branch '4.0.0-alpha' of https://github.com/sinai-dev/Explorer into 4.0.0-alpha 2021-05-03 21:02:09 +10:00
8d9d8f76c2 Cleanup, use Time.realTimeSinceStartup instead of Time.time, add some stuff 2021-05-03 21:02:01 +10:00
3dc458ab1b Merge pull request #62 from HerpDerpinstine/4.0.0-alpha
Added ML v0.3.1 Support and Commented it Out
2021-05-03 20:59:47 +10:00
f5c0b339ae Added ML v0.3.1 Support and Commented it Out 2021-05-03 01:13:43 -05:00
ad61ff243a progress on lists and dictionaries, fixes for scrollpool 2021-05-03 01:29:02 +10:00
bfaba56b76 bump lib versions 2021-05-03 01:10:12 +10:00
1c5306b7c8 Fix the onValueChange throttling affecting internal features 3.3.15 2021-05-03 00:59:39 +10:00
15ec64b106 Progress on inspector, interactive list basically done 2021-05-01 20:55:27 +10:00
ab8b736f7e Improve Il2Cpp Coroutine support, make universal ExplorerBehaviour class 2021-05-01 20:55:14 +10:00
ea1e183c4a Fix onValueChanged bursts 3.3.14 2021-05-01 16:32:11 +10:00
d6cde68a44 Fix namespaces being included for generic parameters 2021-04-30 23:43:36 +10:00
d76bc1f812 Add ContainsIgnoreCase helper to reduce string alloc, cleanup 2021-04-30 23:43:27 +10:00
74ff1d8f01 Cleanup 2021-04-30 23:12:18 +10:00
2378925a8b More progress 2021-04-30 21:34:50 +10:00
8080129d58 Merge branch 'master' of https://github.com/sinai-dev/Explorer 2021-04-30 00:12:48 +10:00
4b8298fd2e Update CursorUnlocker.cs 2021-04-30 00:12:41 +10:00
ad055b4383 Update README.md 2021-04-29 21:54:13 +10:00
23483a6108 Add aggressive mouse unlock option using WaitForEndOfFrame 3.3.13 2021-04-29 21:45:45 +10:00
0bc14b2f76 Update CursorUnlocker.cs 2021-04-29 21:05:53 +10:00
dba9bdbdc2 More progress, and change Aggressive Mouse Unlock behaviour 2021-04-29 21:01:08 +10:00
a2a2b09d33 more progress 2021-04-28 23:58:13 +10:00
324d3afa5b Update CacheMember.cs 2021-04-28 21:52:42 +10:00
99e11b41a3 Update DataHeightCache.cs 2021-04-28 21:20:41 +10:00
b0d54b1d80 Progress on ReflectionInspector, framework mostly done 2021-04-28 20:47:48 +10:00
a2ff37e36d Some progress on inspector rewrites, most of the framework figured out now. 2021-04-27 21:22:48 +10:00
07ddba3c3d Update ReflectionUtility.cs 2021-04-27 21:22:21 +10:00
73cde0f91f Fix for games where InputSystem is present but not active 2021-04-27 21:22:16 +10:00
af3ee07143 Rewriting everything from scratch, added generic ObjectPool system 2021-04-26 19:56:41 +10:00
9f8d53f55a Rewriting everything from scratch, developed generic ObjectPool system 2021-04-26 19:56:21 +10:00
5a0c2390ce Use StringBuilder and add caching to reduce string allocs 2021-04-25 21:21:05 +10:00
f3cd84804d Some UI cleanups, improving caching and reduce image allocation 2021-04-25 21:20:50 +10:00
fda5afae46 stress test 2021-04-25 21:19:12 +10:00
7f6a4514e4 Handle cases where InputSystem is present but not active 2021-04-25 21:19:00 +10:00
1487372832 Update DataHeightCache.cs 2021-04-25 00:28:30 +10:00
6d4cc66079 Adding back rest of the menu, ported most of Reflection Inspector for new UI 2021-04-25 00:21:12 +10:00
0cf8309a82 Fix DataHeightCache logic, cleanup some loose ends and edge cases, add rebuild fix 2021-04-24 16:45:17 +10:00