Jump to content
FHannes

SCAR Divi 3.36 RC

Recommended Posts

With this RC release of SCAR Divi 3.36, there will be no more additions to the code other than bugfixes before the final release on tuesday/wednesday. Currently the new color tools still misbehave on occasion, but this should be resolved before the final release.

 

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
- InputQuery threw an access violation
- [#120] Some specific functions did not show up in the function list

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;
- Color Tools with the ability to store colors, name them and more... (Replaces color history)

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
- Holding Ctrl while picking a color lets you pick another one
- You can now change the order of open script tabs by dragging them

 

Enjoy :)

 

~Freddy

Link to comment
Share on other sites

- Holding Ctrl while picking a color lets you pick another one

- You can now change the order of open script tabs by dragging them

 

Yeah I remember the tab dragging never worked. Awesome! I always liked the thing you made for picking colors and bitmaps. It must've taken a long time to make. Bout as long as when I did that TPAGod thing. Still have to get back to that at some point...

Link to comment
Share on other sites

Yeah I remember the tab dragging never worked. Awesome! I always liked the thing you made for picking colors and bitmaps. It must've taken a long time to make. Bout as long as when I did that TPAGod thing. Still have to get back to that at some point...

 

Isn't that hard really... :P Tab dragging worked before 3.25, but then I switched to a different tab control, which didn't work the same way the other one did, so I ended up not implementing it at that time, and I kind of forgot about it.

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...