summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/command (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-039-659/+0
| | | | | | | * Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>
* Add support for reading/writing zipped mappings (#199)Gravatar Chocohead2020-03-173-5/+12
| | | | | | | | | | | | | | * Add support to read/write Enigma mappings from ZIP Takes any path which points to a ZIP as wanting to be read/written as a ZIP Paths from an existing ZIP file system will be correctly handled as directories * Fix deleting a path needing to be from the default file system * Allow calling MapSpecializedMethodsCommand directly * Fix indentation * Missing static
* CFR support (#192)Gravatar Runemoro2020-03-091-5/+20
| | | | | * Add decompiler API * Add CFR support
* Correctly decompile bridges, and add command to add bridges to mappings (#180)Gravatar Runemoro2019-11-221-0/+67
|
* Add tinyv2 save/loadGravatar liach2019-11-031-2/+17
|
* Fix compose translating in wrong direction (#155)Gravatar Runemoro2019-07-081-1/+2
|
* Fix compose-mappings not remapping descriptors of methods on the right side ↵Gravatar Runemoro2019-07-081-16/+2
| | | | | | | | only (#154) * Fix compose-mappings not remapping descriptors of methods on the right side only * Update version
* Profile option for mappings to be saved by-obf instead of by-deobfGravatar gegy10002019-06-286-17/+37
|
* Remove test code accidentally left behind in #152 (#153)Gravatar Runemoro2019-06-261-8/+0
|
* Add compose, convert, and invert commands (#152)Gravatar Runemoro2019-06-254-38/+251
| | | | | | | | * Add compose and invert commands and add support for conversion to tiny mappings * Improvements suggested by liach * Use Translator to get right entries
* Mostly resolve test failuresGravatar gegy10002019-06-181-3/+1
|\
* | Plugin rework along with API rework: Enigma split from EnigmaProject; ↵Gravatar gegy10002019-06-164-31/+61
|/ | | | plugins now provide services configurable via a profile
* Feature/weave (#138)Gravatar liach2019-05-165-0/+315
* Add weave/stitch style command system to enigma Also fixed divide by zero stupidity Signed-off-by: liach <liach@users.noreply.github.com> * Add tests for package access index and command Signed-off-by: liach <liach@users.noreply.github.com> * Minor tweaks Signed-off-by: liach <liach@users.noreply.github.com>