home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractdev / archive / fractdev.200007 < prev    next >
Internet Message Format  |  2000-07-30  |  44KB

  1. From: "Jonathan Osuch" <osuchj@uswest.net>
  2. Subject: Float only Xfractint
  3. Date: 05 Jul 2000 20:33:11 -0500
  4.  
  5. Tim,
  6.  
  7. Were you going to put together a source code synch of the float only
  8. Xfractint?  Or, can we get there with a patch?
  9.  
  10. Jonathan
  11.  
  12.  
  13.  
  14. Thanks for using Fractdev, The Fractint Developer's Discussion List
  15. Post Message:   fractdev@lists.xmission.com
  16. Get Commands:   majordomo@lists.xmission.com "help"
  17. Administrator:  twegner@fractint.org
  18. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  19.  
  20.  
  21. -------------------------------------------------------------------------------
  22.  
  23. From: Tim Wegner <twegner@swbell.net>
  24. Subject: Re: Float only Xfractint
  25. Date: 06 Jul 2000 01:39:43 -0600
  26.  
  27.  
  28. > Were you going to put together a source code synch of the float only
  29. > Xfractint?  Or, can we get there with a patch?
  30.  
  31. I can do this. Let me have a look this weekend.
  32.  
  33. I've been working on my firewall, and am suddenly the author of a 
  34. How-To :-). It's
  35.  
  36. http://lrp.c0wz.com/dox/seawall-es.txt
  37.  
  38. This is done now.
  39.  
  40. Tim
  41.  
  42.  
  43. Thanks for using Fractdev, The Fractint Developer's Discussion List
  44. Post Message:   fractdev@lists.xmission.com
  45. Get Commands:   majordomo@lists.xmission.com "help"
  46. Administrator:  twegner@fractint.org
  47. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  48.  
  49.  
  50. -------------------------------------------------------------------------------
  51.  
  52. From: Tim Wegner <twegner@swbell.net>
  53. Subject: Re: Float only Xfractint
  54. Date: 08 Jul 2000 22:41:57 -0600
  55.  
  56.  
  57. > Were you going to put together a source code synch of the float only
  58. > Xfractint?  Or, can we get there with a patch?
  59.  
  60. I just put your file up. I tried it, and for the most part it looks fine. 
  61. The problems I did see were probably generic and not due to your 
  62. float only changes. I installed Linux-Mandrake with truecolor, and 
  63. the Xfractint colors are mostly blue, plus the tell-tale grid caused 
  64. by the passes=g mode.
  65.  
  66. The file is available via: 
  67.  
  68. http://www.fractint.org/ftp/xfract20.0.11.fo.zip
  69.  
  70. I've also added an http link to the files in addition to the current ftp 
  71. one on the web page. Damien has had to diable anonymous ftp 
  72. access to the files for the time being to accomodate a customer. 
  73. Developer login ftp still works.
  74.  
  75. Jonathan, what developer environmemnt does your allegro port 
  76. require? I'd like to try it.
  77.  
  78. Tim
  79.  
  80.  
  81.  
  82.  
  83. Thanks for using Fractdev, The Fractint Developer's Discussion List
  84. Post Message:   fractdev@lists.xmission.com
  85. Get Commands:   majordomo@lists.xmission.com "help"
  86. Administrator:  twegner@fractint.org
  87. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  88.  
  89.  
  90. -------------------------------------------------------------------------------
  91.  
  92. From: "Jonathan Osuch" <osuchj@uswest.net>
  93. Subject: Re: Float only Xfractint
  94. Date: 09 Jul 2000 07:37:57 -0500
  95.  
  96. > I just put your file up. I tried it, and for the most part it looks fine.
  97. > The problems I did see were probably generic and not due to your
  98. > float only changes.
  99.  
  100. If you intend to keep the DOS float only version current, there are some
  101. changes that need to be made to it.  For example, go to the <x> screen and
  102. change the max iteration count, press <return>, and then return to the <x>
  103. screen.  Observe the max iteration count.
  104.  
  105. > I installed Linux-Mandrake with truecolor, and
  106. > the Xfractint colors are mostly blue, plus the tell-tale grid caused
  107. > by the passes=g mode.
  108.  
  109. I understand the blue.  The tell-tale grid with solid guessing I haven't
  110. been able to track down.  Does is show up with the default mandel or only
  111. with zooms?  With my allegro port, it only shows up with zooms (but at all
  112. color depths).
  113.  
  114. > Jonathan, what developer environment does your allegro port
  115. > require? I'd like to try it.
  116.  
  117. At this point, the allegro port is still basically Xfractint.  The version
  118. of allegro I used was the latest work in progress (WIP).  Once you install
  119. the allegro files, you need to make sure that the libraries are accessible.
  120. They get put in a directory that isn't in one of the default library
  121. locations.  There is information in the readme files on how to fix this.
  122. Try running some of the example programs first.  Once you get them running,
  123. there should be no problem getting my port to run.
  124.  
  125. There is an allegro setup program that saves information into a cfg file.
  126. We will need to either incorporate this into our code or use it as a
  127. separate routine.  I don't believe the cfg file is necessary to get the port
  128. up and running.  It has configuration information on the keyboard, mouse,
  129. and sound options.  Hmm, it may be needed for the mouse.
  130.  
  131. I am using a 256 color environment for development purposes, but it doesn't
  132. matter.  I've switched to truecolor modes and it still works.  I've set up
  133. the palette routines to use the 256 colors from the current color map in all
  134. color depths.  This will be changed later once we've set up coloring options
  135. for truecolor.
  136.  
  137. Jonathan
  138.  
  139.  
  140.  
  141. Thanks for using Fractdev, The Fractint Developer's Discussion List
  142. Post Message:   fractdev@lists.xmission.com
  143. Get Commands:   majordomo@lists.xmission.com "help"
  144. Administrator:  twegner@fractint.org
  145. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  146.  
  147.  
  148. -------------------------------------------------------------------------------
  149.  
  150. From: Tim Wegner <twegner@swbell.net>
  151. Subject: Re: Float only Xfractint
  152. Date: 09 Jul 2000 13:35:30 -0600
  153.  
  154.  
  155. > At this point, the allegro port is still basically Xfractint.  The version
  156. > of allegro I used was the latest work in progress (WIP). 
  157.  
  158. I am missing just one detail :-) I assume you are talking about 
  159. allegro under Linux, right? Because you could be talking about 
  160. allegro under djgpp.
  161.  
  162. Tim
  163.  
  164.  
  165. Thanks for using Fractdev, The Fractint Developer's Discussion List
  166. Post Message:   fractdev@lists.xmission.com
  167. Get Commands:   majordomo@lists.xmission.com "help"
  168. Administrator:  twegner@fractint.org
  169. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  170.  
  171.  
  172. -------------------------------------------------------------------------------
  173.  
  174. From: "Jonathan Osuch" <osuchj@uswest.net>
  175. Subject: Re: Float only Xfractint
  176. Date: 09 Jul 2000 16:16:21 -0500
  177.  
  178. > I am missing just one detail :-) I assume you are talking about
  179. > allegro under Linux, right? Because you could be talking about
  180. > allegro under djgpp.
  181.  
  182. Yes, under Linux.  I started trying to compile it under djgpp once, but
  183. stopped when the endian.h file couldn't be found.  It's there, but under a
  184. different directory.  This got me looking at autoconf.  It doesn't look like
  185. the default autoconf template checks for endian.h, however.  For now, I'll
  186. stick to Linux.
  187.  
  188. I think I've worked out how to set up selection of the different video
  189. modes.  What bothers me is how to determine what resolutions and color
  190. depths are available.
  191.  
  192. Jonathan
  193.  
  194.  
  195.  
  196. Thanks for using Fractdev, The Fractint Developer's Discussion List
  197. Post Message:   fractdev@lists.xmission.com
  198. Get Commands:   majordomo@lists.xmission.com "help"
  199. Administrator:  twegner@fractint.org
  200. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  201.  
  202.  
  203. -------------------------------------------------------------------------------
  204.  
  205. From: Phil McRevis <legalize@xmission.com>
  206. Subject: Re: Float only Xfractint 
  207. Date: 10 Jul 2000 10:58:27 -0600
  208.  
  209.  
  210. In article <000401bfe9ea$ee1a8e00$0100a8c0@bananasenior>,
  211.     "Jonathan Osuch" <osuchj@uswest.net>  writes:
  212.  
  213. > stopped when the endian.h file couldn't be found.  It's there, but under a
  214. > different directory.  This got me looking at autoconf.  It doesn't look like
  215. > the default autoconf template checks for endian.h, however.  For now, I'll
  216. > stick to Linux.
  217.  
  218. I can help you with the autoconf stuff.  I autoconf'ed one of my own
  219. applications and had to look for some headers and so-on.
  220.  
  221. > I think I've worked out how to set up selection of the different video
  222. > modes.  What bothers me is how to determine what resolutions and color
  223. > depths are available.
  224.  
  225. Doesn't Allegro provide a way to enumerate the resolutions and color
  226. depths?  I haven't looked at it in ages.
  227.  
  228. Under X this is relatively easy (enumerate screens and visuals on each
  229. screen) and under DirectX this is also straightforward.  I imagine
  230. that Allegro must have something similar?
  231. --
  232. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  233.     ``Ain't it funny that they all fire the pistol,     
  234.       at the wrong end of the race?''--PDBT     
  235. legalize@xmission.com    <http://www.xmission.com/~legalize/who/>
  236.  
  237. Thanks for using Fractdev, The Fractint Developer's Discussion List
  238. Post Message:   fractdev@lists.xmission.com
  239. Get Commands:   majordomo@lists.xmission.com "help"
  240. Administrator:  twegner@fractint.org
  241. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  242.  
  243.  
  244. -------------------------------------------------------------------------------
  245.  
  246. From: "Jonathan Osuch" <osuchj@uswest.net>
  247. Subject: Re: Float only Xfractint 
  248. Date: 10 Jul 2000 14:55:34 -0500
  249.  
  250. Rich,
  251.  
  252. > I can help you with the autoconf stuff.
  253.  
  254. Thanks, that will help a lot.
  255.  
  256. >> I think I've worked out how to set up selection of the different video
  257. >> modes.  What bothers me is how to determine what resolutions and color
  258. >> depths are available.
  259.  
  260. >Doesn't Allegro provide a way to enumerate the resolutions and color
  261. >depths?  I haven't looked at it in ages.
  262.  
  263. Yes.
  264. Do we want to set up a standard set of video resolutions for each color
  265. depth:
  266.  
  267. DRIVER    WIDTH  HEIGHT  COLORS  RGBA   COMMENTS
  268. Allegro        640         480          256         0000        palette
  269. based
  270. Allegro        800        600          32k          5550        color depth
  271. 15
  272. Allegro        1024      768          64k          5650        color depth
  273. 16
  274. Allegro        1600      1200        16m         8880        color depth 24
  275.  
  276. And then when the user selects one, if it can't be used a message to that
  277. affect is displayed?
  278.  
  279. Or, should we verify each mode is actually available before we display the
  280. choices?
  281.  
  282. The second approach will lengthen the initial runup time.
  283.  
  284. I'm leaning towards the first approach because I want to implement a custom
  285. mode which will allow any combination of width and height within the limits
  286. of the code (currently 10 - 32767).  OTOH, it doesn't matter because any
  287. time the video mode is set, the result code needs to be checked.
  288.  
  289. Jonathan
  290.  
  291.  
  292.  
  293. Thanks for using Fractdev, The Fractint Developer's Discussion List
  294. Post Message:   fractdev@lists.xmission.com
  295. Get Commands:   majordomo@lists.xmission.com "help"
  296. Administrator:  twegner@fractint.org
  297. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  298.  
  299.  
  300. -------------------------------------------------------------------------------
  301.  
  302. From: Phil McRevis <legalize@xmission.com>
  303. Subject: Re: Float only Xfractint 
  304. Date: 10 Jul 2000 14:24:36 -0600
  305.  
  306.  
  307. In article <000801bfeaa8$da9275a0$0100a8c0@bananasenior>,
  308.     "Jonathan Osuch" <osuchj@uswest.net>  writes:
  309.  
  310. > > I can help you with the autoconf stuff.
  311. > Thanks, that will help a lot.
  312.  
  313. OK, email me directly or to the list whichever you prefer.  I can't
  314. promise instant turnaround, but I'll try to help.  Its probably best
  315. to start out with what you attempted and I'll kibbitz.
  316.  
  317. > >Doesn't Allegro provide a way to enumerate the resolutions and color
  318. > >depths?  I haven't looked at it in ages.
  319. > Yes.
  320. > Do we want to set up a standard set of video resolutions for each color
  321. > depth:
  322.  
  323. OK, does Allegro provide a list of video modes that work, or are you
  324. forced to "test" them?  If the latter, do the test once at startup and
  325. remember the results.  You can persist the results into a disk file if
  326. the startup cost is burdensome.
  327.  
  328. > I'm leaning towards the first approach because I want to implement a custom
  329. > mode which will allow any combination of width and height within the limits
  330. > of the code (currently 10 - 32767).
  331.  
  332. This is also a reasonable thing to do under a window system -- since
  333. the window can be an arbitrary size and isn't necessarily tied to the
  334. video mode.  (I think on Windows it can be the size of the video mode or
  335. smaller; whereas X only cares that the window size fit into a 0-65535
  336. range.)
  337.  
  338. However, I'd defer implementing the arbitrary size video mode until
  339. later.  Who knows what else in fractint is going to mess up when you
  340. change that.
  341. --
  342. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  343.     ``Ain't it funny that they all fire the pistol,     
  344.       at the wrong end of the race?''--PDBT     
  345. legalize@xmission.com    <http://www.xmission.com/~legalize/who/>
  346.  
  347. Thanks for using Fractdev, The Fractint Developer's Discussion List
  348. Post Message:   fractdev@lists.xmission.com
  349. Get Commands:   majordomo@lists.xmission.com "help"
  350. Administrator:  twegner@fractint.org
  351. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  352.  
  353.  
  354. -------------------------------------------------------------------------------
  355.  
  356. From: "Jonathan Osuch" <osuchj@uswest.net>
  357. Subject: Re: Float only Xfractint 
  358. Date: 10 Jul 2000 20:42:12 -0500
  359.  
  360. Rich,
  361.  
  362. > OK, does Allegro provide a list of video modes that work, or are you
  363. > forced to "test" them?  If the latter, do the test once at startup and
  364. > remember the results.  You can persist the results into a disk file if
  365. > the startup cost is burdensome.
  366.  
  367. You need to "test" them.
  368.  
  369. > However, I'd defer implementing the arbitrary size video mode until
  370. > later.  Who knows what else in fractint is going to mess up when you
  371. > change that.
  372.  
  373. After increasing the disk video mode limits to 64kx64k we have a pretty good
  374. idea what will break.  Solid guessing breaks.  I believe we've fixed all the
  375. other places where problems were reported.  At this time, solid guessing is
  376. broken anyway (for a different reason).
  377.  
  378. Jonathan
  379.  
  380.  
  381.  
  382. Thanks for using Fractdev, The Fractint Developer's Discussion List
  383. Post Message:   fractdev@lists.xmission.com
  384. Get Commands:   majordomo@lists.xmission.com "help"
  385. Administrator:  twegner@fractint.org
  386. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  387.  
  388.  
  389. -------------------------------------------------------------------------------
  390.  
  391. From: Phil McRevis <legalize@xmission.com>
  392. Subject: Re: Float only Xfractint 
  393. Date: 10 Jul 2000 20:10:36 -0600
  394.  
  395.  
  396. In article <000801bfead9$4abbfce0$0100a8c0@bananasenior>,
  397.     "Jonathan Osuch" <osuchj@uswest.net>  writes:
  398.  
  399. > > OK, does Allegro provide a list of video modes that work, or are you
  400. > > forced to "test" them?
  401. > You need to "test" them.
  402.  
  403. I would do this at install time then.  Provide a simple app that does and
  404. records the results.  The user can re-run it if their hardware setup
  405. changes.
  406.  
  407. > After increasing the disk video mode limits to 64kx64k we have a pretty good
  408. > idea what will break.
  409.  
  410. OK, I wasn't aware that the limit was that high already.
  411. -- 
  412. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  413.     ``Ain't it funny that they all fire the pistol,     
  414.       at the wrong end of the race?''--PDBT     
  415. legalize@xmission.com    <http://www.xmission.com/~legalize/who/>
  416.  
  417. Thanks for using Fractdev, The Fractint Developer's Discussion List
  418. Post Message:   fractdev@lists.xmission.com
  419. Get Commands:   majordomo@lists.xmission.com "help"
  420. Administrator:  twegner@fractint.org
  421. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  422.  
  423.  
  424. -------------------------------------------------------------------------------
  425.  
  426. From: Phil McRevis <legalize@xmission.com>
  427. Subject: autoconf (was: Float only Xfractint)
  428. Date: 10 Jul 2000 20:47:38 -0600
  429.  
  430.  
  431. In article <000401bfe9ea$ee1a8e00$0100a8c0@bananasenior>,
  432.     "Jonathan Osuch" <osuchj@uswest.net>  writes:
  433.  
  434. > stopped when the endian.h file couldn't be found.  It's there, but under a
  435. > different directory.  This got me looking at autoconf.  It doesn't look like
  436. > the default autoconf template checks for endian.h, however.  For now, I'll
  437. > stick to Linux.
  438.  
  439. I just refreshed myself on how autoconf works by looking at the source
  440. to my project that used it.  I used automake to get a GNU compliant
  441. makefile, then used autoconf to isolate system dependencies.  This
  442. worked well because automake saved me the time of writing a complex
  443. makefile that did all the good things we expect from a makefile and
  444. autoconf kept me from getting hung up on the differences between
  445. Debian linux and Solaris.
  446.  
  447. What I did to learn autoconf was to print out the documentation
  448. (texinfo files) for automake, autoconf and libtool.  It turns out I
  449. never needed to know much about libtool because I wasn't developing a
  450. shared library.  Read through all the documentation once and then try
  451. a small example interactively with the tool.
  452.  
  453. Use autoconf to localize a dependency on the location of a .h file
  454. with autoconf like this:
  455.  
  456. In your configure.in put a check for the location of the header:
  457.  
  458.     AM_CONFIG_HEADER(config.h)
  459.     AC_CHECK_HEADERS(endian.h sys/endian.h)
  460.  
  461. Inside config.h when it is written out will be the #defines like so:
  462.  
  463.     /* Define if you have the <endian.h> header file.  */
  464.     /* #undef HAVE_ENDIAN_H */
  465.  
  466.     /* Define if you have the <sys/endian.h> header file.  */
  467.     #define HAVE_SYS_ENDIAN_H 1
  468.  
  469. Then somewhere in your source code you use these #defines to include
  470. the appropriate header:
  471.  
  472.     #if HAVE_ENDIAN_H
  473.     #include <endian.h>
  474.     #else
  475.     #if HAVE_SYS_ENDIAN_H
  476.     #include <sys/endian.h>
  477.     #endif
  478.     #endif
  479.  
  480. You can do other things with configure like changing the link line to
  481. include support for third-party libraries and so-on.  You take all the
  482. system dependent aspects of your code and parameterize them on things
  483. to be determined by the configure script.  The results of the configure
  484. tests are substituted into <file>.in template files and written out to
  485. <file>.
  486.  
  487. Automake is similar to autoconf, but it parameterizes the standard
  488. "GNU Makefile" according to the GNU coding standard, which requires a
  489. lot of things for compliant Makefiles like the standard targets all,
  490. clean, dist, etc.  Automake extends autoconf by providing some new
  491. macros that can be used in configure.in and provides a succinct way of
  492. specifying the varying components of a Makefile via Makefile.am.
  493.  
  494. For my project, I wrote Makefile.am and configure.in.  Automake takes
  495. the Makefile.am and creates a Makefile.in.  autoconf takes the
  496. configure.in and generates a configure script and a config.h.in.  When
  497. the source distribution is unpacked, they run configure which generates
  498. the Makefile and config.h from their respective .in's.
  499.  
  500. automake and autoconf are only needed by developers who wish to change
  501. configure.in and Makefile.am.  If you just modify C code in existing
  502. files, then you never need automake or autoconf you just run
  503. configure.
  504.  
  505. Does that help?
  506. --
  507. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  508.     ``Ain't it funny that they all fire the pistol,     
  509.       at the wrong end of the race?''--PDBT     
  510. legalize@xmission.com    <http://www.xmission.com/~legalize/who/>
  511.  
  512. Thanks for using Fractdev, The Fractint Developer's Discussion List
  513. Post Message:   fractdev@lists.xmission.com
  514. Get Commands:   majordomo@lists.xmission.com "help"
  515. Administrator:  twegner@fractint.org
  516. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  517.  
  518.  
  519. -------------------------------------------------------------------------------
  520.  
  521. From: "Jonathan Osuch" <osuchj@uswest.net>
  522. Subject: Next patch
  523. Date: 23 Jul 2000 19:39:36 -0500
  524.  
  525. Tim,
  526.  
  527. Do you have anything you might want to go into the next patch?  I have a
  528. small patch that fixes some problems with the stereogram screen prompts.
  529.  
  530. Are we still on patch 12 for the next one?
  531.  
  532. Jonathan
  533.  
  534.  
  535.  
  536. Thanks for using Fractdev, The Fractint Developer's Discussion List
  537. Post Message:   fractdev@lists.xmission.com
  538. Get Commands:   majordomo@lists.xmission.com "help"
  539. Administrator:  twegner@fractint.org
  540. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  541.  
  542.  
  543. -------------------------------------------------------------------------------
  544.  
  545. From: Tim Wegner <twegner@swbell.net>
  546. Subject: Re: Next patch
  547. Date: 23 Jul 2000 21:14:20 -0600
  548.  
  549. Jonathan asked:
  550.  
  551. > Do you have anything you might want to go into the next patch?  I have a
  552. > small patch that fixes some problems with the stereogram screen prompts.
  553.  
  554. No, I don't have anything.
  555.  
  556. > Are we still on patch 12 for the next one?
  557.  
  558. I believe patch 12 is the next one. One thing that probably needs to 
  559. be done is re-unify the Xfractint and Fractint float-only versions. I 
  560. could have a look at that.
  561.  
  562. Tim
  563.  
  564. > Jonathan
  565. > --------------------------------------------------------------
  566. > Thanks for using Fractdev, The Fractint Developer's Discussion List
  567. > Post Message:   fractdev@lists.xmission.com
  568. > Get Commands:   majordomo@lists.xmission.com "help"
  569. > Administrator:  twegner@fractint.org
  570. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  571.  
  572.  
  573.  
  574. Thanks for using Fractdev, The Fractint Developer's Discussion List
  575. Post Message:   fractdev@lists.xmission.com
  576. Get Commands:   majordomo@lists.xmission.com "help"
  577. Administrator:  twegner@fractint.org
  578. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  579.  
  580.  
  581. -------------------------------------------------------------------------------
  582.  
  583. From: "Rupert Millard" <rupertam@hotmail.com>
  584. Subject: Re: more 3D bugs in float-only?
  585. Date: 24 Jul 2000 16:00:36 GMT
  586.  
  587. Hi,
  588.  
  589. Sorry but I think I have found more bugs in 3d.
  590.  
  591. I'm not sure if its restricted to the float only version.
  592.  
  593. If you do:
  594.  
  595.    stereo=1,2,3 or 4
  596.  
  597. Then fractint goes a bit haywire. Again I decided to report it to fractdev 
  598. because I thought that this might be a fundamental problem rather than a bug 
  599. which only occurs during an unusual alignment of planets.
  600.  
  601. From,
  602.  
  603. Rupert
  604. ________________________________________________________________________
  605. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
  606.  
  607.  
  608. Thanks for using Fractdev, The Fractint Developer's Discussion List
  609. Post Message:   fractdev@lists.xmission.com
  610. Get Commands:   majordomo@lists.xmission.com "help"
  611. Administrator:  twegner@fractint.org
  612. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  613.  
  614.  
  615. -------------------------------------------------------------------------------
  616.  
  617. From: "Jonathan Osuch" <osuchj@uswest.net>
  618. Subject: Re: more 3D bugs in float-only?
  619. Date: 24 Jul 2000 11:21:09 -0500
  620.  
  621. Rupert,
  622.  
  623. > Sorry but I think I have found more bugs in 3d.
  624.  
  625. > I'm not sure if its restricted to the float only version.
  626.  
  627. > If you do:
  628.  
  629. >    stereo=1,2,3 or 4
  630.  
  631. > Then fractint goes a bit haywire.
  632.  
  633. Yes, that's a bug.  I introduced it with patch 11.  I'll fix it.
  634.  
  635. Jonathan
  636.  
  637.  
  638.  
  639. Thanks for using Fractdev, The Fractint Developer's Discussion List
  640. Post Message:   fractdev@lists.xmission.com
  641. Get Commands:   majordomo@lists.xmission.com "help"
  642. Administrator:  twegner@fractint.org
  643. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  644.  
  645.  
  646. -------------------------------------------------------------------------------
  647.  
  648. From: "Jonathan Osuch" <osuchj@uswest.net>
  649. Subject: Version 20.0 patch 12
  650. Date: 25 Jul 2000 16:47:17 -0500
  651.  
  652. Tim,
  653.  
  654. Patch 12 is on the ftp site.  It fixes the stereogram screen prompts and the
  655. 3D problem I introduced with patch 11.  I uploaded a new executable, also.
  656.  
  657. Anonymous ftp is still blocked, however.
  658.  
  659. Jonathan
  660.  
  661.  
  662.  
  663. Thanks for using Fractdev, The Fractint Developer's Discussion List
  664. Post Message:   fractdev@lists.xmission.com
  665. Get Commands:   majordomo@lists.xmission.com "help"
  666. Administrator:  twegner@fractint.org
  667. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  668.  
  669.  
  670. -------------------------------------------------------------------------------
  671.  
  672. From: Tim Wegner <twegner@swbell.net>
  673. Subject: Re: Version 20.0 patch 12
  674. Date: 25 Jul 2000 20:43:45 -0600
  675.  
  676. Jonathan wrote:
  677.  
  678. > Anonymous ftp is still blocked, however.
  679.  
  680. Users can download via http. There is a link from the fractint.org 
  681. web page. It is:
  682.  
  683. http://www.fractint.org/ftp/
  684.  
  685. Tim
  686.  
  687.  
  688. Thanks for using Fractdev, The Fractint Developer's Discussion List
  689. Post Message:   fractdev@lists.xmission.com
  690. Get Commands:   majordomo@lists.xmission.com "help"
  691. Administrator:  twegner@fractint.org
  692. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  693.  
  694.  
  695. -------------------------------------------------------------------------------
  696.  
  697. From: "Damien M. Jones" <dmj@fractalus.com>
  698. Subject: Re: Version 20.0 patch 12
  699. Date: 26 Jul 2000 01:04:50 -0400
  700.  
  701. Jonathan,
  702.  
  703.  - Anonymous ftp is still blocked, however.
  704.  
  705. Yep, as soon as I can get a patched FTP server I'll re-enable it. Although,
  706. after having run FTP for a couple of years now, I must say I'm rather
  707. distressed with it as its protocol *requires* it to retain root privileges,
  708. thus making it a target for hacking. *sigh*
  709.  
  710. Depending on how much time I have this weekend, I may be able to do it.
  711. I'll have my laptop with me in Memphis and it has an SSH client, so I'll be
  712. able to do admin stuff remotely.
  713.  
  714. Damien M. Jones   \\
  715. dmj@fractalus.com  \\  Fractalus Galleries & Info:
  716.                     \\  http://www.fractalus.com/
  717.  
  718. Please do not post my e-mail address on a web site or
  719. in a newsgroup.  Thank you.
  720.  
  721.  
  722. Thanks for using Fractdev, The Fractint Developer's Discussion List
  723. Post Message:   fractdev@lists.xmission.com
  724. Get Commands:   majordomo@lists.xmission.com "help"
  725. Administrator:  twegner@fractint.org
  726. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  727.  
  728.  
  729. -------------------------------------------------------------------------------
  730.  
  731. From: Tim Wegner <twegner@swbell.net>
  732. Subject: Re: Version 20.0 patch 12
  733. Date: 26 Jul 2000 14:11:34 -0600
  734.  
  735. Damien wrote:
  736.  
  737. > Yep, as soon as I can get a patched FTP server I'll re-enable it. Although,
  738. > after having run FTP for a couple of years now, I must say I'm rather
  739. > distressed with it as its protocol *requires* it to retain root privileges,
  740. > thus making it a target for hacking. *sigh*
  741.  
  742. I understand there is a file copy facility called scp that works 
  743. through ssh. Wouldn't that be better (safer) than FTP? There is a 
  744. Windows as well as a Linux client for it. 
  745. (http://www.chiark.greenend.org.uk/~sgtatham/putty/) I am going to 
  746. look into installing this on my LRP (Linux Router Project) firewall 
  747. machine.
  748.  
  749. Tim
  750.  
  751.  
  752. Thanks for using Fractdev, The Fractint Developer's Discussion List
  753. Post Message:   fractdev@lists.xmission.com
  754. Get Commands:   majordomo@lists.xmission.com "help"
  755. Administrator:  twegner@fractint.org
  756. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  757.  
  758.  
  759. -------------------------------------------------------------------------------
  760.  
  761. From: dmj@fractalus.com
  762. Subject: FTP, scp
  763. Date: 26 Jul 2000 13:55:18 -0600
  764.  
  765. Tim,
  766.  
  767. Yes there's a utility called scp that comes with the SSH packages for
  768. UNIX. scp is installed on julia and used frequently. However, the catch
  769. is that your end has to support it. If you're transferring files between
  770. UNIX boxes scp is great, because it not only protects the passwords from
  771. sniffing, but also the file contents.
  772.  
  773. One of my short-term projects is to replace FTP entirely with a web-
  774. based SSL-enabled file transfer mechanism that works without special
  775. client software. This was sort of on the back burner but got moved up
  776. with some potential problems located in my FTP server.
  777.  
  778. --Damien
  779.  
  780. Thanks for using Fractdev, The Fractint Developer's Discussion List
  781. Post Message:   fractdev@lists.xmission.com
  782. Get Commands:   majordomo@lists.xmission.com "help"
  783. Administrator:  twegner@fractint.org
  784. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  785.  
  786.  
  787. -------------------------------------------------------------------------------
  788.  
  789. From: Tim Wegner <twegner@swbell.net>
  790. Subject: Re: FTP, scp
  791. Date: 26 Jul 2000 17:35:12 -0600
  792.  
  793. Damien wrote:
  794.  
  795. > Yes there's a utility called scp that comes with the SSH packages for
  796. > UNIX. scp is installed on julia and used frequently. However, the catch
  797. > is that your end has to support it. If you're transferring files between
  798. > UNIX boxes scp is great, because it not only protects the passwords from
  799. > sniffing, but also the file contents.
  800.  
  801. My earlier message contained a link to putty, a free Windows-
  802. based client that supports both ssh and scp. I haven't tried it yet 
  803. though :-) When I get a chance I'll try it with Julia.
  804.  
  805. Tim
  806.  
  807.  
  808. Thanks for using Fractdev, The Fractint Developer's Discussion List
  809. Post Message:   fractdev@lists.xmission.com
  810. Get Commands:   majordomo@lists.xmission.com "help"
  811. Administrator:  twegner@fractint.org
  812. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  813.  
  814.  
  815. -------------------------------------------------------------------------------
  816.  
  817. From: "Damien M. Jones" <dmj@fractalus.com>
  818. Subject: Re: FTP, scp
  819. Date: 26 Jul 2000 23:01:22 -0400
  820.  
  821. Tim,
  822.  
  823.  - My earlier message contained a link to putty, a free Windows-
  824.  - based client that supports both ssh and scp.
  825.  
  826. Oops, so it did. I've been using Zmodem over SSH so I didn't notice. :(
  827.  
  828. Damien M. Jones   \\
  829. dmj@fractalus.com  \\  Fractalus Galleries & Info:
  830.                     \\  http://www.fractalus.com/
  831.  
  832. Please do not post my e-mail address on a web site or
  833. in a newsgroup.  Thank you.
  834.  
  835.  
  836. Thanks for using Fractdev, The Fractint Developer's Discussion List
  837. Post Message:   fractdev@lists.xmission.com
  838. Get Commands:   majordomo@lists.xmission.com "help"
  839. Administrator:  twegner@fractint.org
  840. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  841.  
  842.  
  843. -------------------------------------------------------------------------------
  844.  
  845. From: "Rupert Millard" <rupertam@hotmail.com>
  846. Subject: Ideas for 20.1 based on wishlist
  847. Date: 29 Jul 2000 11:25:25 GMT
  848.  
  849. Johnathon,
  850.  
  851. Well done on fixing stereo and releasing patch 12 so soon after I reported 
  852. the bug (within 48 hours!)
  853.  
  854.  
  855. All developers,
  856.  
  857. Inspired by *every* wish on the wishlist (Tim, have you really not commented 
  858. since Feb '98?). I came up with some comments about the general content:
  859.  
  860. 1) +10 people asked for windows ports,
  861.      1 person says "Maintain DOS format. No Windows or Mouse"
  862.  
  863. 2)   3 people asked for a MAC port but that's been done now, hasn't it?
  864.  
  865. 3) Lots of people asked for new fractal types which could be achieved with 
  866. the parser (eg. a 'polynomial manzpower', I'm not sure that there isn't a 
  867. task the formula parser is more ideal for!)
  868.  
  869. 4) Somebody asked for parameters which alternate every iteration:
  870.  
  871.      My reply to him was:
  872.  
  873. Kangarupert01-34{
  874. ;On the wishlist (http://web.ukonline.co.uk/robin.b2/olig/fracwish.htm),
  875. ;N Carlos Castaneda (n.carlos_c@zensearch.net) wrote:
  876. ;"The Mandelbrot set is generated iterating the function Z^2. Other
  877. ; fractals of similar type are generated by means of Z^3, Z^4, etc..
  878. ; Consider this alternating iteration: For the odd-numbered steps apply
  879. ; Z^2; for the even-numbered steps apply Z^3. The posibilities for this
  880. ; are endless. I do it pixel by pixel, very slowly, using Pascal, but I
  881. ; like the results very much. Just try it. I would like to see it
  882. ; implemented in Fractint.
  883. ;
  884. ;I hope this formula will serve as a demonstration of how this can be
  885. ;achieved using fractint's formula parser
  886. z=c=pixel
  887. iter=0:
  888. iter=iter+1
  889. d=iter/2
  890. if(d==trunc(d))
  891.   z=z^3+c
  892. else
  893.   z=z^2+c
  894. endif
  895. |z|<=4}
  896.  
  897.     Incidentally he is right, it's a nice effect. I could make the formula 
  898. more flexible if:
  899.  
  900. 5) Many people (me included) want more parameters in the formula parser, the 
  901. ability to state whether they are real or complex, the facility to name them 
  902. and set defaults.
  903.  
  904. 6) Default bailout tests in the formula parser came up, I think a good way 
  905. of activating it would be when 'escape-time(variable_to_test)' is put on the 
  906. last line instead of a bailout criterion then escape-time bailout tests 
  907. (mod, real, imag...) would become available.
  908.  
  909. 7) I wouldn't mind a mod (modulo) function.
  910.  
  911. 8) Lots of people wanted an integrated formula editor. (Although I 
  912. personally just 'alt+tab' to notepad)
  913.  
  914. 9) Despite Tim's best efforts to discourage people from asking for 
  915. true-colour support, I lost count of the number of people who did.
  916.     By the way, what form would a true-colour palette (a contradiction in 
  917. terms?) editor take, would it be like ultra-fractal or would 'stripey 
  918. effects' still be possible?
  919.  
  920.  
  921. I hope that this is helpful.
  922.  
  923. When is version 20.1 going to come out? I hope it is soon!
  924.  
  925. From,
  926.  
  927. Rupert
  928.  
  929. e-mail: rupertam@hotmail.com
  930. website: http://www.geocities.com/kangarupert
  931.  
  932.  
  933. P.S. KangaRupert01-34v2 and KangaRupert01-34v3 are perfect examples of where 
  934. the desired additions to the parser would be very helpful:
  935.  
  936. Kangarupert01-34v2{
  937. ;On the wishlist (http://web.ukonline.co.uk/robin.b2/olig/fracwish.htm),
  938. ;N Carlos Castaneda (n.carlos_c@zensearch.net) wrote:
  939. ;"The Mandelbrot set is generated iterating the function Z^2. Other
  940. ; fractals of similar type are generated by means of Z^3, Z^4, etc..
  941. ; Consider this alternating iteration: For the odd-numbered steps apply
  942. ; Z^2; for the even-numbered steps apply Z^3. The posibilities for this
  943. ; are endless. I do it pixel by pixel, very slowly, using Pascal, but I
  944. ; like the results very much. Just try it. I would like to see it
  945. ; implemented in Fractint.                                             "
  946. ;
  947. ;I hope this formula will serve as a demonstration of how this can be
  948. ;achieved using fractint's formula parser
  949. ;This formula will cycle up to 6 real exponents, put them in from top to
  950. ;bottom. Leave 0s at the end of the sequence
  951. ;eg. To cycle the exponents 2,3,4:  real(p1)=2, imag(p1)=3, real(p2)= 4,
  952. ;imag(p2)=real(p3)=imag(p3)=0                  KangaRupert, 29 Jul 2000
  953. z=c=pixel
  954. if(imag(p1)==0)         ; more parameters would mean longer cycles
  955.   n=1             ; real parameters would mean that I wouldn't have
  956. elseif(real(p2)==0)  ; to use real(p_) and imag(p_) so often
  957.   n=2
  958. elseif(imag(p2)==0)
  959.   n=3
  960. elseif(real(p3)==0)
  961.   n=4
  962. elseif(imag(p3)==0)
  963.   n=5
  964. else
  965.   n=6
  966. endif
  967. iter=0:
  968. iter=iter+1
  969. d=iter/n    ; a modulo function
  970. d=d-trunc(d)    ; could replace these
  971. d=d*n+1        ; 3 lines
  972. if(d==1)
  973.   z=z^real(p1)+c
  974. elseif(d==2)
  975.   z=z^imag(p1)+c
  976. elseif(d==3)
  977.   z=z^real(p2)+c
  978. elseif(d==4)
  979.   z=z^imag(p2)+c
  980. elseif(d==5)
  981.   z=z^real(p3)+c
  982. elseif(d==6)
  983.   z=z^imag(p3)+c
  984. endif
  985. |z|<=4        ; escape-time(z) would provide greater flexibility
  986. }
  987.  
  988. Kangarupert01-34v3{
  989. ;On the wishlist (http://web.ukonline.co.uk/robin.b2/olig/fracwish.htm),
  990. ;N Carlos Castaneda (n.carlos_c@zensearch.net) wrote:
  991. ;"The Mandelbrot set is generated iterating the function Z^2. Other
  992. ; fractals of similar type are generated by means of Z^3, Z^4, etc..
  993. ; Consider this alternating iteration: For the odd-numbered steps apply
  994. ; Z^2; for the even-numbered steps apply Z^3. The posibilities for this
  995. ; are endless. I do it pixel by pixel, very slowly, using Pascal, but I
  996. ; like the results very much. Just try it. I would like to see it
  997. ; implemented in Fractint.                                             "
  998. ;
  999. ;I hope this formula will serve as a demonstration of how this can be
  1000. ;achieved using fractint's formula parser
  1001. ;This formula will cycle up to 3 complex exponents, put them in from top
  1002. ;to bottom. Leave 0s at the end of the sequence
  1003. ;eg. To cycle the exponents 2, 3+1i: real(p1)=2, imag(p1)=0,
  1004. ;real(p2)=3, imag(p2)=1, real(p3)=imag(p3)=0   KangaRupert, 29 Jul 2000
  1005. z=c=pixel
  1006. if(p2==0)    ; more parameters would mean longer cycles
  1007.   n=1
  1008. elseif(p3==0)
  1009.   n=2
  1010. else
  1011.   n=3
  1012. endif
  1013. iter=0:
  1014. iter=iter+1
  1015. d=iter/n    ; a modulo function
  1016. d=d-trunc(d)    ; could replace these
  1017. d=d*n+1        ; 3 lines
  1018. if(d==1)
  1019.   z=z^p1+c
  1020. elseif(d==2)
  1021.   z=z^p2+c
  1022. elseif(d==3)
  1023.   z=z^p3+c
  1024. endif
  1025. |z|<=4        ; escape-time(z) would provide greater flexibility
  1026. }
  1027.  
  1028.  
  1029. ________________________________________________________________________
  1030. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
  1031.  
  1032.  
  1033. Thanks for using Fractdev, The Fractint Developer's Discussion List
  1034. Post Message:   fractdev@lists.xmission.com
  1035. Get Commands:   majordomo@lists.xmission.com "help"
  1036. Administrator:  twegner@fractint.org
  1037. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  1038.  
  1039.  
  1040. -------------------------------------------------------------------------------
  1041.  
  1042. From: "Jonathan Osuch" <osuchj@uswest.net>
  1043. Subject: Re: Ideas for 20.1 based on wishlist
  1044. Date: 29 Jul 2000 20:41:30 -0500
  1045.  
  1046. Rupert,
  1047.  
  1048. > Well done on fixing stereo and releasing patch 12 so soon after I reported
  1049. > the bug (within 48 hours!)
  1050.  
  1051. Thanks.
  1052.  
  1053. > All developers,
  1054.  
  1055. Unfortunately, this still appears to be a fairly small list.
  1056.  
  1057. > ... ports ...
  1058.  
  1059. With the work I am doing with the Allegro graphics package, this should
  1060. become much easier.  And, for the cases where there is no Allegro port, the
  1061. video driver system implemented by Rich Thomson will ease the pain.
  1062.  
  1063. > 3 people asked for a MAC port but that's been done now, hasn't it?
  1064.  
  1065. Tim Gilman was working on this, but his web site hasn't been updated
  1066. recently, the last time I checked.
  1067.  
  1068. > Somebody asked for parameters which alternate every iteration:
  1069.  
  1070. I responded also.
  1071.  
  1072. > Many people (me included) want more parameters in the formula parser, the
  1073. > ability to state whether they are real or complex, the facility to name
  1074. them
  1075. > and set defaults.
  1076.  
  1077. Adding more parameters is fairly easy.  The screen prompts (i.e.. the <Z>
  1078. screen) would have to be rearranged to make them fit.  Or, a separate screen
  1079. would be needed.  As for the rest, they require changes a little deeper in
  1080. the code of the parser.  And, hence, are not quite so easy.
  1081.  
  1082. > Default bailout tests in the formula parser came up, I think a good way
  1083. > of activating it would be when 'escape-time(variable_to_test)' is put on
  1084. the
  1085. > last line instead of a bailout criterion then escape-time bailout tests
  1086. > (mod, real, imag...) would become available.
  1087.  
  1088. I had looked into this once, several years ago.  For some reason, I felt it
  1089. wouldn't work within the frame work of the parser.  Don't recall why.
  1090.  
  1091. > I wouldn't mind a mod (modulo) function.
  1092.  
  1093. We could probably talk one of the parser gurus into implementing this.
  1094.  
  1095. > Despite Tim's best efforts to discourage people from asking for
  1096. > true-colour support, I lost count of the number of people who did.
  1097. >    By the way, what form would a true-colour palette (a contradiction in
  1098. > terms?) editor take, would it be like ultra-fractal or would 'stripey
  1099. > effects' still be possible?
  1100.  
  1101. This is part of the Allegro graphics package.  Tim needs to look at what I
  1102. have done so far.  Then we need to add png support so we can save images.
  1103. And, a bunch of other stuff needs to be done so it all works correctly.  As
  1104. for the palette editor, it will only (so far) appear when a 256 color mode
  1105. is used.  This is one of those things that needs to be worked out.
  1106.  
  1107. > When is version 20.1 going to come out? I hope it is soon!
  1108.  
  1109. Don't know.  We may want an incremental release before we muck up the source
  1110. with the Allegro graphics package port.
  1111.  
  1112. Jonathan
  1113.  
  1114.  
  1115.  
  1116. Thanks for using Fractdev, The Fractint Developer's Discussion List
  1117. Post Message:   fractdev@lists.xmission.com
  1118. Get Commands:   majordomo@lists.xmission.com "help"
  1119. Administrator:  twegner@fractint.org
  1120. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  1121.  
  1122.  
  1123. -------------------------------------------------------------------------------
  1124.  
  1125. From: Tim Wegner <twegner@swbell.net>
  1126. Subject: Re: Ideas for 20.1 based on wishlist
  1127. Date: 30 Jul 2000 22:33:33 -0600
  1128.  
  1129. Jonathan wrote:
  1130.  
  1131. > > All developers,
  1132. > Unfortunately, this still appears to be a fairly small list.
  1133.  
  1134. Unfortunately true. I am finding I need to spend my time these days 
  1135. learning. This is from my point of view not a bad thing, but it 
  1136. pushes any direct fractint work down the priority list.
  1137.  
  1138. I checked out Wxwindows again recently, and this still looks like a 
  1139. good way to get a portable GUI.
  1140.  
  1141. I got ssh (secure shell) installed on my Linux firewall. I just tried 
  1142. copying a file from julia.fractalus.org using scp and it works great. 
  1143. There is a windows command line utility called pscp available at 
  1144. http://www.chiark.greenend.org.uk/~sgtatham/putty/
  1145. that has the same functionality. This makes FTP unnecessary, 
  1146. though FTP with a good Windows client is certainly easier.
  1147.  
  1148. Tim
  1149.  
  1150.  
  1151. Thanks for using Fractdev, The Fractint Developer's Discussion List
  1152. Post Message:   fractdev@lists.xmission.com
  1153. Get Commands:   majordomo@lists.xmission.com "help"
  1154. Administrator:  twegner@fractint.org
  1155. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  1156.  
  1157.  
  1158. -------------------------------------------------------------------------------
  1159.  
  1160. From: "Paul de Leeuw" <pdeleeuw@deleeuw.com.au>
  1161. Subject: Re: Ideas for 20.1 based on wishlist
  1162. Date: 31 Jul 2000 17:47:15 +1000
  1163.  
  1164. Hi Tim,
  1165.  
  1166. I tried to compile the Xwindows float only version but it appears to be full
  1167. of 16 bit code (far, seg, offset rtc) which blows the microsnot compiler out
  1168. of the water. I would dearly love to merge Manpwin and Fractint to produce a
  1169. true colour, 32 bit windows application.
  1170.  
  1171. Any suggestions?
  1172.  
  1173. Thanks,
  1174.  
  1175. Paul.
  1176. ----- Original Message -----
  1177. Sent: Monday, July 31, 2000 2:33 PM
  1178.  
  1179.  
  1180. > Jonathan wrote:
  1181. >
  1182. > > > All developers,
  1183. > >
  1184. > > Unfortunately, this still appears to be a fairly small list.
  1185. >
  1186. > Unfortunately true. I am finding I need to spend my time these days
  1187. > learning. This is from my point of view not a bad thing, but it
  1188. > pushes any direct fractint work down the priority list.
  1189. >
  1190. > I checked out Wxwindows again recently, and this still looks like a
  1191. > good way to get a portable GUI.
  1192. >
  1193. > I got ssh (secure shell) installed on my Linux firewall. I just tried
  1194. > copying a file from julia.fractalus.org using scp and it works great.
  1195. > There is a windows command line utility called pscp available at
  1196. > http://www.chiark.greenend.org.uk/~sgtatham/putty/
  1197. > that has the same functionality. This makes FTP unnecessary,
  1198. > though FTP with a good Windows client is certainly easier.
  1199. >
  1200. > Tim
  1201. >
  1202. >
  1203. > --------------------------------------------------------------
  1204. > Thanks for using Fractdev, The Fractint Developer's Discussion List
  1205. > Post Message:   fractdev@lists.xmission.com
  1206. > Get Commands:   majordomo@lists.xmission.com "help"
  1207. > Administrator:  twegner@fractint.org
  1208. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  1209.  
  1210.  
  1211. Thanks for using Fractdev, The Fractint Developer's Discussion List
  1212. Post Message:   fractdev@lists.xmission.com
  1213. Get Commands:   majordomo@lists.xmission.com "help"
  1214. Administrator:  twegner@fractint.org
  1215. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  1216.  
  1217.  
  1218. -------------------------------------------------------------------------------
  1219.  
  1220. From: "Jonathan Osuch" <osuchj@uswest.net>
  1221. Subject: Re: Ideas for 20.1 based on wishlist
  1222. Date: 31 Jul 2000 07:43:58 -0500
  1223.  
  1224. Paul,
  1225.  
  1226. > I tried to compile the Xwindows float only version but it appears to be
  1227. full
  1228. > of 16 bit code (far, seg, offset rtc) which blows the microsnot compiler
  1229. out
  1230. > of the water. I would dearly love to merge Manpwin and Fractint to produce
  1231. a
  1232. > true colour, 32 bit windows application.
  1233.  
  1234. If you define XFRACT, all those will go away.  Someday we will need to take
  1235. them out, but for now this works.
  1236.  
  1237. Since the Allegro package has a Windows port, it may be advantageous to look
  1238. at it.  Also, you should probably work from the source I am using.  This has
  1239. the advantage of using a driver system for environment specific functions
  1240. (graphics & sound).  It still needs a lot of work done so that configure and
  1241. make can be used.
  1242.  
  1243. Jonathan
  1244.  
  1245.  
  1246.  
  1247. Thanks for using Fractdev, The Fractint Developer's Discussion List
  1248. Post Message:   fractdev@lists.xmission.com
  1249. Get Commands:   majordomo@lists.xmission.com "help"
  1250. Administrator:  twegner@fractint.org
  1251. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  1252.  
  1253.  
  1254. -------------------------------------------------------------------------------
  1255.  
  1256. From: Tim Wegner <twegner@swbell.net>
  1257. Subject: Re: Ideas for 20.1 based on wishlist
  1258. Date: 31 Jul 2000 07:56:32 -0600
  1259.  
  1260. Paiul asked:
  1261.  
  1262. > I tried to compile the Xwindows float only version but it appears to be full
  1263. > of 16 bit code (far, seg, offset rtc) which blows the microsnot compiler out
  1264. > of the water. I would dearly love to merge Manpwin and Fractint to produce a
  1265. > true colour, 32 bit windows application.
  1266. > Any suggestions?
  1267.  
  1268. Xfractint has some defines that eliminate all the far keywords etc. 
  1269. Probably you are just missing something turned on with the 
  1270. XFRACT define. I'm off to work so I can't find it for you you, but if 
  1271. you search for XFRACT in the dot h files it should be easy to find.
  1272.  
  1273. Tim
  1274.  
  1275.  
  1276. Thanks for using Fractdev, The Fractint Developer's Discussion List
  1277. Post Message:   fractdev@lists.xmission.com
  1278. Get Commands:   majordomo@lists.xmission.com "help"
  1279. Administrator:  twegner@fractint.org
  1280. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  1281.  
  1282.