Skip to content

Releases: iv4xr-project/iv4xr-se-plugin

SE Plugin snapshot release cbf4eba0f

10 Mar 15:07
Compare
Choose a tag to compare

This is a snapshot release.

It hasn't been tested, isn't stable, but contains the latest functionality of the plugin.
The notes below are autogenerated and may be incorrect.

More information about builds can be found in releases-howto.

What's Changed

  • Block placer speedup by @hovi in #250
  • Rethrowing exception when communicating with plugin with information … by @hovi in #251
  • Factions tab by @hovi in #252
  • Advanced map builder. by @hovi in #246
  • Astronaut statistics by @hovi in #254
  • DS-related fixes. by @hovi in #255

Full Changelog: SNAPSHOT-34679bb901...SNAPSHOT-cbf4eba0f

SE Plugin snapshot release aa5dbf4c5

08 Mar 10:30
Compare
Choose a tag to compare

This is a snapshot release.

It hasn't been tested, isn't stable, but contains the latest functionality of the plugin.
The notes below are autogenerated and may be incorrect.

More information about builds can be found in releases-howto.

What's Changed

  • Block placer speedup by @hovi in #250
  • Rethrowing exception when communicating with plugin with information … by @hovi in #251
  • Factions tab by @hovi in #252
  • Advanced map builder. by @hovi in #246
  • Astronaut statistics by @hovi in #254
  • DS-related fixes. by @hovi in #255

Full Changelog: SNAPSHOT-34679bb901...SNAPSHOT-aa5dbf4c5

SE Plugin snapshot release 34679bb901

15 Dec 12:07
Compare
Choose a tag to compare

This is a snapshot release.

It hasn't been tested, isn't stable, but contains the latest functionality of the plugin.
The notes below are autogenerated and may be incorrect.

More information about builds can be found in releases-howto.

What's Changed

Full Changelog: SNAPSHOT-e4d0a1762...SNAPSHOT-34679bb901

SE Plugin snapshot release e4d0a1762

04 Dec 10:54
Compare
Choose a tag to compare

This is a snapshot release.

It hasn't been tested, isn't stable, but contains the latest functionality of the plugin.
The notes below are autogenerated and may be incorrect.

More information about builds can be found in releases-howto.

What's Changed

Full Changelog: SNAPSHOT-4ec4896aa...SNAPSHOT-e4d0a1762

SE Plugin snapshot release 4ec4896aa

28 Nov 10:26
Compare
Choose a tag to compare

This is a snapshot release.

It hasn't been tested, isn't stable, but contains the latest functionality of the plugin.
The notes below are autogenerated and may be incorrect.

More information about builds can be found in releases-howto.

What's Changed

Full Changelog: SNAPSHOT-23ecc3a90...SNAPSHOT-4ec4896aa

SE Plugin snapshot release 23ecc3a90

15 Nov 08:40
8faf47f
Compare
Choose a tag to compare

This is a snapshot release.

It hasn't been tested, isn't stable, but contains the latest functionality of the plugin.
The notes below are autogenerated and may be incorrect.

More information about builds can be found in releases-howto.

What's Changed

  • Release publish script update. by @hovi in #224

Full Changelog: SNAPSHOT-7b8ed1b59...SNAPSHOT-23ecc3a90

SE Plugin snapshot release 72f47a6be

03 Nov 12:18
Compare
Choose a tag to compare
Pre-release

This is a snapshot release.

It hasn't been tested, isn't stable, but contains the latest functionality of the plugin.
The notes below are autogenerated and may be incorrect.

More information about builds can be found in releases-howto.

What's Changed

Full Changelog: SNAPSHOT-8d5e9905b...SNAPSHOT-72f47a6be

SE Plugin 0.9.0

30 Sep 10:44
Compare
Choose a tag to compare
SE Plugin 0.9.0 Pre-release
Pre-release

This release improves the screen API, navigation, and includes some reliability improvements.

IMPORTANT: Make sure Windows is OK to run the libraries. Windows (10+) blocks "randomly" downloaded libraries. To unblock them, right-click on each of them and open file properties. Look for the Security section on the bottom part of the General tab. You might see a message: "This file came from another computer and might be blocked...". If so, check the Unblock checkbox.
(If you skip this step, the game will probably crash with a message: System.NotSupportedException: An attempt was made to load an assembly from a network location...)

The plugin runs a TCP/IP server with JSON-RPC 2.0 API. It allows to access surrounding of the player's character in a structured form (WOM), control the character, and much more.

Plugin binaries tested with Space Engineers version 1.201.013 (released in May 2022).

Built against SE sources revision 140124 (from February 2022).

Main Changes

  • Improved screen API
  • Improved navigation support: Rotation without teleport, maze navigation test.
  • Reliability improvements

See also

What's Changed

Full Changelog: v0.8.0...v0.9.0

SE Plugin 0.8.0

03 Aug 14:30
Compare
Choose a tag to compare
SE Plugin 0.8.0 Pre-release
Pre-release

This release extends the API, improves navigation, documentation, adds new a Python client, and more.

IMPORTANT: Make sure Windows is OK to run the libraries. Windows (10+) blocks "randomly" downloaded libraries. To unblock them, right-click on each of them and open file properties. Look for the Security section on the bottom part of the General tab. You might see a message: "This file came from another computer and might be blocked...". If so, check the Unblock checkbox.
(If you skip this step, the game will probably crash with a message: System.NotSupportedException: An attempt was made to load an assembly from a network location...)

The plugin runs a TCP/IP server with JSON-RPC 2.0 API. It allows to access surrounding of the player's character in a structured form (WOM), control the character, and much more.

Plugin binaries tested with Space Engineers version 1.201.013 (released in May 2022).

Built against SE sources revision 140124 (from February 2022).

Main Changes

  • Added and improved APIs for more multiplayer testing: new screens, debug interface, animations, sounds, other improvements
  • New Python client (client side only, of course)
  • Improved navigation support: implemented the Navigatable interface from aplib
  • Added a function to move to a specified location (in a straight line, no obstacle avoidance)
  • Reorganized and updated documentation

See also

What's Changed

Full Changelog: v0.7.0...v0.8.0

SE Plugin 0.7.0

19 May 15:18
Compare
Choose a tag to compare
SE Plugin 0.7.0 Pre-release
Pre-release

This release updates aplib version, improves support for multiplayer testing and adds many new APIs.

IMPORTANT: Make sure Windows is OK to run the libraries. Windows (10+) blocks "randomly" downloaded libraries. To unblock them, right-click on each of them and open file properties. Look for Security section on the bottom part of the General tab. You might see a message: "This file came from another computer and might be blocked...". If so, check the Unblock checkbox.
(If you skip this step, the game will probably crash with a message: System.NotSupportedException: An attempt was made to load an assembly from a network location...)

The plugin runs a TCP/IP server with JSON-RPC 2.0 API. It allows to access surrounding of the player's character in a structured form (WOM), control the character, and much more.

Plugin binaries tested with Space Engineers version 1.201.013 (released in May 2022).

Built against SE sources revision 140124 (from February 2022).

Main Changes

  • Now using aplib 1.4.2
  • Recording and replaying inputs, can be used for movement of vehicles
  • Lots of multiplayer testing improvements
  • Support for more screens
  • Many new and extended APIs: dampeners, gravity, saving
  • Navigation graph now detects which side is "up" for the character

See also

What's Changed

Full Changelog: v0.6.0...v0.7.0