Skip to content

Commit

Permalink
Release 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Feb 20, 2019
1 parent 2a17e8c commit 9e91056
Show file tree
Hide file tree
Showing 285 changed files with 1,666 additions and 1,548 deletions.
2 changes: 1 addition & 1 deletion .bee/docs/html.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "Entitas"
PROJECT_NUMBER = 1.12.2
PROJECT_NUMBER = 1.13.0
PROJECT_BRIEF = "Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity"
PROJECT_LOGO = ".bee/docs/docs-logo.png"
OUTPUT_DIRECTORY = "Build/docs"
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.13.0] - 2019-02-20
### Added
- Update roslyn
- Update hierarchy icons

### Changed
- Change Preferences minified and doubleQuoteMode api

### Fixed
- Fix hierarchy icon null warning

## [1.12.2] - 2018-12-15
### Fixed
- Fix EntityLinkHierarchyIcon #843
Expand Down
2 changes: 1 addition & 1 deletion Entitas/Entitas/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.2
1.13.0
Binary file modified Libraries/Dependencies/DesperateDevs/DesperateDevs.Analytics.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Libraries/Dependencies/DesperateDevs/DesperateDevs.Logging.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Libraries/Dependencies/DesperateDevs/DesperateDevs.Utils.dll
Binary file not shown.
4 changes: 1 addition & 3 deletions Tests/Unity/VisualDebugging/Assets/Plugins/Editor.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
m_EditorVersion: 2018.2.11f1
m_EditorVersion: 2018.2.20f1
13 changes: 6 additions & 7 deletions docs/_abstract_entity_index_8cs_source.html

Large diffs are not rendered by default.

15 changes: 7 additions & 8 deletions docs/_collection_extension_8cs_source.html

Large diffs are not rendered by default.

17 changes: 8 additions & 9 deletions docs/_collector_8cs_source.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/_collector_context_extension_8cs_source.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<meta name="generator" content="Doxygen 1.8.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Entitas: Entitas/Entitas/Collector/CollectorContextExtension.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
Expand Down Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.12.2</span>
&#160;<span id="projectnumber">1.13.0</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand All @@ -40,7 +40,7 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
Expand Down Expand Up @@ -97,7 +97,7 @@
<div class="ttc" id="namespace_entitas_html"><div class="ttname"><a href="namespace_entitas.html">Entitas</a></div><div class="ttdef"><b>Definition:</b> <a href="_collector_8cs_source.html#l00005">Collector.cs:5</a></div></div>
<div class="ttc" id="interface_entitas_1_1_i_group_html"><div class="ttname"><a href="interface_entitas_1_1_i_group.html">Entitas.IGroup&lt; TEntity &gt;</a></div></div>
<div class="ttc" id="struct_entitas_1_1_trigger_on_event_html"><div class="ttname"><a href="struct_entitas_1_1_trigger_on_event.html">Entitas.TriggerOnEvent</a></div><div class="ttdef"><b>Definition:</b> <a href="_trigger_on_event_8cs_source.html#l00003">TriggerOnEvent.cs:3</a></div></div>
<div class="ttc" id="class_entitas_1_1_collector_context_extension_html_a72cbf346941d05601e22d27a44651cc8"><div class="ttname"><a href="class_entitas_1_1_collector_context_extension.html#a72cbf346941d05601e22d27a44651cc8">Entitas.CollectorContextExtension.CreateCollector&lt; TEntity &gt;</a></div><div class="ttdeci">static ICollector&lt; TEntity &gt; CreateCollector&lt; TEntity &gt;(this IContext&lt; TEntity &gt; context, IMatcher&lt; TEntity &gt; matcher)</div><div class="ttdoc">Creates a Collector. </div><div class="ttdef"><b>Definition:</b> <a href="_collector_context_extension_8cs_source.html#l00006">CollectorContextExtension.cs:6</a></div></div>
<div class="ttc" id="class_entitas_1_1_collector_context_extension_html_a72cbf346941d05601e22d27a44651cc8"><div class="ttname"><a href="class_entitas_1_1_collector_context_extension.html#a72cbf346941d05601e22d27a44651cc8">Entitas.CollectorContextExtension.CreateCollector&lt; TEntity &gt;</a></div><div class="ttdeci">static ICollector&lt; TEntity &gt; CreateCollector&lt; TEntity &gt;(this IContext&lt; TEntity &gt; context, IMatcher&lt; TEntity &gt; matcher)</div><div class="ttdoc">Creates a Collector.</div><div class="ttdef"><b>Definition:</b> <a href="_collector_context_extension_8cs_source.html#l00006">CollectorContextExtension.cs:6</a></div></div>
<div class="ttc" id="interface_entitas_1_1_i_matcher_html"><div class="ttname"><a href="interface_entitas_1_1_i_matcher.html">Entitas.IMatcher</a></div><div class="ttdef"><b>Definition:</b> <a href="_i_matcher_8cs_source.html#l00003">IMatcher.cs:3</a></div></div>
<div class="ttc" id="class_entitas_1_1_collector_html"><div class="ttname"><a href="class_entitas_1_1_collector.html">Entitas.Collector</a></div><div class="ttdef"><b>Definition:</b> <a href="_collector_8cs_source.html#l00009">Collector.cs:9</a></div></div>
<div class="ttc" id="class_entitas_1_1_collector_context_extension_html"><div class="ttname"><a href="class_entitas_1_1_collector_context_extension.html">Entitas.CollectorContextExtension</a></div><div class="ttdef"><b>Definition:</b> <a href="_collector_context_extension_8cs_source.html#l00003">CollectorContextExtension.cs:3</a></div></div>
Expand All @@ -110,7 +110,7 @@
<li class="navelem"><a class="el" href="dir_2445fa600638ca0377a838c43b60c5d0.html">Entitas</a></li><li class="navelem"><a class="el" href="dir_18d0583636d1f7adc70f46fa7dc6fd22.html">Entitas</a></li><li class="navelem"><a class="el" href="dir_cc33cbba43a8be20769b8bcf8ee101fd.html">Collector</a></li><li class="navelem"><b>CollectorContextExtension.cs</b></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
</ul>
</div>
</body>
Expand Down
12 changes: 6 additions & 6 deletions docs/_collector_exception_8cs_source.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<meta name="generator" content="Doxygen 1.8.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Entitas: Entitas/Entitas/Collector/CollectorException.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
Expand Down Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.12.2</span>
&#160;<span id="projectnumber">1.13.0</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand All @@ -40,7 +40,7 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
Expand Down Expand Up @@ -94,7 +94,7 @@
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_entitas.html">Entitas</a> {</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;</div><div class="line"><a name="l00003"></a><span class="lineno"><a class="line" href="class_entitas_1_1_collector_exception.html"> 3</a></span>&#160; <span class="keyword">public</span> <span class="keyword">class </span><a class="code" href="class_entitas_1_1_collector_exception.html">CollectorException</a> : <a class="code" href="class_entitas_1_1_entitas_exception.html">EntitasException</a> {</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160; <span class="keyword">public</span> <a class="code" href="class_entitas_1_1_collector_exception.html">CollectorException</a>(<span class="keywordtype">string</span> message, <span class="keywordtype">string</span> hint)</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160; : base(message, hint) {</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160; }</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160; }</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;}</div><div class="ttc" id="namespace_entitas_html"><div class="ttname"><a href="namespace_entitas.html">Entitas</a></div><div class="ttdef"><b>Definition:</b> <a href="_collector_8cs_source.html#l00005">Collector.cs:5</a></div></div>
<div class="ttc" id="class_entitas_1_1_collector_exception_html"><div class="ttname"><a href="class_entitas_1_1_collector_exception.html">Entitas.CollectorException</a></div><div class="ttdef"><b>Definition:</b> <a href="_collector_exception_8cs_source.html#l00003">CollectorException.cs:3</a></div></div>
<div class="ttc" id="class_entitas_1_1_entitas_exception_html"><div class="ttname"><a href="class_entitas_1_1_entitas_exception.html">Entitas.EntitasException</a></div><div class="ttdoc">Base exception used by Entitas. </div><div class="ttdef"><b>Definition:</b> <a href="_entitas_exception_8cs_source.html#l00006">EntitasException.cs:6</a></div></div>
<div class="ttc" id="class_entitas_1_1_entitas_exception_html"><div class="ttname"><a href="class_entitas_1_1_entitas_exception.html">Entitas.EntitasException</a></div><div class="ttdoc">Base exception used by Entitas.</div><div class="ttdef"><b>Definition:</b> <a href="_entitas_exception_8cs_source.html#l00006">EntitasException.cs:6</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
Expand All @@ -103,7 +103,7 @@
<li class="navelem"><a class="el" href="dir_2445fa600638ca0377a838c43b60c5d0.html">Entitas</a></li><li class="navelem"><a class="el" href="dir_18d0583636d1f7adc70f46fa7dc6fd22.html">Entitas</a></li><li class="navelem"><a class="el" href="dir_cc33cbba43a8be20769b8bcf8ee101fd.html">Collector</a></li><li class="navelem"><b>CollectorException.cs</b></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
</ul>
</div>
</body>
Expand Down
35 changes: 17 additions & 18 deletions docs/_context_8cs_source.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/_context_does_not_contain_entity_exception_8cs_source.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<meta name="generator" content="Doxygen 1.8.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Entitas: Entitas/Entitas/Context/Exceptions/ContextDoesNotContainEntityException.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
Expand Down Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.12.2</span>
&#160;<span id="projectnumber">1.13.0</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand All @@ -40,7 +40,7 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
Expand Down Expand Up @@ -93,7 +93,7 @@
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_entitas.html">Entitas</a> {</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;</div><div class="line"><a name="l00003"></a><span class="lineno"><a class="line" href="class_entitas_1_1_context_does_not_contain_entity_exception.html"> 3</a></span>&#160; <span class="keyword">public</span> <span class="keyword">class </span><a class="code" href="class_entitas_1_1_context_does_not_contain_entity_exception.html">ContextDoesNotContainEntityException</a> : <a class="code" href="class_entitas_1_1_entitas_exception.html">EntitasException</a> {</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160; <span class="keyword">public</span> <a class="code" href="class_entitas_1_1_context_does_not_contain_entity_exception.html">ContextDoesNotContainEntityException</a>(<span class="keywordtype">string</span> message, <span class="keywordtype">string</span> hint)</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160; : base(message + <span class="stringliteral">&quot;\nContext does not contain entity!&quot;</span>, hint) {</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160; }</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160; }</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;}</div><div class="ttc" id="namespace_entitas_html"><div class="ttname"><a href="namespace_entitas.html">Entitas</a></div><div class="ttdef"><b>Definition:</b> <a href="_collector_8cs_source.html#l00005">Collector.cs:5</a></div></div>
<div class="ttc" id="class_entitas_1_1_entitas_exception_html"><div class="ttname"><a href="class_entitas_1_1_entitas_exception.html">Entitas.EntitasException</a></div><div class="ttdoc">Base exception used by Entitas. </div><div class="ttdef"><b>Definition:</b> <a href="_entitas_exception_8cs_source.html#l00006">EntitasException.cs:6</a></div></div>
<div class="ttc" id="class_entitas_1_1_entitas_exception_html"><div class="ttname"><a href="class_entitas_1_1_entitas_exception.html">Entitas.EntitasException</a></div><div class="ttdoc">Base exception used by Entitas.</div><div class="ttdef"><b>Definition:</b> <a href="_entitas_exception_8cs_source.html#l00006">EntitasException.cs:6</a></div></div>
<div class="ttc" id="class_entitas_1_1_context_does_not_contain_entity_exception_html"><div class="ttname"><a href="class_entitas_1_1_context_does_not_contain_entity_exception.html">Entitas.ContextDoesNotContainEntityException</a></div><div class="ttdef"><b>Definition:</b> <a href="_context_does_not_contain_entity_exception_8cs_source.html#l00003">ContextDoesNotContainEntityException.cs:3</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
Expand All @@ -103,7 +103,7 @@
<li class="navelem"><a class="el" href="dir_2445fa600638ca0377a838c43b60c5d0.html">Entitas</a></li><li class="navelem"><a class="el" href="dir_18d0583636d1f7adc70f46fa7dc6fd22.html">Entitas</a></li><li class="navelem"><a class="el" href="dir_55c21c1f668bdbeef61d727804a0de12.html">Context</a></li><li class="navelem"><a class="el" href="dir_c99a51b1778bc6979b97974e60b03bb4.html">Exceptions</a></li><li class="navelem"><b>ContextDoesNotContainEntityException.cs</b></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
</ul>
</div>
</body>
Expand Down
Loading

0 comments on commit 9e91056

Please sign in to comment.