| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-06-30 | Json format (#2) | 1 | -191/+0 | ||
| * Added new format * Fixed bug * Updated Version | |||||
| 2015-04-19 | relicense Enigma as LGPLv0.10.4_beta | 1 | -4/+4 | ||
| 2015-03-15 | fix bugs in the mappings converter | 1 | -0/+5 | ||
| 2015-03-11 | working on writing mappings based on all the matches | 1 | -0/+4 | ||
| 2015-03-11 | generalized field matching | 1 | -1/+10 | ||
| added method matching | |||||
| 2015-03-08 | more tweaks, improvements, and bug fixes | 1 | -2/+14 | ||
| 2015-01-13 | source format change | 1 | -99/+69 | ||
| don't hate me too much if you were planning a big merge. =P | |||||
| 2014-10-09 | reverting to GPL license | 1 | -3/+3 | ||
| 2014-10-08 | relicense as LGPL | 1 | -3/+3 | ||
| 2014-09-26 | implemented mark-as-deobfuscated and reset-to-obfuscated | 1 | -0/+6 | ||
| 2014-09-24 | fixed in-jar detection for bridge-related methods | 1 | -0/+5 | ||
| 2014-09-03 | removed deobfuscated method signatures from mappings | 1 | -16/+11 | ||
| They're too much work to maintain, and they're totally unnecessary! | |||||
| 2014-09-03 | big refactor to better model class/method mappings with no deobf name | 1 | -5/+11 | ||
| 2014-08-31 | added checks to prevent renaming classes/fields/methods/arguments to the ↵ | 1 | -0/+12 | ||
| same name as other classes/fields/methods/arguments | |||||
| 2014-08-31 | fixed mapping conversion bug with class rename order | 1 | -5/+11 | ||
| 2014-08-30 | finished class matching for now, need to work on class member matching | 1 | -0/+20 | ||
| 2014-08-27 | add more checking to catch duplicate mappings on load | 1 | -1/+1 | ||
| implemented more stable sort order for methods repackaged as v0.4.1beta | |||||
| 2014-08-04 | added stable save order for mappings to hopefully help with merging | 1 | -3/+9 | ||
| added color-coding for source identifiers redesigned rename GUI customized editor pane, added popup menu finished name validation added last-chance save on window close | |||||
| 2014-08-03 | fixed bugs with saving mappings | 1 | -1/+1 | ||
| got argument renaming to work | |||||
| 2014-07-30 | switched to line-by-line mergable, human-readable file format for mappings | 1 | -19/+30 | ||
| 2014-07-27 | added identifier renaming capability | 1 | -0/+125 | ||
| copied some code over from M3L to handle the heavy bytecode magic. It's ok... M3L will eventually depend on Enigma. Completely restructured the mappings though. This way is better. =) | |||||