File: changes-android.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 (57 lines) | stat: -rw-r--r-- 2,568 bytes parent folder | download | duplicates (2)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<html>
<body bgcolor="#FFFFCE">

<h2>Changes</h2>

<h3>Changes in version 1.2 (released October 2018)</h3>

<p>
<ul>
<li> Golly has a new algorithm that supports the
     <a href="Algorithms/Larger_than_Life.html">Larger than Life</a>
     family of rules.
<li> HashLife and the other hash-based algorithms are faster and more responsive.
<li> Added support for <a href="Algorithms/QuickLife.html#map">MAP rules</a> to
     QuickLife, HashLife and Generations.
<li> QuickLife and HashLife now support
     <a href="Algorithms/QuickLife.html#nontotal">non-totalistic rules</a>.
     A number of interesting examples can be found in the new Patterns/Non-Totalistic folder.
<li> The <a href="Algorithms/Generations.html">Generations</a> algorithm now supports
     Hex, Von Neumann and non-totalistic Moore neighborhoods.
<li> Updated the <a href="Lexicon/lex.htm">Life Lexicon</a> to release 27.
<li> The Banks, Codd, Devore, and JvN folders have moved into a new top-level
     "Self-Rep" folder, to emphasize their common focus on self-replication.
<li> Icon rendering is faster in most cases.
<li> Correct colors/icons are now displayed when pasting a pattern with a rule
     different to the current layer's rule.
<li> Fixed link to Rule Table Repository in Help > Online Archives.
<li> Fixed paste bug that prevented rule from being changed even if universe was empty.
<li> Fixed crashes on some Nexus devices.
<li> Fixed problem with Move button becoming enabled after a multi-finger pan/zoom.
<li> Fixed an undo/reset bug that could occur if there was a rule change at the
     starting generation.
<li> Fixed a bug where patterns larger than bounded grids were not correctly clipped.
<li> Fixed a bug that could crash Golly if a .rule file contained invalid XPM data.
<li> Updated the Life Lexicon to release 29.
</ul>

<h3>Changes in version 1.1 (released June 2015)</h3>

<p>
<ul>
<li> Fixed some bugs that could cause Golly to crash.
<li> Fixed bug in QuickLife algorithm that could cause cells at the bottom/left
     edges of the viewport to disappear every odd generation.
<li> Fixed bug in QuickLife algorithm that could cause the selection rectangle
     to appear offset by one pixel.
<li> Fixed bug that could cause Undo button to fail due to a temporary macrocell
     file containing comment lines not prefixed with #C.
<li> Fixed minor problem with the Fit button not centering a pattern accurately
     in some cases.
<li> The size of text in the Open screen has been increased.
</ul>

<h3>Version 1.0 released November 2013</h3>

</body>
</html>