Jump to content
FHannes

SCAR Divi 3.33 Final

Recommended Posts

The final version of SCAR Divi 3.33 is here! Finally, a firewall rules editor! ;) Of course also a lot of other changes, check the changelog!

 

Downloads: http://www.scar-divi.com/index.php?page=download

 

Changelog:

Bugfixes:
- Memory leak in client system
- Bug in client system with multi-monitor setups
- FindColorSkipCoords(Tolerance) failed when a TPA with duplicate coordinates was entered
- Types were not exported correctly from plugins
- ScriptFile and TimeRunning did not function correctly when used with ThreadSafeCall
- LoadDebugBitmap always returned False
- FindColorSpiral2 was off by a few pixels

Tweaks:
- Improved firewall system + now powered by SQLite3 rather than XML
- New library system
- Legacy libraries now support OnLoadLib and OnUnloadLib callbacks
- Legacy libraries once again receive all previously included functions though SetFunctions except for those removed from SCAR
- BitmapAssigned, CreateBitmap, GetBitmapSize, ResizeBitmap and FreeBitmap now export to legacy libraries
- Functions updated/improved and ported to new framework:
   * FindColorSkipBox(Array)(Tolerance)
   * FindColorSpiral(Tolerance)
   * FindColorsSpiralTolerance
   * FindColorSpiral2

New:
- procedure SortTPAByRow(var TPA: TPointArray);
- procedure TPAExtractCircle(var TPA: TPointArray; const Center: TPoint; const Radius: Extended);
- procedure TPAFilterCircle(var TPA: TPointArray; const Center: TPoint; const Radius: Extended);
- Firewall rules editor
- function CreateBitmap(const Width, Height, Color: Integer): Integer;
- function FindColorsSpiral(const X, Y: Integer; out Points: TPointArray; const Color, XS, YS, XE, YE: Integer): Boolean;
- function TPACenter(const TPA: TPointArray): TPoint;

Removed:
- FindColorComp
- TColorComp
- MakeScreenPath
- BitmapFromMem

 

Enjoy!

 

~Freddy

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