New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@casual-simulation/aux-vm-client

Package Overview
Dependencies
Maintainers
2
Versions
455
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@casual-simulation/aux-vm-client - npm Package Versions

1
46

1.0.9

Diff

Changelog

Source

V1.0.9

Date: 2/21/2020

Changes:

:rocket: Improvements
  • The "Create Empty Bot" button is now hidden when opening the sheet for a single bot.
:robot: Builder Improvements
  • Re-labeled the "Copy" menu item to "Copy to Clipboard".
  • Re-labeled the "Make Clone" menu item to "Clone".
:bug: Bug Fixes
  • Fixed an issue with getBots(tag, value) that caused falsy values (like 0 or false) to return all bots with the given tag.
  • Fixed an issue where the progress bar's position would only be updated if the progress bar value changed.
kallyngowdyyeti
published 1.0.8 •

Changelog

Source

V1.0.8

Date: 2/20/2020

Changes:

:rocket: Improvements
  • Added the @onPaste listener which is triggered when some text is pasted into an AUX.
    • that is an object with the following properties:
      • text - the text that was pasted.
:robot: Builder Improvements
  • Changed all the menu items to use normal labels instead of the chat commands.
  • Added a menu item to open a bot directly in the sheet.
  • Added a menu item to copy a bot to the clipboard.
  • Pasting a bot/mod when builder is in the dimension will now put builder into clone mode with the copied bot/mod.
  • Moving builder when builder is in clone mode will now also move the clone.
  • Cloning a bot with a custom scale will now make builder large enough to cover the entire bot.
  • Builder will now automatically hide when the sheet is opened.
kallyngowdyyeti
published 1.0.7 •

Changelog

Source

V1.0.7

Date: 2/19/2020

Changes:

:bug: Bug Fixes
  • Fixed an issue where the hint text for a function was being clipped.
  • Fixed an issue with uploading .aux files that were downloaded from a previous version.
  • Fixed an issue with downloading .aux files in the wrong format.
kallyngowdyyeti
published 1.0.6 •

Changelog

Source

V1.0.6

Date: 2/19/2020

Changes:

:boom: Breaking Changes
  • Renamed auxLabelAnchor to auxLabelPosition.
  • Renamed auxProgressBarAnchor to auxProgressBarPosition.
  • Removed the config bot.
  • Moved the #stripePublishableKey and #stripeSecretKey tags from the config bot to the player.checkout() and server.finishCheckout() function options.
  • @onUniverseAction is now a shout.
  • Removed poly.google.com support.
    • To load meshes from poly.google.com, you must make the API requests manually.
    • See https://casualos.com/home/google-poly-example for an example.
:rocket: Improvements
  • Added the config, configTag, and tagName variables.
    • These variables are useful for creating values and scripts that are shared across multiple bots.
    • The config variable is a shortcut for getBot("#id", tags.auxConfigBot).
    • The tagName variable is the name of the tag that the script is running in.
    • The configTag variable is a shortcut for config.tags[tagName].
  • Made the player menu full width on mobile devices.
  • Improved the sheet portal to load all bots when set to true, id, or space.
:bug: Bug Fixes
  • Made bots be hidden while their images are loading.
  • Improved the image loading logic to cache requests for the same URL.
kallyngowdyyeti
published 1.0.4 •

Changelog

Source

V1.0.4

Date: 2/13/2020

Changes:

:rocket: Features
  • Added the player.requestFullscreenMode() and player.exitFullscreenMode() functions.
    • These functions allow jumping in and out of fullscreen, thereby hiding the browser UI controls.
  • Added the apple-mobile-web-app-* meta tags to support jumping into fullscreen mode when launching from a bookmark on the iOS home screen.
  • Added the ability to load GLTF and poly.google.com meshes.
    • To load a GLTF model from a URL:
      • Set #auxForm to mesh.
      • Set #auxFormSubtype to gltf.
      • Set #auxFormAddress to the URL.
    • To load a model from poly.google.com:
      • Set #auxForm to mesh.
      • Set #auxFormSubtype to poly.
      • Set #auxFormAddress to the ID of the model.
  • Added the face property to the @onDrag and @onAnyBotDrag listen arguments.
    • This is the same value that you would get in an @onClick.
:robot: Builder Improvements
  • Improved builder to draw a line to the selected bot.
:bug: Bug Fixes
  • Fixed positioning of #auxLabelAnchor and #auxProgressBarAnchor when the values were set to left or right.
kallyngowdyyeti
published 1.0.3 •

Changelog

Source

V1.0.3

Date: 2/11/2020

Changes:

:robot: Builder Improvements
  • Making a clone of a bot now puts builder into palette mode.
  • Dragging a bot into builder no longer changes builder's color to white.
  • Added the .help command to show a list of available commands.
  • Added the .sleep command to the helper builder menu.
  • Added the "Go to Builder Dimension` menu action.
  • Added a "Show Join Code" menu item to show a QR Code to quickly join.
  • Waking builder will automatically summon it to the current dimension.
  • Clicking in an empty space when builder is awake will summon him to the clicked space.
  • Made the main builder flat.
  • Builder is now enabled by default in new universes.
  • Added the "Restore Mark" menu item to restore history to the selected history mark.
  • Simplified a bunch of examples.
:rocket: Other Features
  • Added the player.showJoinCode() function to quickly show a QR Code to join a universe.
  • Made the chat bar auto-focus when it is first shown.
:bug: Bug Fixes
  • Fixed an issue that would cause the URL portal tag sync to break, this in turn also caused @onPlayerPortalChanged events to not be sent.
    • This is also the issue that caused the inventory portal colors to not update.
  • Fixed an issue that would cause the tag autocomplete list to stop showing tags when an invalid tag was entered.
kallyngowdyyeti
published 1.0.0 •

Changelog

Source

V1.0.0

Date: 2/7/2020

Changes:

:robot: Builder Improvements
  • Renamed the .summon command to ..
  • Renamed the .new builder command to .clone builder
  • The Builder menu will now close automatically in the following scenarios:
    • Any bot is clicked
    • The grid is clicked
    • A menu item is selected
    • A chat command is sent
  • The Builder's cursor is now perfectly flat and is the same color as the Builder.
  • Renamed the default Builder to ab-1
  • Dragging a bot into Builder will cause Builder to expand to contain the bot and make Builder produce additional copies of the bot when dragged.
  • Added the .list commands command to show a HTML popup with a list of available commands.
  • Added the ability to change the color of the Builder.
  • Updated how hints are displayed in the chat bar.
  • Renamed several labels.
:rocket: Other Improvements
  • Moved the "Exit Sheet" button from the bottom of the sheet the top of the sheet. (next to the "Create Bot" button)
  • Added the ability to click a bot in the sheet to hide the sheet and warp to the clicked bot.
  • Added a notification that pops up when a bot ID is copied from the sheet.
:bug: Bug Fixes
  • Fixed an issue where destroying a bot during a shout would error if the destroyed bot also had a listener for the same shout.
kallyngowdyyeti
published 0.11.27 •

Changelog

Source

V0.11.27

Date: 2/6/2020

Changes:

:rocket: Features
  • Added an initial version of Builder.
    • Builder is a bot that helps you build things in aux.
    • Builder lives in the auxBuilder dimension and can be woken up by clicking it.
    • Builder currently has the following chat commands:
      • .. [name] - Wakes Builder with the given name. If the name is omitted, then the b001 Builder will be woken.
      • .sleep - Puts Builder to sleep.
      • .sheet [dimension] - Opens the sheet to the given dimension. If the dimension is omitted, then the sheet will be opened for the current dimension.
      • .new bot - Creates a new bot in the current dimension.
      • .download - Downloads the entire universe.
      • .upload - Shows the upload dialog.
      • .goto {dimension} - Redirects the page portal to the given dimension.
      • .new universe {universeName} - Creates a new universe with the given name and opens it in a new tab.
      • .show history - Loads the history and goes to the auxHistory dimension.
      • .mark history - Creates a new history mark for the current state.
      • .show docs - Opens the documentation website in a new tab.
      • .summon - Summons the Builder helper into the current dimension.
      • .new builder {name} - Creates a clone of the current builder with the given name.
    • Builder has a helper bot which will follow you around the universe.
      • If you enter an empty dimension, the helper bot will automatically appear.
      • If you enter a dimension that has a bot, you need to summon it using the .summon command.
      • You can click on helper to show a menu of possible options.
      • Dragging helper will give you a cursor that lets you teleport helper around or select other bots.
      • Dragging another bot onto helper will turn helper into a pallete so when you drag helper it will make a clone of the other bot.
        • Clicking helper will return it to normal.
  • Added hotkeys to show/hide the chat bar.
    • Use the ~ key to show the char bar.
    • Use the 3342 finger tap code on mobile to show the chat bar.
    • Use a 5 finger tap on mobile to hide the chat bar.
:bug: Bug Fixes
  • Fixed an issue where creating a bot inside a shout would prevent the new bot from being modified by future shouts.
  • Fixed an issue where creating and then updating a bot that was not in the shared space would cause all the updates to be incorrectly routed to the shared space and dropped.
kallyngowdyyeti
published 0.11.26 •

Changelog

Source

V0.11.26

Date: 2/4/2020

Changes:

:book: Documentation
  • Added documentation for the following actions:
    • player.getCurrentUniverse()
    • player.getCurrentDimension()
    • player.getInventoryDimension()
    • player.getMenuDimension()
    • player.goToURL()
    • player.openURL()
    • player.getBot()
    • player.playSound()
    • player.showHtml()
    • player.hideHtml()
    • player.tweenTo()
    • player.moveTo()
    • player.openQRCodeScanner()
    • player.closeQRCodeScanner()
    • player.showQRCode()
    • player.hideQRCode()
    • player.openBarcodeScanner()
    • player.closeBarcodeScanner()
    • player.showBarcode()
    • player.hideBarcode()
    • player.loadUniverse()
    • player.unloadUniverse()
    • player.importAUX()
    • player.hasBotInInventory()
    • player.showInputForTag()
    • player.checkout()
    • player.openDevConsole()
    • server.finishCheckout()
    • server.loadFile()
    • server.saveFile()
    • server.shell()
    • server.backupToGithub()
    • server.backupAsDownload()
    • superShout()
    • action.perform()
    • action.reject()
    • getBotTagValues()
    • remote()
    • webhook()
    • webhook.post()
    • byMod()
    • neighboring()
    • either()
    • not()
    • removeTags()
    • subtractMods()
    • getTag()
    • setTag()
    • math.sum()
    • math.avg()
    • math.abs()
    • math.sqrt()
    • math.stdDev()
    • math.randomInt()
    • math.random()
  • Removed the following functions:
    • renameTagsFromDotCaseToCamelCase()
    • server.sayHello()
    • server.echo()
:bug: Bug Fixes
  • Fixed an issue that prevented changeState() from working on bots which were provided from a that/data argument.
kallyngowdyyeti
published 0.11.25 •

Changelog

Source

V0.11.25

Date: 1/31/2020

Changes:

:boom: Breaking Changes
  • Replaced the @onPlayerEnterDimension listener with @onPlayerPortalChanged.
    • @onPlayerPortalChanged is called whenever any portal changes whereas @onPlayerEnterDimension was only called for auxPagePortal.
    • Additionally, this fixes some of the issues that @onPlayerEnterDimension ran into.
  • Changed the Webhook URLs to the new URL scheme.
    • Instead of https://auxplayer.com/{dimension}/{universe} you should use https://auxplayer.com/webhook?auxUniverse={universe}
:rocket: Features
  • Added the ability to click a Bot ID in the sheet to copy it.
:bug: Bug Fixes
  • Fixed an issue that prevented the portals from reverting to default values if the config bot for the portal was cleared.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc