Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
# Conflicts:
#	demo/index.html
#	dist/tgen-with-presets.min.js
#	dist/tgen-with-presets.min.js.LICENSE.txt
#	dist/tgen-with-presets.min.js.gz
#	dist/tgen.min.js
#	dist/tgen.min.js.LICENSE.txt
#	dist/tgen.min.js.gz
#	package-lock.json
#	package.json
#	src/tgen-base-common.js
#	src/tgen-base-with-presets.js
#	src/tgen-base.js
  • Loading branch information
TS committed Sep 19, 2023
2 parents bcdcb1a + dba5153 commit 7caad16
Show file tree
Hide file tree
Showing 13 changed files with 1,416 additions and 1,113 deletions.
1 change: 1 addition & 0 deletions demo/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
index.php
6 changes: 3 additions & 3 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/>
<meta name="author" content="Tamas Schalk" />
<meta name="robots" content="index, follow" />
<link type="text/css" rel="stylesheet" media="all" href="/generator/demo/css/index.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/index.css" />
<meta
property="og:title"
content="tgen.js | The seamless texture generator"
Expand Down Expand Up @@ -167,8 +167,8 @@ <h1>Seamless texture generator</h1>
referrerpolicy="no-referrer"
></script>

<script src="/generator/dist/tgen-with-presets.min.js"></script>
<script src="/generator/demo/js/index.js"></script>
<script src="./../dist/tgen-with-presets.min.js"></script>
<script src="js/index.js"></script>
<script async src="https://schalk.storeking.hu/assets/js/stat.min.js" id="schtat" server="https://schalk.storeking.hu" delay="1400" key="iH86fnFbyJpprnegz9IB2jc8LOh37Sky4g2MDLxG5GrmCrBKfktqxXQid49uzSG6HYha3EvZ"></script>

<script>
Expand Down
2 changes: 1 addition & 1 deletion dist/tgen-with-presets.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tgen-with-presets.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* https://texture-generator.com/
*
* @copyright 2015-2022 Tamas Schalk
* @version 1.4.18
* @version 1.4.20
* @license MIT
*
*/
Binary file modified dist/tgen-with-presets.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/tgen.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tgen.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* https://texture-generator.com/
*
* @copyright 2015-2022 Tamas Schalk
* @version 1.4.18
* @version 1.4.20
* @license MIT
*
*/
Binary file modified dist/tgen.min.js.gz
Binary file not shown.
2,502 changes: 1,402 additions & 1,100 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seamless-texture-generator",
"version": "1.4.18",
"version": "1.4.20",
"description": "Seamless texture generator",
"homepage": "https://github.com/schalkt/tgen/",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"compression-webpack-plugin": "^10.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.44.0",
"eslint": "^8.49.0",
"i": "^0.3.7",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions src/tgen-base-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
* https://texture-generator.com/
*
* @copyright 2015-2022 Tamas Schalk
* @version 1.4.18
* @version 1.4.20
* @license MIT
*
*/

const SeamlessTextureGenerator = {
version : "1.4.18",
version : "1.4.20",
defaults: {},
effects: {},
prepare: {},
Expand Down
2 changes: 1 addition & 1 deletion src/tgen-base-with-presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* https://texture-generator.com/
*
* @copyright 2015-2022 Tamas Schalk
* @version 1.4.18
* @version 1.4.20
* @license MIT
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/tgen-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* https://texture-generator.com/
*
* @copyright 2015-2022 Tamas Schalk
* @version 1.4.18
* @version 1.4.20
* @license MIT
*
*/
Expand Down

0 comments on commit 7caad16

Please sign in to comment.