| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Always specify locale in toUpperCase and toLowerCase (#556) | 2025-09-03 | 2 | -3/+5 | |
| | | | | | Not all of these changes are strictly needed to avoid the Turkish i issue specifically, but it's good to be consistent. | ||||
| * | Get rid of Guava (#555) | 2025-08-21 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | * Get rid of Guava * Fix NPE * Apply suggestions from review * Checkstyle * Add braces to precondition checks * Forbid space | ||||
| * | Fix checkstyle | 2023-11-16 | 1 | -1/+1 | |
| | | |||||
| * | Keep API compatibility | 2023-11-16 | 1 | -5/+16 | |
| | | |||||
| * | Fix importing mappings without field source descriptors | 2023-11-16 | 2 | -5/+5 | |
| | | |||||
| * | Use System Property for Mapping-IO | 2023-10-09 | 3 | -24/+43 | |
| | | |||||
| * | Revert commit bfc47f1b1b501923e16fe89536d7bd52b34149ca | 2022-12-08 | 1 | -3/+1 | |
| | | |||||
| * | Add checkstyle (#460) | 2022-09-14 | 11 | -267/+276 | |
| | | |||||
| * | Ensure the root method is used when mapping specialized methods (#459) | 2022-09-12 | 1 | -1/+3 | |
| | | |||||
| * | Do not abort decompile command on decompiler errors | 2020-10-24 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | As explained in PR #289, the decompilers may fail decompiling some vanilla Minecraft classes. Although it is my opinion that these errors should be fixed in the decompilers themselves, currently they render the decompile CLI command useless, as no output is produced whatsoever. The PR that was mentioned previously addressed this situation for the GUI part of Enigma, but not for the CLI commands, which were left untouched. These changes modify the decompiler error strategy used by the aforementioned CLI command to trace the errors, but continue decompiling classes, so at least a partial output is generated. This way users will be happy that the Enigma decompile command works, and developers will still be motivated to fix the underlying issues. Signed-off-by: AlexTMjugador <AlexTMjugador@users.noreply.github.com> | ||||
| * | Make class loading more flexible (#277) | 2020-07-06 | 3 | -8/+14 | |
| | | |||||
| * | Fix decompile command (#278) | 2020-06-12 | 1 | -2/+2 | |
| | | |||||
| * | Split GUI code to separate module (#242) | 2020-06-03 | 17 | -0/+734 | |
| * Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com> | |||||