aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/ftbsc/lll/exceptions
Commit message (Collapse)AuthorAgeLines
* feat: better inner classes api, removed deprecation warnings since that ↵HEAD0.7.0dev zaaarf2024-06-04-33/+16
| | | | stuff is there to stay
* chore: moved obfuscation stuff to mapping library zaaarf2023-06-11-27/+0
|
* chore: implemented matching by name for finders, added OrphanExceptions to ↵ zaaarf2023-03-25-4/+28
| | | | prevent ungraceful crashes in generated code
* fix: typo in condition, several exceptions, removed unused zaaarf2023-03-25-3/+13
|
* feat: initial untested draft of version 0.5.0 compatible with lillero 0.4 zaaarf2023-03-25-5/+6
|
* feat: anonymous and inner class handling, implemented united @Find zaaarf2023-03-18-0/+21
|
* fix: epic printf fail zaaarf2023-03-16-1/+1
|
* chore: use String format zaaarf2023-03-15-3/+3
|
* fix: oops didn't mean that zaaarf2023-03-15-2/+2
|
* feat: may now pass local files as mappings zaaarf2023-03-13-3/+35
|
* feat: mappings can now be taken in as an option, generified SrgMapper zaaarf2023-03-08-2/+2
|
* feat: initial implementation of new system zaaarf2023-03-08-0/+57
- multiple injectors/target - removed strict limitation of one patch per class - made finders far smarter - added boolean for obfuscation environment (currently never changed from default)