Popstarfreas Dimensions Versions Save

The load-balancing and routing service for Terraria Servers

v4.10.1

6 years ago

This release features:

  • Fixes for writing to closed sockets
  • Better support for network text
  • Fixes for name collision kick packet
  • Minimises inventory exploits via Dimension switching by moving inventory updates as close to spawning as possible
  • Updates Dimensions REST default information
  • Updates config example to latest terraria version
  • Get rid of mapping for production build

v4.9.1

7 years ago

This release features:

  • Compatibility with the changes to packets made in 1.3.5.1

v4.8.2-135Patch2

7 years ago

This release features:

  • Use of the new chat text module

v4.8.2-135Patch

7 years ago

This release features:

  • Conversions for 1.3.5 packets -> 1.3.4.4 packets
  • Conversions for 1.3.4.4 packets -> 1.3.5 packets
  • A temporary extension (you will need to manually remove it when it is no longer needed)
  • Unnecessary files (oops! I will remove them next release)

v4.8.2

7 years ago

This release features:

  • Fixes bad byte appearing in chat messages
  • Allows clients to re-enter a Dimension if they were disconnected

v4.8.0

7 years ago

This release features:

  • Fix to command handlers printing a debug message
  • Add new config option socketNoDelay. Update your config!

v4.7.0

7 years ago

This release features:

  • More test coverage of existing code
  • Fix to parsing commands so that the arguments are correctly identified (this does not fix or correct any problems with the built-in commands, as they work fine)
  • Changes to event listeners on sockets.

v4.4.0

7 years ago

This release comes with a few fixes to the hexreader/hexwriters which are core to packet reading and writing. These are supported by tests to be sure that they are working properly.

v4.3.0

7 years ago

Changes exports so that Extensions can better use them.

v4.0.1

7 years ago

The PacketFactories have been renamed and moved into their own files. This along with changes to where each file is allows for proper extension referencing of dimensions classes.

The workaround for absolute paths for imports has been changed so that it no longer requires a feature that may not work in the future.