Skip to content

Releases: Arcitectus/Sanderling

release v17.11.19

20 Dec 13:45
Compare
Choose a tag to compare

Changes since release v17.05.18:

release v17.05.18

19 Jun 07:47
Compare
Choose a tag to compare

Switch to 64 bit windows process to mitigate out of memory issues.

release v17.05.03

04 Jun 07:44
Compare
Choose a tag to compare

Changes since release v17.02.17:

  • Adaption of parsing of inventory capacity gauge to support м³ as symbol for unit: commit 67a692a.
  • Addition of KillEveProcess method to Sanderling Host Interface to stop eve client process: commit 7c47003.
  • Make Sanderling executable start with the windows size and location from previous session again: commit 2c4a21a.

release v17.02.17

18 Mar 12:34
Compare
Choose a tag to compare

Changes since release v17.01.18:

  • Use memory reading implementation from local assembly.
  • Adapt reading of ListView entries to changes in eve online client. ad1c44f

release v17.01.18

19 Feb 12:06
Compare
Choose a tag to compare

Changes since release v16.11.17:

  • Switch version 17-01-18 of eve online memory reading. This fixes a bug in reading of module ramps in the ShipUI which caused memory measurements to be aborted: 243caf9
  • Enabled visibility of SelectedRightItemFilteredCount and SelectedRightItemDisplayedCount on the inventory windows parse API: a45bae2

release v16.11.17

18 Dec 17:15
Compare
Choose a tag to compare

Changes since version 16.10.04:

release v16.10.04

05 Nov 15:07
Compare
Choose a tag to compare

The following improvements where made since version 16.09.22:

  • Switch to version 16-10-03 of memory reading: 1acc754
  • Simplified UI

release v16.09.22

23 Oct 16:16
Compare
Choose a tag to compare

The following improvements where made since version 16.06.23:

  • added classification of module button tooltip as afterburner
  • added doubleclick function

Example of how to use the new doubleclick function from the scripting IDE below:

Sanderling.MotionExecute(Name_Of_UIElement.MouseDoubleClick(MouseButtonIdEnum.Left));

release v16.06.23

24 Jul 18:43
Compare
Choose a tag to compare

The following improvements where made since version 16.06.11:

  • fix of a bug that could result in the bot not recognizing the occlusion of an UIElement.
  • parsing: security level has been added to system info panel.
  • improved memory reading performance.

release v16.06.11

12 Jul 19:02
Compare
Choose a tag to compare

The following improvements where made since version 16.05.21:

  • memory reading: added reading of probe scan results into IListView for convenient processing: 6c8180f
  • memory reading: added reading of squadron UI for new fighters: 6c8180f
  • added KeyDown and KeyUp helper methods for scripting: 18c9f53
  • parsing: added EWar types from overview entry: 631cf85
  • sample mining script: fixed a bug: 5dc223d