Skip to content

Releases: 1Ridav/PengueeBot

v1.10.42

10 Dec 17:10
Compare
Choose a tag to compare

Dual screen bug fixed, now you can freely use multiple monitors
Empty 'frag' does not cause exception any more.

version 1.10.41

29 Jul 16:56
Compare
Choose a tag to compare

Added argv support
use -args arg1 arg2 arg3.... at the end of a command line string

Fixed getPixel and getPixelARGB bug, signed int return invalid byte values

version 1.10.40

11 Jun 13:01
Compare
Choose a tag to compare

UseCompressedOops param removed

version 1.10.39

03 Feb 14:01
Compare
Choose a tag to compare

minor bugfix, updated Jython to 2.7.2b2, JOCL to 2.0.1

version 1.10.37

28 Jun 19:37
Compare
Choose a tag to compare

minor bugfixes, source refactor, performance optimizations

version 1.10.36

27 Feb 14:52
Compare
Choose a tag to compare

Transparent fragments now can be found using findSimilar method

version 1.10.35

24 Feb 12:46
Compare
Choose a tag to compare

MatrixPosition is deprecated from now on, use Position object
MatrixRectangle is deprecated from now on, use Region object

version 1.10.34

22 Feb 13:26
Compare
Choose a tag to compare

Fragments:
New Transparent fragment type added (Now you can search for png images that contain transparency)
Fragment file format changed to .png, backwards compatibility will work with old .bmp fragments too

Position:
New MatrixRectangle object that contains two MatrixPosition

version 1.8.27

09 Jan 12:54
bd131e5
Compare
Choose a tag to compare

Added some importable libs:
keymap - list of keys and their characters, so you can easily paste them inside mouseClick or keyClick functions

overlay - a simple way to print any text on the screen

Action:
findSimilar("FRAGNAME", 0.95) - rate is now should be between 0 and 1

version 1.8.25

19 Dec 21:14
Compare
Choose a tag to compare

Action:
Methods added
findSimilar()
waitForHide()