What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Status
Not open for further replies.

pushedx

Well-Known Member
Joined
Sep 24, 2013
Messages
4,252
This is just an early heads up for anyone that sees it that the next Beta/Release will update several libraries used in the bot. This may or may not cause issues for some people updating, so if you run into any issues, please download a clean copy of the bot and copy your settings over. Since plugins load from source, most should not be affected.

The next set of patch notes for Beta for this patch are as follows:
  • Loki.Common.ScriptManager updated with modernization changes.
    • Initialize now registers types in their entirety by name. Before, only public static methods were registered into the global namespace. This means most existing Python code will break. This is because methods must now be accessed though their type. For example, MyMethod used to be valid, but now must be MyType.MyMethod.
    • Properties are now supported, before they were not. Extensions should continue to work like before.
  • HelixToolkit updated to 2015.1.657 from 2015.1.503
  • IronPython updated to 2.7.5 from 2.7.1
  • MahApps.Metro updated to 1.2.0 from 1.1.2
  • Newtonsoft.Json updated to 8.0.2 from 7.0.1
Our IronPython library was 3 years out of date, and since future plans include making use of it, now is a good time to go ahead and get it updated. Newtonsoft and MahApps both had major end of the year updates, and we're almost a year behind on Helix, so we'll get this out of the way now so we don't have to mess with it later.
 
Status
Not open for further replies.
Back
Top