Skip to content

Releases: Fox2Code/Hypertale

1.4.2 - Hotfix

Choose a tag to compare

@Fox2Code Fox2Code released this 14 Jun 17:45
8da27a5
  • Fix bootstrap mode

1.4.1 - Bootstrap hotfix

Choose a tag to compare

@Fox2Code Fox2Code released this 09 Jun 12:19
dba6bc3
  • Update dependencies.
  • Fix bootstrap mode not working.

Sorry for the delay for the update, been feeling unwell recently.

1.4.0 - The installer update

Choose a tag to compare

@Fox2Code Fox2Code released this 28 May 13:57
27b43c1
  • Hypertale now feature a GUI installer to install the mod client side for single player worlds
  • Fully implement toggling Hypertale in single player
  • Fix Hytale 0.5.2+ support

1.3.2 - Hotfix² update

Choose a tag to compare

@Fox2Code Fox2Code released this 27 Mar 19:36
f6c58fb

Changes since 1.3.1:

  • Add check to make sure I don't accidentally make release against pre-release builds of Hytale

Changes since 1.3.0:

  • Add hStats reporting system that can be disabled in Hypertale folder
    (Link: https://hstats.dev/mods/310ed8fb-fdb8-490f-a2e0-c8f616c05b97)
  • Never load mods as classpath mods to fix asset loading
  • Fix Hypertale failing on newer version of HytaleServer
  • Fix Hypertale init not working in single player
  • Improved general stability

This update mark a big shift in Hypertale lifetime thanks to the contributions of @advocaite

1.3.1 - Hotfix update

Choose a tag to compare

@Fox2Code Fox2Code released this 27 Mar 19:17
e931892
  • Add hStats reporting system that can be disabled in Hypertale folder
    (Link: https://hstats.dev/mods/310ed8fb-fdb8-490f-a2e0-c8f616c05b97)
  • Never load mods as classpath mods to fix asset loading
  • Fix Hypertale failing on newer version of HytaleServer
  • Fix Hypertale init not working in single player
  • Improved general stability

This update mark a big shift in Hypertale lifetime thanks to the contributions of @advocaite

1.3.0 - The boxed update

Choose a tag to compare

@Fox2Code Fox2Code released this 01 Mar 17:12
0dd08e3
  • Add support for MixinSquared
  • Add offline dependency system, hypertale will prefer local libraries if possible.
  • Add allowDownloadLibraries (Default true) in hypertale.ini, can be set to false to prevent Hypertale to download online libraries.
  • Remove patch meant for an older version of Hytale that caused player being unable to join the server back!
  • Make Hypertale's dashboard more fun! (Run /hypertale dashboard to see :3)

I added something in Hypertale to avoid Hotfix from activating for versions it was not meant for!

1.2.0 - The Hyxin high update

Choose a tag to compare

@Fox2Code Fox2Code released this 23 Feb 08:50
4e1edc2
  • Add support for loading Hyxin mods.

Hypertale was already offering similar Mixin capabilities, but Hyxin mods now can work properly on the Hypertale stack, even without the Hyxin mod installed!

1.1.1 - Maintenance update

Choose a tag to compare

@Fox2Code Fox2Code released this 21 Feb 16:46
afaa109
  • Add @AsyncSafe and @AsyncUnsafe to explicitly communicate the thread safety of some API methods!
  • Make Player.hypertale().getPlayerRef() be able to be called on any threads.
  • Fixed minor Hytale bug that happened when stopping a server while there were players inside.
  • Added build time check to test that ASM Constant do exists.

1.1.0 - The lightshow update

Choose a tag to compare

@Fox2Code Fox2Code released this 20 Feb 16:16
43205eb
  • Add /hypertale dashboard command!
  • Add unsupportedDisablePluginServerVersionCheck option in .hypertale/hypertale.ini
  • Add advanced javadoc website, with a custom theme and keyword highlighting!
  • Add minor memory pressure optimization to Mat4f
  • Add AntiCheatEvent API to allow anti-cheat and ban plugins to cooperate together!
  • Fix Hypertale being detected as incompatible with the HytaleServer
  • Misc bug fixes!

1.0.0 - The scramble update

Choose a tag to compare

@Fox2Code Fox2Code released this 16 Feb 14:07
0b6d31c
  • Hypertale will no longer enable the Mixin system if no mods uses it
  • Cleaned up the code a little bit