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
path:
root
/
src
/
main
/
java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-09-13
Allow for selecting and copying text (Fix #22)
Thog
2
-8
/
+3
2016-09-13
Rename for types select only the name part for deob ClassEntry (Fix #24)
Thog
1
-1
/
+8
2016-09-13
Make sure to use UTF-8 in any case for I/O, change "Mark as deobfuscated" key...
Thog
13
-82
/
+46
2016-09-12
fix method/argument renaming edge cases, add method/argument name rebuilder, ...
asiekierka
8
-19
/
+174
2016-09-12
fix publify not handling package-default methods
asiekierka
1
-1
/
+1
2016-09-11
Update Procyon to 0.5.33.8
Thog
1
-2
/
+1
2016-09-11
Fix generic issue with return type signature
Thog
1
-1
/
+10
2016-09-10
Add a recursive scan for interfaces
Thog
1
-0
/
+7
2016-09-07
Follow Javassist signature instead of ignoring generic classes (Fix #19)
Thog
2
-7
/
+26
2016-09-06
Generify ProcyonEntryFactory (Fix #18)
Thog
2
-12
/
+9
2016-09-06
A little bit of clean up
Thog
20
-212
/
+61
2016-09-02
Avoid Engima converter detecting <init> and <clinit> as matchable token
Thog
1
-0
/
+2
2016-09-01
Fix for the last commit
Thog
3
-4
/
+10
2016-09-01
Converter: fix inheritance issue with matcher system
Thog
2
-7
/
+26
2016-08-30
Crash if we find duplicate mappings of classes (Fix #15)
Thog
1
-1
/
+1
2016-08-30
Fix generic method not being mapped as token in the editor (Close #16)
Thog
2
-4
/
+9
2016-08-30
Fix #14
Thog
1
-4
/
+5
2016-08-25
Fix mapping not beeing saving in the right directory in some case
Thog
1
-1
/
+1
2016-08-25
And make ClassTransformer public so it can be used
modmuss50
1
-1
/
+1
2016-08-25
make transformJar public so custom ClassTransformer can be used from external...
modmuss50
1
-1
/
+1
2016-08-25
Use "." instead of "/" in package render and add ability to use "." in a clas...
Thog
2
-3
/
+7
2016-08-24
Revert "MARK EVERYTHING PUBLIC BECAUSE WE ARE EVIL"
Thog
1
-11
/
+0
2016-08-24
Add file path in MappingParseException message
Thog
2
-10
/
+15
2016-08-24
Only use moveClassTree for ClassEntry (Fix #10)
Thog
1
-3
/
+5
2016-08-24
Add mapping converter to command line system
Thog
4
-7
/
+46
2016-08-24
Revert Main.java
Thog
1
-1
/
+1
2016-08-24
Readd a missing line from the last commit
Thog
1
-0
/
+1
2016-08-24
Rewrite rename update for packages render, now package will never be closed d...
Thog
3
-18
/
+152
2016-08-23
Ignore all files that start with "." and not end with ".mapping" (fix #8)
Thog
1
-1
/
+1
2016-08-23
Add the ability to rename package and classes in panels
Thog
9
-37
/
+165
2016-08-21
Don't trust Procyon for arguments positions (Fix #7)
Thog
1
-1
/
+5
2016-08-19
Update Procyon (fix UTF-8 issues), disable debug line number in source code a...
Thog
3
-20
/
+31
2016-08-18
add proper propagation of argument names
asiekierka
3
-1
/
+28
2016-08-18
bridged method fix did not apply to all cases of method implementation findin...
asiekierka
1
-1
/
+9
2016-08-18
fix #4 by adding bridge checks to related method implementation scanning - pl...
asiekierka
1
-3
/
+10
2016-08-17
Fix #4, at least to the extent we currently need it
asiekierka
3
-7
/
+10
2016-08-17
Revert "Removed unused methods"
asiekierka
60
-50
/
+5340
2016-08-17
Revert "Removed util"
asiekierka
1
-0
/
+68
2016-08-17
better fix for #2
asiekierka
1
-4
/
+3
2016-08-17
fix #2
asiekierka
1
-3
/
+9
2016-08-16
Rename things to fabric
modmuss50
1
-1
/
+1
2016-08-15
Avoid making libraries methods renameable + Fix Cancel buttons in save diag
Thog
3
-2
/
+3
2016-08-15
"Close mappings" option now check if you have change your mappings and if you...
Thog
2
-39
/
+67
2016-08-15
MARK EVERYTHING PUBLIC BECAUSE WE ARE EVIL
Thog
1
-0
/
+11
2016-08-14
Propagate arguments remapping to children classes
Thog
2
-13
/
+20
2016-08-14
Fix remapping of methods in children class with interfaces
Thog
1
-0
/
+8
2016-08-14
Make sure to rewrite all the mapping files
Thog
1
-15
/
+13
2016-08-14
Ouups
Thog
1
-1
/
+1
2016-08-14
Add F5 hotkey to reload class + use a ugly hack to avoid rename issues with g...
Thog
4
-4
/
+19
2016-08-14
Reverse scan of superclasses to find the first definition of method signature...
Thog
1
-12
/
+31
[next]