summaryrefslogtreecommitdiff
path: root/build.gradle (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve source generation and fix libJar (#129)Gravatar Erlend Åmdal2019-05-101-13/+9
| | | | | | * Improve source generation and fix libJar * Update jenkinsfile to do clean build
* Use our procyon to fix compiler issues (#128)Gravatar liach2019-05-101-2/+2
| | | | | And update gradle to latest 5.4.1 Signed-off-by: liach <liach@users.noreply.github.com>
* update procyonGravatar Adrian Siekierka2019-04-251-1/+1
|
* update Guava, ASMGravatar Adrian Siekierka2019-04-071-5/+5
|
* Added Basic Search (#102)Gravatar Modmuss502019-02-191-0/+1
| | | | | | | | | | * 3am code for a basic search box, needs some cleanup * Cleanup the code a bit * Add missing header * Fix indentation, + unneeded check
* update SyntaxPane/Procyon - partially solves #103Gravatar Adrian Siekierka2019-02-121-2/+2
|
* Remap sources (#106)Gravatar Gegy2019-01-301-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Source remapping beginnings * Fix navigation to remapped classes * Translate identifier info reference * Remap local variables with default names in source * Caching translator * Fix lack of highlighting for first opened class * Fix unicode variable names * Unicode checker shouldn't be checking just alphanumeric * Fix package tree being built from obf names * Don't index `this` as method call for method::reference * Apply proposed names * Fix source export issues * Replace unicode var names at bytecode level uniquely * Drop imports from editor source * Class selector fixes * Delta keep track of base mappings to enable lookup of old names * Optimize source remapping by remapping source with a StringBuffer instead of copying * Bump version
* restore build process. hopeGravatar asie2019-01-241-2/+2
|
* update GuavaGravatar asie2019-01-241-1/+1
|
* mark as 0.13.0-SNAPSHOT for preliminary developmentGravatar asie2019-01-241-2/+2
|
* Replace all occurences of '@VERSION@' during build (#88)0.12-stableGravatar Thomas Guillemard2019-01-111-1/+22
|
* fix SourceIndex remap bugsGravatar asie2018-12-091-2/+1
|
* try hack to solve Darcula Ivy issue for nowGravatar asie2018-12-081-0/+5
|
* rewrite entry resolution logic in TranslationIndex, hopefully fixing bugsGravatar asie2018-12-081-1/+1
|
* Add dark LAFGravatar modmuss502018-11-281-0/+7
|
* update Guava, show proper constructor tree node, fix AccessFlags.toStringGravatar asie2018-11-071-1/+1
|
* unify local variable/argument numberingGravatar Adrian Siekierka2018-11-041-1/+1
|
* update to ASM 7.0Gravatar asie2018-10-281-5/+4
|
* update gson, fix argument indexing, delete empty class mappingsGravatar asie2018-10-271-1/+1
|
* update ASM/Guava, merge ASM port fixesGravatar Adrian Siekierka2018-10-261-2/+6
|
* Update version numberGravatar gegy10002018-07-181-1/+1
|
* sources jarGravatar Thiakil2018-07-101-0/+6
|\
| * basic source jarGravatar Thiakil2018-06-301-0/+6
| |
| * Fix method parameter info sometimes causing the exported class to become ↵Gravatar modmuss502018-05-161-1/+1
| | | | | | | | | | | | invalid. This fixes intelij not reading the class successfully, thus preventing it from being used.
* | Initial port to ASMGravatar gegy10002018-05-191-2/+1
|/
* Fix buildGravatar modmuss502017-10-211-2/+2
|
* Add support for custom themes (#59)Gravatar Modmuss502017-06-041-0/+2
|
* Remove the converter + some reorganizationGravatar Thog2017-05-161-1/+0
|
* Update javassist to 3.21.0-GA #55Gravatar Thog2017-03-311-1/+1
|
* Drop unix case style and implement hashCode when equals is overridedGravatar Thog2017-03-071-1/+1
| | | | Also update Guava to version 21
* add Jenkinsfile and new MavenGravatar asiekierka2016-09-211-58/+1
|
* Update Procyon to 0.5.33.8Gravatar Thog2016-09-111-1/+1
|
* Update Procyon to 0.5.33.7-enigmaGravatar Thog2016-08-241-1/+1
|
* Update Procyon (fix UTF-8 issues), disable debug line number in source code ↵Gravatar Thog2016-08-191-1/+1
| | | | and make all decompiler settings configurable with system properties
* Update Procyon to 0.5.32Gravatar Thog2016-08-181-4/+6
|
* Deploy shadow jar and lib jar to mavenGravatar Shadowfacts2016-08-171-33/+3
|
* update group idGravatar modmuss502016-08-161-1/+1
|
* Rename things to fabricGravatar modmuss502016-08-161-7/+7
|
* Upload fat jar to mavenGravatar modmuss502016-08-151-0/+4
|
* Added maven uploadingGravatar modmuss502016-08-151-1/+60
|
* Fixed build.gradleGravatar lclc982016-07-021-1/+1
|
* Removed unused methodsGravatar lclc982016-07-021-1/+1
|
* Update version infoGravatar modmuss502016-06-291-1/+6
|
* Fixed build failGravatar lclc982016-06-301-1/+1
|
* Json format (#2)Gravatar lclc982016-06-301-112/+121
| | | | | | | | * Added new format * Fixed bug * Updated Version
* Some small changes to fix idea importingGravatar modmuss502016-06-261-2/+3
|
* Fix a stupid Gradle typo which broke 53 unit tests.fix-unit-testsGravatar Michael Smith2015-07-101-1/+1
| | | | I actually thought I was fixing the tests when I started.
* Support Gradle alongside SSJBGravatar Michael Smith2015-05-211-0/+176
This makes builds faster, simpler and better automated but still keeps Cuchaz happy. :)