Slay the Spire
ModTheSpire
Εμφάνιση 21-30 από 58 καταχωρίσεις
< 1  2  3  4  5  6 >
Ενημέρωση: 13 Μαϊ 2021 στις 22:17

v3.21.0

  • Keep log window open when game crashes
  • SpirePatch2: Parameter name `__args`
    • Receives all original arguments as an array

Ενημέρωση: 26 Απρ 2021 στις 16:19

v3.20.0

  • SpirePatch2
  • Add Return overload for simpler SpireReturn from void methods
  • Fix ClassPool not returning modified versions of classes after patching is complete
  • Add ModTheSpire application icon
  • Alter Slay the Spire window title
  • Add option for a SpirePatch to require another mod
    • If the other mod isn't loaded, the patch is ignored

Ενημέρωση: 1 Φεβ 2021 στις 19:30

v3.19.1

  • Fix crash if mod list file is corrupted

Ενημέρωση: 9 Ιαν 2021 στις 21:08

v3.19.0
Some QoL for modders

  • Improve speed of out-jar
  • Add flag for skipping intro slash screen

Ενημέρωση: 16 Δεκ 2020 στις 21:55

v3.18.2

  • Fix crash on Linux because java.exe exists

Ενημέρωση: 29 Νοε 2020 στις 21:14

v3.18.1

  • Fix main menu order

Ενημέρωση: 9 Νοε 2020 στις 18:37

v3.18.0

  • Include Kotlin in ModTheSpire
This update solves a problem with mods written in Kotlin. Each mod had to ship Kotlin with the mod, which could cause problems if two Kotlin mods that included two different versions of Kotlin were enabled together.

Mods written in Kotlin will no longer need to include the following:
  • org.jetbrains.kotlin:kotlin-stdlib-jdk8
  • org.jetbrains.kotlin:kotlin-stdlib
  • org.jetbrains.kotlin:kotlin-stdlib-common
  • org.jetbrains.kotlin:kotlin-reflect
  • org.jetbrains:annotations
ModTheSpire comes with Kotlin version 1.4.10

Ενημέρωση: 1 Νοε 2020 στις 19:02

v3.17.0

  • No longer require patch classes and methods to be public
  • Improve the efficiency of SpireField

Ενημέρωση: 1 Απρ 2020 στις 14:22

v3.16.0

  • Fix patch error with ByRef while mixing primitive and wrapper types
  • Fix patch error with ByRef and private captures while mixing primitive and wrapper types
  • Make ByRef type work for primative/wrapper types
  • Fix crash from SpireField of array type
  • Add annotation for Raw patches
  • Add annotation for Instrument patches

Ενημέρωση: 14 Ιαν 2020 στις 12:33

v3.15.0

  • Allow mods to sideload other mods, loading them even if not selected