J.B. Langston

Results 43 comments of J.B. Langston

_From [[email protected]](https://code.google.com/u/107040776623703175174/) on August 04, 2009 18:53:39_ A little more information - the first "backward" frame is number 84, as numbered by XaoS. It only goes for 1 frame, but...

Confirmed this on the latest code. Reattaching repro file as [anim1.txt](https://github.com/xaos-project/XaoS/files/3168671/anim1.txt).

Stepping through the code, I found that it was executing this command on line 64 of the file is when the jump backward at frame 84 occurs: ``` (animateview -0.278147583...

Is this the same thing as distance estimator method? https://mrob.com/pub/muency/distanceestimator.html If not, some more details on how to compute this (or even better, some code) would be helpful.

_From [[email protected]](https://code.google.com/u/112310579941183479517/) on February 16, 2011 14:41:19_ Ah, it seems that my suggestion in issue 56 would be a good solution here!

_From [[email protected]](https://code.google.com/u/112310579941183479517/) on February 16, 2011 15:24:33_ Well, screen shots need not be done only from emulated Amigas :-) **Attachment:** [pict3267a.jpg pict3268a.jpg](http://code.google.com/p/gnuxaos/issues/detail?id=56#hc1)

For now, I have just disabled multi threaded boundary tracing so it won't deadlock. Zooming will still use multiple threads if enabled because boundary trace is only used when initially...

You need to be mindful of how much memory rendering such a large image requires. At a minimum, it would require width x height x 4 bytes since the images...

I have updated the SFFE error messages and made them translatable in my latest commit, e7aca334cea54872cefbd2d0e475a30310507f92. Check out the .ts files and you will see them under Messages.

I have fixed the formulas so they accept both ; (for backwards compatibility) and , for parameters separators and also to separate the real and imaginary components of complex numbers....