-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enigma 2.0 #170
Merged
Merged
enigma 2.0 #170
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit 92dab41)
(cherry picked from commit 313cb08)
* remove access modifiers - probably broken edition * fix checkstyle * ZACCESS * fix class parsing for enigma format * oops
# Conflicts: # build.gradle
…#138) * bye * fix command descs * Update enigma-cli/src/main/java/cuchaz/enigma/command/MappingCommandsUtil.java Co-authored-by: Iota <47987888+IotaBread@users.noreply.github.com> --------- Co-authored-by: Iota <47987888+IotaBread@users.noreply.github.com>
* improve command help * add help command, simplify arg parsing * add descriptions for most commands (still need help), move stuff to abstract methods * suggestions from @IotaBread Co-authored-by: Iota <47987888+IotaBread@users.noreply.github.com> * address remaining comments --------- Co-authored-by: Iota <47987888+IotaBread@users.noreply.github.com>
# Conflicts: # build.gradle
This reverts commit ae662f9.
* decrease box highlight size by 2 pixels * update box highlight size to no longer overlap other characters
* wip fixing stat perf * wip wip * fix bugs * refactors * working! * working better! * wip packages * woag package stats real * imports oops * bye useless code * reimplement filter * reimplement graph and add class data recursively * check the style baybee * add progress listening * docs * fix oops * public static gson
* add "move package" context option * fix style
* obf entry navigator * fix checkstyle * add support for different token types * put navigator in tabs * fix checkstyle * overlay navigator on code * add keybinds and remove background for navigator panel
* start moving away from sciss syntaxpane * hardcode configuration stuff * fix more nonsense * new jflex, fix some nonsense * fix checkstyle, remove nonsense, fix scaling * fix gradle * move onto "syntaxpain" library * improve quick find dialog * use chevrons on navigator panel * Update .gitignore * Update build.gradle * update syntaxpain
* rename package to `org.quiltmc.enigma` * thanks intellij very cool * dlete unused inport * delete unused inport part 2 * fix tests * fix issues * fix plural package names, move some enigma-swing things around * commit you fools
* remove deprecations * remove deprecated `getSource` method * Revert "remove deprecated `getSource` method" This reverts commit a8dba3f. * rename `getSource` to `getUndocumentedSource` * thanks automatic overload renaming!
* Move classes which clearly are either api or impl * Finish api/impl separation * Move `Decompilers` to api
* add mappings indexing * add package name index * add reindexing * add translations * clean up mappings indexing, implement @IotaBread's suggestion * implement new system for getting indexers onto JarIndex * fix commands
…nisBft - index more class references (#531) - fix documenting constructors (#530) - search dialog improvements (#529)
* Allow using json lists for service args * Fix checkstyle error
* rework interface * work * work * somewhat functional * fix and improve server stuff * check the style * fix rare npe due to mishandling of flatlaf * misc * restore old save/load behaviour * fully working I think :D * fix checkstyle * port enigma-cli * delete recaf (it broke and I'm lazy) * fix * error handling for invalid token types * fix navigator issues * clarify javadoc * priority * fix npe * store proposed mappings separately * store proposed mappings separately * add a test for service ordering * malformed json test * resolve easy comments * fix potential crash * add more tests * resolve todo (it didn't actually need fixing after some other changes I made) * fix test
# Conflicts: # build.gradle # enigma/src/main/java/org/quiltmc/enigma/api/translation/mapping/serde/tinyv2/TinyV2Writer.java # enigma/src/test/java/org/quiltmc/enigma/TestEntryOrdering.java # enigma/src/test/java/org/quiltmc/enigma/translation/mapping/TestDeterministicWrite.java
* Keep JAR_PROPOSED mappings separate from other proposals * Fix wording of a javadoc
ix0rai
added
documentation
Improvements or additions to documentation
enhancement
New feature or request
backend
affects the enigma backend
user interface
affects the enigma ui
server
affects the enigma server
refactor
improvements that don't impact functionality
removal
removes functionality
cli
affects the enigma command-line interface
labels
Dec 22, 2023
congrats, awesome work! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backend
affects the enigma backend
cli
affects the enigma command-line interface
documentation
Improvements or additions to documentation
enhancement
New feature or request
refactor
improvements that don't impact functionality
removal
removes functionality
server
affects the enigma server
user interface
affects the enigma ui
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
changelog coming soon:tm: