sinaioutlander
912b1b80ff
using ILRepack MSBuild task, adding some base libs
2020-10-05 18:32:38 +11:00
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
3971e49ce1
Update README.md
2020-10-01 20:41:48 +10:00
sinaioutlander
6920ca1129
Update README.md
2020-10-01 20:26:25 +10:00
Sinai
5afaf85859
Update README.md
2020-10-01 17:16:00 +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
Sinai
873d0f277d
Update README.md
2020-09-27 22:15:54 +10:00
Sinai
99719fafaf
Update README.md
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
c9bc450d09
Update README.md
2020-09-21 17:48:13 +10:00
sinaioutlander
b154cbf39d
Add support for generic methods, improved non-generic dictionary output
2020-09-18 18:03:17 +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
Sinai
eff8d63c81
Update README.md
2020-09-12 04:03:53 +10:00
Sinai
bbdfb46a1e
Update README.md
2020-09-12 02:35:41 +10:00
sinaioutlander
e6e2b3cd67
Update README.md
2020-09-12 02:30:34 +10:00
sinaioutlander
1d07046a74
Update README.md, hide Console when it fails to init
2020-09-12 02:20:27 +10:00
sinaioutlander
af17ae82c6
Update README.md
2020-09-10 20:47:13 +10:00
sinaioutlander
e23341c2b1
Update README.md
2020-09-10 20:36:24 +10:00
sinaioutlander
080bde4a63
Update README.md
2020-09-10 20:35:41 +10:00
sinaioutlander
642c97812c
fix img
2020-09-09 19:20:52 +10:00
sinaioutlander
94f749342d
Update .gitignore
2020-09-09 00:53:31 +10:00
sinaioutlander
5086dcc82b
Update README.md
2020-09-08 20:21:34 +10:00
sinaioutlander
56abd38e92
Add build instructions to Readme
2020-09-08 20:18:37 +10:00
sinaioutlander
a7e6ae87df
Update README.md
2020-09-08 19:47:07 +10:00
sinaioutlander
b5c584bb02
Update README.md
2020-09-08 19:46:54 +10:00
sinaioutlander
c8a3aecdf4
Update README.md
2020-09-08 17:09:23 +10:00
sinaioutlander
33c2378f41
Update README.md
2020-09-08 17:09:12 +10:00
sinaioutlander
38aafa7e5b
1.6.4
...
* Fix for games which do not load InputModule on startup. CppExplorer will now try to load the module itself.
* Cleanups
2020-09-08 17:07:10 +10:00
sinaioutlander
9cb1cea025
Update README.md
2020-09-06 17:48:40 +10:00
sinaioutlander
a236b272c1
Update README.md
2020-09-05 20:41:48 +10:00
sinaioutlander
883a8705c3
Update README.md
2020-09-04 21:42:09 +10:00
sinaioutlander
51cfbe524e
Update README.md
2020-09-03 20:59:54 +10:00
sinaioutlander
916bdea59b
1.5.0
2020-08-31 23:28:44 +10:00
sinaioutlander
30b48b1f1f
1.4.6
...
* Fix a bug with the Scene Explorer Search feature (not Object search)
* Simplified parsing of primitive values to a better method
2020-08-31 16:27:14 +10:00
sinaioutlander
0fd382c1f6
1.4.5 finalize and release
2020-08-30 23:29:37 +10:00
Sinai
71f72e8f36
Update README.md
2020-08-30 16:51:03 +10:00
sinaioutlander
1ab41f5a30
Update README.md
2020-08-30 16:49:44 +10:00
sinaioutlander
92fe1dc704
1.4.5 (pre-release)
...
* Added MethodInfo support for basic methods with no arguments.
* Added support for missing primitive types (char, short, byte)
* Added CacheDictionary class (currently unsupported)
* Cleaned up some stuff, using System.Reflection.MemberType instead of a custom enum.
2020-08-29 21:15:54 +10:00
sinaioutlander
535e88be9a
1.4.5 (pre-release)
...
* Pre-release. Will be released once MelonLoader bumps to Unhollower 0.4.9.0
* Added global "Force Unlock Mouse" option, should work on almost all games. Has smart behaviour and will maintain the previous value (or the value which should be set).
* Improve performacne of CacheList casting List ->IEnumerable
* Fix a bug causing some Components to not show the GameObject button in the Reflection Window (top-right corner).
* Fix a bug making the Window Manager think that two of the same Il2Cpp Object are not ReferenceEquals.
* Added logging when C# Console fails to compile anything
* Improve display of Reflection Window member name label, now expands with window resize.
2020-08-27 18:05:55 +10:00
Sinai
e567c16221
Update README.md
2020-08-24 01:53:59 +10:00
Sinai
d13af7548e
Update README.md
2020-08-24 01:52:19 +10:00
Sinai
5d750aec77
Update README.md
2020-08-24 01:50:03 +10:00
Sinai
e3d1add090
Update README.md
2020-08-23 03:00:19 +10:00
Sinai
a59bcc95e4
Update README.md
2020-08-23 03:00:12 +10:00