-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: janusweb
action: commit
revision:
path_from:
revision_from: 65a8964b902fb7e70c5b6d94d2718fc73d8e2808:
path_to:
revision_to:

git.thebackupbox.net

janusweb

git://git.thebackupbox.net/janusweb

commit 65a8964b902fb7e70c5b6d94d2718fc73d8e2808
Author: James Baicoianu <james_github@baicoianu.com>
Date:   Wed Apr 1 11:09:19 2020 -0700

    Rearranged object proxy attributes

diff --git a/scripts/janusbase.js b/scripts/janusbase.js

index 171c5ea19f2340f16a11046d44983cfe3704c3de..

index ..1df9da97b5e9562caed4b3d39856cb018c325751 100644

--- a/scripts/janusbase.js
+++ b/scripts/janusbase.js
@@ -319,24 +319,22 @@ elation.require(['engine.things.generic', 'utils.template', 'janusweb.parts'], f
           parts:    ['property', 'jsparts'],
           js_id:    ['property', 'js_id'],
           pos:      ['property', 'position'],
+          rotation: ['property', 'rotation'],
+          scale:    ['property', 'scale'],
+          //rotation_order: ['property', 'rotation_order'],
+          col:      ['property', 'color'],
+
           vel:      ['property', 'velocity'],
           accel:    ['property', 'acceleration'],
           mass:     ['property', 'mass'],
           restitution:['property', 'restitution'],
-          scale:    ['property', 'scale'],
-          col:      ['property', 'color'],
           opacity:  ['property', 'opacity'],
           alphatest:  ['property', 'alphatest'],
-          fwd:      ['property', 'zdir'],
-          xdir:     ['property', 'xdir'],
-          ydir:     ['property', 'ydir'],
-          zdir:     ['property', 'zdir'],
-          rotation: ['property', 'rotation'],
-          rotation_order: ['property', 'rotation_order'],
           sync:     ['property', 'sync'],
+          autosync: ['property', 'autosync'],
           locked:   ['property', 'locked'],
           visible:  ['property', 'visible'],
-          tagName:  ['property', 'tag'],
+          //tagName:  ['property', 'tag'],
           billboard: ['property', 'billboard'],
           className:  ['property', 'className'],
           classList:  ['property', 'classList'],
@@ -353,6 +351,14 @@ elation.require(['engine.things.generic', 'utils.template', 'janusweb.parts'], f
           collision_trigger:  [ 'property', 'collision_trigger'],
           collision_radius:  [ 'property', 'collision_radius'],

+          rotate_deg_per_sec:  [ 'property', 'rotate_deg_per_sec'],
+          rotate_axis:  [ 'property', 'rotate_axis'],
+
+          fwd:      ['property', 'zdir'],
+          xdir:     ['property', 'xdir'],
+          ydir:     ['property', 'ydir'],
+          zdir:     ['property', 'zdir'],
+
           onupdate:     ['callback', 'update'],
           onchange:     ['callback', 'change'],
           oncollision:  ['callback', 'collision'],

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 15:37:36 2024