index
:
enigma
0.12-stable
1.x
2.x
feature/javadoc
feature/method-converter
fix-unit-tests
gradle-support
master
version-fix
Mirror of https://github.com/FabricMC/Enigma
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure that deob entries are detected for JavaDoc
feature/javadoc
Thog
2016-10-18
2
-6
/
+7
*
Avoid crashes with not defined docs elements
Thog
2016-10-18
5
-30
/
+50
*
Starting working on a JavaDoc system using fake annotations
Thog
2016-10-18
12
-45
/
+954
*
Remove Nullable usage and add null check in equals
Thog
2016-10-18
1
-3
/
+2
*
remove none/ prefix
asiekierka
2016-10-18
26
-244
/
+224
*
Revert "apply similar fix to fields"
asiekierka
2016-10-16
2
-54
/
+5
*
apply similar fix to fields
asiekierka
2016-10-16
2
-5
/
+54
*
make Enigma check subclasses of method implementations for duplicate mapping ...
asiekierka
2016-10-16
1
-12
/
+21
*
Rewrite translate(ArgumentEntry in) logic (Fix #44)
Thog
2016-10-15
1
-2
/
+25
*
Fix #41
Thog
2016-10-15
1
-0
/
+11
*
Change method param default naming scheme (Close #42)
Max Gurela
2016-10-15
1
-5
/
+15
*
Allow renaming method arguments where they're used (Fix #32)
Thog
2016-09-24
1
-9
/
+19
*
Add 'enigma.useSystemLookAndFeel' system property (#30)
Thog
2016-09-23
1
-2
/
+3
*
update Gradle wrapper
asiekierka
2016-09-21
4
-27
/
+31
*
add Jenkinsfile and new Maven
asiekierka
2016-09-21
2
-58
/
+16
*
Comment debug openDeclaration
Thog
2016-09-13
1
-1
/
+1
*
Allow for selecting and copying text (Fix #22)
Thog
2016-09-13
2
-8
/
+3
*
Rename for types select only the name part for deob ClassEntry (Fix #24)
Thog
2016-09-13
1
-1
/
+8
*
Make sure to use UTF-8 in any case for I/O, change "Mark as deobfuscated" key...
Thog
2016-09-13
13
-82
/
+46
*
fix method/argument renaming edge cases, add method/argument name rebuilder, ...
asiekierka
2016-09-12
8
-19
/
+174
*
fix publify not handling package-default methods
asiekierka
2016-09-12
1
-1
/
+1
*
Update Procyon to 0.5.33.8
Thog
2016-09-11
2
-3
/
+2
*
Fix generic issue with return type signature
Thog
2016-09-11
1
-1
/
+10
*
Add a recursive scan for interfaces
Thog
2016-09-10
1
-0
/
+7
*
Follow Javassist signature instead of ignoring generic classes (Fix #19)
Thog
2016-09-07
2
-7
/
+26
*
Generify ProcyonEntryFactory (Fix #18)
Thog
2016-09-06
2
-12
/
+9
*
A little bit of clean up
Thog
2016-09-06
20
-212
/
+61
*
Avoid Engima converter detecting <init> and <clinit> as matchable token
Thog
2016-09-02
1
-0
/
+2
*
Fix for the last commit
Thog
2016-09-01
3
-4
/
+10
*
Converter: fix inheritance issue with matcher system
Thog
2016-09-01
2
-7
/
+26
*
Crash if we find duplicate mappings of classes (Fix #15)
Thog
2016-08-30
1
-1
/
+1
*
Fix generic method not being mapped as token in the editor (Close #16)
Thog
2016-08-30
2
-4
/
+9
*
Fix #14
Thog
2016-08-30
1
-4
/
+5
*
Fix mapping not beeing saving in the right directory in some case
Thog
2016-08-25
1
-1
/
+1
*
And make ClassTransformer public so it can be used
modmuss50
2016-08-25
1
-1
/
+1
*
make transformJar public so custom ClassTransformer can be used from external...
modmuss50
2016-08-25
1
-1
/
+1
*
Use "." instead of "/" in package render and add ability to use "." in a clas...
Thog
2016-08-25
2
-3
/
+7
*
Revert "MARK EVERYTHING PUBLIC BECAUSE WE ARE EVIL"
Thog
2016-08-24
1
-11
/
+0
*
Update Procyon to 0.5.33.7-enigma
Thog
2016-08-24
1
-1
/
+1
*
Update .gitignore
Thog
2016-08-24
1
-8
/
+229
*
Remove Eclipse metadata file
Thog
2016-08-24
1
-13
/
+0
*
Add file path in MappingParseException message
Thog
2016-08-24
2
-10
/
+15
*
Only use moveClassTree for ClassEntry (Fix #10)
Thog
2016-08-24
1
-3
/
+5
*
Add mapping converter to command line system
Thog
2016-08-24
4
-7
/
+46
*
Revert Main.java
Thog
2016-08-24
1
-1
/
+1
*
Readd a missing line from the last commit
Thog
2016-08-24
1
-0
/
+1
*
Rewrite rename update for packages render, now package will never be closed d...
Thog
2016-08-24
3
-18
/
+152
*
Ignore all files that start with "." and not end with ".mapping" (fix #8)
Thog
2016-08-23
1
-1
/
+1
*
Add the ability to rename package and classes in panels
Thog
2016-08-23
9
-37
/
+165
*
Don't trust Procyon for arguments positions (Fix #7)
Thog
2016-08-21
1
-1
/
+5
[next]