aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/ftbsc/lll/processor/tools/obfuscation
Commit message (Expand)AuthorAgeLines
* fix: last commit made it even worse zaaarf2023-03-31-2/+9
* fix: ambiguity in mapping member names zaaarf2023-03-31-3/+4
* feat: major rework of obfuscation system zaaarf2023-03-31-41/+1
* fix: member name mapping bugs zaaarf2023-03-29-20/+18
* fix: map descriptors too zaaarf2023-03-29-0/+51
* feat: created container types for methods and fields (efficiency and code qua... zaaarf2023-03-27-3/+11
* fix: fixed uncaught MirroredTypeException zaaarf2023-03-16-1/+0
* fix: override packageprivate, minor fixes in ObfuscationMapper zaaarf2023-03-15-1/+1
* fix: fixed mappings bug zaaarf2023-03-15-2/+33
* fix: now the mapper automagically converts internal names to FQN zaaarf2023-03-15-3/+6
* feat: mappings can now be taken in as an option, generified SrgMapper zaaarf2023-03-08-0/+167