To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.devOpen lugnet.cad.dev in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / Development / *13255 (-40)
  Re: Request change to ptreleases.cgi
 
(...) In XML::Simple the root element name is controlled by the RootName option (RootName => 'string') (URL)_'string'_#_out_-_handy Chris (20 years ago, 1-Aug-04, to lugnet.cad.dev)
 
  Re: Request change to ptreleases.cgi
 
(...) There's no significance, AFAIK. The Perl module, XML::Simple, wraps the <opt> tag around everything automatically. I scanned the docs, but didn't see how to control it. Steve (20 years ago, 31-Jul-04, to lugnet.cad.dev)
 
  Re: Request change to ptreleases.cgi
 
(...) I'm not really up on XML, but it looks fine to me. I do have a question, though. Is there some significance that I am missing to naming the root element "opt"? --Travis Cobbs (20 years ago, 31-Jul-04, to lugnet.cad.dev)
 
  Re: Request change to ptreleases.cgi
 
(...) OK, the URL is still temporary, but the script should be more-or-less done. Have at it, look for deficiencies, bugs, etc. If you don't remember the options, try adding ?help=1 to the url. I haven't thought very hard about the XML format -- if (...) (20 years ago, 31-Jul-04, to lugnet.cad.dev)
 
  Re: Request change to ptreleases.cgi
 
(...) Yeah, but I was thinking more for programs that were developed to support one dataset, and couldn't cope with a different model for distribution files. I know, I know -- require the coders to work more intelligently. ;) Steve (20 years ago, 29-Jul-04, to lugnet.cad.dev)
 
  Re: Request change to ptreleases.cgi
 
(...) Pft. Make ptrelease support a library version field, which would be 1 for the current lib, and 2 for the new one. :) (20 years ago, 29-Jul-04, to lugnet.cad.dev)
 
  Re: Request change to ptreleases.cgi
 
(...) That's one. :) (...) Michael had asked for that awhile ago. (...) Good point, I hadn't thought of that. (...) Hmmm, what *is* up with those dates? I'll go fix'em. (...) Yeah, I dunno. We certainly could go create ZIPs for those old updates. (...) (20 years ago, 29-Jul-04, to lugnet.cad.dev)
 
  Contrubter Agreement v4
 
The intent of the CA has changed. Please read the following poat for explanation: (URL) LDraw.org Steering Committee -*-*-*- Parts Library Contributor Agreement ---...--- Version: 4 (25-Jul-04) Submission Guidelines ---...--- By submitting work (...) (20 years ago, 29-Jul-04, to lugnet.cad.dev.org.ldraw)
 
  Licensing Update
 
For those following along, here's a link to previous discussion: (URL) carefully considering everyone's inputs and concerns we have decided to pursue an approach that uses only a user license as the licensing mechanism. However we still feel the (...) (20 years ago, 29-Jul-04, to lugnet.cad.dev.org.ldraw)
 
  Re: Contributer Agreement Version 3
 
(...) I'm terrible at reading legalese, but I do know that the Disney company has the copyright to all the characters created by Mr. Disney, even though he has been dead for a very long time. This suggests that yes, copyrights in the US and in other (...) (20 years ago, 28-Jul-04, to lugnet.cad.dev.org.ldraw)
 
  Re: cant compile ldglite in gentoo linux
 
(...) Ok, I'll try to fix that in CVS. Meanwhile, what does it print in the console window when it starts up? I like to track the opengl driver developments in the various linux distributions. (20 years ago, 28-Jul-04, to lugnet.cad.dev)
 
  Re: cant compile ldglite in gentoo linux
 
(...) Yes, now it opens in the right directory. (20 years ago, 28-Jul-04, to lugnet.cad.dev)
 
  Problems accessing ldraw.org
 
Hi Everyone! Been a long time since I've been on. I keep getting the following error when trying to access www.ldraw.org: Warning: mysql_connect(): Too many connections in /usr/www/users/peero...ql.inc.php on line 170 (...) (20 years ago, 28-Jul-04, to lugnet.cad.dev.org.ldraw)
 
  Re: cant compile ldglite in gentoo linux
 
(...) That's what I thought. Try commenting the call to platform_sethome() in main.c and rebuilding. Maybe that'll fix it. (...) I agree. This was a quick hack to appease those icon clicking Mac users until the LDRAW.INI search settings are (...) (20 years ago, 28-Jul-04, to lugnet.cad.dev)
 
  Re: cant compile ldglite in gentoo linux
 
(...) My home directory. Acctually, I think it's perhaps better to start it from the current directory, instead of the home directory. Maybe it's just me, but I usually start programs from other directories, and the files I want to use are often in (...) (20 years ago, 28-Jul-04, to lugnet.cad.dev)
 
  Re: cant compile ldglite in gentoo linux
 
(...) Should I make a "somewhat newer stuff" section? :^) (...) That's odd. I may have broken it with my recent tinkering. I think I was trying to make it look in the home directory if it didn't see anything like a dat file on the command line. I (...) (20 years ago, 28-Jul-04, to lugnet.cad.dev)
 
  Re: cant compile ldglite in gentoo linux
 
It didn't work with 1.0.7 but the daily-CVS version worked! In the webbpage, the lines about the daily CVS should perhaps not be in the section "somewhat older stuff" ;-) It works fine with the l3 parser. But it does not show any thing if I do (...) (20 years ago, 28-Jul-04, to lugnet.cad.dev)
 
  Re: Request change to ptreleases.cgi
 
I like it. One other change you didn't mention is the addition of the BASE downloads. That's also very nice, because it allows an app to bootstrap itself completely, without requiring the user to first install LDraw. (Having said that, I'm not (...) (20 years ago, 27-Jul-04, to lugnet.cad.dev)
 
  Re: cant compile ldglite in gentoo linux
 
(...) I think this means I need to get an up to date linux box so I can try to resolve the incompatibilities with the newer hardware accelerated opengl drivers and the software rendering offscreen osmesa driver. What version of ldglite is this? 1.0 (...) (20 years ago, 28-Jul-04, to lugnet.cad.dev)
 
  Re: Request change to ptreleases.cgi
 
Hey all (interested parties), Please take a look at (URL) let me know what you think. This is a temporary script and URL. Please don't think this is the final configuration. I'm working on a (more) final version, hopefully it will be ready before (...) (20 years ago, 27-Jul-04, to lugnet.cad.dev)
 
  cant compile ldglite in gentoo linux
 
Hello. I'm trying to compile ldglite in my gentoo linux machine. Here is what happens. I give the command: make -f makefile.linux And after some compiling I get: gcc -g -DUNIX -DUSE_OPENGL -DUSE_L3_PARSER -DUSE_BMP8 -DNEED_MIN_MAX -DUSE_PNG (...) (20 years ago, 27-Jul-04, to lugnet.cad.dev)
 
  Re: I have an idea . What if we make a game
 
(...) GREAT :), Ok I explain again , to undestand u can go to www.4dimensions.org and and play the 4D game or let me try to explain again. ok you will see a drawing of the room u are in so u don't need to imagen it but if u are with other players or (...) (20 years ago, 26-Jul-04, to lugnet.cad.dev)
 
  Re: I have an idea . What if we make a game
 
Hello. Yes, I like your idea, but it's hard to imagine what exactly you want it to look like. Please make drawings of your ideas so it is easier to get the idea. Then I have some questions: When do you want this game to go into production? How much (...) (20 years ago, 26-Jul-04, to lugnet.cad.dev)
 
  Re: I have an idea . What if we make a game
 
OK I think I have a better idea still is the same but we could do it Is like doing a chat room ok the idea is based on MUD games text based games but the diferences are we will use graphics to show the static elements like (buildings, minfigs that (...) (20 years ago, 25-Jul-04, to lugnet.cad.dev)
 
  Re: LDraw.org Standards Committee election now open
 
(...) Actually, that's GMT -5. --Travis Cobbs (20 years ago, 24-Jul-04, to lugnet.cad.dev.org.ldraw)
 
  Re: Contributer Agreement Version 3
 
(...) [snip] According to the following document published by the US Copyright Office: (URL) The relevant parts are: Any or all of the copyright owner's exclusive rights or any subdivision of those rights may be transferred, but the transfer of (...) (20 years ago, 23-Jul-04, to lugnet.cad.dev.org.ldraw)
 
  Re: LDraw.org Standards Committee election now open
 
(...) Anders, This is my fault. The poll module that we use opens and closes the polls automatically based on the dates and times inputted. Once the poll is opened, these the date/time values cannot be changed. I misinformed Tim that the poll would (...) (20 years ago, 23-Jul-04, to lugnet.cad.dev.org.ldraw)
 
  Re: LDraw.org Standards Committee election now open
 
(...) I had nothing to do with the election (other than being a candidate), but I'd like to point out that when I see time given as a four-digit number without a colon, I know it is military time. Consequently 0800 is 8:00AM. Is this a US-only (...) (20 years ago, 23-Jul-04, to lugnet.cad.dev.org.ldraw)
 
  Re: Enhancement to Parts Tracker review mechanism
 
it (URL) works!> (20 years ago, 23-Jul-04, to lugnet.cad.dev.org.ldraw, FTX)
 
  Re: Contributer Agreement Version 3
 
Note: I am from the U.S., so I am speaking about U.S. copyright law. Note IANAL, but as a graphic designer, copyright is a very important issue to me. The 1995 Artist's and Graphic Designer's Market (Edited by Mary Cox, Cincinnatti: Writer's Digest (...) (20 years ago, 23-Jul-04, to lugnet.cad.dev.org.ldraw)
 
  Re: Contributer Agreement Version 3
 
(...) Yes, the CA requires this too. (...) No, that is covered by the modification clauses in the CCAL and CCSA licenses (...) Yes, if you wish to change the license, you have to ask. The daunting task of asking all authors is ahead, regardless of (...) (20 years ago, 23-Jul-04, to lugnet.cad.dev.org.ldraw)
 
  Enhancement to Parts Tracker review mechanism
 
Until now ldraw.org members with only "Submitter" privileges, have had no ability within the Parts Tracker to respond to comments or Hold votes posted by reviewers. This has now been resolved. The submitter of the most recent edition of a file on (...) (20 years ago, 23-Jul-04, to lugnet.cad.dev.org.ldraw)
 
  Re: LDraw.org Standards Committee election now open
 
(This post is resent, as I had a future date (2007!) on my computer the last time, and it seems that lugnet waits until that date to publish...) (...) chance), but a one week long voting period during summer vacations is rather short, especially (...) (20 years ago, 23-Jul-04, to lugnet.cad.dev.org.ldraw)
 
  Re: Contributer Agreement Version 3
 
(...) Not all that great. Paul McCartney still performs his songs in concert. He still records old beatles songs from time to time, and sells those. Do you think he could do that if he had no rights in his work? No, Michael Jackson bought certain (...) (20 years ago, 23-Jul-04, to lugnet.cad.dev.org.ldraw)
 
  Re: Contributer Agreement Version 3
 
(...) No, actually, you are completly wrong. You cannot buy a "copyright." This is something that is created when a piece of intellectual property is created. The only exception to this is a work for hire, which you could think of as buying a (...) (20 years ago, 23-Jul-04, to lugnet.cad.dev.org.ldraw)
 
  Re: Contributer Agreement Version 3
 
(...) I believe he only bought the *publishing* rights, not the copyright. But that's not really relevant to the Ldraw discussion, so I've Futted to debate. ROSCO (20 years ago, 23-Jul-04, to lugnet.cad.dev.org.ldraw, lugnet.off-topic.debate)
 
  Re: Contributer Agreement Version 3
 
(...) A great example of this is the Beatles library, which Michael Jackson bought at one point. (...) We have something along those lines in the US, but I think it's restricted solely to the requirement that you give credit where it's due. They (...) (20 years ago, 23-Jul-04, to lugnet.cad.dev.org.ldraw)
 
  Re: Contributer Agreement Version 3
 
(...) [snip] (...) Your statement is false. In the United States, copyrights are a form of intellectual property that can be bought and sold like any other form of property. In the United States, once the copyright has been transferred, the original (...) (20 years ago, 22-Jul-04, to lugnet.cad.dev.org.ldraw)
 
  Re: 2nd LSC: Election Results
 
(...) Let me the first to congratulate Lars and Tore. I look forward to working with you. Also, a big thank you to Kevin Clague and Michael Lachmann. These two were excellent comembers and I'm sad to see them go. -Orion P.S. Thanks to Tim for (...) (20 years ago, 22-Jul-04, to lugnet.cad.dev.org.ldraw)  
 
  Re: Contributer Agreement Version 3
 
(...) If the parts authors are agreeing to liscence their parts to LDraw using this, then you may have a point in the sub-liscence section. However, my understanding is that the LDraw authors are giving liscence by using the CA. The creative commons (...) (20 years ago, 22-Jul-04, to lugnet.cad.dev.org.ldraw)


Next Page:  5 more | 10 more | 20 more | 40 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR