Win7 Download

SCAR Divi full changelog

SCAR Divi full changelog

SCAR Divi 3.41.00 released Mar 11, 2016 (New Release)
Bugfixes:
-ReverseATPA did not function correctly
-Large memory leak in the script engine
-& characters in filenames were not displayed correctly in tab captions
Tweaks:
-Updated PascalScript engine to newer build (5d00e6cfb950a3c898d2d6813862199e5c5142c6)
SCAR Divi 3.38.01 released Mar 11, 2013 (New Release)
Bugfixes:
· Target Client showed copies of it's rows
· TPAFromBox accepted invalid boxes
· TSCARBitmap.Resize, TSCARBitmap.Rotate(Ex) and TSCARBitmap.Skew(Ex) disabled AlphaBlend
· GetFiles and GetFolders did not behave correctly
· TPAFilterPoints throws a div by 0 error when an empty filter/extract array is passed

New:
· TSCARBitmap.ResizeEx
· procedure AddPostFile(const iHttp: Integer; const FieldName, FileName, ContentType: string);
· procedure TPAExtractPoints(var TPA: TPointArray; const FilterTPA: TPointArray);
SCAR Divi 3.38.00 released Dec 18, 2012 (New Release)
Bugfixes:
· Possibly critical fixes for several TIA functions: TIAIntersect, TIAUnique and TIAInTIA (+ TEA equivalents)
· Saving an untitled file doesn't update the program title
· Bug with certain data sets in several TIA and TEA functions

New:
· procedure ReplaceColors(const Bmp: TSCARBitmap; const Colors: TIntArray; const NewColor: Integer);
· procedure ReplaceColorsTol(const Bmp: TSCARBitmap; const Colors: TIntArray; const NewColor, Tol: Integer);
· function RandomTIA(const Count, Range: Integer): TIntArray;
· function RandomTIAEx(const Count, Range: Integer; const AllowDuplicates: Boolean): TIntArray;
· procedure OffsetTEA(var TEA: TExtArray; const Offset: Extended);
· function TEAInsert(var TEA: TExtArray; const Index: Integer; const Ext: Extended): Integer;
· function InvertColor(const Color: Integer): Integer;
· TSCARBitmap.Invert
· function SpiralPoint(const Pos: Cardinal): TPoint;
· function SpiralPointEx(const Pos: Cardinal; const Origin: TPoint): TPoint;
SCAR Divi 3.37.02 released Nov 26, 2012 (New Release)
Bugfixes:
· SortTPA(Ex) did not work properly for larger coordinate values
· TPAEquals, TIAEquals and TEAEquals didn't work correctly
SCAR Divi 3.36.00 released Nov 5, 2012 (New Release)
Bugfixes:
· The TEA functions were cut out of the engine
· InputQuery threw an access violation
· 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)

Tweaks:
· procedure MoveMouseEx(const X, Y, MouseSpeed: Integer);
· InvertTPA => ReverseTPA
· I
SCAR Divi 3.35.04 released Oct 4, 2012 (New Release)
Improvements:
· New SQLite3 engine, full SQLite3 support is now available (FOREIGN KEY, VACUUM, ...)
SCAR Divi 3.35.02 released Sep 13, 2012 (New Release)
Bugfixes:
· PregMatch was exported incorrectly
· Distance didn't return a correct value for large input values
· CountBitmap had a tolerance parameter
· StrToTPA caused a stack overflow on big strings
· StrToTPA didn't parse negative values correctly
· All new bitmap search functions skipped bitmaps aligned to the right and bottom of the client area
SCAR Divi 3.34.00 released Jun 4, 2012 (New Release)
Bugfixes:
· TPAUnique and TIAUnique didn't always return a unique array
· Script could not be stopped when paused
· When pausing on a breakpoint the editor showed 2 icons in the gutter instead of 1
· Preprocessor had issues with single characters on a line or between directives
· The filetype filters for the save dialog on the debug and report boxes were broken

Tweaks:
· TPAAppend now returns the index of the appended element
· TIAAppend now returns the index of the appended element
· RewriteFile, AppendFile and OpenFile now throw an error when a file can't be accessed
· SCAR now always uses a dot as decimal separator rather than the localized one

New:
· function TPAEmpty(const TPA: TPointArray): Boolean;
· function TPAInsert(var TPA: TPointArray; const Index: Integer; const Point: TPoint): Integer;
· function TIAEmpty(const TIA: TIntArray): Boolean;
· function TIAMax(const TIA: TIntArray): Integer; (Alias for AMax)
· function TIAMaxEx(const TIA: TIntArray; out Index: Integer): Integ
SCAR Divi 3.33.00 released May 1, 2012 (New Release)
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
SCAR Divi 3.32.01 released Apr 10, 2012 (New Release)
Bug fixes:
· Undo was no longer Ctrl+Y
· Tab no longer indented on multiline selection
· Code completion only worked with clicking
· Small bug in new settingsmanager

Tweaks:
· CTS 3 is now 40% faster
· Opening messages tab when message available now optional
· When opening messages option is enabled, debug will be opened when running with no messages
· TIADelete now throws an error when the Index parameter is out of bounds
Functions updated/improved and ported to new framework:
· FindColor(s)(Tolerance)
· CountColor(Tolerance)
· FindColorCircle(Tolerance)
· FindColorTriangle(Tolerance)
· FindColorSkipCoords(Tolerance)
· SimilarColors
· GetTolerance
· GetClosestColor

· New: Option to clear debug box before compiling

SCAR Divi for Windows 7 - free download notice

Windows 7 Download periodically updates software information of SCAR Divi from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.

Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
Popular Tags
Popular Windows 7 Software
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.