index
:
enigma-fork
master
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
cuchaz
/
enigma
/
translation
/
mapping
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-03
Split GUI code to separate module (#242)
Runemoro
34
-3103
/
+0
2020-05-13
A quick and dirty workaround for not being able to add javadoc to methods or ...
modmuss50
3
-6
/
+18
2020-04-18
Fix a few bugs (#219)
Runemoro
1
-5
/
+2
2020-04-14
Convert javadoc escape codes into raw characters when loading Tiny v2 mapping...
Juuxel
1
-1
/
+1
2020-03-17
Add support for reading/writing zipped mappings (#199)
Chocohead
3
-0
/
+28
2020-03-05
Made Enigma gui translatable (#193)
modmuss50
5
-12
/
+17
2020-03-04
Fix drop mappings not checking localVars
modmuss50
1
-1
/
+2
2020-02-14
Dont check for #comments on a javadoc line in the mappings, not perfect but w...
modmuss50
1
-0
/
+5
2019-12-05
Fix comments (#187)
Fudge
1
-1
/
+3
2019-12-02
Allow attaching class, method, field, and parameter javadocs (#185)
Fudge
11
-66
/
+225
2019-11-03
Add tinyv2 save/load
liach
4
-0
/
+483
2019-09-08
Add a default TinyWriter, formatting/misc fixes
modmuss50
2
-1
/
+4
2019-09-05
Update ProguardMappingsReader.java
Runemoro
1
-3
/
+2
2019-09-04
Add Proguard format
Runemoro
2
-1
/
+137
2019-08-04
Fix exception message (#156)
Runemoro
1
-1
/
+1
2019-06-28
Profile option for mappings to be saved by-obf instead of by-deobf
gegy1000
10
-24
/
+67
2019-06-28
fix inner class handling in TinyMappingsReader
Adrian Siekierka
1
-0
/
+4
2019-06-25
Add compose, convert, and invert commands (#152)
Runemoro
1
-0
/
+144
2019-06-19
Ignore comments in tiny files
Runemoro
1
-0
/
+4
2019-06-18
Save unqualified inner class names
Runemoro
1
-1
/
+1
2019-06-16
Plugin rework along with API rework: Enigma split from EnigmaProject; plugins...
gegy1000
1
-3
/
+7
2019-05-10
Don't remap specialized methods to their bridge partner in bytecode
gegy1000
1
-5
/
+5
2019-02-24
Fix name duplication checking not occurring on root classes
gegy1000
4
-3
/
+29
2019-02-24
Fix #81 -- validate renames across related classes
gegy1000
5
-36
/
+36
2019-02-23
Fix #110 and remap indices with matched bridge method names
gegy1000
15
-105
/
+124
2019-02-16
Fix NPE dropping mappings
gegy1000
1
-3
/
+6
2019-02-16
Don't save local variable entries with no mapping
gegy1000
1
-8
/
+2
2019-02-16
Resolve HashEntryTree#getSiblings building the full ancestor path
gegy1000
2
-13
/
+26
2019-02-05
Fix entry remapping not applying to resolved entry
gegy1000
1
-3
/
+6
2019-01-30
Remap sources (#106)
Gegy
10
-155
/
+101
2019-01-24
Standardize mapping line endings to LF (#100)
Juuxel
2
-3
/
+5
2019-01-24
[WIP] Mapping rework (#91)
Gegy
25
-0
/
+2068