File: changes-ios.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 (77 lines) | stat: -rw-r--r-- 3,731 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
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<html>
<body bgcolor="#FFFFCE">

<h2>Changes</h2>

<h3>Changes in version 1.3 (released !!!)</h3>

<p>
<ul>
<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> Updated the <a href="Lexicon/lex.htm">Life Lexicon</a> to release 27.
</ul>

<h3>Changes in version 1.2 (released October 2017)</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> 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> The <a href="Lexicon/lex.htm">Life Lexicon</a> has had a major update.
<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> Rendering speed is faster in most cases.
<li> Files with extensions .colors or .icons are no longer supported.
<li> The Fit button will fit the paste image in the viewport if the current pattern is empty.
<li> The action menu has a new Fit item that will fit the current selection in the viewport.
<li> Double-tapping the paste image now stops generating (the same as tapping the Paste button).
<li> Fixed an undo/reset bug that could occur if there was a rule change at the
     starting generation.
<li> Fixed minor problems with status bar messages.
<li> Major reorganization of source code so that the iOS and Android versions of Golly
     can share common code.
<li> This version requires iOS 8.0 or later.
</ul>

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

<p>
<ul>
<li> This version introduces a new rule format.  A file in the new format has a .rule
     extension and contains all the information about the rule: its name, description,
     table/tree data, and any color/icon information.  More details can be found
     <a href="formats.html#rule">here</a>.
<li> The RuleTable and RuleTree algorithms have been replaced by a new algorithm
     called RuleLoader.
<li> If the Paste button sees clipboard text starting with "@RULE rulename" then it will
     save the text as Documents/Rules/rulename.rule and switch to that rule.
<li> When the Rule dialog is switched to the RuleLoader algorithm it will display links
     to all the .rule files in Documents/Rules/ and to the supplied .rule files.
     Any deprecated files (.table or .tree or .colors or .icons) are automatically
     converted to .rule files and then deleted.
<li> Icons can be displayed at scales 1:8, 1:16 and 1:32 by turning on the "Show icons"
     option in either the Settings tab or the Pattern tab's state picker window.
<li> Fixed a bug that could cause the Undo/Redo buttons to be incorrectly
     enabled/disabled after tapping STOP.
<li> The Open tab has READ and EDIT links that let you display or change the contents
     of pattern files.  Only files stored in the Documents folder can be edited.
<li> After tapping on a DELETE link you now get a warning dialog asking if you
     really want to delete the corresponding file.
<li> The size of text in the Help tab has been increased.
<li> Added support for file sharing using iTunes.
     More details <a href="open.html#sharing">here</a>.
</ul>

<h3>Version 1.0 released August 2012</h3>

</body>
</html>