FHannes Posted October 28, 2012 Share Posted October 28, 2012 With this RC release of SCAR Divi 3.36, there will be no more additions to the code other than bugfixes before the final release on tuesday/wednesday. Currently the new color tools still misbehave on occasion, but this should be resolved before the final release. 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 - InputQuery threw an access violation - [#120] 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) 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 - Holding Ctrl while picking a color lets you pick another one - You can now change the order of open script tabs by dragging them Enjoy ~Freddy Quote Link to comment Share on other sites More sharing options...
LordJashin Posted October 29, 2012 Share Posted October 29, 2012 - Holding Ctrl while picking a color lets you pick another one - You can now change the order of open script tabs by dragging them Yeah I remember the tab dragging never worked. Awesome! I always liked the thing you made for picking colors and bitmaps. It must've taken a long time to make. Bout as long as when I did that TPAGod thing. Still have to get back to that at some point... Quote Link to comment Share on other sites More sharing options...
FHannes Posted October 29, 2012 Author Share Posted October 29, 2012 Yeah I remember the tab dragging never worked. Awesome! I always liked the thing you made for picking colors and bitmaps. It must've taken a long time to make. Bout as long as when I did that TPAGod thing. Still have to get back to that at some point... Isn't that hard really... Tab dragging worked before 3.25, but then I switched to a different tab control, which didn't work the same way the other one did, so I ended up not implementing it at that time, and I kind of forgot about it. Quote Link to comment Share on other sites More sharing options...