SCAR Divi Portable full changelog
SCAR Divi Portable 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)
-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 Portable 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);
· 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 Portable 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;
· 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 Portable 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
· SortTPA(Ex) did not work properly for larger coordinate values
· TPAEquals, TIAEquals and TEAEquals didn't work correctly
SCAR Divi Portable 3.37.00
released Nov 22, 2012 (New Release)
Bugfixes:
· Double clicking on a form element in the form designer will no longer assign an event internally
· SCAR process sometimes did not terminate
· Some selection features in color tools did not work properly
· Dragging color tools items from/to stored colors sometimes lagged or froze SCAR
· Small memory leak when loading png images
· The new FindColor(s)SpiralTol(Ex) and FindColor(s)TPATol(Ex) functions did not return the correct results
· Menu in DTM editor was detachable
· GetCurrentKeyState and GetToggleKeyState did not function correctly for TSCARWindowClient
· Some system colors were imported incorrectly
· Several dialog functions were malfunctioning
· TSCARBitmap.DC changed when TSCARBitmap.Flip() ot TSCARBitmap.Rotate() were called
· TSCARBitmap.LoadFromStr set the entire bitmap to transparent
· Error in firewall config when adding a rule
· Picked colors were added in reverse to the list
· Switching tabs in form designer didn't update the property editor
· Double clicking on a form element in the form designer will no longer assign an event internally
· SCAR process sometimes did not terminate
· Some selection features in color tools did not work properly
· Dragging color tools items from/to stored colors sometimes lagged or froze SCAR
· Small memory leak when loading png images
· The new FindColor(s)SpiralTol(Ex) and FindColor(s)TPATol(Ex) functions did not return the correct results
· Menu in DTM editor was detachable
· GetCurrentKeyState and GetToggleKeyState did not function correctly for TSCARWindowClient
· Some system colors were imported incorrectly
· Several dialog functions were malfunctioning
· TSCARBitmap.DC changed when TSCARBitmap.Flip() ot TSCARBitmap.Rotate() were called
· TSCARBitmap.LoadFromStr set the entire bitmap to transparent
· Error in firewall config when adding a rule
· Picked colors were added in reverse to the list
· Switching tabs in form designer didn't update the property editor
SCAR Divi Portable 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
· 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 Portable 3.35.04
released Oct 4, 2012 (New Release)
Improvements:
· New SQLite3 engine, full SQLite3 support is now available (FOREIGN KEY, VACUUM, ...)
· New SQLite3 engine, full SQLite3 support is now available (FOREIGN KEY, VACUUM, ...)
SCAR Divi Portable 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
· 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 Portable 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
· 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 Portable 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
· 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 Portable for Windows 7 - free download notice
Windows 7 Download periodically updates software information of SCAR Divi Portable from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
MacX DVD Ripper Pro
50% Off -
MacX DVD Video Converter
58% Off -
MacX Video Converter Pro
56% Off -
Media Player Morpher
85% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each 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
- Qt 6.8.1
- Simply Fortran 3.38 Build 4350
- Open Fortran Parser 0.8.3
- Code::Blocks forMac OS X 20.03 Build Apr 3 20
- Agena 4.2.6
- Python 3.12.4
- wxDEV-C++ 4.9.9.2
- PythonCard 0.8.2
- GoBug 2.03.01
- tIDE 2.72
- FreeBasic for Windows (x64 bit) 1.10.1
- FreeBasic for Windows 1.10.1
- Sikuli X 1.0.1
- BI xPress 2.1.0 R30550
- go.pc 1.23.0
- Portable Sikuli X 1.0 RC3
- Hakaya Studio 3.5.0.0 RC
- Wing IDE Professional 10.0.4.0
- Wing IDE Personal 10.0.4.0
- Code::Blocks for Windows 20.03 Build Apr 3 20
Popular Tags
coding language
compiler
versatile
pascal
java
free
interface
cross-platform
exe
environment
decompiler
basic
visual basic
user-friendly
debugger
compile
software
tools
ide
application
basic language
development
programming language
programming
windows 7
efficient
customizable
open-source
language
windows
Popular Windows 7 Software
- Qt 6.8.1
- Simply Fortran 3.38 Build 4350
- Turbo C++ 3.0
- Free OCR C# 2022.8.7804
- StrokeScribe 5.2.12.0
- C# QR Barcode Reader 2021.11
- ExamDiff Pro 15.0.1.24
- Open Fortran Parser 0.8.3
- Portable RJ TextEd 4.15
- Turbo Pascal 7.0
- PILS 0.4.0
- DOSBox 0.74.3
- jPDFImages 2021R1
- All-In-One Cufon 1.1.1
- dotConnect for MySQL Professional 9.3.104
© 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.