@casual-simulation/aux-vm
Advanced tools
Changelog
V0.9.15
Make mod from selection
butotn's icon.Changelog
V0.9.14
admin
channel.
admin
role are allowed access to every channel. (and bypass the blacklist and whitelist)aux.blacklist
and aux.whitelist
before sending the data.aux.whitelist.roles
: Specifies the list of roles that users must have all of in order to access the channel.aux.blacklist.roles
: Specifies the list of roles that users must not have any of in order to access the channel.admin
channel is set to allow only users with the admin
role.aux.line.style
tag's wall settting will now dynamically scale with bot height and bot stacking.aux.line.style
tag that changes the design of the aux.line.to
line.aux.line.width
tag that changes the width of the aux.line.to
but only the wall style for now.Make mod from selection
button to the sheet's buttons.enter
key on a selected tag will automatically open up the new tag
input section.escape
key when the new tag
input section is up will close the input section.new tag
input section will now be left alligned in the sheets.Toggle Size
button to the right side of the sheet.create()
to dissallow overriding aux.creator
when a creator is specified.player.currentContext()
to be undefined if it was accessed inside onConnected()
.aux-debug
page in Channel Designer.lodash
NPM package to 4.17.14
to mitigate CVE-2018-16487.Changelog
V0.9.13
Open Context
to Go to Context
and Select Context Bot
to Edit Bot
.aux.context.locked
will now be properly initially set via the create context popup's tick box.Changelog
V0.9.12
player.tweenTo
, users can now define an x
and y
rotation to define which way the camera views the bot.aux.context.locked
set to false and the text has been change to Lock Context
.aux.mod.tags
to aux.mod.mergeTags
.aux.movable="mod"
to aux.movable="cloneMod"
.isDiff
function no longer checks for aux.mod.mergeTags
when determining weather a bot is a diff or not.aux.listening
tag to disable, a bot will accept shouts or whispers if this tage is set to true but ignore them it aux.listening
is set to false.context_
prefix of the default generated name of new contexts.Requesting site ID
text.onCombine
should not trigger when dragging on a stack of bots but a warning message explaining this has been added it this is attempted.Changelog
V0.9.11
player.goToURL(url)
: Redirects the user to the given URL in the same tab/window.player.openURL(url)
: Opens the given URL in a new tab/window.Changelog
V0.9.10
Changelog
V0.9.8
Changelog
V0.9.7
aux.iframe
tag.Changelog
V0.9.6
@
and #
expressions.
@id
and #id
will no longer work.getBots("#id")
and getBotTagValues("#id")
.THREE.WebGLRenderer
prematurely submitted the frame to the VRDisplay
. This was a problem because it appears that the WebVR API ignores subsequent calls to the VRDisplay.submitFrame
function until the current frame has passed.hasTag
function to allow users to check if the file has a specific tag on it.window
global variable will not be available formulas.
window.alert()
or window.location
or window.navigator.vibrate()
will not work anymore.getTag()
, getBot()
, getBots()
and getBotTagValues()
to track dependencies.getTag(this, myVar)
won't work. But getTag(this, "#tag")
will work.aux._user
tag set.aux.line.to
if the line was too short.config
and not confi
.Changelog
V0.9.5
onGridClick()
is now supported in VR.mergeBall
tag to mod
.tags
staring tag to mod
.Clear Tags
to Clear Mod
.tags.remove()
back to removeTags()
.aux.context.rotation
tags are now being used in AUX Builder to apply rotation to contexts._user
and all other appropriate hidden tags will now correctly sort into the hidden tags section in sheets.aux.label.size.mode
set to auto
now sizes properly with the orthographic camera.