| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
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
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\| |
|
| | | |
|
| | |
| |
| |
| | |
plugins now provide services configurable via a profile
|
| |\| |
|
| | |
| |
| |
| |
| |
| | |
* Add more specific returns for translatables
* Only index method descriptors for implemented methods and methods in generated lambda classes
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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>
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Use expected map sizes for remapped multimaps
* Index method and field types
* Add package visibility index
* Add checkmappings command and use System.err for error messages
* Use exit codes for errors
* Remove outer class check for package visible only refs
* Throw exception on mapping error instead of exiting
|