FHannes Posted September 19, 2011 Share Posted September 19, 2011 As promised I've released the final build of SCAR Divi 3.27. This version does not contain many big changes, mostly behind the scenes changes to increase stability and some other thing. Some new functions and such have been included. I've also recorded a video review of the changes which you can view by clicking . Changelog: Bugfixes: - TPAChain and TPAChainEx did not always return the correct result - LastPos and LastPosEx did not work properly 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; const Offset: Integer): Integer; Enjoy ~Freddy Quote Link to comment Share on other sites More sharing options...
Janilabo Posted September 19, 2011 Share Posted September 19, 2011 Nice release! Thanks Freddy. Good work! Also, really nice to see, that you have started making quality videos about SCAR to YouTube, keep em coming! Just watched couple tutorials and that video about SCAR Divi 3.27 changes. Woooohh. -Jani Quote Link to comment Share on other sites More sharing options...
Wanted Posted September 19, 2011 Share Posted September 19, 2011 Works great man, good job. Quote Link to comment Share on other sites More sharing options...
Neron Posted September 19, 2011 Share Posted September 19, 2011 I have a problem with 2.26 and2.27 releas.I always get: invalid floating point operation. It appear when i load bitmaps to memory. 2.25.xx work ok. Actualy i noticed the error is when program load 9th bitmap from string.... Quote Link to comment Share on other sites More sharing options...
Janilabo Posted September 19, 2011 Share Posted September 19, 2011 Neron, make a bug report about that to Mantis Bugtracker, so I am sure Freddy will check it out as soon as possible.. Not that he doesn't see it from here, but it's a good thing to report the bugs (and also suggest new features) to Mantis.. Also, I think you are talking about version 3? (3.26, 3.27) -Jani Quote Link to comment Share on other sites More sharing options...
Neron Posted September 19, 2011 Share Posted September 19, 2011 Neron, make a bug report about that to Mantis Bugtracker, so I am sure Freddy will check it out as soon as possible.. Not that he doesn't see it from here, but it's a good thing to report the bugs (and also suggest new features) to Mantis.. Also, I think you are talking about version 3? (3.26, 3.27) -Jani yes 3. I will report to Mantis. Quote Link to comment Share on other sites More sharing options...
FHannes Posted September 19, 2011 Author Share Posted September 19, 2011 Neron, make sure you provide an example. Quote Link to comment Share on other sites More sharing options...
Jakkle Posted September 19, 2011 Share Posted September 19, 2011 Well done freddy, keep up the good work Quote Link to comment Share on other sites More sharing options...
Neron Posted September 21, 2011 Share Posted September 21, 2011 Neron, make sure you provide an example. must i create new account for mantis? Quote Link to comment Share on other sites More sharing options...
FHannes Posted September 21, 2011 Author Share Posted September 21, 2011 Neron, make sure you provide an example. must i create new account for mantis? Yes, mantis requires a separated account. Quote Link to comment Share on other sites More sharing options...
Neron Posted October 7, 2011 Share Posted October 7, 2011 find problem: function floor [scar] repeat writeln(Floor(random(100)/(random(100)+1))); wait(100); until(false); [/sCAR] Script si looping 4-5 times then stop or invalid floating point ... Quote Link to comment Share on other sites More sharing options...
FHannes Posted October 7, 2011 Author Share Posted October 7, 2011 I'll look into it, please use the bugtracker though. Quote Link to comment Share on other sites More sharing options...