24 Commits

Author SHA1 Message Date
sinaioutlander
dab7ecd441 Cleanups and refactorings, and some small UI fixes 2020-09-29 05:40:06 +10:00
sinaioutlander
629403a74d 1.8.0 cleanup 2020-09-27 22:52:08 +10:00
sinaioutlander
b550356f14 1.8.0, merging Mono and Il2Cpp builds, adding BepInEx support
* Project renamed to Explorer to reflect the new scope
* Merged Mono and Il2Cpp builds
* Merged BepInEx and MelonLoader builds
* Some minor changes to accommodate for this
* The release DLL and the config file now use "Explorer" in place of "CppExplorer" for file and folder names
2020-09-27 22:04:23 +10:00
sinaioutlander
f203ae37fc 1.7.5
* Added support for Enums with [Flags] attribute (can set each flag individually)
* Added support for easier bitwise operations on ints (or any primitive assignable to int), and viewing the int as binary. This is intended for things like `Camera.cullingMask`, etc.
* Fixed an issue with Enums that contain duplicate values, for example `CameraClearFlags` (has duplicate values for 2).
2020-09-23 19:19:29 +10:00
sinaioutlander
3639824df3 Cleanup 2020-09-19 01:55:27 +10:00
sinaioutlander
643bb4519c Remove and sort usings 2020-09-18 18:38:11 +10:00
sinaioutlander
b154cbf39d Add support for generic methods, improved non-generic dictionary output 2020-09-18 18:03:17 +10:00
sinaioutlander
db91968519 Cleanup and improve syntax highlighting
* Static class members are now displayed in Italics and in a darker color, making them easier to distinguish.
* Cleaned up some issues related to syntax highlighting and refactored it into a global class.
* Methods and properties no longer display their arguments as part of the member name, they are only displayed when "Evaluate" is pressed.
2020-09-16 20:03:57 +10:00
sinaioutlander
5d58993b07 1.7.31
* Added support for Il2Cpp Hashtable (non-generic Dict)
* Dictionaries should now display CacheOther values better (smaller buttons)
* Cleaned up and improved some of CacheDictionary performance
2020-09-15 17:38:10 +10:00
sinaioutlander
eea581f8d5 Update ResizeDrag.cs 2020-09-14 20:27:49 +10:00
sinaioutlander
9bb3c77bae 1.7.3
* Reverted some unstrip fixes from 1.7.2 because it was causing more problems than it solved.
2020-09-14 20:25:38 +10:00
sinaioutlander
dc2759c599 1.7.2
unstrip fixes
2020-09-14 01:42:29 +10:00
sinaioutlander
653b4a2304 Fix BeginVertical and BeginHorizontal 2020-09-13 23:16:12 +10:00
sinaioutlander
065ab033c9 Fix crash when inspecting RigidBody2D objects 2020-09-13 17:39:15 +10:00
sinaioutlander
11cbd24a6a 1.7.1 2020-09-13 17:29:01 +10:00
sinaioutlander
fbf9859e0f Fix for GUILayout.BeginArea unstrip and UnityEngine.SystemClock unstrip
and remove some old comments
2020-09-13 17:11:15 +10:00
sinaioutlander
2d7dfa53eb Fix scroll not working in 2017 games 2020-09-12 16:14:42 +10:00
sinaioutlander
4de378907b Update GameObjectWindow.cs 2020-09-12 02:52:52 +10:00
sinaioutlander
1d07046a74 Update README.md, hide Console when it fails to init 2020-09-12 02:20:27 +10:00
sinaioutlander
de663f34b2 1.7.0
* Fix for GuiLayout.Space unstrip
* Cleanups
2020-09-12 00:59:59 +10:00
sinaioutlander
8d648fec43 1.6.9
* Fix for games where patching Cursor methods fails.
* Added backup attempt for loading Cursor module if not present.
* HashSet collections are now supported by CacheList
* try/catch for loading Mod Config
2020-09-11 18:53:17 +10:00
sinaioutlander
28ba5af6fa REPL console 2020-08-07 23:45:09 +10:00
sinaioutlander
6c6f06f600 update 2020-08-07 22:47:31 +10:00
sinaioutlander
240a2484a4 init 2020-08-07 22:19:03 +10:00