summaryrefslogtreecommitdiff
path: root/enigma-cli (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to shadow 7.0.0, second tryGravatar Marco Rebhan2021-07-091-3/+2
| | | | Closes #415.
* Do not abort decompile command on decompiler errorsGravatar AlexTMjugador2020-10-241-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>
* Revert "Bump gradle and use the `mainClass` property"Gravatar idwtd2020-08-211-4/+2
| | | This reverts commit 3dd11065699b39861d2db7522bb6f07c4ee94387
* Add gradle run tasks (#306)Gravatar idwtd2020-08-191-2/+7
| | | | | * Add gradle run tasks * Bump gradle and use the `mainClass` property
* Make class loading more flexible (#277)Gravatar Runemoro2020-07-063-8/+14
|
* Fix decompile command (#278)Gravatar Nassim2020-06-121-2/+2
|
* Build fat jar for enigma-cliGravatar 2xsaiko2020-06-091-0/+13
|
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-0318-0/+739
* Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>