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 / 4097 (-20)
  Parts update
 
When is the next Parts update running? Is there a voting page up? T Burger (25 years ago, 28-Feb-00, to lugnet.cad.dev)
 
  Re: Are any of these parts done/in progress (BIG POST)
 
(...) Jonathan G: Take the above advice with a very large grain of salt. :-) Asking for parts to be made isn't actually a bad idea, inherently speaking. Since the entire L-CAD/LDraw parts effort is a spare-time endeavor for people, it all depends on (...) (25 years ago, 27-Feb-00, to lugnet.cad.dev)
 
  Re: oops. i'm new at this
 
(...) No, your tone was fine. There is a *big* difference between ... [parts] which I would like to know the status of... and ... I need these parts made soon ... My preference for authoring is LDAO (with LDLite for real-time preview), but your (...) (25 years ago, 27-Feb-00, to lugnet.cad.dev)
 
  Re: oops. i'm new at this
 
(...) Anybody are free to model any parts they feel like doing, but it is in their own interest to see if anybody else are working on the same part already. Without the part tracker working, I see no better solution than to post a query here. Also (...) (25 years ago, 27-Feb-00, to lugnet.cad.dev)
 
  Re: oops. i'm new at this
 
oops. sorry if I insulted anyone. I intended no harm by that post. (i'm very new to this newsgroup, and i haven't yet found out what is looked down upon) uh, actually, if I could, *I* would like to try at modeling some of the parts on that list! I (...) (25 years ago, 27-Feb-00, to lugnet.cad.dev)
 
  Re: Are any of these parts done/in progress (BIG POST)
 
(...) 4589.DAT ?? (...) I've started some design work - but its in the early stages (...) This is done as 3068p81 and submitted for the next voting (see (URL)#2549-1-01 Pirate Bridge (...) A mock-up was done recently bt Tore Eriksson (see (URL) (...) (25 years ago, 27-Feb-00, to lugnet.cad.dev)
 
  Re: Are any of these parts done/in progress (BIG POST)
 
One other thing. In future, you should know that asking for parts to be made is not a good idea and most of the people here frown uopn it, especially for such a large list (I should know, I have had it happen to me numerous times) -- Jonathan Wilson (...) (25 years ago, 27-Feb-00, to lugnet.cad.dev)
 
  Re: Are any of these parts done/in progress (BIG POST)
 
(...) That would be the cone 1` x 1 (...) Both awaiting voting (...) Also awaiting voting (...) If this is the hand axe, then no it is not done. The pickaxe has been done as has the small castle axe. The large castle axe also has not been done. (...) (25 years ago, 27-Feb-00, to lugnet.cad.dev)
 
  Are any of these parts done/in progress (BIG POST)
 
I, an avid lego user in earlier years, was amazed to see the amount of progress and programs, particularly ldraw, that were created for lego use on computers. However, I couldn't help but notice that several of ldraw's parts are missing, and as the (...) (25 years ago, 27-Feb-00, to lugnet.cad.dev)
 
  Re: LDS ver 0.29
 
(...) Ahh! Fantastic! Now, that was a great example, wasn't it? Best thing with it was that the "Eternal loop" error check works... :) Should of course be: i=1 while i<=5 gosub :hello i=i+1 wend end (25 years ago, 26-Feb-00, to lugnet.cad.dev, lugnet.cad)
 
  LDS ver 0.29
 
(...) Done. WHILE-WEND done, too. (URL) a sample script that shows usage of WHILE and GOSUB: i=1 while i<=5 gosub :hello wend end :hello print 0 "Hello"; gosub world return :WORLD print "World." return /Tore (25 years ago, 26-Feb-00, to lugnet.cad.dev, lugnet.cad)
 
  Re: LDS ver 0.28
 
(...) I thought that WHILE-WEND was easy to code, but I'm having great problems with it... :( And yes, GOSUB and RETURN have crossed my mind. Could be wrong again, but it sounds almost as easy as GOTO. (...) Oh dear! *sigh* If I get the time then I (...) (25 years ago, 25-Feb-00, to lugnet.cad.dev)
 
  Re: LDS ver 0.28
 
(...) Double-:) (...) Right! Any chance of getting GOSUB and RETURN? (...) Hmm. It's your program, and you should definitely use it the way your want. But I've always preferred DO ... LOOP over WHILE ... WEND. It's partly because DO ... LOOP can be (...) (25 years ago, 25-Feb-00, to lugnet.cad.dev)
 
  Re: MPD spec
 
Rui: (...) See <URL: (URL) >. You are welcome to try to make it easier to understand. (...) I am constantly (almost) thinking about adding a search feature to ldraw.org, but I haven't had time to find an implementation I like. Play well, Jacob (...) (25 years ago, 25-Feb-00, to lugnet.cad.dev, lugnet.cad.dev.org.ldraw)
 
  Re: LDS ver 0.28
 
GOTO was very easy to program. :o) A little more seriously now: I think it belongs to the BASIC-like syntax I have chosen. Especially in IF statements. Anyway, noone is forced to [ab]use it. I don't think WHILE-WEND will be too hard to code, and it (...) (25 years ago, 24-Feb-00, to lugnet.cad, lugnet.cad.dev)
 
  Re: LDS ver 0.28
 
(...) Better to have both. GOTO has its uses, albeit rare. --Todd (25 years ago, 24-Feb-00, to lugnet.cad, lugnet.cad.dev)
 
  Re: LDS ver 0.28
 
(...) Good!! (...) Reasoning for GOTO? GOTO is a construct which can very easily be abused. better to have "proper" strcutures likw while-DO, repeat-until etc. Alex (25 years ago, 24-Feb-00, to lugnet.cad, lugnet.cad.dev)
 
  Re: MPD spec
 
OK I have found the source code in Jacob's site, strangelly I got there from ldraw.org following the link for the MPDbuilder. I'm still searching for the spec ! P.S. Did someone already think about adding a search feature to ldraw.org ? I would be (...) (25 years ago, 24-Feb-00, to lugnet.cad.dev)
 
  MPD spec
 
Is there such a thing ? The ones I have seen, are very simple, they just use the 0 FILE filename Meta command, but is there any docummented spec. Also, where is that program which splits an MPD in it's DAT parts ? MPDsplit.exe ? Both those things (...) (25 years ago, 24-Feb-00, to lugnet.cad.dev)
 
  LDS ver 0.28
 
(URL) in 0.28: * IF-THEN-ELSE-END IF * GOTO Fixed a bug in the LINE command. /Tore (...) (25 years ago, 23-Feb-00, to lugnet.cad, lugnet.cad.dev)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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