index
:
enigma-fork
master
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
cuchaz
/
enigma
/
mapping
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
recursively check ClassMapping dirty state
Thiakil
2018-07-20
1
-1
/
+10
*
Allow reader/writer subclasses to provide the underlying file operations
Thiakil
2018-07-10
2
-10
/
+20
*
Fix old mappings not properly being removed
gegy1000
2018-07-05
3
-78
/
+96
*
Fix old mappings not properly being removed
gegy1000
2018-07-05
2
-10
/
+17
*
Use previous save state to delete old mapping files
gegy1000
2018-07-05
2
-54
/
+51
*
Fix parsed local variable indexing
gegy1000
2018-06-24
1
-0
/
+10
*
Fix handling of null deobf mappings
gegy1000
2018-06-24
4
-32
/
+15
*
Fix array translation in method calls
gegy1000
2018-06-23
2
-2
/
+16
*
Fix class signatures not being translated
gegy1000
2018-06-23
1
-1
/
+2
*
Fix compile issues
gegy1000
2018-06-22
1
-1
/
+1
*
Merge branch 'master' into asm
gegy1000
2018-06-22
1
-0
/
+4
|
\
|
*
Add support for MTH-ARG in tiny mappings reader
modmuss50
2018-05-15
1
-0
/
+4
*
|
Fix issues with inner class signature transformation
gegy1000
2018-06-21
1
-0
/
+4
*
|
Fix parameter name offset
gegy1000
2018-05-19
1
-19
/
+0
*
|
Fix highlighting of mapped names
gegy1000
2018-05-19
1
-10
/
+14
*
|
Signature refactoring
gegy1000
2018-05-19
7
-33
/
+132
*
|
More bytecode translation
gegy1000
2018-05-19
2
-13
/
+93
*
|
Fix inner class mapping
gegy1000
2018-05-19
1
-4
/
+1
*
|
Annotation + inner class translation
gegy1000
2018-05-19
5
-6
/
+22
*
|
Package updates
gegy1000
2018-05-19
28
-247
/
+55
*
|
Initial port to ASM
gegy1000
2018-05-19
33
-1182
/
+1352
|
/
*
Fix tiny mapping separator, and print out stacktrace on error.
modmuss50
2017-03-31
1
-1
/
+2
*
Document a "little bit" the Tiny Reader
Thog
2017-03-24
1
-8
/
+33
*
Reformat code
Thog
2017-03-24
1
-2
/
+1
*
Implement experimental Tiny mappings loader
Thog
2017-03-24
3
-1
/
+113
*
Fix var naming and locals var index issues
Thog
2017-03-12
1
-1
/
+0
*
Follow Fabric guidelines
Thog
2017-03-08
28
-3209
/
+3159
*
Drop unix case style and implement hashCode when equals is overrided
Thog
2017-03-07
6
-173
/
+163
*
Avoid crash of the matcher when the obf name is invalid (set a deob it using ...
Thog
2016-11-18
2
-3
/
+30
*
Fix matcher (blame @asiekierka) + add a dirty hack for inner class inside ano...
Thog
2016-10-31
1
-1
/
+8
*
Fix NPE with converter when computeClassMatches
Thog
2016-10-31
1
-15
/
+18
*
BREAKING CHANGE: Implement modifier transformer
Thog
2016-10-30
8
-26
/
+189
*
Rework setFieldName to only check name in the actual class mapping and mother...
Thog
2016-10-27
2
-7
/
+28
*
Rework saving system to improve saving time (Fix #35)
Thomas Guillemard
2016-10-26
4
-15
/
+100
*
Starting implementing local variables (#33)
Thog
2016-10-19
2
-0
/
+123
*
remove none/ prefix
asiekierka
2016-10-18
1
-6
/
+6
*
Revert "apply similar fix to fields"
asiekierka
2016-10-16
1
-46
/
+5
*
apply similar fix to fields
asiekierka
2016-10-16
1
-5
/
+46
*
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
*
Make sure to use UTF-8 in any case for I/O, change "Mark as deobfuscated" key...
Thog
2016-09-13
3
-35
/
+1
*
fix method/argument renaming edge cases, add method/argument name rebuilder, ...
asiekierka
2016-09-12
3
-13
/
+51
*
Update Procyon to 0.5.33.8
Thog
2016-09-11
1
-2
/
+1
*
Fix generic issue with return type signature
Thog
2016-09-11
1
-1
/
+10
*
Follow Javassist signature instead of ignoring generic classes (Fix #19)
Thog
2016-09-07
1
-5
/
+26
*
Generify ProcyonEntryFactory (Fix #18)
Thog
2016-09-06
1
-3
/
+4
*
A little bit of clean up
Thog
2016-09-06
3
-4
/
+2
*
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
1
-1
/
+3
*
Add file path in MappingParseException message
Thog
2016-08-24
1
-8
/
+9
[next]