summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed lots of bugs in the mappings converter. It's finally ready. =)Gravatar jeff2014-08-314-144/+194
|
* debugging class matcher... almost got it!Gravatar jeff2014-08-306-127/+246
|
* finished class matching for now, need to work on class member matchingGravatar jeff2014-08-306-57/+319
|
* got a decent class matcher workingGravatar jeff2014-08-309-145/+748
|
* working on version conversionGravatar jeff2014-08-292-31/+82
|
* started on mapping converter tool so we can update to newer Minecraft jarsGravatar jeff2014-08-293-0/+334
|
* Show public/protected/private access on field/method/constructor referencesGravatar jeff2014-08-285-11/+92
|
* fixed minor spelling errorGravatar jeff2014-08-281-1/+1
|
* added crash reporterGravatar jeff2014-08-282-5/+124
|
* added checks to find buggy mappingsGravatar jeff2014-08-281-0/+32
|
* fixed issue with method signatures in default packageGravatar jeff2014-08-282-5/+27
| | | | repackaged for 0.4.2 beta
* add more checking to catch duplicate mappings on loadGravatar jeff2014-08-275-7/+34
| | | | | implemented more stable sort order for methods repackaged as v0.4.1beta
* packaged as v0.4 betav0.4_betaGravatar jeff2014-08-261-1/+1
|
* fix bug with inner class namesGravatar jeff2014-08-262-2/+7
|
* implemented proper support for interfacesGravatar jeff2014-08-268-30/+524
|
* wrote CheckCastIterator to try to do generic type inference. It's too hard ↵Gravatar jeff2014-08-251-0/+150
| | | | to do at the bytecode level though, so I'm tabling that problem for now.
* silly mercurial. You should commit this file...Gravatar jeff2014-08-251-0/+77
|
* fixed issue with bridge methods so source export has fewer compile errors. =)Gravatar jeff2014-08-255-112/+163
|
* minor bug fixesGravatar jeff2014-08-244-2/+11
|
* duh! We can't put classes in a package called "default"Gravatar jeff2014-08-246-13/+16
| | | | | "default" is a java reserved word use "none" instead
* MappingsReader will convert old classnames in the default package to the ↵Gravatar jeff2014-08-231-1/+14
| | | | "default" package
* moved all classes from the default package into a package called "default" ↵Gravatar jeff2014-08-2313-125/+298
| | | | so they can be properly imported by other classes
* added export command with progress barGravatar jeff2014-08-235-23/+233
|
* packaged for 0.3 betav0.3_betaGravatar jeff2014-08-221-1/+1
|
* fixed recursion of field reference nodesGravatar jeff2014-08-223-4/+19
| | | | tweaked scroll into view for showing tokens
* added show token effectsGravatar jeff2014-08-224-12/+109
|
* fixed constructor references in call graph searchesGravatar jeff2014-08-224-4/+26
| | | | clear reference list when opening single reference (instead of list of references)
* fixed call graph searchingGravatar jeff2014-08-2112-123/+302
| | | | added system to navigate multiple tokens for the same entry in a behavior
* fixed recognition of inner class tokensGravatar jeff2014-08-201-1/+12
| | | | fixed recognition of reference tokens in constructors
* missed a fileGravatar jeff2014-08-201-0/+524
|
* finished reference navigation system. Still need to debug and polish it, but ↵Gravatar jeff2014-08-2015-842/+633
| | | | the basic idea seems to work. =)
* started new reference navigation systemGravatar jeff2014-08-1915-337/+441
|
* fixed type caching after renameGravatar jeff2014-08-184-10/+35
| | | | allowed enums constants to be renamable
* packaged v0.2 beta!v0.2_betaGravatar jeff2014-08-181-1/+1
|
* crap-ton of bug fixes for inner classesGravatar jeff2014-08-1810-102/+392
|
* added support for automatic reconstruction of inner and anonymous classesGravatar hg2014-08-1717-231/+743
| | | | also added class to restore bridge method flags taken out by the obfuscator
* trying to get inner/anonymous classes working... I have a working heuristic ↵Gravatar jeff2014-08-155-108/+396
| | | | in place to detect anonymous classes, but I can't seem to get Procyon to decompile them correctly. I'm writing the InnerClasses attribute and translating all the inner class names, but there must be something else I'm missing...
* fixed bug with method inheritance detectionGravatar jeff2014-08-142-15/+9
|
* remove old debug messagesGravatar jeff2014-08-141-7/+0
|
* updated license info, version, added readmeGravatar jeff2014-08-141-1/+1
|
* fixed javac compile errorsGravatar jeff2014-08-141-12/+12
|
* added support for field access searchesGravatar jeff2014-08-139-78/+460
| | | | added proper detection/handling for constructors
* got simple method call graph working!Gravatar jeff2014-08-125-51/+284
|
* fix keyboard shortcutsGravatar jeff2014-08-111-1/+5
|
* refactor Ancestries into Ancestries and JarIndexGravatar jeff2014-08-116-166/+197
|
* added method inheritance browsingGravatar jeff2014-08-1111-43/+349
| | | | also finally fixed method renamer to rename all method implementations in the inheritance hierarchy.
* added backwards navigationGravatar jeff2014-08-103-21/+65
|
* refactored to remove ClassFile class to prep for upcoming stack navigation. ↵Gravatar jeff2014-08-1013-185/+68
| | | | It wasn't really necessary anymore.
* added go to entry featureGravatar jeff2014-08-1010-97/+621
|
* filter out tokens that are not obfuscatedGravatar jeff2014-08-101-61/+16
|