Commit Graph

394 Commits

Author SHA1 Message Date
Player 3c62b19290 21w37a 2021-09-16 21:06:33 +02:00
modmuss50 b23b7c6681
Build fully on Java 17, closes #2670 (#2676) 2021-09-14 21:21:33 +01:00
modmuss50 8551f2ee31 Revert "Use automapped names for documented fields (#2571)"
This reverts commit c96f65c814.
2021-07-19 21:49:44 +01:00
YanisBft c96f65c814
Use automapped names for documented fields (#2571)
* Use automapped names for documented fields

* forgot those

* update filament
2021-07-19 13:06:35 +01:00
liach d88f9e4804
Update toolchain and fix minor javadoc problems (#2563)
* Update toolchain and fix minor javadoc problems

Fixes #2518 and resolves gradle warnings

Signed-off-by: liach <liach@users.noreply.github.com>

* update java version in comment as well

* remove obsolete comment (didn't forsee mojang would go java 16)

Signed-off-by: liach <liach@users.noreply.github.com>

* beautify this as well

* at least javadoc won't stall for 10 minutes now

still after 5 minutes of building there is a daemon with 4G ram usage

Signed-off-by: liach <liach@users.noreply.github.com>

* Use more friendly format to set properties

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-07-10 12:28:14 +01:00
modmuss50 8d68cc22a9 1.17.1 2021-07-06 15:02:40 +01:00
modmuss50 648897cd3e 1.17.1-rc2 2021-07-05 16:40:11 +01:00
liach ce3c9cd93b
Bump enigma (#2543)
Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2021-07-04 01:30:37 +01:00
modmuss50 9d8a096c5f 1.17.1-rc1 2021-07-01 17:21:19 +01:00
modmuss50 0ad32f2247 1.17.1-pre3 2021-06-30 18:01:37 +01:00
modmuss50 81938ec1ed 1.17.1-pre2 2021-06-29 17:26:16 +01:00
modmuss50 39bf6bccf6 1.17.1-pre1 2021-06-18 14:36:45 +01:00
modmuss50 f63e45a644 1.17 2021-06-08 16:07:35 +01:00
YanisBft 6d169d5422
Structure package constants (#2473)
* Structure package constants

* forgot that

* does this matter?

* remove block box prefix

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-06-07 14:44:50 +01:00
modmuss50 0694c629a9 1.17-rc2 2021-06-07 13:43:26 +01:00
modmuss50 0ffa7d2901 1.17-rc1 2021-06-04 15:14:50 +01:00
modmuss50 407aab9955 1.17-pre5 2021-06-03 19:30:06 +01:00
modmuss50 a8eaec9181 1.17-pre4 2021-06-02 17:47:23 +01:00
modmuss50 c13a13d765 1.17-pre3 2021-06-01 17:22:33 +01:00
modmuss50 282fb18a0b 1.17-pre2 2021-05-31 17:31:55 +01:00
modmuss50 05c8aac4f2
Build javadoc with JDK 17 to fix #2429 (#2445)
Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-05-29 11:41:27 +01:00
modmuss50 372c15cf37 1.17-pre1 2021-05-27 18:09:37 +01:00
Player 38f713e4fc 21w20a 2021-05-19 19:20:40 +02:00
Juuxel 1b024ab7c1
Update to Filament 0.3.0 (#2398) 2021-05-14 15:26:02 +00:00
liach f79141cc44
Fixes #2399 (#2400)
Increases ram because otherwise javadoc will stall

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2021-05-14 16:00:29 +01:00
modmuss50 f32667580c Build javadoc against java 16
Require J16
2021-05-12 20:59:27 +01:00
Player 8fc50a424d 21w19a 2021-05-12 17:50:44 +02:00
modmuss50 b8cf5bdaef 21w18a 2021-05-05 18:45:23 +01:00
modmuss50 151d5011eb Revert 3126eeea1d 2021-04-28 23:34:42 +01:00
modmuss50 381ef2229b Fix release 2021-04-28 23:16:02 +01:00
modmuss50 7d53f6d141 Hopefully fix and simplify branch name checking 2021-04-28 23:13:10 +01:00
modmuss50 3126eeea1d
PGP sign maven artifacts (#2358) 2021-04-28 23:06:31 +01:00
modmuss50 e12dacd26c
Dont allow overwriting existing versions (#2357)
Ensure branch name equals mc version
2021-04-28 19:42:32 +01:00
Player aec7f8ec93 Actually update the MC version in the build script.. 2021-04-28 17:53:36 +02:00
actuallyasmartname 682eb367c8
Update Dependencies (#2343)
* Update build.yml

* Update publish.yml

* Update update-base.yml

* Update build.gradle

* Update gradle.properties

* Use fabric's CFR
2021-04-24 10:07:59 +01:00
Player 0d9ca60b62 21w16a 2021-04-22 00:49:29 +02:00
modmuss50 9ac44da9db 21w15a 2021-04-14 18:18:43 +01:00
Juuxel e7d81b806c
Add javadoc linting task using Filament (#2318)
* Add javadoc linting task

* Fix all javadoc formatting
2021-04-13 12:59:43 +01:00
modmuss50 6304e347f3
Migrate build-logic to filament (#2303)
* Migrate build-logic to filament

* Fix

* Cleanup
2021-04-09 20:05:41 +01:00
modmuss50 f42f7bb2ed
Remove java < 11 support for yarns buildscript. (#2296) 2021-04-09 19:53:02 +01:00
modmuss50 3d39c74f21 21w14a
All of the package-info classes are just reformatted. The tool used to generate them didn't output the same format as matcher/engima
2021-04-07 18:22:56 +01:00
liach e9fdb87bed
Assorted fixes (#2253)
Always name registry fields. Otherwise the name inference messes things up.
Javadocs start building again
Cfr decompile fails because decompileClasspath is resolved too early
and cannot be modified in downloadMcLibs

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2021-04-02 19:01:34 +01:00
Juuxel f44bbdd185
Add unpick constant field remapping (#2236)
* Add unpick constant field remapping

* Update unpick

Co-authored-by: modmuss50 <modmuss50@gmail.com>
2021-04-02 13:56:57 +01:00
liach 2fb24b985f
Generate use page for javadoc (#2245)
Closes #2093

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2021-04-02 13:03:52 +01:00
modmuss50 c397ba1399
Add a task to generate mappings for the package-info classes. (#2249) 2021-04-01 21:45:41 +01:00
liach 771d2c5cbd
Fixes javadoc gen for 21w13a (#2238)
Closes #2217

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2021-04-01 08:49:22 +01:00
modmuss50 414cedb22f 21w13a 2021-03-31 19:47:17 +01:00
liach de339b3ad3
Add package javadoc support (#2205)
* Add package javadoc support

Closes #2035

This is surprisingly easy given modmuss's work on constants. So here we go

Signed-off-by: liach <liach@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Joseph Burton <burtonjae@hotmail.co.uk>
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
Co-authored-by: Joseph Burton <burtonjae@hotmail.co.uk>
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
2021-03-30 22:39:16 +01:00
liach ccf403e01b
Minor javadoc updates around unpick (#2200)
* Minor javadoc updates around unpick

Signed-off-by: liach <liach@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
2021-03-28 20:33:12 +01:00
modmuss50 c44013c861 Cleanup unpick version.
No longer in 3 places :D
2021-03-26 19:04:52 +00:00
modmuss50 b471d4e43f Update unpick to 2.1.0 2021-03-26 17:57:15 +00:00
liach 54332c40e1
Fix unpick log spamming (#2189)
Closes #2187

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2021-03-25 12:45:12 +00:00
modmuss50 b9837ab99b
Constant Unpicking (#1952)
This is the first take of this, its done in such a way where we can awlays iterate improvements into it.
2021-03-24 20:04:48 +00:00
modmuss50 696ae0e310 21w11a 2021-03-17 18:44:18 +00:00
modmuss50 77196755cd Remove jcenter from buildscript Closes #2153 2021-03-16 17:51:18 +00:00
liach 4f9e71559d
Fix repoted javadoc problems (#2132)
Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2021-03-12 20:18:08 +00:00
modmuss50 252ad11d0a 21w10a 2021-03-10 18:34:17 +00:00
modmuss50 69c470b145 21w08b 2021-02-25 18:50:05 +00:00
modmuss50 1bc0fa389c 21w08a 2021-02-24 19:41:03 +00:00
liach d9f1375826
Make named jar use jetbrain annotations (#2094)
* Make named jar use jetbrain annotations

and subsequent javadoc tweaks

Signed-off-by: liach <liach@users.noreply.github.com>

* Thanks modmuss

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2021-02-23 15:40:14 +00:00
modmuss50 03e20d7d9a 21w07a 2021-02-17 18:45:32 +00:00
liach 629b96e84a
Make mapping check work again (#2066)
It never worked since the intermediary update. So 2 years of "errors"

Now made the task only print and swallows the illegal state it throws

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2021-02-13 22:57:02 +00:00
modmuss50 16b9ec5cf2 21w06a 2021-02-10 18:42:45 +00:00
modmuss50 e595576343 21w05b 2021-02-04 18:54:50 +00:00
modmuss50 323e6f8e29 21w05a 2021-02-03 19:34:30 +00:00
liach 4070b8c27a
Update enigma and javadoc (#1985)
Now links to netty and loader; also fixed a jd link issue

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2021-01-26 13:10:08 +00:00
liach 256df6a630
Switch to mappingpoet 0.2.0 (#1934)
* Switch to mappingpoet 0.2.0

Now includes obf name in javadoc. Though it takes longer to generate

Signed-off-by: liach <liach@users.noreply.github.com>

* removed the global toolchain version requirement

enable a few superstrict doclints (won't fail build) and we are now compliant!

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2021-01-21 18:44:55 +00:00
modmuss50 a6ba184207 21w03a 2021-01-20 19:22:41 +00:00
modmuss50 9ba8dbc9df 20w51a 2020-12-16 18:52:22 +00:00
modmuss50 db6fa87282 20w49a 2020-12-02 18:29:46 +00:00
modmuss50 b4c1720de7 20w48a 2020-11-25 18:55:46 +00:00
modmuss50 b14dbfa228 Merge remote-tracking branch 'modmuss50/github-actions' into 20w46a 2020-11-11 19:28:43 +00:00
modmuss50 3e78db4504 20w46a 2020-11-11 19:27:23 +00:00
modmuss50 e9a48b1a86 fix 2020-11-06 23:39:43 +00:00
modmuss50 d0f4bd3e59 Use github actions to publish releases 2020-11-06 23:33:17 +00:00
modmuss50 c91f482141 20w45a 2020-11-04 20:44:22 +00:00
modmuss50 c58bac02bb 1.16.4 2020-11-02 18:43:08 +00:00
modmuss50 58de8437f4
Add a simple `decompileCFR` task (#1805)
* Add a simple `decompileCFR` task

* namedSrc
2020-10-31 19:02:53 +00:00
modmuss50 26b69cdf29 1.16.4-rc1 2020-10-27 17:51:10 +00:00
modmuss50 fdad4e06cf 1.16.4-pre2 2020-10-22 17:55:10 +01:00
modmuss50 724d9a0ac4 1.16.4-pre1 2020-10-15 18:34:26 +01:00
modmuss50 51380a15d4 1.16.3 2020-09-10 15:55:34 +01:00
modmuss50 237d32462d 1.16.3-rc1 2020-09-07 16:23:13 +01:00
Runemoro 06f2d309f0
Remove mapYarnJar task (#1657)
* Remove mapYarnJar

* Remove yarnJar
2020-08-12 08:22:42 +01:00
modmuss50 097b138f62 1.16.2 2020-08-11 17:12:57 +01:00
modmuss50 611f9abf40 1.16.2-rc2 2020-08-10 14:01:41 +01:00
modmuss50 7f0d3ff088 1.16.2-rc1 2020-08-07 17:13:30 +01:00
modmuss50 29ae1599a6 1.16.2-pre3 2020-08-06 18:19:50 +01:00
modmuss50 a1347ccd43 1.16.2-pre2 2020-08-05 18:08:42 +01:00
modmuss50 04b555a4ff 1.16.2-pre1 2020-07-29 16:36:02 +01:00
modmuss50 78fcff22ef 20w30a 2020-07-22 17:29:24 +01:00
modmuss50 8bc6276f19 20w29a 2020-07-15 17:04:53 +01:00
modmuss50 5fc92f86a1 Fix mapNamedJar not depending on correct task 2020-07-12 21:09:52 +01:00
Runemoro 075a7899ee
Make mapNamedJar remap parameters too (#1575) 2020-07-12 12:07:45 +01:00
modmuss50 c8192e4d36 20w28a 2020-07-08 18:49:17 +01:00
modmuss50 b446f6047d 20w27a 2020-07-01 17:44:38 +01:00
Player 31e6f65098 1.16.1 2020-06-24 14:53:12 +02:00
modmuss50 a8502591b0 1.16 2020-06-24 08:05:25 +01:00
modmuss50 49647af575 1.16-rc1 2020-06-18 15:07:42 +01:00
modmuss50 a4305ccae9 1.16-pre8 2020-06-17 17:11:43 +01:00
modmuss50 793360c20c 1.16-pre7 2020-06-16 17:09:51 +01:00
modmuss50 3974dc0927 1.16-pre6 2020-06-15 19:17:37 +01:00
modmuss50 64b704d914 1.16-pre5 2020-06-12 16:18:26 +01:00
modmuss50 d11cca29cf 1.16-pre4 2020-06-11 18:22:45 +01:00
modmuss50 49710ba86a 1.16-pre3 2020-06-10 18:05:28 +01:00
modmuss50 c6412435cf 1.16-pre2 2020-06-05 12:28:13 +01:00
modmuss50 0295b1e8d5 1.16-pre1 2020-06-04 20:08:31 +01:00
modmuss50 b735115d03 Update dependencies including enigma 2020-06-03 19:47:17 +01:00
modmuss50 e9c5c02d50 20w22a 2020-05-29 14:31:34 +01:00
Yanis48 ccc0a44671
Map most of DimensionType (#1378) 2020-05-20 21:29:52 +01:00
modmuss50 4f89f2fdba 20w21a 2020-05-20 17:12:58 +01:00
modmuss50 ee7f594111 20w20b 2020-05-14 11:14:04 +01:00
modmuss50 015995dd3f 20w20a 2020-05-13 18:06:00 +01:00
modmuss50 ef74eec9c1 20w19a 2020-05-06 18:28:56 +01:00
Joseph Burton 7f203aa3b5
Update Enigma (#1333) 2020-05-06 14:00:10 +01:00
modmuss50 9a617e4707 20w18a 2020-04-29 17:24:56 +01:00
modmuss50 a3931656df Update enigma to fix the dark theme 2020-04-22 23:00:18 +01:00
modmuss50 659b0da1dd 20w17a 2020-04-22 16:59:47 +01:00
liach ee2489da71
Update stitch and enigma to fix dependency problems (#1291)
* Move enigma above stitch so we don't use stitch's enigma

Signed-off-by: liach <liach@users.noreply.github.com>

* This runs for now

Signed-off-by: liach <liach@users.noreply.github.com>

* This should look good

Signed-off-by: liach <liach@users.noreply.github.com>

* Prepare to use stitch 0.4.6 later

Signed-off-by: liach <liach@users.noreply.github.com>

* Use actual stitch

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2020-04-19 00:00:18 +01:00
liach eb3b023106
Update dependencies (#1287)
* Update mappingpoet

Jd still builds without warning, should be good

Signed-off-by: liach <liach@users.noreply.github.com>

* Bump version for other things as well

* Rollback enigma (See FabricMC/Enigma#224)

Signed-off-by: liach <liach@users.noreply.github.com>

* Update enigma again, thanks juuxel

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2020-04-18 19:43:54 +01:00
liach 7180726b1f
Fix javadoc warnings (#1286)
Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2020-04-18 14:55:18 +01:00
modmuss50 863b0e905c 20w16a 2020-04-15 16:34:32 +01:00
modmuss50 cf0ef0a6bd 20w15a 2020-04-08 15:44:19 +01:00
liach ec6bba566f
Generate javadocs (#1268)
* Eww, embrace #1266! Die in a 🔥 bukkit javadocs!

Signed-off-by: liach <liach@users.noreply.github.com>

* Add jd artifact, travis start doing javadoc [ci skip]
doesn't have mapping poet ready yet

Signed-off-by: liach <liach@users.noreply.github.com>

* Make it fail on error (otherwise it just outputs an empty directory) [ci skip]

* Update to handle javadocs with annos [ci skip]

Signed-off-by: liach <liach@users.noreply.github.com>

* Use the maven dep, nice

Signed-off-by: liach <liach@users.noreply.github.com>

* Link to more useful libraries

Signed-off-by: liach <liach@users.noreply.github.com>

* Is it old gradle wrapper causing problems

Signed-off-by: liach <liach@users.noreply.github.com>

* Try clean and see if it changes. Dunno why, this always worked on my machine

* No clue

Signed-off-by: liach <liach@users.noreply.github.com>

* Err

* ???

* err

* .

Signed-off-by: liach <liach@users.noreply.github.com>

* I thonk I fixed it

Signed-off-by: liach <liach@users.noreply.github.com>

* Tweak jenkinsfile

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
2020-04-07 21:13:29 +01:00
modmuss50 0c14fa6444 20w14a 2020-04-02 18:40:17 +01:00
modmuss50 421fd43218 20w13b 2020-03-26 14:08:27 +00:00
modmuss50 a068df5d3d 20w13a 2020-03-25 17:49:03 +00:00
Runemoro ee8d489d59
Update enigma (#1212) 2020-03-20 22:57:01 +00:00
modmuss50 ab907504e7 20w12a 2020-03-18 18:59:27 +00:00
modmuss50 9497721136 20w11a 2020-03-11 17:25:56 +00:00
modmuss50 355a622b46 Generate a mergedv2 jar, update engima + some other tweaks. Closes #1071 2020-03-09 19:28:16 +00:00
modmuss50 1b7aa91a4d 20w10a
bit of a big one
2020-03-04 20:22:46 +00:00
modmuss50 8e7f7a8d35 20w09a 2020-02-26 17:56:39 +00:00
modmuss50 c2ca5b58f7 20w08a 2020-02-19 18:23:51 +00:00
modmuss50 8580ae24ad Minor enigma update 2020-02-14 18:46:57 +00:00
modmuss50 f456a4d6c7 Update stitch 2020-02-14 18:28:16 +00:00
modmuss50 d2afdda25f 20w07a 2020-02-14 14:54:37 +00:00
modmuss50 9b88b3c3e8 20w06a 2020-02-05 17:27:03 +00:00
modmuss50 0602bc748b 1.15.2 2020-01-21 15:07:00 +00:00
modmuss50 f233f5a380 1.15.2-pre2 2020-01-16 15:03:24 +00:00
modmuss50 ea08e25f4f 1.15.2-pre1 2020-01-14 20:22:47 +00:00
modmuss50 5dd0463ec6 1.15.1 2019-12-17 13:49:42 +00:00
modmuss50 a6b72cef3d 1.15.1-pre1 2019-12-12 15:36:43 +00:00
liach 426494576c Remove maven plugin (deprecated by gradle) (#990)
* Remove maven plugin (deprecated by gradle)

Use base plugin for clean task

Signed-off-by: liach <liach@users.noreply.github.com>

* Update other deprecated things and gradle wrapper

Signed-off-by: liach <liach@users.noreply.github.com>
2019-12-11 11:52:21 +00:00
modmuss50 11405e8b71 1.15 2019-12-10 15:13:49 +00:00
modmuss50 a389d8528f 1.15-pre7 2019-12-09 12:54:41 +00:00
modmuss50 946346c722 1.15-pre6 - 1 lost inner class 2019-12-06 13:08:36 +00:00
modmuss50 7b3a61d763 1.15-pre5 2019-12-05 14:03:01 +00:00
modmuss50 49575a0420 Update enigma + stitch fixes some issues with the JDs 2019-12-05 13:50:51 +00:00
modmuss50 b3d3023795 1.15-pre4 2019-12-03 13:35:46 +00:00
modmuss50 89b749da2a Update enigma for Javadoc support.
Mappings were re-written storing the inner classes at the end of the file.
2019-12-02 13:55:18 +00:00
modmuss50 cdad304f12 1.15-pre3 2019-11-28 19:19:28 +00:00
modmuss50 85d87033da 1.15-pre2 2019-11-25 19:17:49 +00:00
Runemoro f6883539a2 Generate mappings for specialized methods (#977) 2019-11-24 10:53:08 +00:00
modmuss50 9fb64b9b26 1.15-pre1 2019-11-21 19:13:18 +00:00
modmuss50 2956fad80d 19w46b 2019-11-14 14:49:10 +00:00
modmuss50 a867725a7f 19w46a 2019-11-13 17:34:56 +00:00
Fudge 50e7c08b73 Don't replace existing field names with generated ones for V2 (#952)
* toggle off replacing existing names

* wrong version prob

* remove mavenlocal

* correct stitch
2019-11-11 13:22:24 +00:00
liach 7bac52a0c3 Update engima to latest (#946)
Signed-off-by: liach <liach@users.noreply.github.com>
2019-11-09 10:26:38 +00:00
modmuss50 46e4457ab0 19w45b 2019-11-08 13:15:20 +00:00
modmuss50 3bf4ded164 19w45a 2019-11-07 19:37:31 +00:00
modmuss50 fb663d6f1d Fix build 2019-11-07 18:15:42 +00:00
modmuss50 30192a5bb7 Revert the way intermediary is downloaded, as I need to run some tasks when there isnt an intermediary version present for the given version.
This can be re-evaluated at a later date
2019-11-07 18:12:34 +00:00
Fudge 62a62ba816 Produce TinyV2 mappings (#914) 2019-11-07 11:38:33 +00:00
modmuss50 bf6fdd7195 19w44a 2019-10-30 16:28:24 +00:00
modmuss50 b8403e7661 19w42a 2019-10-16 18:09:47 +01:00
modmuss50 841e352c61 19w41a 2019-10-09 18:17:26 +01:00
modmuss50 a642ad93e7 19w40a 2019-10-02 15:28:28 +01:00
modmuss50 052e77acc0 19w39a 2019-09-27 17:23:24 +01:00
modmuss50 5f624356fc 19w38b 2019-09-18 16:29:55 +01:00
modmuss50 2565f0b45b 19w38a 2019-09-18 16:17:05 +01:00
modmuss50 32dc564123 Update Enigma 2019-09-12 14:25:30 +01:00
modmuss50 f4da454c81 19w37a 2019-09-11 16:28:06 +01:00
modmuss50 6bcf8b8ce9 19w36a 2019-09-05 10:54:58 +01:00
modmuss50 d75cbd833f 19w35a 2019-08-28 18:46:02 +01:00
modmuss50 5695254f64 19w34a 2019-08-22 14:39:40 +01:00
modmuss50 fb7a45c9d8 1.14.4 2019-07-19 11:19:05 +01:00
Adrian Siekierka c82d08c359 1.14.4-pre7 2019-07-18 20:23:35 +02:00
modmuss50 fb9249b83f 1.14.4-pre6 2019-07-15 13:54:00 +01:00
modmuss50 ba275ebb35 1.14.4-pre5 2019-07-11 12:19:12 +01:00
modmuss50 69808e7f6c 1.14.4-pre4 2019-07-10 14:32:43 +01:00
Runemoro 618083791c Fix some methods not using intermediaries (#788) 2019-07-08 18:09:22 +02:00
modmuss50 e20cfe9b0e 1.14.4-pre3 2019-07-08 13:27:46 +01:00
modmuss50 618de57dfb 1.14.4-pre2 2019-07-04 16:29:01 +01:00
Adrian Siekierka ab32dae2fa 1.14.4-pre1 2019-07-03 20:50:19 +02:00
Chloe Dawn f2f31885d5 outputs.file -> outputs.dir (#780) 2019-07-02 23:36:55 +02:00
liach bac8d3fecf Update Stitch to match new semantics (#767)
Signed-off-by: liach <liach@users.noreply.github.com>
2019-06-29 13:08:36 +02:00
Adrian Siekierka 30dc644d22 update Enigma, Stitch; drop unnecessary enum mappings 2019-06-29 09:49:26 +02:00
Adrian Siekierka 4be1c27c10 merge missing 1.14.3-pre2 mappings; update Enigma to fix save NPE 2019-06-29 00:43:29 +02:00
Adrian Siekierka 4a5f2b30e1 The Great Intermediary Update: fix Tiny mapping generation 2019-06-29 00:17:32 +02:00
Adrian Siekierka 1a6f261a2e The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
Runemoro bccef14e3c Replace Weave commands with Enigma commands (#763) 2019-06-28 22:12:16 +02:00
modmuss50 5fc42005e9 1.14.3 2019-06-24 16:08:46 +01:00
modmuss50 bc21aa2a63 Merge branch 'pull/695' into 1.14.3-pre4
# Conflicts:
#	build.gradle
2019-06-19 20:26:23 +01:00
modmuss50 b6ed693b8d 1.14.3-pre4 2019-06-19 20:24:08 +01:00
modmuss50 b27778997a 1.14.3-pre3 2019-06-19 18:48:53 +01:00
liach 6ead33f66a Fix bug
Signed-off-by: liach <liach@users.noreply.github.com>
2019-06-19 09:50:52 +08:00
liach ce3f15c1e2 Add proposed field names to the mapped named jar
Changed old named jar to yarn jar
Beautify readme and added groups to gradle tasks
always indent with tabs

Signed-off-by: liach <liach@users.noreply.github.com>
2019-06-17 22:11:28 +08:00
asie a5b61ef87f update Enigma 2019-06-13 09:39:42 +02:00
modmuss50 8554a5ae8c 1.14.3-pre2 2019-06-07 12:45:25 +01:00