summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/mapping/Translator.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added support for field access searchesGravatar jeff2014-08-131-0/+8
| | | | added proper detection/handling for constructors
* added method inheritance browsingGravatar jeff2014-08-111-0/+1
| | | | also finally fixed method renamer to rename all method implementations in the inheritance hierarchy.
* fixed bug with renaming classesGravatar jeff2014-08-041-1/+1
|
* switched to line-by-line mergable, human-readable file format for mappingsGravatar jeff2014-07-301-8/+8
|
* added identifier renaming capabilityGravatar jeff2014-07-271-0/+201
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. =)