Releases: Arcitectus/Sanderling
Releases · Arcitectus/Sanderling
release v17.11.19
Changes since release v17.05.18:
- @tetreum improves default mining script: f80fab8
- @tetreum expands configuration of default mining script: de0ce9c
- Misato improved parsing to match with eve online world config: http://forum.botengine.de/t/rails-isweapon/536/3
- Improve Script Editor: Focus to input on CTRL + F: d7caf6d
- Adapt memory reading of ShipUi.EWarElement to process measurement with SHA1 hash of 0E078DF56834065378574C9319212CF6D01A114E, provided by @Terpla. This was following the discussion at http://forum.botengine.de/t/did-they-catch-me-ewarelement-in-shipui/542
release v17.05.18
Switch to 64 bit windows process to mitigate out of memory issues.
release v17.05.03
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
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
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
andSelectedRightItemDisplayedCount
on the inventory windows parse API: a45bae2
release v16.11.17
Changes since version 16.10.04:
- Fix bug to resolve issue #9 (903efa0)
- Memory Reading: Enable modeling the sorting direction icon in column headers. (1bd7247) This allows to determine whether a column in a list is sorted.
- Memory Reading: Expand interface to squadron UI to meet requests at http://forum.botengine.de/t/new-fighters/85/29 and http://forum.botengine.de/t/new-fighters/85/31 and http://forum.botengine.de/t/new-fighters/85/36 (e8de7c5)
release v16.10.04
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
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
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
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
andKeyUp
helper methods for scripting: 18c9f53 - parsing: added EWar types from overview entry: 631cf85
- sample mining script: fixed a bug: 5dc223d