Skip to content

Release v2018-03-24

Compare
Choose a tag to compare
@Viir Viir released this 25 Mar 14:10

From the release announcement at http://forum.botengine.de/t/sanderling-app-release-march-2018/808:

This is the March 2018 release of the Sanderling App.
A lot has happened since the last release in December. To give you a structured overview, I grouped the changes into the following areas:

  • Adapt Memory Reading Of Chat Window
  • Make It Easier To Start With Automation
  • Fix Bugs And Expand Parsing

Adapting Memory Reading Of Chat Window

It seems CCP has a bad habit of deploying an update once a year which breaks Sanderling memory reading.
After the overview in 2017, this year it hit the chat window.
We quickly adapted the memory reading code, and after a review period, these changes are included in today's release.
For details, see http://forum.botengine.de/t/adapting-eve-online-memory-reading-for-chat-window/795/18

Making It Easier To Start With Automation

These changes are a step towards the goals outlined in January at http://forum.botengine.de/t/an-outlook-on-development-of-botengine/611

There are several changes in Bot section of the app to make it easier to operate bots:

  • The development environment automatically loads the last saved or loaded script file into the editor on startup.
  • Saving and loading bots is made simpler in the new user interface.
  • To make it easier to start with mining, a mining bot is added. This bot is based on the existing ore asteroid mining bot and modified for easier setup.
    This miner can be used without making changes to the code. It also automatically detects whether the active ship has an ore hold.
  • Bot authors can now define a section of text to be shown prominently in the user interface when previewing or operating the bot. This way we can show instructions for setup or operation without the need to switch to the full code editor. You can see use of this functionality in the included mining and autopilot bots.

For more background about work in this area, see the thread at http://forum.botengine.de/t/development-of-sanderling-march-2018/764

To operate a bot in this new graphical interface, you need to enter a bot operation key when starting the bot. You can obtain your key by registering at http://manage.botengine.org

Bug Fixes And Parsing Expansion

  • Abador expanded parsing code to support detection of Microwarpdrives: #40
  • Moritz Brunner shared his change to fix the MouseDoubleClick method: #45

Thank You

Thank you all who contributed to the development and reviewed and tested the changes to ensure we have a solid release!