Page 1 of 2 12 LastLast
Results 1 to 25 of 50

Thread: SCAR 3.21 Final Released!

  1. #1
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default SCAR 3.21 Final Released!

    I've released the final version of SCAR 3.21, you can get it here: http://freddy1990.com/scar.php

    Changelog:
    Code:
    SCAR Divi 3.21:
    ---------------
    
    Improvements:
     - Re-did the window selector
     - WriteINI returns False if it wasn't able to access the file
     - Distance now takes even larger values
     - Optimized HSLtoRGB
     - Rewrote SendKeys
     - Rewrote KeyUp and KeyDown
     - New StatChars font
    
    Bugfixes:
     - Updated the font for rs_GetUpText
     - Updated SRL-Forums link
     - Updated SCAR forums link
     - CountBitmap now returns Integer
     - Updated UpChars
     - Updated SmallChars
     - Rightclicking and closing a tab showed different behavior than the toolbar button
     - Resources were not freed as they are when a script finishes when terminating a script by force
     - The TMusic component could only be created once every time SCAR ran, after that it generated an error with code 14
     - Bug in HSL tolerance comparison algorithm
     - ReadInterSCARInteger raised an error when retrieved data wasn't an integer value
     - ReadInterSCARBoolean raised an error when retrieved data wasn't an boolean
     - ReadInterSCARExtended raised an error when retrieved data wasn't an floating point number
     - ReadInterSCARInt64 raised an error when retrieved data wasn't an 64-bit integer value
     - Firewall rules weren't saved in the firewall rules window
     - Issue with code completion and includes
     - MD5FromFile always returned an empty string
     - RBoolEx didn't do what it was supposed to
    
    Additions:
     - Compiler define "SCAR321_UP" (Will remain in all next versions)
     - function Factorial(i: Int64): Int64; (Kept "Fract" for compatibility)
     - function CallProc(ProcName: string; var V: TVariantArray): Variant;
     - Added chars to the rs_GetUpText function
     - Added every remaining available char to the SmallChars font
     - Added new RS font LoginChars
     - fixscar.exe, it will try to fix SCAR when it won't start
     - function GetTolerance(Col1, Col2: Integer): Integer;
     - function GetClosestColor(Color: Integer; Colors: TIntegerArray): Integer;
     - procedure TypeKeys(s: string);
     - function IsNumpadEnabled: Boolean;
     - function IsCapsLockEnabled: Boolean;
     - Added autoloading for FriendChars and LoginChars
     - procedure MoveWindMouseEx(x, y, rx, ry, MouseSpeed: Integer);
     - procedure MoveWindMouse(x, y, rx, ry: Integer);
     - procedure ClickWindMouse(x, y, rx, ry: Integer; Left: Boolean);
     - function GetFileSize(FileName: string): Int64;
     - Added error reporting
     - Added new RS font BigChars
     - procedure DisguiseClient(Caption: string);
     - function GetCursorType: TCursor;
     - Added an automated updater for the fonts
    
    Removed:
     - procedure MoveMouseSpline(x, y, rx, ry: Integer);
     - procedure MoveMouseSplineEx(x, y, rx, ry, mouseSpeed, ctrlSpacing, ctrlVariance: Integer);
     - procedure MoveMouseSplineFrom(sx, sy, ex, ey, rx, ry: Integer);
     - procedure MoveMouseSplineFromEx(sx, sy, ex, ey, rx, ry, mouseSpeed, ctrlSpacing, ctrlVariance: Integer);
     - procedure ClickMouseSpline(x, y, rx, ry: Integer; left: Boolean);
     - Obsolete characterset CharsTrade

  2. #2
    Join Date
    Feb 2006
    Posts
    3,044
    Mentioned
    4 Post(s)
    Quoted
    21 Post(s)

    Default

    Yay! And once again me is Super first poster!
    Good job Freddy and thanks for all work that you have done!
    (Big Cookie For You!)

    ~Home

  3. #3
    Join Date
    Dec 2007
    Location
    Williston, ND
    Posts
    3,106
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    great job, thanks for the updates fred
    Proud owner of "Efferator" my totally boted main account!
    "You see, sometimes, science is not a guess" -Xiaobing Zhou (my past physics professor, with heavy Chinese accent)

  4. #4
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Heh, I especially like my font updater If you remove some characters from a character set and start SCAR, you can see it in action

  5. #5
    Join Date
    Oct 2006
    Location
    United States
    Posts
    672
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  6. #6
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

  7. #7
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    So will there be any more updates on your svn? or should we just get this and wait for scar 4?

  8. #8
    Join Date
    Dec 2006
    Location
    Houston, TX USA
    Posts
    4,791
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Damnit I just finished setting up Alpha...

    Nice work yet again Freddy.

  9. #9
    Join Date
    Sep 2008
    Location
    Adelaide, South Aust
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great job Freddy. Great to see this update. Thanks for all your efforts!!!

  10. #10
    Join Date
    Oct 2006
    Location
    United States
    Posts
    672
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i hate to be the first guy to post a problem, but my fonts dont work again :P. I tried putting ym old fonts folder in, but then keep keeping changed cause of the new feature haha

  11. #11
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by D1zl3 View Post
    i hate to be the first guy to post a problem, but my fonts dont work again :P. I tried putting ym old fonts folder in, but then keep keeping changed cause of the new feature haha
    Works fine for me...

  12. #12
    Join Date
    Oct 2006
    Location
    United States
    Posts
    672
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Freddy1990 View Post
    Works fine for me...
    download
    file -> checkout
    file - > download includes
    tools -> options -> move plugins

    missing anything?

  13. #13
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by D1zl3 View Post
    download
    file -> checkout
    file - > download includes
    tools -> options -> move plugins

    missing anything?
    ???

  14. #14
    Join Date
    Oct 2006
    Location
    United States
    Posts
    672
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  15. #15
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by D1zl3 View Post
    arent those the steps?
    I have no idea what you're trying to tell me...

  16. #16
    Join Date
    Oct 2006
    Location
    United States
    Posts
    672
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  17. #17
    Join Date
    Jul 2009
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey, i think there is a problem with 3.12, or whatever version is the latest, because when i go to run a script it says certain files are missing such as : Include file C:\Program Files\SCAR 3.15\includes\SRL\SRL\skill\woodcutting.scar does not exist. but if i go look for them in the files it says its not, they are there, please help.

  18. #18
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by ahotcougar View Post
    Hey, i think there is a problem with 3.12, or whatever version is the latest, because when i go to run a script it says certain files are missing such as : Include file C:\Program Files\SCAR 3.15\includes\SRL\SRL\skill\woodcutting.scar does not exist. but if i go look for them in the files it says its not, they are there, please help.
    File => Download SRL

    And that's far from the latest version.

  19. #19
    Join Date
    Jul 2009
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Freddy1990 View Post
    File => Download SRL

    And that's far from the latest version.

    yeh sry, lol, i have SCAR Divi 3.21 not 3.12 and when i go to FILE, the only thing that has srl in it is FILE> Update SRL SVN and when i click that a black screen comes up, sits there, and then says Updated SRL SVN to head revision and i did it 3 times in a row, and it still didn't fix anything, could you private msg me a script you use that works, and i can try that, to make sure its not just the script im using? thanks for helping btw.

  20. #20
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by ahotcougar View Post
    yeh sry, lol, i have SCAR Divi 3.21 not 3.12 and when i go to FILE, the only thing that has srl in it is FILE> Update SRL SVN and when i click that a black screen comes up, sits there, and then says Updated SRL SVN to head revision and i did it 3 times in a row, and it still didn't fix anything, could you private msg me a script you use that works, and i can try that, to make sure its not just the script im using? thanks for helping btw.
    I don't use scripts... And the black window doesn't show anything because you're probably on the latest revision. Not sure about your problem, SRL compiled fine for me, though be sure to use the developer svn until #36 is released...

  21. #21
    Join Date
    Jul 2009
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Freddy1990 View Post
    I don't use scripts... And the black window doesn't show anything because you're probably on the latest revision. Not sure about your problem, SRL compiled fine for me, though be sure to use the developer svn until #36 is released...
    could you possibly go on team viewer 4 (computer share, overlook program like thing) and look at it for me, and make sure i have everything right?

  22. #22
    Join Date
    Feb 2009
    Posts
    1,447
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

  23. #23
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by ahotcougar View Post
    could you possibly go on team viewer 4 (computer share, overlook program like thing) and look at it for me, and make sure i have everything right?
    Maybe tomorrow, I need sleep now

  24. #24
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    pft, not even a thank you.

    Nice job.

    Now, recompile the pascalscript for 3.15b NAO.

    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  25. #25
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Nice job.

    Some nice new additions I'm looking forward to using

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •