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
2018-06-23
Fix frame array type translation
gegy1000
1
-2
/
+6
2018-06-23
Fix class signatures not being translated
gegy1000
1
-1
/
+2
2018-06-23
Apply deobfuscated name to transformed classes
gegy1000
2
-8
/
+15
2018-06-22
Resolve all failed tests
gegy1000
4
-13
/
+10
2018-06-22
Fix compile issues
gegy1000
3
-6
/
+4
2018-06-21
Fix bridged method detection
gegy1000
1
-1
/
+1
2018-06-21
Fix issues with inner class signature transformation
gegy1000
4
-13
/
+11
2018-05-20
Fix anonymous class generation
gegy1000
3
-4
/
+6
2018-05-19
Fix parameter name offset
gegy1000
3
-46
/
+40
2018-05-19
Fix highlighting of mapped names
gegy1000
1
-10
/
+14
2018-05-19
Signature refactoring
gegy1000
16
-96
/
+206
2018-05-19
More bytecode translation
gegy1000
7
-50
/
+304
2018-05-19
Fix inner class mapping
gegy1000
2
-18
/
+12
2018-05-19
Annotation + inner class translation
gegy1000
10
-23
/
+133
2018-05-19
Package updates
gegy1000
58
-273
/
+102
2018-05-19
Initial port to ASM
gegy1000
82
-4649
/
+2372
2018-05-16
Fix method parameter info sometimes causing the exported class to become inva...
modmuss50
1
-2
/
+0
2018-05-15
Add support for MTH-ARG in tiny mappings reader
modmuss50
1
-0
/
+4
2017-06-07
Added theme switcher + dark theme (#60)
Modmuss50
9
-88
/
+226
2017-06-04
Add support for custom themes (#59)
Modmuss50
8
-10
/
+130
2017-05-16
Remove the converter + some reorganization
Thog
21
-3682
/
+55
2017-05-15
Add offset for Enum constructor arguments (Fix #58)
Thog
7
-22
/
+30
2017-04-05
Rebuild innerclass method names.
modmuss50
1
-22
/
+30
2017-04-05
Avoid crash using rebuild method names + make sure that the mapping is dirty ...
Thog
2
-1
/
+8
2017-03-31
Fix tiny mapping separator, and print out stacktrace on error.
modmuss50
1
-1
/
+2
2017-03-24
Document a "little bit" the Tiny Reader
Thog
1
-8
/
+33
2017-03-24
Reformat code
Thog
10
-5
/
+10
2017-03-24
Implement experimental Tiny mappings loader
Thog
6
-1
/
+141
2017-03-12
Fix var naming and locals var index issues
Thog
3
-4
/
+3
2017-03-08
Follow Fabric guidelines
Thog
120
-15218
/
+15031
2017-03-07
Drop unix case style and implement hashCode when equals is overrided
Thog
42
-1182
/
+1008
2016-11-18
Avoid crash of the matcher when the obf name is invalid (set a deob it using ...
Thog
2
-3
/
+30
2016-11-14
Fix crash with ClassSelector
modmuss50
1
-0
/
+4
2016-10-31
Fix matcher (blame @asiekierka) + add a dirty hack for inner class inside ano...
Thog
3
-3
/
+10
2016-10-31
Fix NPE with converter when computeClassMatches
Thog
1
-15
/
+18
2016-10-30
BREAKING CHANGE: Implement modifier transformer
Thog
15
-45
/
+339
2016-10-28
Fix order of packages, hanging of Enigma and classes nodes not renamed when p...
Thog
10
-15
/
+85
2016-10-27
Rework setFieldName to only check name in the actual class mapping and mother...
Thog
3
-7
/
+36
2016-10-26
Rework saving system to improve saving time (Fix #35)
Thomas Guillemard
4
-15
/
+100
2016-10-19
Starting implementing local variables (#33)
Thog
7
-5
/
+219
2016-10-19
LocalVariableRenamer: Support correctly Nested Class constructors (Fix #49)
Thog
1
-1
/
+17
2016-10-18
Fix #48
Thog
1
-2
/
+2
2016-10-18
Fixes execution order for line number ruler (Close #39)
Glassmaker
2
-5
/
+3
2016-10-18
Remove Nullable usage and add null check in equals
Thog
1
-3
/
+2
2016-10-18
remove none/ prefix
asiekierka
9
-36
/
+16
2016-10-17
Method Converter: Add bytecode matching to match what is identical
feature/method-converter
Thog
3
-14
/
+156
2016-10-17
Preparing needed things for the modification
Thog
2
-9
/
+9
2016-10-16
Revert "apply similar fix to fields"
asiekierka
2
-54
/
+5
2016-10-16
apply similar fix to fields
asiekierka
2
-5
/
+54
2016-10-16
make Enigma check subclasses of method implementations for duplicate mapping ...
asiekierka
1
-12
/
+21
[next]