summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/mapping/EntryPair.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-30Json format (#2)Gravatar lclc981-22/+0
* Added new format * Fixed bug * Updated Version
2015-04-19relicense Enigma as LGPLv0.10.4_betaGravatar Cuchaz1-4/+4
2015-01-13source format changeGravatar jeff1-6/+3
don't hate me too much if you were planning a big merge. =P
2014-10-09reverting to GPL licenseGravatar jeff1-3/+3
2014-10-08relicense as LGPLGravatar jeff1-3/+3
2014-08-10completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff1-4/+1
changed imports to guava instead of whatever collections library happened to be on my classpath
2014-08-04added stable save order for mappings to hopefully help with mergingGravatar jeff1-1/+5
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-03fixed bugs with saving mappingsGravatar jeff1-26/+4
got argument renaming to work
2014-07-27added identifier renaming capabilityGravatar jeff1-19/+20
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. =)