Jump to content
FHannes

SCAR Divi 3.36 Beta

Recommended Posts

Finally, the Beta version of SCAR Divi 3.36. If the scheduled include system is not ready in time, this version will be released without the new include system, which would be pushed to 3.37.

 

Regular: http://svn.scar-divi.com/scar/

Portable: http://svn.scar-divi.com/scar_portable/

 

Setup instructions: http://forums.scar-divi.com/showthread.php?505-Downloading-SCAR-Divi-Prerelease

 

Changelog:

Bugfixes:
- The TEA functions were cut out of the engine

New:
- function FindColorsTPA(out X, Y: Integer; const Colors: TIntArray; const TPA: TPointArray): Boolean;
- function FindColorsTPATol(out X, Y: Integer; const Colors: TIntArray; const TPA: TPointArray; const Tol: Integer): Boolean;
- function FindColorsTPAEx(out Points: TPointArray; const Colors: TIntArray; const TPA: TPointArray): Boolean;
- function FindColorsTPATolEx(out Points: TPointArray; const Colors: TIntArray; const TPA: TPointArray; const Tol: Integer): Boolean;
- function GetActiveWindow: Hwnd;
- procedure InvertTPA(var TPA: TPointArray);
- function Odd(const Value: Int64): Boolean;
- function Even(const Value: Int64): Boolean;

Improvements:
- procedure MoveMouseEx(const X, Y, MouseSpeed: Integer);
- InvertTPA => ReverseTPA
- InvertTIA => ReverseTIA
- InvertATPA => ReverseATPA
- Default mousespeed changed from 25 to 20
- Huge performance improvements for TPAUnique, TPAFilterPoints, TPAInTPA, TIAUnique, TIAInTIA, TEAUnique and TEAInTEA
- Tweaked ReverseTPA, ReverseATPA and ReverseTIA

 

Enjoy :)

 

~Freddy

Link to comment
Share on other sites

function Odd(const Value: Int64): Boolean;

function Even(const Value: Int64): Boolean;

 

Now I can put an ifdef around them in OSI. Awesome!

 

I bet those functions are Freddy optimized now! But hopefully Janilabo's problems with some of the functions will be gone. I think he had some problems.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...