File: problems.html

package info (click to toggle)
golly 3.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 20,176 kB
  • sloc: cpp: 72,638; ansic: 25,919; python: 7,921; sh: 4,245; objc: 3,721; java: 2,781; xml: 1,362; makefile: 530; javascript: 279; perl: 69
file content (32 lines) | stat: -rw-r--r-- 777 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<html>
<body bgcolor="#FFFFCE">

<h2>Known Problems</h2>

<p>
This section lists all known bugs and limitations.
If you come across any problems not mentioned below then please
report them to Andrew Trevorrow
(<a href="mailto:andrew@trevorrow.com">andrew@trevorrow.com</a>).

<p>
<ul>
<li>
All editing operations are restricted to cells whose coordinates
are within +/- 1 billion.  Not much of a limitation really!
</ul>
    
<p>
Note that this version of Golly has a number of significant limitations
when compared with the desktop version:
<ul>
<li> No scripting.
<li> No multiple layers.
<li> No timelines.
<li> No hyperspeed mode.
<li> You can't change the colors, base step, nor origin.
</ul>
Some of these capabilities might be added in future versions.

</body>
</html>