SCAR Divi 3.28 Final

Discussion in 'Scar/Simba General Discussion' started by freddy1990, Nov 3, 2011.

SCAR Divi 3.28 Final
  1. Unread #1 - Nov 3, 2011 at 7:41 PM
  2. freddy1990
    Joined:
    Jul 1, 2005
    Posts:
    149
    Referrals:
    1
    Sythe Gold:
    0

    freddy1990 Active Member

    SCAR Divi 3.28 Final

    I've released SCAR Divi 3.28 Final, this release boast tons and tons of new functions, most of which are documented in the SCAR Divi Manual.

    You can find the official release topic here: http://forums.scar-divi.com/showthread.php?275-SCAR-Divi-3.28-Final

    You can download the new release here: http://www.scar-divi.com/?page=download

    Changelog:
    Code:
    Bugfixes:
     - Define not closed on code completion error
     - Loading toolbar positions could throw an error
     - GetCursorType was not working properly
     - TPAGroup(Ex) duplicated every first entry
     - A bug in Floor/Ceil introduced in 3.26 [Mantis:0000029]
     - GroupTPA(Ex) didn't perform it's intended task
     - ISM API was broken
     - Internal bug could cause SCAR to get stuck in the memory for a while after closing
     - Workaround for occasional error on closing
     - DebugBitmap did not resize the debugwindow
    
    Improvements:
     - Dock positions are no longer saved
     - TPARemove is now an alias of TPARemovePoint, TPADelete is now the original TPARemove
     - Revamped SendKeysWait
    
    Additions:
     - function Ln(const X: Extended): Extended;
     - function Gauss(const x, Mean, Variance: Extended): Extended;
     - function RandG(const Variance: Extended): Extended;
     - function RandomG(const Range: Integer; const Variance: Extended): Integer;
     - function RandomRangeG(const AFrom, ATo: Integer; const Variance: Extended): Integer;
     - function RndCirclePoint(const mx, my, r: Integer): TPoint;
     - function RndCirclePointG(const mx, my, r: Integer; const Variance: Extended): TPoint;
     - function RndBoxPoint(const b: TBox): TPoint;
     - function RndBoxPointG(const b: TBox; const Variance: Extended): TPoint;
     - function GroupTPA(const TPA: TPointArray; const Dist: Integer): T2DPointArray; (Alias: TPAGroup)
     - function GroupTPAEx(const TPA: TPointArray; const XMax, YMax: Integer): T2DPointArray; (Alias: TPAGroupEx)
     - procedure OffsetTPA(var TPA: TPointArray; const XOffset, YOffset: Integer);
     - function RandomTPA(const Count, XRange, YRange: Integer): TPointArray; (Alias: TPARandom)
     - procedure SortTPA(var TPA: TPointArray); (Alias: TPASort)
     - procedure SortTPAEx(var TPA: TPointArray; const Point: TPoint); (Alias: TPASortEx)
     - function CopyTPA(const TPA: TPointArray): TPointArray;
     - function CopyTPAEx(const TPA: TPointArray; const Index, Count: Integer): TPointArray;
     - procedure SortATPABySize(var ATPA: T2DPointArray); (Alias: ATPASortBySize)
     - function TPAInTPARel(const TPA1, TPA2: TPointArray): Boolean;
     - function MergeATPA(const ATPA: T2DPointArray): TPointArray;
     - procedure TPAAppend(var TPA: TPointArray; const Point: TPoint);
     - function TPAInTPARelEx(const TPA1, TPA2: TPointArray; var TPAFound: TPointArray): Boolean;
     - function TIAInTIA(const TIA1, TIA2: TIntArray): Boolean;
     - procedure TIARange(const TIA: TIntArray; out Lo, Hi: Integer);
     - procedure InvertTIA(var TIA: TIntArray);
     - function CombineTIA(const TIA1, TIA2: TIntArray): TIntArray;
     - function TIAToStr(const TIA: TIntArray): AnsiString;
     - function StrToTIA(const Str: AnsiString): TIntArray;
     - procedure TIAUnique(var TIA: TIntArray);
     - function ATPABounds(const ATPA: T2DPointArray): TBox;
     - procedure ATPADimensions(const ATPA: T2DPointArray; out Width, Height: Integer);
     - function ATPAArea(const ATPA: T2DPointArray): Integer;
     - function ATPADensity(const ATPA: T2DPointArray): Extended;
     - function MergeATIA(const ATIA: T2DIntArray): TIntArray;
     - procedure SortTIA(var TIA: TIntArray);
     - procedure SortTIAEx(var TIA: TIntArray; const Int: Integer);
     - procedure SortATIABySize(var ATIA: T2DIntArray);
     - procedure InvertATPA(var ATPA: T2DPointArray);
     - procedure SortATPA(var ATPA: T2DPointArray);
     - procedure SortATPAEx(var ATPA: T2DPointArray; const Point: TPoint);
     - procedure SortATPAByMiddleEx(var ATPA: T2DPointArray; const Point: TPoint);
     - procedure SortATPAByMiddle(var ATPA: T2DPointArray);
     - function TIAContains(const TIA: TIntArray; const Int: Integer): Boolean;
     - function TIAPos(const TIA: TIntArray; const Int: Integer): Integer;
     - function TIAPosEx(const TIA: TIntArray; const Int, From: Integer): Integer;
     - procedure SortATPAByFirstEx(var ATPA: T2DPointArray; const Point: TPoint);
     - procedure SortATPAByFirst(var ATPA: T2DPointArray);
     - procedure TPAUnique(var TPA: TPointArray); (Alias: TPARemoveDupl)
     - procedure TPARemoveEx(var TPA: TPointArray; const Point: TPoint; const All: Boolean); (Alias: TPARemoveEx)
     - function TIADelete(var TIA: TIntArray; const Index: Integer): Integer;
     - procedure TIAAppend(var TIA: TIntArray; const Int: Integer);
     - function TIASum(const TIA: TIntArray): Integer;
     - procedure OffsetATPA(var ATPA: T2DPointArray; const XOffset, YOffset: Integer);
     - procedure TIARemoveEx(var TIA: TIntArray; const Int: Integer; const All: Boolean);
     - procedure TIARemove(var TIA: TIntArray; const Int: Integer);
     - function TIAIntersect(const TIA1, TIA2: TIntArray): TIntArray;
     - Clear history menu button for color history
     - function AppendFile(Path: AnsiString; const Shared: Boolean): Integer;
     - procedure TPAExtractBoxes(var TPA: TPointArray; const Boxes: TBoxArray);
     - procedure TPAExtractPie(var TPA: TPointArray; const Center: TPoint; const RMin, RMax, AStart, AEnd: Extended);
     - procedure TPAFilterPie(var TPA: TPointArray; const Center: TPoint; const RMin, RMax, AStart, AEnd: Extended);
     - procedure RotatePoint(var Point: TPoint; const Center: TPoint; const Angle: Extended);
     - procedure RotateTPA(const TPA: TPointArray; const Center: TPoint; const Angle: Extended);
     
  3. Unread #2 - Nov 3, 2011 at 9:42 PM
  4. Veni
    Joined:
    Nov 8, 2007
    Posts:
    802
    Referrals:
    0
    Sythe Gold:
    420
    Two Factor Authentication User

    Veni Formerly known as Autorrent
    $200 USD Donor New

    SCAR Divi 3.28 Final

    Thanks Freddy :D
     
  5. Unread #3 - Nov 4, 2011 at 6:41 AM
  6. Decoda117
    Joined:
    Jan 14, 2011
    Posts:
    650
    Referrals:
    2
    Sythe Gold:
    0

    Decoda117 Apprentice
    Banned

    SCAR Divi 3.28 Final

    Thanks freddy :D , keep it up
     
  7. Unread #4 - Nov 27, 2011 at 2:58 AM
  8. pked u
    Joined:
    Feb 1, 2008
    Posts:
    147
    Referrals:
    1
    Sythe Gold:
    0

    pked u Active Member
    Banned

    SCAR Divi 3.28 Final

    thanks very interested in this!
     
  9. Unread #5 - Nov 27, 2011 at 8:04 AM
  10. honko
    Joined:
    Mar 3, 2011
    Posts:
    153
    Referrals:
    1
    Sythe Gold:
    0

    honko Active Member
    Banned

    SCAR Divi 3.28 Final

    Thanks fred =)
     
< SCAR Divi 3.29 Final | Promo: Buy Any 3 Of Our Products And Get 1 For Free With Free Shipping >

Users viewing this thread
1 guest


 
 
Adblock breaks this site