| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
mappings (#214)
|
| |
|
|
|
|
|
|
|
| |
* Added export functionality to CrashDialog.java
* Update french crash.export translation
Co-Authored-By: Yanis48 <doublecraft.official@gmail.com>
Co-authored-by: Yanis48 <doublecraft.official@gmail.com>
|
| |
|
| |
Resolves #181.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Support java 9+ and gradle 6+
* Update asm
Signed-off-by: liach <liach@users.noreply.github.com>
* Use asm 8 and move that to a constant
* Bump version
* fix version format
Co-authored-by: liach <liach@users.noreply.github.com>
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
| |
EntryReference.getNameableEntry() specifically
excludes constructors, so I switched it to always
use the entry.
|
| |
|
|
|
| |
* Add decompiler API
* Add CFR support
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* made enigma gui translatable
* key renamings
* missed strings
* string.format() & another missed string
* cached content (thanks @liach)
* added a dialog when changing language
* better sentence
* more %s
* liach's requests
* empty map
* the last (?) missed strings
* IT WORKS
* French translation
* Update fr_fr.json
|
| | |
|
| |
|
|
| |
will make my life a lot easier when updating
|
| |
|
|
|
|
| |
* fix comments
* indent
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* bring liach pr to modern enigma
* bump version
* fuck off vscode
* switch to COMMENT and write comments before
* it was already after, what do you want
* oops
* put inner classes at the end
* remove indents and use all caps
* add refreshmappings command
* Update src/main/java/cuchaz/enigma/translation/mapping/serde/EnigmaMappingsWriter.java
* Delete RefreshEnigmaMappingsCommand.java
* Update CommandMain.java
* ok
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
* Tweak runemoro's stats generator to be compatible with multiple services
Signed-off-by: liach <liach@users.noreply.github.com>
* Names can have $ in java
Signed-off-by: liach <liach@users.noreply.github.com>
|
| |
|
|
|
|
|
|
| |
* Add stats generation
* Parameters and inner classes too
* Fixes
|
| |
|
| |
Signed-off-by: liach <liach@users.noreply.github.com>
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
* Fix local variable fixer
* LVT index -> LV index
* Small fix
* Use LocalNameGenerator
|
| |
|
|
|
|
|
|
|
|
| |
* Allow multiple services for enigma
Signed-off-by: liach <liach@users.noreply.github.com>
* Delete bad dummy
Signed-off-by: liach <liach@users.noreply.github.com>
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| |
| | |
# Conflicts:
# src/main/java/cuchaz/enigma/translation/mapping/serde/MappingFormat.java
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/
|
|
| |
useful for when adding more formats
|
| |
|
|
| |
sources (#159)
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
only (#154)
* Fix compose-mappings not remapping descriptors of methods on the right side only
* Update version
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
* Add compose and invert commands and add support for conversion to tiny mappings
* Improvements suggested by liach
* Use Translator to get right entries
|
| | |
|
| | |
|
| |\
| |
| | |
Save unqualified inner class names
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\| |
|