-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Repository Manager #2850
Repository Manager #2850
Conversation
a9d2a0a
to
688b4ef
Compare
5c47835
to
344550d
Compare
Wow looks great. I guess it is safe to assume that except for just 3 things (that are GPLed in https://github.com/RigsOfRods/content repo), all else has no license what-so-ever right? Meaning anybody can only download it and use in RoR right? |
We will add this info in the panel
Just noticed, great respect! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed a few details I noticed and I think it's perfect now.
welp now its off for me, both speed and remaining time my connection's max download speed in ~2MB/sec, here is how curl does it https://github.com/curl/curl/blob/master/lib/progress.c#L389 maybe we should just remove speed and leave only downloaded MB of full filesize MB + a better remaining time and call it a day |
Thanks for the CURL link, I took another shot and I'm pretty confident it works right now. In both cases I coded & tested using jumpy wi-fi on train :)
Agreed. If you're still not happy with it, just erase my commit or do whatever edit you like, then merge this. |
Yep, still problems with it. Lets go KISS |
wheres the download |
|
An in game repository manager, thanks to the new upcoming API provided by @Zentro and the help of @only-a-ptr. Three view modes are available, categories, searching, sorting and the basic functionality of installing/updating and removing mods, in the
mods
folder.Limitations
Currently the panel will detect/(re)install/update/remove mods only in the
mods
directory. We may refine in the future.Closes #2450
Closes #229