index
:
enigma-fork
master
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
cuchaz
/
enigma
/
bytecode
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-03
Split GUI code to separate module (#242)
Runemoro
8
-671
/
+0
2020-04-18
QOL fixes (#222)
Yanis48
2
-2
/
+0
2020-04-02
Support java 9+ and gradle 6+ (#206)
liach
1
-1
/
+2
2019-12-02
Allow attaching class, method, field, and parameter javadocs (#185)
Fudge
1
-1
/
+1
2019-11-22
Correctly decompile bridges, and add command to add bridges to mappings (#180)
Runemoro
1
-0
/
+3
2019-11-08
Fix local variable fixer (#172)
Runemoro
2
-77
/
+92
2019-05-10
Don't remap specialized methods to their bridge partner in bytecode
gegy1000
1
-6
/
+0
2019-02-19
Bridge Method Fixes (#111)
Gegy
1
-0
/
+43
2019-01-30
Remap sources (#106)
Gegy
3
-79
/
+119
2019-01-24
[WIP] Mapping rework (#91)
Gegy
6
-187
/
+123
2019-01-11
Fix annotation npe for villager (#99)
liach
1
-5
/
+13
2018-12-15
Tweak variable name generation (#86)
Gegy
1
-27
/
+43
2018-12-15
Fix #78 (#85)
Gegy
1
-1
/
+2
2018-12-11
fix #66
asie
1
-1
/
+1
2018-12-08
add barebones plugin framework, cleanup
asie
2
-104
/
+0
2018-11-27
do not propagate non-argument local variable names
asie
1
-1
/
+1
2018-11-07
update Guava, show proper constructor tree node, fix AccessFlags.toString
asie
2
-2
/
+27
2018-11-04
unify local variable/argument numbering
Adrian Siekierka
1
-4
/
+6
2018-07-22
Fixed setBridged resetting the viability
modmuss50
1
-1
/
+1
2018-07-17
ASM Based Class Translator (#1)
gegy1000
25
-2340
/
+646
2018-07-06
fix signature remap of inners for now
Thiakil
1
-0
/
+15
2018-07-05
Use previous save state to delete old mapping files
gegy1000
1
-0
/
+3
2018-07-04
fix incorrect super calls
Thiakil
1
-2
/
+2
2018-06-24
Fix parsed local variable indexing
gegy1000
1
-12
/
+7
2018-06-24
Fix enum parameter index offset
gegy1000
3
-12
/
+18
2018-06-24
Parameter translation in interfaces
gegy1000
1
-19
/
+48
2018-06-23
Fix array translation in method calls
gegy1000
1
-5
/
+1
2018-06-23
Fix frame array type translation
gegy1000
1
-2
/
+2
2018-06-23
Fix frame array type translation
gegy1000
1
-2
/
+6
2018-06-21
Fix issues with inner class signature transformation
gegy1000
1
-9
/
+2
2018-05-20
Fix anonymous class generation
gegy1000
2
-3
/
+5
2018-05-19
Fix parameter name offset
gegy1000
2
-27
/
+40
2018-05-19
Signature refactoring
gegy1000
4
-43
/
+42
2018-05-19
More bytecode translation
gegy1000
4
-34
/
+208
2018-05-19
Fix inner class mapping
gegy1000
1
-14
/
+11
2018-05-19
Annotation + inner class translation
gegy1000
5
-17
/
+111
2018-05-19
Package updates
gegy1000
2
-0
/
+2
2018-05-19
Initial port to ASM
gegy1000
22
-2342
/
+324
2018-05-16
Fix method parameter info sometimes causing the exported class to become inva...
modmuss50
1
-2
/
+0
2017-05-16
Remove the converter + some reorganization
Thog
4
-67
/
+43
2017-05-15
Add offset for Enum constructor arguments (Fix #58)
Thog
2
-10
/
+16
2017-03-24
Reformat code
Thog
2
-2
/
+2
2017-03-12
Fix var naming and locals var index issues
Thog
1
-1
/
+1
2017-03-08
Follow Fabric guidelines
Thog
19
-1976
/
+1980
2017-03-07
Drop unix case style and implement hashCode when equals is overrided
Thog
3
-124
/
+3
2016-10-30
BREAKING CHANGE: Implement modifier transformer
Thog
3
-18
/
+88
2016-10-19
LocalVariableRenamer: Support correctly Nested Class constructors (Fix #49)
Thog
1
-1
/
+17
2016-10-15
Change method param default naming scheme (Close #42)
Max Gurela
1
-5
/
+15
2016-09-13
Make sure to use UTF-8 in any case for I/O, change "Mark as deobfuscated" key...
Thog
1
-0
/
+2
2016-09-12
fix publify not handling package-default methods
asiekierka
1
-1
/
+1
[next]