FHannes Posted October 17, 2012 Share Posted October 17, 2012 Finally, the Beta version of SCAR Divi 3.36. If the scheduled include system is not ready in time, this version will be released without the new include system, which would be pushed to 3.37. Regular: http://svn.scar-divi.com/scar/ Portable: http://svn.scar-divi.com/scar_portable/ Setup instructions: http://forums.scar-divi.com/showthread.php?505-Downloading-SCAR-Divi-Prerelease Changelog: Bugfixes: - The TEA functions were cut out of the engine 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; Improvements: - procedure MoveMouseEx(const X, Y, MouseSpeed: Integer); - InvertTPA => ReverseTPA - InvertTIA => ReverseTIA - InvertATPA => ReverseATPA - Default mousespeed changed from 25 to 20 - Huge performance improvements for TPAUnique, TPAFilterPoints, TPAInTPA, TIAUnique, TIAInTIA, TEAUnique and TEAInTEA - Tweaked ReverseTPA, ReverseATPA and ReverseTIA Enjoy ~Freddy Quote Link to comment Share on other sites More sharing options...
clickhere Posted October 17, 2012 Share Posted October 17, 2012 Wait...so has there been 335 previous versions of SCAR? Quote Link to comment Share on other sites More sharing options...
LordJashin Posted October 17, 2012 Share Posted October 17, 2012 function Odd(const Value: Int64): Boolean;function Even(const Value: Int64): Boolean; Now I can put an ifdef around them in OSI. Awesome! I bet those functions are Freddy optimized now! But hopefully Janilabo's problems with some of the functions will be gone. I think he had some problems. Quote Link to comment Share on other sites More sharing options...
FHannes Posted October 18, 2012 Author Share Posted October 18, 2012 Now I can put an ifdef around them in OSI. Awesome! I bet those functions are Freddy optimized now! But hopefully Janilabo's problems with some of the functions will be gone. I think he had some problems. They use Delphi's Odd Quote Link to comment Share on other sites More sharing options...
BryceTheCoder Posted October 18, 2012 Share Posted October 18, 2012 Wait...so has there been 335 previous versions of SCAR? to answer ur question, yes i believe so. Freddy is a busy boy:P Scar isnt great as it is today from just like 2 updates.. took along time. Quote Link to comment Share on other sites More sharing options...
shadowrecon Posted October 18, 2012 Share Posted October 18, 2012 Very nice, one step closer to having an awesome includes system! I really like the way you setup SCAR Services. Quote Link to comment Share on other sites More sharing options...