303 Commits

Author SHA1 Message Date
sinaioutlander
e7c5170232 3.0.5 3.0.5 2020-11-25 16:41:42 +11:00
sinaioutlander
be635e46a0 Swapping to INI instead of XML config, including an AssetBundle for old (5.6.1) Unity versions. 2020-11-25 16:40:36 +11:00
Sinai
687f56eac9
Update README.md 2020-11-23 21:16:29 +11:00
sinaioutlander
1dfcdb2dca Update build instructions, remove unnecessary references from CS project file 2020-11-23 20:28:22 +11:00
sinaioutlander
0025c83930 Fix a preprocessor directive 2020-11-23 20:17:54 +11:00
sinaioutlander
cfa4b12039 3.0.4
see release notes
3.0.4
2020-11-23 18:23:25 +11:00
sinaioutlander
c7ccdf387c update version 3.0.3 2020-11-22 18:23:07 +11:00
sinaioutlander
bb46d77a02 3.0.3
* Fixed not being able to set values on Enums
* [MONO] Fixed an issue where GameObjects in no scene (a Resource/Asset) would display nothing for their scene name, instead of "None (Resource/Asset)".
* Some UI layout cleanups and fixes, the Child/Component lists on the GameObject inspector should now expand to fill available height.
2020-11-22 18:22:57 +11:00
sinaioutlander
c38155ab04 Fix for InputSystem in 3.0.0 (temp fix for il2cpp) 3.0.2.1 2020-11-20 17:12:40 +11:00
sinaioutlander
97dbecaa2a Made instance inspector helper (owner gameobject/name), force loading unhollowed Assembly-CSharp on game start 3.0.2 2020-11-19 16:47:18 +11:00
sinaioutlander
e77e4cce07 fix release links 2020-11-19 01:41:11 +11:00
sinaioutlander
dcf0bdce48 disabling EventSystem.current patch for bepinex il2cpp as its causing a crash in some games 2020-11-19 00:55:17 +11:00
sinaioutlander
2a3df5de9d cleanup CacheMembers a bit 2020-11-17 23:26:22 +11:00
sinaioutlander
44ac4312e8 3.0.1: Update BepInEx build for 5.4.1, remove Test Class inspection on start, update libs, remove commented references 3.0.1 2020-11-17 19:46:54 +11:00
Sinai
3494b043bc
Changing from MIT to GPL 2020-11-17 18:09:21 +11:00
sinaioutlander
c552c4ac5b Update licensing info 2020-11-17 17:56:48 +11:00
sinaioutlander
4f88d216d9 move images 2020-11-17 17:08:11 +11:00
sinaioutlander
095ecd2aeb Create preview.png 2020-11-17 16:40:51 +11:00
sinaioutlander
5a766682a3 Update README.md 3.0.0 2020-11-17 04:29:23 +11:00
sinaioutlander
3963674cb2 Merge branch 'master' of https://github.com/sinai-dev/Explorer 2020-11-17 04:27:34 +11:00
Sinai
7b03554cd2
Update README.md 2020-11-17 04:27:00 +11:00
Sinai
43442587c5
Update README.md 2020-11-17 03:18:03 +11:00
sinaioutlander
2f32e29c04 Update overview.png 2020-11-17 03:11:29 +11:00
Sinai
f946f33d96
Update README.md 2020-11-17 03:08:29 +11:00
sinaioutlander
7ac905e1f4 Update overview.png 2020-11-17 03:07:10 +11:00
sinaioutlander
627a317308 Update README.md 2020-11-17 02:56:20 +11:00
Sinai
48e98a1d33
Merge pull request #22 from sinai-dev/3.0.0-rewrite
3.0.0 rewrite, see release for details
2020-11-17 02:53:13 +11:00
sinaioutlander
d379d6b129 InteracitveNumber update validation on potential type change 2020-11-17 02:51:20 +11:00
sinaioutlander
8e2e2abef4 finishing off interactive values 2020-11-17 02:05:45 +11:00
sinaioutlander
7920c54761 added InteractiveUnityStruct, thats the end of the interactive values for now 2020-11-17 00:52:15 +11:00
sinaioutlander
fd50996cb2 Merge remote-tracking branch 'origin/master' into 3.0.0-rewrite 2020-11-16 22:54:59 +11:00
sinaioutlander
5207b1a1c4 fix destroy logic with lists/dicts 2020-11-16 22:44:47 +11:00
sinaioutlander
91d5fc284f almost done, just interactive unity structs and a few minor things to finish off. 2020-11-16 21:21:04 +11:00
sinaioutlander
4a1125cf1d Fix SubContentWanted for InteractiveDictionary, remove redundant IValueTypes enum/dict 2020-11-16 01:32:58 +11:00
sinaioutlander
2e96d09f67 fix SubContentWanted logic for InteractiveEnumerable 2020-11-16 00:56:20 +11:00
sinaioutlander
8acc85061d InteractiveBool, Il2Cpp>Mono type dict cache, some UI fixes 2020-11-16 00:50:06 +11:00
sinaioutlander
41f0b0ed55 Implemented Interactive List/Dictionary support (todo IL2CPP) 2020-11-15 21:11:43 +11:00
sinaioutlander
02eca61f40 a couple minor fixes 2020-11-14 20:42:54 +11:00
sinaioutlander
2819ced303 Finished argument inputs for Method/Props, some UI cleanups and fixes 2020-11-14 19:51:16 +11:00
Sinai
755eae293e
Update ImageConversionUnstrip.cs 2020-11-14 02:49:14 +11:00
sinaioutlander
60580c8183 some UI cleanups 2020-11-14 00:46:26 +11:00
sinaioutlander
e9acd68ee4 fix Autocomplete buttons moving when you click them, rename Console namespace to CSConsole 2020-11-13 23:50:24 +11:00
sinaioutlander
7a4c7eb498 Fix vertices overflow on debug console, move UISyntaxHighlight 2020-11-13 23:37:04 +11:00
sinaioutlander
eb693eceb5 add AddListener helper for IL2CPP, cleanup some unity extensions 2020-11-13 23:14:57 +11:00
sinaioutlander
eedb7dd76f starting reflection inspector filters, some fixes 2020-11-13 21:39:25 +11:00
sinaioutlander
bc113e9093 A few important fixes
* Reflection on Il2CppSystem-namespace instances has been fixed
* Type/Value Syntax highlighting generalized and improved globally
* Scene changes now refresh the scene-picker dropdown
* probably other minor stuff too
2020-11-13 18:46:36 +11:00
sinaioutlander
dc449d4a1e DebugConsole save log on quit, some work on CacheObjects, fix missing-material issue on games without default UI Shader 2020-11-12 20:31:08 +11:00
Sinai
668c8f7c3f
Updated README for 3.0 (temp overview pic) 2020-11-12 16:30:41 +11:00
sinaioutlander
5afebc7d07 Update icon.png 2020-11-12 16:23:30 +11:00
Sinai
35b0e3808a
Update README.md 2020-11-12 16:20:26 +11:00