Skip to content

Releases: popstarfreas/Dimensions

Dimensions v4.10.1

20 Jun 12:44
Compare
Choose a tag to compare

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

Dimensions for Terraria 1.3.5.1

20 Apr 15:48
Compare
Choose a tag to compare

This release features:

  • Compatibility with the changes to packets made in 1.3.5.1

Dimensions 1.3.5 Patch Improved

19 Apr 20:32
Compare
Choose a tag to compare
Pre-release

This release features:

  • Use of the new chat text module

Dimensions v4.8.2

16 Apr 15:24
Compare
Choose a tag to compare

This release features:

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

1.3.5 Conversion

19 Apr 18:19
Compare
Choose a tag to compare
1.3.5 Conversion Pre-release
Pre-release

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)

Dimensions v4.8.0

08 Mar 15:35
Compare
Choose a tag to compare

This release features:

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

Dimensions v4.7.0

06 Mar 23:27
Compare
Choose a tag to compare

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.

Fixes and Tests

05 Mar 13:26
Compare
Choose a tag to compare

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.

Extensions Update

04 Mar 22:06
Compare
Choose a tag to compare

Changes exports so that Extensions can better use them.

Separation of Writers/Readers and Removal of Workaround

21 Feb 20:46
Compare
Choose a tag to compare

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.