Results 1 to 5 of 5

Thread: [Release] SCAR Divi 3.25.07

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

    Default [Release] SCAR Divi 3.25.07

    I've released SCAR 3.25.07, I'm going to be posting release topics on here more often for people who don't visit my forums (often). Since I didn't post a release on here since 3.25 final, here's the changelog since:

    Code:
    SCAR Divi 3.25.07:
    ------------------
    
    Improvements:
     - Removed manual and added link to the new online manual
    
    Bugfixes:
     - FixR didn't work correctly
     - CreateMirroredBitmap didn't work correctly
     - Changed PPoint.R and PPoint.T to Double
     - TCP connections didn't work properly
     - GetRawHeaders didn't work correctly
     - FindWindow didn't return false if failed
     - StrToFloatDef had issues with localization
    
    SCAR Divi 3.25.06:
    ------------------
    
    Bugfixes:
     - SCAR dumped temp folders in the recycle bin
     - ReadINI didn't check for empty section/key
     - Hotkeys weren't saved when changed
    
    SCAR Divi 3.25.05:
    ------------------
    
    Improvements:
     - Improved resource manager
     - Improved firewall system
    
    Bugfixes:
     - The firewall did not recognize the svn protocol
     - The improved error reports could cause errors in some circumstances
     - Memory leaks
     - GetPage caused errors when closing SCAR
    
    SCAR Divi 3.25.04:
    ------------------
    
    Improvements:
     - Added extra useful information to error reports
    
    Bugfixes:
     - Small memory leak in the plugin system
     - Resources weren't freed after script execution due to threading paradox
    
    SCAR Divi 3.25.03:
    ------------------
    
    Improvements:
     - Automated updating of client position for selected windows
    
    Bugfixes:
     - The caret position was not displayed on the status bar
     - Only keeping 25 selected windows in the history now
    
    SCAR Divi 3.25.02:
    ------------------
    
    Improvements:
     - Efficiency tweaks in the core library
     - SaveScreenshot now supports the PNG option
    
    Bugfixes:
     - Dialog had caption and title switched
     - File association was broken
    
    SCAR Divi 3.25.01:
    ------------------
    
    Improvements:
     - New installer icon
     - Disabling IDE alerts no longer disables update alerts
     - Update alerts can now be disabled separately
    
    Bugfixes:
     - Socket error when checking for updates without a connection
     - File change detection did not stop after pressing no
     - A special case wasn't handled in the form designer causing a crash when generating a script from the form
     - File association in SCAR did not set the scripts icon properly
    SCAR Divi 3.25.07 amongst some bugfixes now replaces the old manual with the new online manual which already has over 300 functions documented, all including an example. (http://wiki.scar-divi.com/)

  2. #2
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    I really like the documentation
    Cool .gif animation in the upper right of the FindColor functions

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

    Default

    Quote Originally Posted by Zyt3x View Post
    I really like the documentation
    Cool .gif animation in the upper right of the FindColor functions
    Thanks, not all functions will get a gif image as some things are really hard to create a clear image for that shows the exact working of the function and it also takes quite a lot of work to create them, but I might still add ones later for those.

  4. #4
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    what does this do: FindWindow.. Is that like the one in c++ where it finds a window and returns the handle to it so that u can set window parent?
    I am Ggzz..
    Hackintosher

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

    Default

    Quote Originally Posted by ggzz View Post
    what does this do: FindWindow.. Is that like the one in c++ where it finds a window and returns the handle to it so that u can set window parent?
    It uses FindWindow internally, but rather than retuning the handle it sets the found window as selected client. It's not really a good system, but I keep it that way for backwards compatibility.

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
  •