summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/Main.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* working on version conversionGravatar jeff2014-08-291-1/+1
|
* add more checking to catch duplicate mappings on loadGravatar jeff2014-08-271-2/+1
| | | | | implemented more stable sort order for methods repackaged as v0.4.1beta
* fixed issue with bridge methods so source export has fewer compile errors. =)Gravatar jeff2014-08-251-1/+2
|
* minor bug fixesGravatar jeff2014-08-241-1/+1
|
* duh! We can't put classes in a package called "default"Gravatar jeff2014-08-241-1/+1
| | | | | "default" is a java reserved word use "none" instead
* finished reference navigation system. Still need to debug and polish it, but ↵Gravatar jeff2014-08-201-1/+0
| | | | the basic idea seems to work. =)
* crap-ton of bug fixes for inner classesGravatar jeff2014-08-181-0/+4
|
* added gui/cli loading of jars/mappingsGravatar jeff2014-07-291-7/+29
| | | | gui can save mappings too
* made gui responsive to caret position and show identifier infoGravatar hg2014-07-271-31/+2
|
* initial commitGravatar jeff2014-07-261-0/+63
so far source analysis is working. =)