diff --git a/app/assets/html/test.html b/app/assets/html/test.html
index aa9ef7f..17d9f7e 100644
--- a/app/assets/html/test.html
+++ b/app/assets/html/test.html
@@ -64,7 +64,7 @@
const grflw2 = document.querySelector('bz-graflow.eic')
document.querySelector('[data-trigger="onAutoplace2H"]').addEventListener('click',
- (evt) => { grflw2.autoPlace('horizontal', 80, 80, 1000) }
+ (evt) => { grflw2.autoPlace('horizontal', 100, 30, 1000) }
)
document.querySelector('[data-trigger="onAutoplace2V"]').addEventListener('click',
(evt) => { grflw2.autoPlace('vertical', 80, 80, 1000) }
@@ -75,12 +75,12 @@
(evt) => { grflw3.autoPlace('horizontal', 80, 80, 1000) }
)
document.querySelector('[data-trigger="onAutoplace3V"]').addEventListener('click',
- (evt) => { grflw3.autoPlace('vertical', 80, 50, 1000) }
+ (evt) => { grflw3.autoPlace('vertical', 80, 30, 1000) }
)
const grflw4 = document.querySelector('bz-graflow.icmp')
document.querySelector('[data-trigger="onAutoplace4H"]').addEventListener('click',
- (evt) => { grflw4.autoPlace('horizontal', 80, 80, 1000) }
+ (evt) => { grflw4.autoPlace('horizontal', 100, 30, 1000) }
)
document.querySelector('[data-trigger="onAutoplace4V"]').addEventListener('click',
(evt) => { grflw4.autoPlace('vertical', 80, 80, 1000) }
diff --git a/app/thirdparty/buildoz/buildoz.js b/app/thirdparty/buildoz/buildoz.js
index 6107f78..5718f0d 100644
--- a/app/thirdparty/buildoz/buildoz.js
+++ b/app/thirdparty/buildoz/buildoz.js
@@ -1,4 +1,15 @@
-
+/**
+ * _ ___ Another
+ * / |/ (_)______ __ _____
+ * / / / __(_- // (_-<
+ * /_/|_/_/\__/___/\_, /___/
+ * /___/
+ * production !
+ *
+ * Licensed under the MIT License:
+ * This code is free to use and modify,
+ * as long as the copyright notice and license are kept.
+ */
class Buildoz extends HTMLElement {
constructor(){
diff --git a/app/thirdparty/buildoz/bzGraflow.js b/app/thirdparty/buildoz/bzGraflow.js
index cf60522..b6ff894 100644
--- a/app/thirdparty/buildoz/bzGraflow.js
+++ b/app/thirdparty/buildoz/bzGraflow.js
@@ -1,3 +1,16 @@
+/**
+ * _ ___ Another
+ * / |/ (_)______ __ _____
+ * / / / __(_- // (_-<
+ * /_/|_/_/\__/___/\_, /___/
+ * /___/
+ * production !
+ *
+ * Licensed under the MIT License:
+ * This code is free to use and modify,
+ * as long as the copyright notice and license are kept.
+ */
+
class BZgraflow extends Buildoz{
dirVect = {
n: { x: 0, y: -1 },
@@ -414,13 +427,10 @@ class BZgraflow extends Buildoz{
if(totWidth>maxWidth) maxWidth = totWidth
layerWidths.push(totWidth)
}
-
- // Temporary "virtual" links used only during autoPlace() to let reorderLayers()
- // reason about placeholder nodes as if they were part of the original long-link.
- // This prevents bogus swaps caused by missing port info on placeholders.
- this._virtualLinks = new Map()
+
// If any long-links, create placeholders for skipped layers
+ this._virtualLinks = new Map()
this.flow.longLinks = this.findLongLinks(this.flow.links)
for(const llink of this.flow.longLinks){
let fakeParent = llink.link.from[0]
diff --git a/app/views/common/profile/dialogs/ProfilePreferencesResetDialog.js b/app/views/common/profile/dialogs/ProfilePreferencesResetDialog.js
index 8d0d6d9..b21918e 100644
--- a/app/views/common/profile/dialogs/ProfilePreferencesResetDialog.js
+++ b/app/views/common/profile/dialogs/ProfilePreferencesResetDialog.js
@@ -1,3 +1,15 @@
+/**
+ * _ ___ Another
+ * / |/ (_)______ __ _____
+ * / / / __(_- // (_-<
+ * /_/|_/_/\__/___/\_, /___/
+ * /___/
+ * production !
+ *
+ * Licensed under the MIT License:
+ * This code is free to use and modify,
+ * as long as the copyright notice and license are kept.
+ */
class ProfilePreferencesResetDialog extends WindozDialogContent {
actions = [
{
diff --git a/app/views/common/profile/myProfileView.js b/app/views/common/profile/myProfileView.js
index 4e1750c..5bd9818 100644
--- a/app/views/common/profile/myProfileView.js
+++ b/app/views/common/profile/myProfileView.js
@@ -1,3 +1,15 @@
+/**
+ * _ ___ Another
+ * / |/ (_)______ __ _____
+ * / / / __(_- // (_-<
+ * /_/|_/_/\__/___/\_, /___/
+ * /___/
+ * production !
+ *
+ * Licensed under the MIT License:
+ * This code is free to use and modify,
+ * as long as the copyright notice and license are kept.
+ */
class myProfileView extends WindozDomContent {
DOMContentLoaded() {
diff --git a/app/views/editors/KeyframeView.js b/app/views/editors/KeyframeView.js
index 78f5b96..ac51852 100644
--- a/app/views/editors/KeyframeView.js
+++ b/app/views/editors/KeyframeView.js
@@ -1,3 +1,15 @@
+/**
+ * _ ___ Another
+ * / |/ (_)______ __ _____
+ * / / / __(_- // (_-<
+ * /_/|_/_/\__/___/\_, /___/
+ * /___/
+ * production !
+ *
+ * Licensed under the MIT License:
+ * This code is free to use and modify,
+ * as long as the copyright notice and license are kept.
+ */
class KeyframeView extends WindozDomContent {
constructor() {
diff --git a/app/views/editors/modules/agentPreview.module.js b/app/views/editors/modules/agentPreview.module.js
index 233a41d..bf97d2e 100644
--- a/app/views/editors/modules/agentPreview.module.js
+++ b/app/views/editors/modules/agentPreview.module.js
@@ -1,3 +1,15 @@
+/**
+ * _ ___ Another
+ * / |/ (_)______ __ _____
+ * / / / __(_- // (_-<
+ * /_/|_/_/\__/___/\_, /___/
+ * /___/
+ * production !
+ *
+ * Licensed under the MIT License:
+ * This code is free to use and modify,
+ * as long as the copyright notice and license are kept.
+ */
import * as THREE from 'three' //'/app/thirdparty/Three/three.module.js'
export class AgentPreview{
diff --git a/app/views/editors/modules/kfArena.module.js b/app/views/editors/modules/kfArena.module.js
index 5776b66..ca9dd8d 100644
--- a/app/views/editors/modules/kfArena.module.js
+++ b/app/views/editors/modules/kfArena.module.js
@@ -1,3 +1,15 @@
+/**
+ * _ ___ Another
+ * / |/ (_)______ __ _____
+ * / / / __(_- // (_-<
+ * /_/|_/_/\__/___/\_, /___/
+ * /___/
+ * production !
+ *
+ * Licensed under the MIT License:
+ * This code is free to use and modify,
+ * as long as the copyright notice and license are kept.
+ */
import * as THREE from 'three'
import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js'
import * as TWEEN from 'three/examples/jsm/libs/tween.module.js'
diff --git a/app/views/templates/dialogs/ConfirmDialog.js b/app/views/templates/dialogs/ConfirmDialog.js
index e76c555..a961303 100644
--- a/app/views/templates/dialogs/ConfirmDialog.js
+++ b/app/views/templates/dialogs/ConfirmDialog.js
@@ -1,3 +1,15 @@
+/**
+ * _ ___ Another
+ * / |/ (_)______ __ _____
+ * / / / __(_- // (_-<
+ * /_/|_/_/\__/___/\_, /___/
+ * /___/
+ * production !
+ *
+ * Licensed under the MIT License:
+ * This code is free to use and modify,
+ * as long as the copyright notice and license are kept.
+ */
/**
* @category MyEic
* @subcategory Views
diff --git a/app/views/visualisers/SpaceView.js b/app/views/visualisers/SpaceView.js
index beb7311..0a2b979 100644
--- a/app/views/visualisers/SpaceView.js
+++ b/app/views/visualisers/SpaceView.js
@@ -1,3 +1,15 @@
+/**
+ * _ ___ Another
+ * / |/ (_)______ __ _____
+ * / / / __(_- // (_-<
+ * /_/|_/_/\__/___/\_, /___/
+ * /___/
+ * production !
+ *
+ * Licensed under the MIT License:
+ * This code is free to use and modify,
+ * as long as the copyright notice and license are kept.
+ */
class SpaceView extends WindozDomContent {
constructor() {