index
:
enigma-fork
master
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
cuchaz
/
enigma
/
mapping
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-24
[WIP] Mapping rework (#91)
Gegy
33
-4255
/
+0
2018-12-15
Tweak variable name generation (#86)
Gegy
3
-8
/
+28
2018-12-08
rewrite entry resolution logic in TranslationIndex, hopefully fixing bugs
asie
6
-7
/
+17
2018-12-08
add barebones plugin framework, cleanup
asie
2
-0
/
+2
2018-11-29
work around Procyon weirdness
Adrian Siekierka
1
-1
/
+7
2018-11-27
do not propagate non-argument local variable names
asie
5
-6
/
+30
2018-11-04
unify local variable/argument numbering
Adrian Siekierka
2
-10
/
+14
2018-10-27
update gson, fix argument indexing, delete empty class mappings
asie
3
-5
/
+29
2018-07-20
recursively check ClassMapping dirty state
Thiakil
1
-1
/
+10
2018-07-20
recursively check ClassMapping dirty state
Thiakil
1
-1
/
+10
2018-07-17
ASM Based Class Translator (#1)
gegy1000
40
-1605
/
+1804
2018-07-10
Allow reader/writer subclasses to provide the underlying file operations
Thiakil
2
-10
/
+20
2018-07-05
Fix old mappings not properly being removed
gegy1000
3
-78
/
+96
2018-07-05
Fix old mappings not properly being removed
gegy1000
2
-10
/
+17
2018-07-05
Use previous save state to delete old mapping files
gegy1000
2
-54
/
+51
2018-06-24
Fix parsed local variable indexing
gegy1000
1
-0
/
+10
2018-06-24
Fix handling of null deobf mappings
gegy1000
4
-32
/
+15
2018-06-23
Fix array translation in method calls
gegy1000
2
-2
/
+16
2018-06-23
Fix class signatures not being translated
gegy1000
1
-1
/
+2
2018-06-22
Fix compile issues
gegy1000
1
-1
/
+1
2018-06-21
Fix issues with inner class signature transformation
gegy1000
1
-0
/
+4
2018-06-21
Recursively rebuild method names
modmuss50
1
-0
/
+4
2018-05-19
Fix parameter name offset
gegy1000
1
-19
/
+0
2018-05-19
Fix highlighting of mapped names
gegy1000
1
-10
/
+14
2018-05-19
Signature refactoring
gegy1000
7
-33
/
+132
2018-05-19
More bytecode translation
gegy1000
2
-13
/
+93
2018-05-19
Fix inner class mapping
gegy1000
1
-4
/
+1
2018-05-19
Annotation + inner class translation
gegy1000
5
-6
/
+22
2018-05-19
Package updates
gegy1000
28
-247
/
+55
2018-05-19
Initial port to ASM
gegy1000
33
-1182
/
+1352
2018-05-15
Add support for MTH-ARG in tiny mappings reader
modmuss50
1
-0
/
+4
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
1
-2
/
+1
2017-03-24
Implement experimental Tiny mappings loader
Thog
3
-1
/
+113
2017-03-12
Fix var naming and locals var index issues
Thog
1
-1
/
+0
2017-03-08
Follow Fabric guidelines
Thog
28
-3209
/
+3159
2017-03-07
Drop unix case style and implement hashCode when equals is overrided
Thog
6
-173
/
+163
2016-11-18
Avoid crash of the matcher when the obf name is invalid (set a deob it using ...
Thog
2
-3
/
+30
2016-10-31
Fix matcher (blame @asiekierka) + add a dirty hack for inner class inside ano...
Thog
1
-1
/
+8
2016-10-31
Fix NPE with converter when computeClassMatches
Thog
1
-15
/
+18
2016-10-30
BREAKING CHANGE: Implement modifier transformer
Thog
8
-26
/
+189
2016-10-27
Rework setFieldName to only check name in the actual class mapping and mother...
Thog
2
-7
/
+28
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
2
-0
/
+123
2016-10-18
remove none/ prefix
asiekierka
1
-6
/
+6
2016-10-16
Revert "apply similar fix to fields"
asiekierka
1
-46
/
+5
2016-10-16
apply similar fix to fields
asiekierka
1
-5
/
+46
2016-10-16
make Enigma check subclasses of method implementations for duplicate mapping ...
asiekierka
1
-12
/
+21
2016-10-15
Rewrite translate(ArgumentEntry in) logic (Fix #44)
Thog
1
-2
/
+25
[next]