Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add domain entity editing functionality. #272

Draft
wants to merge 41 commits into
base: master
Choose a base branch
from

Conversation

ctrlaltdavid
Copy link
Collaborator

@ctrlaltdavid ctrlaltdavid commented Jul 25, 2023

EntityServer API additions:

  • canRez, canRezTemp, and canGetAndSetPrivateUserData domain permissions properties.
  • canRezChanged, canRezTempChanged, and canGetAndSetPrivateUserDataChanged signals.
  • addEntity() method.
    • Single packet. In progress.
    • Multiple packets.
  • cloneEntity() method.
  • editEntity() method.
    • Single packet.
    • Multiple packets.
  • deleteEntity() method.
  • getEntityType() method.
  • entityExists() method.
  • EntityErase packet handling.

Entity property changes:

  • Add missing entity property, entityHostType.
  • Fix entity property name angularDampling -> angularDamping.
  • Fix entity property name cloneAvatarIdentity -> cloneAvatarEntity.
  • Rename Model entity's animation properties: animation.animationURL -> animation.url, etc.
  • Fix grab-related properties (grabbable, grabKinematic, ...) so that they are in a grab property group (same as native scripting API) rather than at root level and fixed up names.

Example app:

  • Report domain permissions properties.
  • Add, clone, edit, and delete example entity actions. In progress.

@ctrlaltdavid ctrlaltdavid added the enhancement New feature or request label Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant