Search found 2164 matches

by rowett
Today, 1:05 am
Forum: Bugs & Errors
Topic: Golly bugs
Replies: 105
Views: 19232

Re: Golly bugs

@Dave/Chris: The code in MainFrame::GetScriptFileName needs a major overhaul so best leave that job to me. My thinking is to just simplify the code in the following way: If a line starts with "--" or "local " then assume it's a Lua script, or if a line starts with "import " or "from " then assume i...
by rowett
Yesterday, 3:17 am
Forum: Bugs & Errors
Topic: Golly bugs
Replies: 105
Views: 19232

Re: Golly bugs

Copying each of the following RLEs into clipboard and doing "File -> Run Clipboard" causes the error message appended after that RLE. I think I've mentioned this before, but if you have an RLE in the clipboard and try to click Run Clipboard, it tells you that Perl scripting is no longer supported. ...
by rowett
April 23rd, 2024, 4:44 am
Forum: Website Discussion
Topic: Pattern viewer for forum threads
Replies: 3417
Views: 838483

Re: Pattern viewer for forum threads

confocaloid wrote:
April 22nd, 2024, 5:13 pm
Well, when I tried the above test patterns, my expectations were that LifeViewer will search for a @RULE header in which the name does match the name specified in the RLE header.
LifeViewer now requires that the @RULE name matches the name specified in the RLE header.
by rowett
April 22nd, 2024, 4:54 pm
Forum: Website Discussion
Topic: Pattern viewer for forum threads
Replies: 3417
Views: 838483

Re: Pattern viewer for forum threads

LifeViewer appears to accept and ignore arbitrary text between the end of pattern data and the @RULE header. Is this intended? Yes. Anything after the end of pattern data is treated as comments and could contain LifeViewer script commands. If while processing the comments LifeViewer comes across an...
by rowett
April 21st, 2024, 5:17 pm
Forum: Bugs & Errors
Topic: Golly bugs
Replies: 105
Views: 19232

Re: Golly bugs

When running safeopenclip.lua, if the rulefile is not installed yet, the script shows a help page with a suggestion to download the rulefile. Clicking on that link triggers download, with a download progress indicator. Sometimes there is a message "Assertion failed" during download. Fixed in the ne...
by rowett
April 17th, 2024, 6:48 am
Forum: The Sandbox
Topic: CA screensaver ideas?
Replies: 16
Views: 456

Re: CA screensaver ideas?

#C [[ DEPTH 0.15 LAYERS 10 ZOOM 2 THEME LifeHistory ]] x = 34, y = 16, rule = R2,C80,S0,5,B2-3,5-7,P95,25,4:T512,512 .3A3.3A2.3A3.4A2.4A2.A2.A$A5.A5.A2.A2.A5.A5.2A.A$A5.A5.A2.A2.A5.A5.A. 2A$.2A3.A5.3A3.3A3.3A3.A2.A$3.A2.A5.A2.A2.A5.A5.A2.A$3.A2.A5.A2.A2.A5. A5.A2.A$3A4.3A2.A2.A2.4A2.4A2.A2.A3$4.3A3...
by rowett
April 15th, 2024, 11:42 am
Forum: The Sandbox
Topic: CA screensaver ideas?
Replies: 16
Views: 456

Re: CA screensaver ideas?

Code: Select all

#C [[ HARDRESET NOTHROTTLE NOPERFWARNING ZOOM 2 AUTOSTART STEP 2 THEME Generations RANDSEED 1695723828606 ]]
x = 10, y = 10, rule = R20,C2,S10-40,B12-34,NC,P100,#,#:T320
10o$10o$10o$10o$10o$
10o$10o$10o$10o$10o!
by rowett
April 15th, 2024, 9:34 am
Forum: Website Discussion
Topic: Pattern viewer for forum threads
Replies: 3417
Views: 838483

Re: Pattern viewer for forum threads

muzik wrote:
March 30th, 2024, 7:24 am
Would it be possible to have living cells render on top of bounded cells, such that in cases like these, they aren't hidden when you zoom out beyond 1.0?

Code: Select all

x = 1, y = 2, rule = ModuloThreeTripleReplicator1D:T0,2
o$o!
Yes, done.
by rowett
April 12th, 2024, 11:03 am
Forum: Website Discussion
Topic: Pattern viewer for forum threads
Replies: 3417
Views: 838483

Re: Pattern viewer for forum threads

confocaloid wrote:
April 12th, 2024, 10:42 am
Additionally (also for custom neighbourhoods), in "Help -> Info -> Pattern -> N'hood", the middle cell is shown as included ("1"), even though it is not counted for survival (S1 does not cause survival of an isolated dot). Shouldn't the middle cell be shown as "0" instead?
Fixed, thanks!
by rowett
April 12th, 2024, 9:28 am
Forum: Website Discussion
Topic: Pattern viewer for forum threads
Replies: 3417
Views: 838483

Re: Pattern viewer for forum threads

confocaloid wrote:
April 10th, 2024, 11:48 am
I believe there is an inconsistency in handling asymmetric custom neighbourhoods.
Fixed. Thanks for reporting!
by rowett
April 10th, 2024, 5:25 am
Forum: General Discussion
Topic: Golly suggestions
Replies: 420
Views: 203447

Re: Golly suggestions

As a side note the issue in the 3rd party tool has been fixed by the author.
by rowett
April 9th, 2024, 11:45 am
Forum: Bugs & Errors
Topic: lifeviewer bug
Replies: 380
Views: 50828

Re: LifeViewer bug on mobile devices

b-engine wrote:
April 9th, 2024, 10:27 am
Realme C55
Google Chrome version 123.0.6312.99

I haven't any other mobile devices, so I don't know if anyone else suffering from this issue.
Thanks for the data. Let's see if anyone else has the issue.
by rowett
April 9th, 2024, 10:20 am
Forum: Bugs & Errors
Topic: lifeviewer bug
Replies: 380
Views: 50828

Re: LifeViewer bug on mobile devices

There's a good chance that you can't use the pan function on mobile (maybe also happens in other touchscreen devices). When you tap somewhere in the viewer window, it seems to be like holding the "cursor". I can't reproduce this. What device are you using? Which browser and version? Anyone else see...
by rowett
April 9th, 2024, 4:03 am
Forum: General Discussion
Topic: Golly suggestions
Replies: 420
Views: 203447

Re: Golly suggestions

The only one I'm a little unhappy with is supporting whitespace between counts and verbs (and within counts). I don't think "12 o" should be legal, much less "1 2o", where the space is any sort of whitespace (newlines, tabs, spaces). I just don't see a reason that should be supported. Does anyone w...
by rowett
April 8th, 2024, 3:05 am
Forum: Scripts
Topic: safeopenclip.lua usability issues
Replies: 57
Views: 1065

Re: safeopenclip.lua usability issues

A cleaner solution might be to make pattern comment rules transient (i.e. not saved). All of the valid comments in this thread above are handling the situation where we're trying to persist the rule and deal with name clashes and so on. When opening a pattern if it contains an @RULE section in the p...
by rowett
April 7th, 2024, 2:21 pm
Forum: Scripts
Topic: safeopenclip.lua usability issues
Replies: 57
Views: 1065

Re: safeopenclip.lua usability issues

Possible actions that a user could choose would be 1) replace Golly's stored rule with the rule from the pattern comments, and open the pattern; 2) ignore the rule in the comments and use Golly's stored rule, and open the pattern; 3a) cancel opening the pattern; 3b) pop up an HTML window showing th...
by rowett
April 7th, 2024, 12:59 pm
Forum: Scripts
Topic: safeopenclip.lua usability issues
Replies: 57
Views: 1065

Re: safeopenclip.lua usability issues

When I first added the capability to LifeViewer (build 470, December 2019) to have an @RULE definition appended to a pattern it was to create a self-contained single file with everything needed to view the pattern. Initially it was used to allow people to post patterns to the forum before the used r...
by rowett
April 7th, 2024, 12:22 pm
Forum: Website Discussion
Topic: Pattern viewer for forum threads
Replies: 3417
Views: 838483

Re: Pattern viewer for forum threads

confocaloid wrote:
April 7th, 2024, 11:31 am
May or may not be a bug: viewtopic.php?p=182009#p182009
Not a bug. See here.
by rowett
April 7th, 2024, 12:21 pm
Forum: General Discussion
Topic: Thread for basic questions
Replies: 4788
Views: 1226810

Re: Thread for basic questions

All three attempts consistently tell that the pattern snippet is somehow broken, but I cannot see how/why the snippet is broken. Visually it seems to be valid RLE with pattern comments. What causes the problem here? It is not valid to have whitespace between a count and symbol in RLE (e.g. 3b ). Th...
by rowett
April 6th, 2024, 12:58 pm
Forum: Website Discussion
Topic: Pattern viewer for forum threads
Replies: 3417
Views: 838483

Re: Pattern viewer for forum threads

muzik wrote:
April 6th, 2024, 12:18 pm
Is PASTET supposed to create previously-alive dead cells in places where it's used to stop cells from being born naturally?
Yes. The pastes happen after the next generation is computed.
by rowett
April 5th, 2024, 9:01 am
Forum: General Discussion
Topic: Catagolue Oddities
Replies: 775
Views: 350614

Re: Catagolue Oddities

I may have discovered a new bug regarding Catagolue: Patterns in Generations hex rules don't load correctly, and the RLE is also wrong. Looks like there is a bug in rletools.js on line 163: if ( /^([1-9][0-9]*)$/.test(statestring)) { gstates = parseInt(statestring); } The code is attempting to read...
by rowett
April 4th, 2024, 8:37 am
Forum: General Discussion
Topic: Golly 4.3b1
Replies: 59
Views: 2075

Re: Golly 4.3b1

Side note: does Golly seriously not have support for isotropic non-totalistic hexagonal rules yet? This has been in lifelib and LifeViewer for literally more than half a decade, by this point . The rule support is already there via mapstrings - surely adding the notation on top shouldn't be too dif...
by rowett
April 4th, 2024, 5:40 am
Forum: General Discussion
Topic: Golly 4.3b1
Replies: 59
Views: 2075

Re: Golly 4.3b1

I think Hashlife should have the same detailed explanation of Non-totalistic, MAP, and Wolfram rulespaces as Quicklife in it's help page (And reword it a little). I personally don't like having to repeatedly set my algorithm to Quicklife just so I can make sure I understand the notations correctly....
by rowett
April 3rd, 2024, 12:36 pm
Forum: Bugs & Errors
Topic: lifeviewer bug
Replies: 380
Views: 50828

Re: lifeviewer does not seem to be able to play at 50x speed on my computer

try to set this to 50x speed. When I try it it either plays at 49x speed or 51x speed If the display is too small then there will be a few speeds that can't be selected. If you really want 50x you could use the script command [[ STEP 50 ]] in the pattern. #C [[ STEP 50 ]] x = 0, y = 0, rule = B/S01...
by rowett
April 3rd, 2024, 10:10 am
Forum: Bugs & Errors
Topic: lifeviewer bug
Replies: 380
Views: 50828

Re: lifeviewer bug

What does the white cells even do? The rule (Ignorance) has only 3 states and the white cells doesn't include in the cell states. Also you can switch the rule to Ignorance but the "SHOW PATTERN ERROR" says that Ignorance isn't supported rule name. Fixed, thanks. You'll now get an error message if y...