Sounds good @Charlie
Any fix for, the Error when clicking Find Publishing Contracts?
Yet?
List of mods currently activated
I think @alphabit uploaded the version with the fix for that yesterday, have you got the latest version of the Lib?
1.0.2 correct? i link my mods its listed.
Please download the UL again, as it has been published yesterday (or today, depending on the time zone) as 1.0.2 Update 2 version. That shouldnāt happen after that.
Cheers
New screenshots of UME 0.2.0 (under development):
- New āCanResearchā criteria designer will allow creating more complex conditions for defining if a research can be researched
<img src=ā/uploads/default/1884/f1864837d7d8470c.pngā ">
When is the new UME planned to be released?
And
Will you be able to add platforms?
@Tyler_Moore Sorry, but I canāt tell you an exact date. Itās ready when itās finished So stay tuned and watch out how UME is progressing. Atm Iām writing a quite complex control (as you can see) which will allow to easily add complex criterias to researches. What I can say for sure is that Lab Researches will be available and maybe the special researches, too. For platforms I still donāt know, since I need to implement at least platform notifications for them to fully work. So, letās see
One of the new features of UltimateLib is the support for version check of your module.
ATM it only supports GitHub, althought it uses the regular package.json of the GDT Mods.
So a mod writer can now, if he wants, check at the beginning of the code if thereās a new version available, which will be shown as seen in the screenshot.
##Edit##
The update notification layer has now a close and a browse to url button implemented.
So if the package.json is maintained correctly, one could browse to the url where he can the download the latest version.
Both buttons will close the notification. If other update notifications are available, they are underneath each other.
The following new APIās will be available for this feature:
UltimateLib.Update.getLatestVersionAvailable(user, repo, branch, dir);
UltimateLib.Update.hasNewerVersion(user, repo, branch, dir);
UltimateLib.Update.notifyIfNewerVersion(user, repo, branch, dir);
branch and dir are optional arguments and they default to āmasterā and āā
Example:
UltimateLib.Update.notifyIfNewerVersion(āuser_fooā, āsupermod-repoā, āmasterā, āSuperModā);
That is cool! good job!
Any beta testing slots still open?
Itās closed
##Development News##
Being not fully satisfied on how the documentation was created and displayed, we switched to yuidoc using node.js for doing a much nicer and more extendable documentation.
Hereās a first impression on the documentation that will come up with the 1.1.0 version.
UltimateLib Version 1.1.0 released
Weāve done a major update to the UltimateLib. Although some bigger update will follow, every future update will be notified automatically using the new Update class which is part of this new release.
One of the big changes is the complete switch to yuidoc for documentation.
This means that the documentation was also updated.
Further updates are related to the website, where some small changes have been done.
We encourage you to update to the latest UltimateLib as it fixes errors that could make problems with other modules like InfoStatsMod.
Hey, what is the difference between notifications and popup menus
Psst its a secret, he is Bill Gates
finding it hard to follow the ultimatelib documentation for popup menus