81 Commits

Author SHA1 Message Date
Cj
8df90f628a Add validation button 2024-06-28 16:17:54 -04:00
Cj
99e64e5e36 Ignore getters and setters for method count 2024-06-28 02:44:41 -04:00
Cj
3970812d4f Code style + fix out path 2024-06-26 20:50:53 -04:00
Cj
e4a8daaba3 Fix some automapper bugs 2024-06-26 20:44:22 -04:00
CJ-SPT
d33f1f3c9b
Dnlib refactor
* First compiling build

* fix out path

* fix hollow

* Traditional loops in favor of linq for clarity

* Start refactor

* Refactor part 2

* Rename variable

* Better error reason handling

* Clean up enum

* Refactor part 3

* Use combo boxes in favor of updowns

* Update tooltips

* fix is nested tree view display

* Capitialization

* Refactor part ??

* remove unused methods

* Expanded IsNested Check

* TypeFilter class + Fix CLI bug

* Remove reflection, change IsDerived and IsNested checks

* Remove optional out for IsPublic

* Remove nullable from IsPublic

* fix logger not resetting color

* actually fix it...

* remove redundant if else on IsPublic check

* Add logging to indicate all types have been filtered out

* Default IsPublic to true

* remove duplicate method call

* Refactor logger to be on its own thread

* Multithread remapping and grouped logging for threads

* 5 more filters

* Finish migrating to the new system

* bug fixes

* Add empty string validation to text fields

* re-enable renamer

* restore renamer

* Multi threaded renaming, still broken

* Basis for method renaming

* More renamer work, might get a passing build now?

* Re-enable publicizer

* Rework logging

* re-enable mapping updates

* fix hollow

* Iterate over all types instead of just one to re-link fields

* Add reference list command

---------

Co-authored-by: clodan <clodan@clodan.com>
2024-06-26 14:45:54 -04:00
Cj
4a24c914f6 make method private 2024-06-23 17:27:17 -04:00
Cj
3985129549 Fix null ref 2024-06-23 17:17:27 -04:00
Cj
f5b14da70b use main module 2024-06-23 17:08:44 -04:00
Cj
22dc663012 Fix null ref exception 2024-06-23 03:30:33 -04:00
Cj
180a010d82 Fix CLI error and hollower 2024-06-22 16:36:49 -04:00
Cj
53d205e3a4 Fix CLI 2024-06-22 14:40:04 -04:00
Cj
88c94d8391 Add De-obfuscator 2024-06-22 12:39:10 -04:00
Cj
141fb6807a Command work + dont panic when settings are not found 2024-06-22 12:12:18 -04:00
Cj
14b273252d cleanup 2024-06-22 02:29:15 -04:00
Cj
fe6145cb08 Fix Nested renaming 2024-06-22 02:28:36 -04:00
Cj
c10e9a6d3e Remove logging 2024-06-22 01:42:07 -04:00
Cj
6381a3b0f8 Add hollower, fix bugs, add spt publicizer 2024-06-22 01:27:34 -04:00
Cj
398aabaf98 More minor remap changes 2024-06-21 21:46:10 -04:00
Cj
5e71f13100 Minor remapper fixes 2024-06-21 17:01:07 -04:00
Cj
6fae190b6e Remove logging 2024-06-21 14:48:48 -04:00
Cj
9b68b4e293 Fixed IsDerived matching, dont match base System.Object class when looking for base classes 2024-06-21 14:48:13 -04:00
Cj
eb8dc10330 Small adjustment to scoring 2024-06-21 14:11:06 -04:00
Cj
58450e6bc3 remove random logging 2024-06-21 05:19:10 -04:00
Cj
85fba2fb56 Fix some remapper issues 2024-06-21 05:18:23 -04:00
Cj
9799f3dca8 Clean up some logging 2024-06-20 23:33:55 -04:00
Cj
03252c1422 Misc 2024-06-20 23:30:17 -04:00
Cj
bcf73bd7d7 Bug fixes, remove obsolete data 2024-06-20 22:13:34 -04:00
Cj
c8b642ee0d Refactor compile and write code 2024-06-20 19:20:32 -04:00
Cj
5084db4179 Remove obsolete code 2024-06-20 18:48:41 -04:00
Cj
1d94daa237 Full Code compilation template, needs refactoring 2024-06-20 18:24:02 -04:00
Cj
88e524c974 Proper build directory handling 2024-06-20 15:03:17 -04:00
Cj
b9f8e34339 Refactor + comments 2024-06-20 14:44:21 -04:00
Cj
7e1bf009ec Bug fixes 2024-06-20 14:23:11 -04:00
Cj
4ce0024460 Refactor, tooltips 2024-06-20 13:58:39 -04:00
Cj
94be084d7e Fixed edit crashing when renaming an existing remap, fix publicizer and renamer running when not suppose too 2024-06-19 23:14:51 -04:00
Cj
9a2f83abf9 Bug fixes 2024-06-19 22:33:08 -04:00
Cj
e43ed25b84 Set versions 2024-06-19 21:40:10 -04:00
Cj
d5c8796fb3 Add CLI and build command 2024-06-19 21:11:42 -04:00
Cj
940381f423 Self saving settings, refactor, and bug fixes 2024-06-19 17:44:47 -04:00
Cj
d87a6d4599 More validation 2024-06-19 15:57:47 -04:00
Cj
3e05280452 Hack fix log spam 2024-06-19 09:54:12 -04:00
Cj
0b08e6cf31 Logging adjustments 2024-06-19 09:20:57 -04:00
Cj
7691c65c9f More validation 2024-06-19 06:49:21 -04:00
Cj
3cce4dd070 Fix protenteial error 2024-06-19 06:27:30 -04:00
Cj
df568681f5 Some clean up 2024-06-19 06:22:18 -04:00
Cj
04ed493454 Remove un needed package 2024-06-19 06:00:57 -04:00
Cj
4231f902f2 First working build process 2024-06-19 05:58:45 -04:00
Cj
60ee4f6e72 Initial source code parsing code 2024-06-19 04:10:46 -04:00
Cj
564dbf2e57 Fix load button bugs 2024-06-19 00:02:25 -04:00
Cj
1559b663fa Make remapper run button cross compatible 2024-06-18 23:58:08 -04:00