1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

v2.4.10 - Scrolling!

Discussion in 'Announcements' started by Party, Jan 21, 2017.

  1. Party

    Party Client Developer

    Joined:
    Oct 12, 2015
    Messages:
    3,708
    Likes Received:
    1,606
    Hybrid
    GameEvents

    • Shuffled around GameEvents, most game-specific GamEvents have been deprecated and moved into GameEvents.Universal.
    Camera
    • Optimised Camera performance and made it more thread safe
    Bank
    • Both OSRS and RS3 Bank classes will now open the first (if needed) before depositing/withdrawing any items.
    • Added Bank.getCurrentTab() & Bank.openFirstTab() so Authors can correctly open the primary bank tab before querying for items etc.
    Interaction
    • Fixed a bug where scrolling to an InterfaceComponent/SpriteItem would still try to interact even if the scrolling was unsuccessful/not yet complete.
    Interfaces
    • New scrolling logic has been implemented to improve performance better mimic the scrolling actions of a legitimate player.
    Coordinate
    • Optimised minimap visibility queries.
    Varbit
    • Added VarbitEvent#getChange()
    OSRS
    ChatDialog
    • Massive performance upgrade when calling ChatDialog.getOptions(). This has a knock-on effect for all ChatDialog option methods.
    Prayer
    • Added support to set Quick-prayers via Prayer.setQuickPrayers().
    • Other Prayer API calls will now detect if Quick-prayer selection is open and close it.
    Banking
    • Fixed a bug which caused Withdraw-X interaction to fail.
    RS3
    GameEvents
    • Expanded and organised RS3 Interface Closer.
    • Improved handling of Grim reaper death event, especially on first death.
     
    #1 Party, Jan 21, 2017
    Last edited: Jan 21, 2017
    auxi, Derk, MaskedMouse and 7 others like this.
  2. Geashaw

    Joined:
    Jan 8, 2015
    Messages:
    1,429
    Likes Received:
    252
    Awesome work, this one sounds like a pretty massive overhaul!
     
  3. mariogp

    Joined:
    Oct 15, 2014
    Messages:
    235
    Likes Received:
    88
    Yes very nice update! Thank you so much for both Fridays and Yesterdays updates and cheers to the first two updates of 2017!
     
  4. proxi

    proxi s̶c̶r̶i̶p̶t̶ bot*

    Joined:
    Aug 23, 2015
    Messages:
    2,223
    Likes Received:
    501
    @Party could you go into detail on how the scrolling works? Possibly provide an example? I didn't see anything in the documentation for interface scrolling. Thanks! :)
     
  5. mariogp

    Joined:
    Oct 15, 2014
    Messages:
    235
    Likes Received:
    88
    I see it scrolling I believe when it is picking a world while world hoping. After this update, I may be crazy but it apears to scroll up and down and select a world much more smoothly and less drastic movements like before. This is what I have experienced anyhow and I hope a lot mining addy
     
  6. proxi

    proxi s̶c̶r̶i̶p̶t̶ bot*

    Joined:
    Aug 23, 2015
    Messages:
    2,223
    Likes Received:
    501
    Oh... it's not for bot developers? Like a container.scrollTo(component)?
     
  7. mariogp

    Joined:
    Oct 15, 2014
    Messages:
    235
    Likes Received:
    88
    Probally is and the smoothness is all in my head lmao, But I do know after the updates it works real good where as before it was'nt hoping right.
     
  8. Party

    Party Client Developer

    Joined:
    Oct 12, 2015
    Messages:
    3,708
    Likes Received:
    1,606
    Interfaces class in jdocs
    --- Double Post Merged, Jan 22, 2017, Original Post Date: Jan 22, 2017 ---
    It's not in your head, I put a lot of work into it :p
     
  9. mariogp

    Joined:
    Oct 15, 2014
    Messages:
    235
    Likes Received:
    88
    Haha wonderful, well it clearly doesn't go with out notice to me! I dig it
     
  10. proxi

    proxi s̶c̶r̶i̶p̶t̶ bot*

    Joined:
    Aug 23, 2015
    Messages:
    2,223
    Likes Received:
    501
    You sir, are a legend.
     

Share This Page

Loading...