Sythe.Org Forums     Register     FAQ     Members List     Calendar     Mark Forums Read    
 
Sythe.Org Forums  
   Runescape Gold

Sythe.org — A Virtual Goods Trading Hub

Make real cash! buying and selling in-game items.

We have a no-scam policy.

You can make thousands playing your favourite games here at Sythe.org.

Just sign up an account and follow the rules!


Take me to

Runescape Markets

Other Game Markets

Support Center

Register an Account

Close
SCAR Divi 3.28 Final
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 11-03-2011, 11:41 PM
Active Member
 
Join Date: Jul 2005
Location: Belgium
Posts: 149
Send a message via AIM to freddy1990 Send a message via MSN to freddy1990
Default 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/showthre...ivi-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);
__________________

Last edited by freddy1990 : 11-03-2011 at 11:42 PM.
Reply With Quote
  #2  
Old 11-04-2011, 01:42 AM
Apprentice
 
Join Date: Nov 2007
Posts: 734
Default Re: SCAR Divi 3.28 Final

Thanks Freddy
Reply With Quote
  #3  
Old 11-04-2011, 10:41 AM
Apprentice
 
Join Date: Jan 2011
Location: Under your bed
Posts: 651
Send a message via MSN to Decoda117 Send a message via Skype™ to Decoda117
Default Re: SCAR Divi 3.28 Final

Thanks freddy , keep it up
Reply With Quote
  #4  
Old 11-27-2011, 07:58 AM
pked u's Avatar
Active Member
 
Join Date: Feb 2008
Posts: 112
Default Re: SCAR Divi 3.28 Final

thanks very interested in this!
Reply With Quote
  #5  
Old 11-27-2011, 01:04 PM
Active Member
 
Join Date: Mar 2011
Posts: 153
Default Re: SCAR Divi 3.28 Final

Thanks fred =)
Reply With Quote
Reply



Cheap RS Gold Store  Runescape Gold

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

All times are GMT +1. The time now is 10:27 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.6.1