Search found 920 matches
- September 17th, 2024, 8:40 pm
- Forum: General Discussion
- Topic: Golly 1.5 for iPad
- Replies: 0
- Views: 482
Golly 1.5 for iPad
Golly 1.5 for iPad is now available from the App Store: https://apps.apple.com/app/golly/id553184760 Changes to version 1.4: * Fixed a number of bugs that caused the app to freeze. * Rule files are displayed alphabetically. * Auto-correction when editing text has been disabled. * The app always runs...
- September 16th, 2024, 9:34 pm
- Forum: General Discussion
- Topic: Golly 4.3
- Replies: 6
- Views: 8705
Re: Golly 4.3
If you use Golly on a Mac with an M1/M2/M3 chip then I strongly recommend downloading the new build of golly-4.3-mac.dmg I've just uploaded to sourceforge: https://sourceforge.net/projects/golly/files/golly/golly-4.3/ This build fixes a bug in the Silicon code that can cause Golly to crash if you ru...
- September 14th, 2024, 8:49 pm
- Forum: General Discussion
- Topic: Golly 1.4 for iPad
- Replies: 13
- Views: 502
Re: Golly 1.4 for iPad
Some time in the next few days I plan to release version 1.5 with these changes: * Fixed a number of bugs that caused the app to freeze. * Rule files are displayed alphabetically. * Auto-correction when editing text has been disabled. * The app always runs in Light mode. If you know of any other bug...
- September 6th, 2024, 8:22 am
- Forum: General Discussion
- Topic: Golly 1.4 for iPad
- Replies: 13
- Views: 502
- September 6th, 2024, 8:18 am
- Forum: General Discussion
- Topic: Golly 1.4 for iPad
- Replies: 13
- Views: 502
Re: Golly 1.4 for iPad
... only large RLEs with incorrectly-formatted headers are able to trigger the error, with the following header consistently doing so: x = 0, y = 0, rule = B3/S23 I tried using that header with some large patterns and had no problems doing a paste. Please post an entire header+pattern that reproduc...
- September 6th, 2024, 7:14 am
- Forum: General Discussion
- Topic: Golly 1.4 for iPad
- Replies: 13
- Views: 502
Re: Golly 1.4 for iPad
Unfortunately, Golly 1.4 for iOS retains the file-overwrite freeze glitch from Golly 1.3, ... Yep, I can now reproduce this bug. Quite serious, so if I can fix it I'll do a 1.5 release in a few weeks (to give time for more bugs to be found). I've got bad news regarding a related glitch - Pasting RL...
- September 5th, 2024, 8:36 pm
- Forum: General Discussion
- Topic: Golly 1.4 for iPad
- Replies: 13
- Views: 502
Re: Golly 1.4 for iPad
In the above screen images there is a thin white bar at the bottom of the screen. What is that for? I don't see it on my iPad so is it only present on iPad Air devices?
- September 5th, 2024, 8:20 pm
- Forum: General Discussion
- Topic: Golly 1.4 for iPad
- Replies: 13
- Views: 502
Re: Golly 1.4 for iPad
I am noticing that on my specific device (iPad Air 4th gen) there appears to be a new white bar at the very top of the screen: That's deliberate. I added the space because in portrait mode I didn't want the "..." button to overlap the Faster button. Furthermore entering and exiting full screen will...
- September 5th, 2024, 8:05 pm
- Forum: General Discussion
- Topic: Golly 1.4 for iPad
- Replies: 13
- Views: 502
Re: Golly 1.4 for iPad
A visual issue similar to the first image of this post is spotted on some long Help pages like File Formats. ... Sorry, I can't reproduce that issue on my device. A typo is found under the Non-totalistic rules section of QuickLife in the Rule dialog and Algorithms page. The first link says "B3/2a34...
- September 5th, 2024, 9:20 am
- Forum: General Discussion
- Topic: Golly 1.4 for iPad
- Replies: 13
- Views: 502
Golly 1.4 for iPad
Golly 1.4 for iPad is now available from the App Store:
https://apps.apple.com/us/app/golly/id553184760
I think I've fixed most of the problems in version 1.3. Everything seems to work ok on my new iPad (9th generation) running OS 17.6.1.
https://apps.apple.com/us/app/golly/id553184760
I think I've fixed most of the problems in version 1.3. Everything seems to work ok on my new iPad (9th generation) running OS 17.6.1.
- July 29th, 2024, 2:59 am
- Forum: General Discussion
- Topic: Golly 1.4 for Android
- Replies: 3
- Views: 2841
Golly 1.4 for Android
Golly 1.4 for Android is now available from the Google Play Store: https://play.google.com/store/apps/details?id=net.sf.golly Changes: Two-finger pinching can be used to change the font size in the Open/Help/Rule screens. Fixed a problem with the Open screen's font size being too large on small devi...
- July 27th, 2024, 10:38 pm
- Forum: Bugs & Errors
- Topic: Golly bugs
- Replies: 145
- Views: 49801
Re: Golly bugs
Looks good. From my tests it reduced the GDI handles from over 5000 to 570 on startup. Presumably Golly could also crash if 5 or more (non-cloned) layers are created. Chris, I'm unable to reproduce any crash on my Windows VM so can you please commit Vort's changes and test for any problems. I have ...
- July 20th, 2024, 10:20 pm
- Forum: Bugs & Errors
- Topic: Golly bugs
- Replies: 145
- Views: 49801
Re: Golly bugs
I don't know if this is the right thread, but in the mobile version 1.3 the text is too large: ... We're currently working on a new version of Android Golly but haven't been able to reproduce this problem on any of our devices (with Android versions ranging from 5.1 to 13), so please provide specif...
- July 6th, 2024, 2:25 am
- Forum: Bugs & Errors
- Topic: Golly bugs
- Replies: 145
- Views: 49801
Re: Golly bugs
Running this script from a beta version of EmnumPattEvo crashes Golly. I think it is not designed for Golly, but it is unclear why it crashes Golly if I attempt to run it. Golly isn't really crashing (there is no crash log). Golly is exiting because the script calls sys.exit(). Probably not a good ...
Re: 3D.lua
I ran the same pattern in 3D.lua on Ubuntu 22.04. With display refresh rate set to 60 Hz, the pattern evolves for about 60 ticks per second. With display refresh rate set to 48 Hz, the pattern evolves for about 48 ticks per second. Ok, so the only anomaly seems to be when I run 3D.lua on my Windows...
Re: 3D.lua
However, I see 64 generations per second in QuickLife. Ok, that makes sense. The timer firing rate is only approximately 60 gens per sec. On my Mac I typically see about 62 gens per sec -- this is because we set SIXTY_HERTZ = 16 for Mac/Linux in wxprefs.h (the wxTimer interval has to be an integer)...
Re: 3D.lua
I then changed my monitor refresh rate to 30Hz and repeated the experiment. In both cases I got 300 steps in 10 seconds (30 per second). That's odd. Maybe wxMSW is now doing the same throttling as wxMac (but only on Win 11?). Or maybe it's done automatically by the OS? Can you bump the refresh rate...
Re: 3D.lua
From my brief experiment on Windows 11: Golly uses the monitor refresh rate for the event loop. This is both for 3D.lua and if you're running B3/23 in QuickLife. Actually, Golly uses a 60 hertz timer to generate patterns, so if you run a small pattern like a blinker at a step size of 1 it should do...
- June 1st, 2024, 7:14 pm
- Forum: Bugs & Errors
- Topic: Golly bugs
- Replies: 145
- Views: 49801
Re: Golly bugs
Works fine in web Golly on my Mac in Firefox and Chrome, so use a different browser or ask the author of catforce to generate nicer RLE.AlbertArmStain wrote: ↑June 1st, 2024, 4:50 pmWhen I try to paste it into the web version of Golly, it simply ignores it too
- May 31st, 2024, 9:39 pm
- Forum: Bugs & Errors
- Topic: Golly bugs
- Replies: 145
- Views: 49801
Re: Golly bugs
Please provide a short example of some RLE code that fails.AlbertArmStain wrote: ↑May 31st, 2024, 5:43 pmThe web version will not load my catforce output rle while the downloaded version of Golly will.
- May 24th, 2024, 11:19 pm
- Forum: Bugs & Errors
- Topic: Golly bugs
- Replies: 145
- Views: 49801
Re: Golly bugs
backspace doesnt work right on the web version I've uploaded a new web version of Golly 4.3 that now supports the backspace key (aka delete) to clear the selection and shift-backspace to clear outside the selection. Also, the tab key will now advance by the current step size, and I've updated the p...
- May 23rd, 2024, 10:07 pm
- Forum: General Discussion
- Topic: Golly 1.3 for Android
- Replies: 17
- Views: 9621
Re: Golly 1.3 for Android
Well, Golly is classified as "game" even through it's a simulation program itself rather than a game. Is there any reason of classifying it as game? The phrase "Conway's Game of Life" could be a clue. Not that it really matters, but if it was classified as a simulation app (arguably the correct cat...
- May 23rd, 2024, 10:00 pm
- Forum: Bugs & Errors
- Topic: backspace doesnt work right on golly web version
- Replies: 2
- Views: 7934
Re: backspace doesnt work right on golly web version
Apparently not. The web version currently doesn't support the delete (backspace) key so you'll have to use the items in the Edit menu to clear inside/outside the selection.
- May 23rd, 2024, 6:05 am
- Forum: General Discussion
- Topic: Golly 1.3 for Android
- Replies: 17
- Views: 9621
Re: Golly 1.3 for Android
Thanks for reporting those bugs, and for uploading the apk file. We'll try to fix those bugs in a future release. Not sure when that might happen -- we probably need to wait a couple of months and see if any other bugs are found.FlutterWithKSparkler wrote: ↑May 23rd, 2024, 3:50 amSome issues has been found in the Golly 1.3 release.
- May 23rd, 2024, 2:43 am
- Forum: General Discussion
- Topic: Golly 1.3 for Android
- Replies: 17
- Views: 9621
Re: Golly 1.3 for Android
Can't you use a VPN to bypass that block?PHPBB12345 wrote: ↑May 22nd, 2024, 2:04 pmGoogle play store is blocked in mainland China, maybe upload to Trevorrow's server?