summaryrefslogtreecommitdiff
path: root/src/main/java/ftbsc/lll/processor
Commit message (Expand)AuthorAgeLines
* fix: epic keyboard fail zaaarf2023-03-17-3/+3
* fix: support array levels zaaarf2023-03-17-6/+31
* fix: fixed NoClassDefFoundError for non-java classes zaaarf2023-03-17-4/+13
* fix: getParameters() not getTypeParameters() zaaarf2023-03-17-2/+2
* fix: fixed uncaught MirroredTypeException zaaarf2023-03-16-7/+8
* chore: moved methods around, should now be a lot more organised zaaarf2023-03-16-247/+276
* feat: major code refactor, potential fix for several logical bugs in FindMeth... zaaarf2023-03-16-106/+78
* chore: javadocs for annotations zaaarf2023-03-16-1/+46
* fix: fixed failure to write descriptor of parametrised type zaaarf2023-03-15-6/+3
* fix: removed unsafeOverride, i had a brainfart zaaarf2023-03-15-33/+4
* fix: override packageprivate, minor fixes in ObfuscationMapper zaaarf2023-03-15-7/+45
* fix: now only obfuscate name after finding real method zaaarf2023-03-15-44/+39
* chore: replaced string concats with String.format, fixed logic in main loop zaaarf2023-03-15-14/+12
* fix: logic error in main loop zaaarf2023-03-15-37/+33
* fix: fixed mappings bug zaaarf2023-03-15-26/+91
* fix: fixed MirroredTypesException zaaarf2023-03-15-2/+13
* fix: repeatable annotation support fix, part 2 zaaarf2023-03-15-3/+3
* fix: repeatable annotation support fix zaaarf2023-03-15-2/+1
* fix: now the mapper automagically converts internal names to FQN zaaarf2023-03-15-3/+6
* fix: fixed MirroredTypeException zaaarf2023-03-15-10/+13
* feat: may now pass local files as mappings zaaarf2023-03-13-7/+22
* feat: mappings can now be taken in as an option, generified SrgMapper zaaarf2023-03-08-242/+216
* feat: no-mappings-available mode zaaarf2023-03-08-20/+37
* feat: initial implementation of new system zaaarf2023-03-08-130/+651
* chore: renamed method to reflect new functioning zaaarf2023-03-02-1/+1
* fix: instantiate stub0.2.1 zaaarf2023-03-02-6/+6
* feat: added @FindField and @FindMethod (untested) zaaarf2023-03-01-28/+189
* doc: fixed patch javadocs zaaarf2023-03-01-2/+2
* chore: big code refactoring zaaarf2023-02-27-110/+106
* chore: more code refactoring for quality zaaarf2023-02-27-15/+10
* fix: changed name for logging to original one zaaarf2023-02-27-1/+1
* chore: code quality zaaarf2023-02-27-68/+45
* feat: MVP! zaaarf2023-02-27-66/+94
* feat: maybe gotten it working, i probably don't need a plugin after all zaaarf2023-02-26-15/+4
* chore: added proper documentation, cleaned up build.gradle, added exceptions zaaarf2023-02-26-31/+146
* feat: implemented srg conversion (maybe) zaaarf2023-02-26-24/+51
* feat: implemented generation of service provider zaaarf2023-02-24-7/+15
* doc: improved javadoc zaaarf2023-02-24-10/+20
* feat: initial commit, limited implementation of the annotation processor zaaarf2023-02-24-0/+223