![]() |
LDForge - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html) +--- Forum: Parts Author Tools (https://forums.ldraw.org/forum-24.html) +--- Thread: LDForge (/thread-13858.html) |
LDForge - Santeri Piippo - 2014-09-07 After over 1 year of development, a beta build of LDForge 0.3 is out with massive changes and improvements. Release highlights:
Note that this is beta-quality software and has not yet recieved complete exhaustive testing (i.e. I gotta get that kolhii stick done). This means, don't use in production work lest you risk a crash eating your work! I decided to post this after I managed to finally squish the nasty showstopper bugs. I'm thinking about just making the release 1.0 at this point. Re: [0.3-140907-0115] LDForge - Tha beta is out - Stan Isachenko - 2014-09-07 I can't run this app. It requires some libraries, can you tell wich one? Re: [0.3-140907-0115] LDForge - Tha beta is out - Santeri Piippo - 2014-09-07 All of the required libs should be bundled... what error are you getting? Re: [0.3-140907-0115] LDForge - Tha beta is out - Stan Isachenko - 2014-09-07 libgcc_s_dw2-1.dll libstdc++-6.dll libwinphtread-1.dll I downloaded them but next i got QT Failed to load platform plugin “windows” Re: [0.3-140907-0115] LDForge - Tha beta is out - Santeri Piippo - 2014-09-07 Blah. I'll repackage this... Re: [0.3-140907-1955] LDForge - Tha beta is fixed - Santeri Piippo - 2014-09-07 Fixed some bugs/flaws and rebundled with missing DLLs. Re: [0.3-140907-1955] LDForge - Tha beta is fixed - Stan Isachenko - 2014-09-07 Wow, great job, program works much faster and much more stable. Re: [0.3-140907-1955] LDForge - Tha beta is fixed - Santeri Piippo - 2014-09-07 Looks like I accidentally left in my configuration file as well as prims.cfg in the distribution. I have re-uploaded it without these files. Stan Isachenko Wrote:Wow, great job, program works much faster and much more stable.Thank you, I am glad to hear it works. Re: [0.3-140907-1955] LDForge - Tha beta is fixed - Philippe Hurbain - 2014-09-08 It worked fine from the beginning... - and is much faster indeed, but it nonetheless takes 14s (!) to select all in a moderately sized file (http://www.ldraw.org/cgi-bin/ptdetail.cgi?s=15673s02). MLCad does this almost instantaneously. - Guess it should remember last folder used instead of always going back to LDForge folder... - I love the magic wand selector! I need to use it on a real case before more comments ![]() Re: [0.3-140907-1955] LDForge - Tha beta is fixed - Santeri Piippo - 2014-09-08 Quote:- and is much faster indeed, but it nonetheless takes 14s (!) to select all in a moderately sized file (http://www.ldraw.org/cgi-bin/ptdetail.cgi?s=15673s02). MLCad does this almost instantaneously.Yeah it's a problem. It's the object list view that causes the delay, and due to the way Qt manages selection on that widget, optimizing it is not very trivial albeit something that's on my list. Quote:- Guess it should remember last folder used instead of always going back to LDForge folder...Oh yeah I need to fix that. |