FHannes Posted September 17, 2011 Share Posted September 17, 2011 (edited) SCAR Divi 3.27 should have reached the final build yesterday, but some issues arose that I wanted to fix first to make sure the final build is stable enough. These issues are now resolved, so I'm uploading the RC version now. The final version will be released tomorrow after I push through a final bugfix for a function in the core library. No more features will be added/removed before the final build. Regular: http://svn.scar-divi.com/scar/ Portable: http://svn.scar-divi.com/scar_portable/ Changelog: Bugfixes: - TPAChain and TPAChainEx did not always return the correct result Improvements: - Some noob-proofing - Tweaked parts of the core library - Additional stability - Settings manager was overhauled Additions: - Shortkey for the bitmap picker - SCAR327_UP directive - Deprecated keyword for regular functions - Icons for bottom tabs (lamp icon for messages lights up when messages are available) - function SplitTPA(const TPA: TPointArray; const Dist: Integer): T2DPointArray; (Alias for TPAChain) - function SplitTPAEx(const TPA: TPointArray; const XMax, YMax: Integer): T2DPointArray; (Alias for TPAChainEx) - T2DBoxArray = array of TBoxArray; - TIntArray = array of Integer; - function LastDelimiter(const Delimiters, Str: AnsiString): Integer; - function FindDelimiter(const Delimiters, Str: AnsiString): Integer; - function FindDelimiterEx(const Delimiters, Str: AnsiString; StartPos: Integer): Integer; Enjoy the release ~Freddy Edited October 27, 2011 by Freddy Quote Link to comment Share on other sites More sharing options...