1087 Commits

Author SHA1 Message Date
sinaioutlander
6a9c64c2a1 Update README for new build process 2020-10-04 20:48:08 +11:00
sinaioutlander
54deecd312 Update README.md 2020-10-04 20:11:05 +11:00
sinaioutlander
403943a41f Update README.md 2020-10-04 20:09:45 +11:00
sinaioutlander
e7aa01ebc8 1.8.3
* Merging `mcs.dll` into the main `Explorer.dll` file, no longer needs to be in the Mods / Plugins folder.
1.8.3
2020-10-04 19:01:39 +11:00
sinaioutlander
bf6d526284 1.8.23
* Fixed an issue in Mono games when the target you are inspecting is destroyed (window would not close as it should).
* Cleaned up and refactored the Input support so it's easier to manage.
1.8.23
2020-10-03 20:19:44 +10:00
sinaioutlander
c991cb4b22 1.8.22
* Some performance improvements for the new InputSystem support (affects some 2019.3+ games)
* Fixed a small mistake with left/right mouse button checking.
1.8.22
2020-10-02 18:40:51 +10:00
sinaioutlander
3971e49ce1 Update README.md 2020-10-01 20:41:48 +10:00
sinaioutlander
6920ca1129 Update README.md 1.8.21 2020-10-01 20:26:25 +10:00
sinaioutlander
748e0cabcb 1.8.21
* Fixed a bug when editing a Text Field and the input string is `null`. Only affected Il2Cpp games, appeared in 1.8.0.
* Added a menu page for editing the Explorer Settings in-game, called `Options`.
* Added a new setting for default Items per Page Limit (for all "Pages" in Explorer).
2020-10-01 20:20:52 +10:00
sinaioutlander
b4b5f1ec93 1.8.2
* Added support for games which use the new InputSystem module and have disabled LegacyInputModule
1.8.2
2020-10-01 18:57:28 +10:00
Sinai
5afaf85859
Update README.md 2020-10-01 17:16:00 +10:00
sinaioutlander
b65e417ecb Update GUIUnstrip.cs 2020-09-30 01:59:35 +10:00
sinaioutlander
23723a4ffd Some more unstrip fixes, and a few cleanups 1.8.1 2020-09-30 01:52:49 +10:00
sinaioutlander
dab7ecd441 Cleanups and refactorings, and some small UI fixes 2020-09-29 05:40:06 +10:00
Sinai
f1406d016f
Update README.md 2020-09-28 16:19:23 +10:00
Sinai
99e801b3bd
Update README.md 2020-09-28 02:11:35 +10:00
Sinai
20133e123c
Update README.md 2020-09-28 02:04:03 +10:00
sinaioutlander
142a2a4750 Update README.md 2020-09-27 23:04:42 +10:00
sinaioutlander
629403a74d 1.8.0 cleanup 2020-09-27 22:52:08 +10:00
Sinai
873d0f277d
Update README.md 2020-09-27 22:15:54 +10:00
Sinai
99719fafaf
Update README.md 1.8.0 2020-09-27 22:07:30 +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
8c6202c194 Allow for inherited flags attributes 2020-09-23 19:42:37 +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).
1.7.5
2020-09-23 19:19:29 +10:00
sinaioutlander
2006a9ea76 Faster non-generic Il2Cpp casting 2020-09-21 22:45:33 +10:00
sinaioutlander
c9bc450d09 Update README.md 2020-09-21 17:48:13 +10:00
Sinai
a1198f3a92
Update CacheColor.cs 1.7.4 2020-09-21 05:59:01 +10:00
sinaioutlander
04248a89ce Fix for cases when structs return null (due to null declaring instance) 2020-09-20 20:26:05 +10:00
sinaioutlander
3639824df3 Cleanup 2020-09-19 01:55:27 +10:00
sinaioutlander
939861b5f0 Cleanup 2020-09-19 01:44:38 +10:00
sinaioutlander
ad5fc04a3b Fix methods with multiple generic constraints 2020-09-19 01:27:33 +10:00
sinaioutlander
c39e097378 Add support for methods with ref/in/out args 2020-09-19 00:14:04 +10:00
sinaioutlander
129a7e3765 Improved interaction with generic methods and some minor UI fixes 2020-09-18 23:10:46 +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
1.7.31
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.
1.7.3
2020-09-14 20:25:38 +10:00
sinaioutlander
477a6859d7 Update README.md 2020-09-14 17:07:52 +10:00
sinaioutlander
f8f9671746 Update README.md 2020-09-14 16:56:42 +10:00
sinaioutlander
dc2759c599 1.7.2
unstrip fixes
1.7.2
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 1.7.1 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
Sinai
eff8d63c81
Update README.md 2020-09-12 04:03:53 +10:00
sinaioutlander
006cf0fc2c Create icon.png 2020-09-12 04:03:30 +10:00
sinaioutlander
e5ca3530ff Merge branch 'master' of https://github.com/sinai-dev/CppExplorer 2020-09-12 04:01:18 +10:00