Skip to content

Releases: xpdustry/toxopid

v4.1.1

14 Nov 15:10
3c4ef05
Compare
Choose a tag to compare

Fixes

  • Fix R8 overriding DexJar classpath, causing warnings.

v4.1.0

30 Sep 20:48
f6f09ea
Compare
Choose a tag to compare

Features

  • Dexing with DexJar no longer requires Android studio installed, android platform and R8 are downloaded at runtime.
  • Allow the use of an explicit R8 and android platform version for DexJar.
  • Added support for gradleup's shadow, the official successor of shadow.

Chores

  • Upgraded Gradle to v8.10.2.

v4.0.2

20 Jun 12:38
9696282
Compare
Choose a tag to compare

Fixes

v4.0.1

11 Jun 21:40
1988212
Compare
Choose a tag to compare

Fixes

  • Made ModMetadata and ModDependency serializable for task input compatibility.
  • Avoid re-downloading assets in GithubAssetDownload.
  • Remove android check for dexTask.

v4.0.0

03 Jun 21:25
a0bfffe
Compare
Choose a tag to compare

Toxopid 4 is finally out and ready.

Features

  • Proper android support with DexJar task.
  • Typesafe mindustry dependencies accessor.
  • Github asset download now support private repositories.
  • Added extensions functions for other mindustry repositories (xpdustry and zelaux).
  • Much more!

Changes

v4.0.0-rc.2

03 Jun 13:41
72a1426
Compare
Choose a tag to compare
v4.0.0-rc.2 Pre-release
Pre-release

Final release candidate, and also because initial RC failed to publish on Gradle.

v4.0.0-rc.1

01 Jun 18:32
6bd82ac
Compare
Choose a tag to compare
v4.0.0-rc.1 Pre-release
Pre-release

Initial release candidate for testing, consult MIGRATING.md for more info.

v3.2.0

08 May 23:28
3e9dda0
Compare
Choose a tag to compare

Changes

  • Change default Mindustry version to v143.

Added

  • Added option to use the Mindustry jitpack mirror for compilation.

Bugfixes

  • Fix a crash occurring when the shadow plugin is applied without the java plugin.

Chores

  • Bump mammoth version to 1.3.1.
  • Replaced Kotlin stdlib-jdk8 with bundled Gradle Kotlin dsl version.

v3.1.0

09 Mar 15:54
08cbbba
Compare
Choose a tag to compare

Changes

  • Force Arc version to be the same as Mindustry.

Added

  • Added extension methods for groovy builds.

v3.0.0

25 Dec 22:43
d529462
Compare
Choose a tag to compare

Major release for y'all :)

Changes

  • MindustryExec now extends JavaExec, it enabled a better debugging experience and more control over the Mindustry instance runtime.
  • Renamed JarArtifactDownload to GithubArtifactDownload.
  • Added new data fields for ModMetadata (subtitle, keepOutlines, texturescale, pregenerated).
  • Moved some classes into dedicated packages (see migration guide at the bottom of the README.md).
  • Github artifacts are now cached in a shared directory in the gradle user home (see GithubArtifactDownload.java). Which means download once, use everywhere.

Added

  • Suport for non compressed mods in MindustryExec.