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

Multiplayer refactoring #133

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Multiplayer refactoring #133

wants to merge 21 commits into from

Commits on Nov 18, 2019

  1. Break out ew.js registration into separate pass

    Avaer Kazmer committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    4fb35f8 View commit details
    Browse the repository at this point in the history
  2. Add ew.js unregister await

    Avaer Kazmer committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    b5367e1 View commit details
    Browse the repository at this point in the history
  3. Rename xr-engine canvas event to load

    Avaer Kazmer committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    0cba46f View commit details
    Browse the repository at this point in the history
  4. Move back to canvas event instead of load

    Avaer Kazmer committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    622bbc5 View commit details
    Browse the repository at this point in the history
  5. Only process attached xr-iframe nodes

    Avaer Kazmer committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    d336003 View commit details
    Browse the repository at this point in the history
  6. Update XR.js inputSources to new WebXR spec

    Avaer Kazmer committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    5fa349b View commit details
    Browse the repository at this point in the history
  7. Bugfix xr-iframe connected detection load promise wait

    Avaer Kazmer committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    b412b9f View commit details
    Browse the repository at this point in the history
  8. Bugfix cryptovoxels rewrite in sw.js

    Avaer Kazmer committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    4052fda View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Small dead code cleanup

    Avaer Kazmer committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    833af7b View commit details
    Browse the repository at this point in the history
  2. Bugfix drop event routing

    Avaer Kazmer committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    3a18c1a View commit details
    Browse the repository at this point in the history
  3. Scope mouse events capture to xr-engine top canvas

    Avaer Kazmer committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    f4a2abc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f13e18 View commit details
    Browse the repository at this point in the history
  5. Do not emit inner enterXr on child windows

    Avaer Kazmer committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    6d856f3 View commit details
    Browse the repository at this point in the history
  6. Small DOMPoint references cleanup

    Avaer Kazmer committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    80c969d View commit details
    Browse the repository at this point in the history
  7. Comment out dead xrState entry

    Avaer Kazmer committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    0fdd37e View commit details
    Browse the repository at this point in the history
  8. Bugfix ew.js to account for handedness

    Avaer Kazmer committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    ce83bfc View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Add custom DOMPoint implementation

    Avaer Kazmer committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    f663e84 View commit details
    Browse the repository at this point in the history
  2. Use custom DOMPoint implementation for XRRidigTransform

    Avaer Kazmer committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    ad5ea30 View commit details
    Browse the repository at this point in the history
  3. Remove dead VR.js code

    Avaer Kazmer committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    33edb9d View commit details
    Browse the repository at this point in the history
  4. Bugfix core reference space capture on change

    Avaer Kazmer committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    e646981 View commit details
    Browse the repository at this point in the history
  5. Absorb initial vrdisplayconnect metrics in ew.js

    Avaer Kazmer committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    a089018 View commit details
    Browse the repository at this point in the history