Skip to content

Commit

Permalink
Release 0.6.2 !
Browse files Browse the repository at this point in the history
Former-commit-id: e6e6d30
  • Loading branch information
tommyettinger committed Jul 19, 2022
1 parent dd24a1a commit 27dc22f
Show file tree
Hide file tree
Showing 80 changed files with 2,844 additions and 178 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ between two colors, or go across a whole rainbow. Lots of options; lots of fun.
typing-label, but there have been some changes. You can check [the TextraTypist wiki](https://github.com/tommyettinger/textratypist/wiki/Examples)
for more information.

As of 0.6.1, there are many new effects. Jolt, Spiral, Spin, Crowd, Shrink, Emerge, Heartbeat, Carousel, Squash, Scale,
As of 0.6.2, there are many new effects. Jolt, Spiral, Spin, Crowd, Shrink, Emerge, Heartbeat, Carousel, Squash, Scale,
and Rotate are all new to TextraTypist (not in typing-label). You can see usage instructions and sample GIFs at
[the TextraTypist wiki's Tokens page](https://github.com/tommyettinger/textratypist/wiki/Tokens). Most of these effects
make use of the smooth scaling and rotation options that effects can use starting in TextraTypist 0.5.1 .
Expand Down Expand Up @@ -140,7 +140,7 @@ for some usage. A counterpart to `TextArea` is planned.
You probably want to get this with Gradle! The dependency for a libGDX project's core module looks like:

```groovy
implementation "com.github.tommyettinger:textratypist:0.6.1"
implementation "com.github.tommyettinger:textratypist:0.6.2"
```

This assumes you already depend on libGDX; TextraTypist depends on version 1.11.0 or higher. The requirement for 1.11.0
Expand All @@ -149,7 +149,7 @@ was added in TextraTypist 0.5.0 because of some breaking changes in tooltip code
If you use GWT, this should be compatible. It needs these dependencies in the html module:

```groovy
implementation "com.github.tommyettinger:textratypist:0.6.1:sources"
implementation "com.github.tommyettinger:textratypist:0.6.2:sources"
implementation "com.github.tommyettinger:regexodus:0.1.13:sources"
```

Expand Down
7 changes: 6 additions & 1 deletion docs/apidocs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (textratypist 0.6.1 API)</title>
<title>All Classes (textratypist 0.6.2 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -14,6 +14,11 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/github/tommyettinger/textra/effects/BlinkEffect.html" title="class in com.github.tommyettinger.textra.effects" target="classFrame">BlinkEffect</a></li>
<li><a href="com/github/tommyettinger/textra/utils/BlockUtils.html" title="class in com.github.tommyettinger.textra.utils" target="classFrame">BlockUtils</a></li>
<li><a href="com/github/tommyettinger/textra/effects/CarouselEffect.html" title="class in com.github.tommyettinger.textra.effects" target="classFrame">CarouselEffect</a></li>
<li><a href="com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.html" title="class in com.github.tommyettinger.textra.utils" target="classFrame">CaseInsensitiveIntMap</a></li>
<li><a href="com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Entries.html" title="class in com.github.tommyettinger.textra.utils" target="classFrame">CaseInsensitiveIntMap.Entries</a></li>
<li><a href="com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Entry.html" title="class in com.github.tommyettinger.textra.utils" target="classFrame">CaseInsensitiveIntMap.Entry</a></li>
<li><a href="com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Keys.html" title="class in com.github.tommyettinger.textra.utils" target="classFrame">CaseInsensitiveIntMap.Keys</a></li>
<li><a href="com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Values.html" title="class in com.github.tommyettinger.textra.utils" target="classFrame">CaseInsensitiveIntMap.Values</a></li>
<li><a href="com/github/tommyettinger/textra/ColorLookup.html" title="interface in com.github.tommyettinger.textra" target="classFrame"><span class="interfaceName">ColorLookup</span></a></li>
<li><a href="com/github/tommyettinger/textra/ColorLookup.GdxColorLookup.html" title="class in com.github.tommyettinger.textra" target="classFrame">ColorLookup.GdxColorLookup</a></li>
<li><a href="com/github/tommyettinger/textra/utils/ColorUtils.html" title="class in com.github.tommyettinger.textra.utils" target="classFrame">ColorUtils</a></li>
Expand Down
7 changes: 6 additions & 1 deletion docs/apidocs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (textratypist 0.6.1 API)</title>
<title>All Classes (textratypist 0.6.2 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -14,6 +14,11 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/github/tommyettinger/textra/effects/BlinkEffect.html" title="class in com.github.tommyettinger.textra.effects">BlinkEffect</a></li>
<li><a href="com/github/tommyettinger/textra/utils/BlockUtils.html" title="class in com.github.tommyettinger.textra.utils">BlockUtils</a></li>
<li><a href="com/github/tommyettinger/textra/effects/CarouselEffect.html" title="class in com.github.tommyettinger.textra.effects">CarouselEffect</a></li>
<li><a href="com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.html" title="class in com.github.tommyettinger.textra.utils">CaseInsensitiveIntMap</a></li>
<li><a href="com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Entries.html" title="class in com.github.tommyettinger.textra.utils">CaseInsensitiveIntMap.Entries</a></li>
<li><a href="com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Entry.html" title="class in com.github.tommyettinger.textra.utils">CaseInsensitiveIntMap.Entry</a></li>
<li><a href="com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Keys.html" title="class in com.github.tommyettinger.textra.utils">CaseInsensitiveIntMap.Keys</a></li>
<li><a href="com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.Values.html" title="class in com.github.tommyettinger.textra.utils">CaseInsensitiveIntMap.Values</a></li>
<li><a href="com/github/tommyettinger/textra/ColorLookup.html" title="interface in com.github.tommyettinger.textra"><span class="interfaceName">ColorLookup</span></a></li>
<li><a href="com/github/tommyettinger/textra/ColorLookup.GdxColorLookup.html" title="class in com.github.tommyettinger.textra">ColorLookup.GdxColorLookup</a></li>
<li><a href="com/github/tommyettinger/textra/utils/ColorUtils.html" title="class in com.github.tommyettinger.textra.utils">ColorUtils</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ColorLookup.GdxColorLookup (textratypist 0.6.1 API)</title>
<title>ColorLookup.GdxColorLookup (textratypist 0.6.2 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ColorLookup.GdxColorLookup (textratypist 0.6.1 API)";
parent.document.title="ColorLookup.GdxColorLookup (textratypist 0.6.2 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/com/github/tommyettinger/textra/ColorLookup.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ColorLookup (textratypist 0.6.1 API)</title>
<title>ColorLookup (textratypist 0.6.2 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ColorLookup (textratypist 0.6.1 API)";
parent.document.title="ColorLookup (textratypist 0.6.2 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/com/github/tommyettinger/textra/Effect.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Effect (textratypist 0.6.1 API)</title>
<title>Effect (textratypist 0.6.2 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Effect (textratypist 0.6.1 API)";
parent.document.title="Effect (textratypist 0.6.2 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Font.DistanceFieldType (textratypist 0.6.1 API)</title>
<title>Font.DistanceFieldType (textratypist 0.6.2 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Font.DistanceFieldType (textratypist 0.6.1 API)";
parent.document.title="Font.DistanceFieldType (textratypist 0.6.2 API)";
}
}
catch(err) {
Expand Down
25 changes: 19 additions & 6 deletions docs/apidocs/com/github/tommyettinger/textra/Font.FontFamily.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Font.FontFamily (textratypist 0.6.1 API)</title>
<title>Font.FontFamily (textratypist 0.6.2 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Font.FontFamily (textratypist 0.6.1 API)";
parent.document.title="Font.FontFamily (textratypist 0.6.2 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -141,7 +141,7 @@ <h3>Field Summary</h3>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>com.badlogic.gdx.utils.ObjectIntMap&lt;java.lang.String&gt;</code></td>
<td class="colFirst"><code><a href="../../../../com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.html" title="class in com.github.tommyettinger.textra.utils">CaseInsensitiveIntMap</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/github/tommyettinger/textra/Font.FontFamily.html#fontAliases">fontAliases</a></span></code>
<div class="block">Stores the names of Fonts (or aliases for those Fonts) as keys, mapped to ints between 0 and 15 inclusive.</div>
</td>
Expand Down Expand Up @@ -190,13 +190,16 @@ <h3>Constructor Summary</h3>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/github/tommyettinger/textra/Font.FontFamily.html#FontFamily-com.badlogic.gdx.scenes.scene2d.ui.Skin-">FontFamily</a></span>(com.badlogic.gdx.scenes.scene2d.ui.Skin&nbsp;skin)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/github/tommyettinger/textra/Font.FontFamily.html#FontFamily-java.lang.String:A-com.github.tommyettinger.textra.Font:A-">FontFamily</a></span>(java.lang.String[]&nbsp;aliases,
<a href="../../../../com/github/tommyettinger/textra/Font.html" title="class in com.github.tommyettinger.textra">Font</a>[]&nbsp;fonts)</code>
<div class="block">Creates a FontFamily given an array of String names and a (almost-always same-sized) array of Font values
that those names will refer to.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/github/tommyettinger/textra/Font.FontFamily.html#FontFamily-java.lang.String:A-com.github.tommyettinger.textra.Font:A-int-int-">FontFamily</a></span>(java.lang.String[]&nbsp;aliases,
<a href="../../../../com/github/tommyettinger/textra/Font.html" title="class in com.github.tommyettinger.textra">Font</a>[]&nbsp;fonts,
int&nbsp;offset,
Expand Down Expand Up @@ -266,9 +269,10 @@ <h4>connected</h4>
<ul class="blockListLast">
<li class="blockList">
<h4>fontAliases</h4>
<pre>public final&nbsp;com.badlogic.gdx.utils.ObjectIntMap&lt;java.lang.String&gt; fontAliases</pre>
<pre>public final&nbsp;<a href="../../../../com/github/tommyettinger/textra/utils/CaseInsensitiveIntMap.html" title="class in com.github.tommyettinger.textra.utils">CaseInsensitiveIntMap</a> fontAliases</pre>
<div class="block">Stores the names of Fonts (or aliases for those Fonts) as keys, mapped to ints between 0 and 15 inclusive.
The int values that this map keeps are stored in long glyphs and looked up as indices in <a href="../../../../com/github/tommyettinger/textra/Font.FontFamily.html#connected"><code>connected</code></a>.</div>
The int values that this map keeps are stored in long glyphs and looked up as indices in <a href="../../../../com/github/tommyettinger/textra/Font.FontFamily.html#connected"><code>connected</code></a>.
This map is case-insensitive when comparing keys or getting their values.</div>
</li>
</ul>
</li>
Expand Down Expand Up @@ -391,6 +395,15 @@ <h4>FontFamily</h4>
</dl>
</li>
</ul>
<a name="FontFamily-com.badlogic.gdx.scenes.scene2d.ui.Skin-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FontFamily</h4>
<pre>public&nbsp;FontFamily(com.badlogic.gdx.scenes.scene2d.ui.Skin&nbsp;skin)</pre>
</li>
</ul>
<a name="FontFamily-com.github.tommyettinger.textra.Font.FontFamily-">
<!-- -->
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Font.GlyphRegion (textratypist 0.6.1 API)</title>
<title>Font.GlyphRegion (textratypist 0.6.2 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Font.GlyphRegion (textratypist 0.6.1 API)";
parent.document.title="Font.GlyphRegion (textratypist 0.6.2 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 27dc22f

Please sign in to comment.