POV-Ray : Newsgroups : povray.general : Source code? Server Time
6 Aug 2024 00:10:06 EDT (-0400)
  Source code? (Message 6 to 15 of 15)  
<<< Previous 5 Messages Goto Initial 10 Messages
From: Scott Moore
Subject: Re: Source code?
Date: 1 Aug 2002 13:10:14
Message: <9rqikuochjot21mdar8jgi4pc09btno61r@4ax.com>
On Wed, 31 Jul 2002 09:20:18 -0400, "George Pantazopoulos"
<the### [at] attbicom*KILLSPAM*> wrote:

>How is the 3.5 source code coming along? I cant wait to get my hands on it
>:)
>
>George Pantazopoulos
>
>

Source code for 3.5 has now been released!


Post a reply to this message

From: Tom Galvin
Subject: Re: Source code?
Date: 1 Aug 2002 14:05:07
Message: <web.3d4977ac823b3daa5ed026d00@news.povray.org>
Scott Moore wrote:
>Source code for 3.5 has now been released!
>

Yipee!  I wonder how many days(hours?) before a custom compile is released?
Well the Gui Ext code is relatively unchanged, which is a good thing for me
:D

Tom


Post a reply to this message

From: John VanSickle
Subject: Re: Source code?
Date: 1 Aug 2002 16:05:17
Message: <3D49947F.EB5E994B@hotmail.com>
Ron Parker wrote:
> 
> We have to make the source presentable.  Source that the compiler likes and
> source that the end-user likes are two entirely separate things.

Do a global search-and replace to rename all the functions as F000,F001,F002,
etc, all the structures as XXXX, XXxX, XxXX, and so on.  Intermix zeroes with
capital O's in the label names.  Delete the comments, of course.  Replace
every literal 2 with the label ONE, and define ONE = 2.

Live a little.

Regards,
John


Post a reply to this message

From: Rick [Kitty5]
Subject: Re: Source code?
Date: 1 Aug 2002 16:25:36
Message: <3d499940@news.povray.org>
> Replace every literal 2 with the label ONE, and
> define ONE = 2.

dont you mean

0NE = 2


--
Rick

Kitty5 WebDesign - http://Kitty5.com
POV-Ray News & Resources - http://Povray.co.uk
TEL : +44 (01270) 501101 - FAX : +44 (01270) 251105 - ICQ : 15776037

PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA


Post a reply to this message

From: Ron Parker
Subject: Re: Source code?
Date: 1 Aug 2002 16:27:36
Message: <slrnakj6dr.m38.ron.parker@fwi.com>
On Thu, 1 Aug 2002 21:20:49 +0100, Rick [Kitty5] wrote:
>> Replace every literal 2 with the label ONE, and
>> define ONE = 2.
> 
> dont you mean
> 
> 0NE = 2

0NE isn't a valid identifier.

-- 
plane{-z,-3normal{crackle scale.2#local a=5;#while(a)warp{repeat x flip x}rotate
z*60#local a=a-1;#end translate-9*x}pigment{rgb 1}}light_source{-9red 1rotate 60
*z}light_source{-9rgb y rotate-z*60}light_source{9-z*18rgb z}text{ttf"arial.ttf"
"RP".01,0translate-<.6,.4,.02>pigment{bozo}}light_source{-z*3rgb-.2}//Ron Parker


Post a reply to this message

From:
Subject: Re: Source code?
Date: 1 Aug 2002 17:31:00
Message: <3d49a79e.164802273@news.povray.org>
On Thu, 01 Aug 2002 22:05:19 +0200, John VanSickle
<evi### [at] hotmailcom> wrote:
>> We have to make the source presentable.  Source that the compiler likes and
>> source that the end-user likes are two entirely separate things.
>
>Do a global search-and replace to rename all the functions as F000,F001,F002,
>etc, all the structures as XXXX, XXxX, XxXX, and so on.  Intermix zeroes with
>capital O's in the label names.  Delete the comments, of course.  Replace
>every literal 2 with the label ONE, and define ONE = 2.

Actually I once had to do exactly those 2 first steps with the POV-Ray
1.0 source in order to compile and link it on a platform that only
supported 8-byte external names. I actually made a program do the
conversion and while the resulting source compiled and ran it
definitely wasn't in human-readable form anymore (even though I'd kept
the comments intact).

/Erkki


Post a reply to this message

From: Mark Wagner
Subject: Re: Source code?
Date: 2 Aug 2002 01:40:27
Message: <pan.2002.08.02.05.39.50.46349.208@gte.net>
On Thu, 01 Aug 2002 14:02:20 -0400, Tom Galvin quoth:

> Scott Moore wrote:
>>Source code for 3.5 has now been released!
>>
>>
> Yipee!  I wonder how many days(hours?) before a custom compile is
> released? Well the Gui Ext code is relatively unchanged, which is a good
> thing for me
> :D

If you look in povray.unix, you'll find a custom version for Linux
systems.

-- 
Mark


Post a reply to this message

From: Apache
Subject: Re: Source code?
Date: 2 Aug 2002 02:08:37
Message: <3d4a21e5@news.povray.org>
But N0NE is.

Maybe we could do something with the source code and participate in an
obfuscated C contest?


Post a reply to this message

From: PoD
Subject: Re: Source code?
Date: 2 Aug 2002 03:31:24
Message: <3d4a354c@news.povray.org>
On Fri, 02 Aug 2002 02:40:35 +0930, Scott Moore wrote:

> Source code for 3.5 has now been released!

Woohoo!!
Very minor quibble. It'd be nice to have the version in the file name.


Post a reply to this message

From: Philippe Lhoste
Subject: Re: Source code?
Date: 2 Aug 2002 05:00:37
Message: <3d4a4a35$1@news.povray.org>
"Apache" <apa### [at] yahoocom> wrote:
> But N0NE is.
>
> Maybe we could do something with the source code and participate in an
> obfuscated C contest?

In less than 500 characters?
OK, that's unrealistic, say less than 500KB :-)

-- #=--=#=--=#=--=#=--=#=--=#=--=#=--=#=--=# --
Philippe Lhoste (Paris -- France)
Professional programmer and amateur artist
http://jove.prohosting.com/~philho/


Post a reply to this message

<<< Previous 5 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.